@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir/Avenir-Roman.eot");
  src: url("fonts/avenir/Avenir-Roman.woff") format("woff"), url("fonts/avenir/Avenir-Roman.ttf") format("truetype"), url("fonts/avenir/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("fonts/avenir/Avenir-Roman.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

.special-carousel {
  background-color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .special-carousel {
    display: none;
  }
}

.special-carousel .scc-image {
  transition: opacity 1s, height 1s;
  height: 0px;
}

.special-carousel .scc-image.item-visible {
  margin-left: 0px;
}

.special-carousel .special-carousel-content {
  width: 100%;
  position: sticky;
  top: 0px;
  height: 100vh;
}

.special-carousel .special-carousel-content .scc-carousel {
  width: 100%;
  height: 100%;
  padding-left: 150px;
  position: relative;
}

.special-carousel .special-carousel-content .scc-carousel .scc-carousel-item {
  position: absolute;
  height: 100vh;
  display: flex;
  visibility: hidden;
  opacity: 0;
  margin: auto;
}

.special-carousel .special-carousel-content .scc-carousel .scc-carousel-item.v-center.item-visible {
  visibility: visible;
  align-items: center;
  opacity: 0.9;
  transition: visibility 0s, opacity 0.5s linear;
}

.special-carousel .special-carousel-content .scc-carousel .scc-carousel-item img {
  width: 100%;
}

.special-carousel .special-carousel-content .scc-carousel .scc-carousel-item .why-description-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.5px;
  color: #222222;
}

.special-carousel .special-carousel-content .scc-carousel .scc-carousel-item .why-description-body {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  opacity: 0.9;
}

.special-carousel .scc-carousel-item-shadow {
  height: 100vh;
  visibility: hidden;
}

@media only screen and (min-width: 1025px) {
  .special-carousel-mobile {
    display: none;
  }
}

.special-carousel-mobile .special-carousel-mobile-content {
  width: 90%;
  margin: auto;
}
/*# sourceMappingURL=special-carousel.css.map */