.i-team-slider {
  position: relative;
}
.i-team-slider .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.i-team-slider .swiper-body--overflow-hidden .swiper {
  overflow: hidden;
}
.i-team-slider .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.i-team-slider .swiper-slide {
  height: auto;
}

.i-team-slider-header h2 {
  color: #d1f1ab;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 80px;
}

.i-team-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  min-height: 220px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}
.i-team-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-team-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
  
}
.i-team-position {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.i-team-slider--theme-dark .i-team-name {
  color: #fff;
}
.i-team-slider--theme-dark .i-team-position {
  color: rgba(255, 255, 255, 0.8);
}
.i-team-slider--theme-light .i-team-name {
  color: #313131;
}
.i-team-slider--theme-light .i-team-position {
  color: rgba(31, 31, 31, 0.8);
}
.i-team-slider .swiper-navigation {
  position: absolute;
  top: 7px;
  right: 0;
  margin: 0;
}
.i-team-slider .swiper-navigation--no-title {
  top: -72px;
}
.i-team-slider .swiper-button-next,
.i-team-slider .swiper-button-prev {
  margin-right: 0;
  margin-left: 8px;
}
.i-team-image-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  background: #d1f1ab;
  border-radius: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M1 4.32274C1 3.64933 1.23649 3.09377 1.70946 2.65608C2.18243 2.21836 2.7973 1.99951 3.55405 1.99951C4.2973 1.99951 4.89864 2.21499 5.35811 2.64598C5.83107 3.09042 6.06757 3.66953 6.06757 4.38335C6.06757 5.02981 5.83784 5.56852 5.37838 5.99951C4.90541 6.44395 4.28378 6.66618 3.51351 6.66618H3.49324C2.74999 6.66618 2.14866 6.44395 1.68919 5.99951C1.22972 5.55507 1 4.99614 1 4.32274ZM1.26351 21.9995V8.50456H5.76351V21.9995H1.26351ZM8.25676 21.9995H12.7568V14.4642C12.7568 13.9928 12.8108 13.6291 12.9189 13.3732C13.1081 12.9153 13.3953 12.5281 13.7804 12.2116C14.1655 11.8951 14.6486 11.7369 15.2297 11.7369C16.7432 11.7369 17.5 12.7537 17.5 14.7874V21.9995H22V14.2621C22 12.2689 21.527 10.7571 20.5811 9.72678C19.6351 8.69648 18.3851 8.18133 16.8311 8.18133C15.0878 8.18133 13.7297 8.9288 12.7568 10.4238V10.4642H12.7365L12.7568 10.4238V8.50456H8.25676C8.28378 8.93553 8.2973 10.2756 8.2973 12.5248C8.2973 14.7739 8.28378 17.9322 8.25676 21.9995Z" fill="%23212121"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
}

@media (max-width: 767px) {
  .i-team-slider .swiper-navigation {
    display: none;
  }
  .i-team-slider .i-team {
    margin-bottom: 32px;
  }
  .i-team-slider .swiper-wrapper {
    transform: none !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 8px);
    margin: 0 -4px;
    flex-wrap: wrap;
  }
  .i-team-slider .swiper-slide {
    width: 50% !important;
    padding: 0 4px !important;
    margin: 0 !important;
  }
}

/* Tabs */
.i-tabs .e-n-tabs-heading {
  margin-bottom: 40px;
}
.i-tabs .e-n-tab-title .e-n-tab-icon {
  display: none;
}
.i-tabs .e-n-tab-title {
  padding: 11px 16px;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 40px !important;
}

.i-tabs .e-n-tabs .e-n-tab-title[aria-selected="false"] {
	color: #212121 !important;
	border: 1px solid #FFFFFF !important;
	background: #FFFFFF !important;
	transition: .5s ease;
	outline: none !important;
}
.i-tabs .e-n-tabs .e-n-tab-title[aria-selected="true"],
.i-tabs .e-n-tabs .e-n-tab-title:hover {
	color: #212121 !important;
	border-color: #D1F1AB !important;
	background-color: #D1F1AB !important;
	transition: .5s ease;
	outline: none !important;
}

/* Team Slider Grid */
.i-team-slider-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
.i-team-slider-grid-item {
  width: calc(var(--grid-slides-desktop-width) - 24px);
  margin: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .i-team-slider-grid-item {
    width: calc(33.33333% - 24px);
  }
}
@media (max-width: 768px) {
  .i-team-slider-grid-item {
    width: calc(var(--grid-slides-mobile-width) - 24px);
  }
}