.cm-btn-primary {
  height: 40px !important;
  line-height: 38px !important;
  background-color: #17cbc0 !important;
  border: 1px solid #17cbc0 !important;
  border-radius: 8px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: calc(14px * var(--factor));
  color: #ffffff !important;
  letter-spacing: 0.04em;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cm-btn-primary:hover {
  background-color: #17a6b9 !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: #17a6b9 !important;
}

.cm-btn-primary:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-secondary {
  transition: all 0.3s ease-in-out;
  height: 40px !important;
  line-height: 38px !important;
  background: transparent !important;
  border-radius: 8px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-shadow: none !important;
  border: none !important;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: calc(14px * var(--factor));
  color: #27344b !important;
  border: 1px solid #27344b !important;
  letter-spacing: 0.04em;
}
.btn-secondary:hover {
  background: #17a6b9 !important;
  border-color: #17a6b9 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
}
.btn-secondary:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  height: 40px !important;
}

.btn-md {
  height: 48px !important;
}

.btn-lg {
  height: 52px !important;
}
.btn-lg-square {
  width: 52px !important;
  padding: 0 !important;
}

body {
  overflow-x: hidden;
}

#__next {
  overflow-x: hidden;
}

.bg-light.fixed-navbar {
  overflow-x: hidden;
}

.bg-light {
  background: #fff !important;
}

.home-hero {
  height: auto !important;
  background-color: #ffffff;
  /* Override */
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .home-hero {
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
    padding-top: 112px;
  }
}
.home-hero h1 {
  font-style: normal;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #27344b;
  font-size: calc(24px * var(--factor));
  /* font-size: 24px; */
  line-height: 32px;
  margin-bottom: 24px;
  width: 100% !important;
  padding-top: 0;
}
.home-hero h1 br {
  display: none;
}
@media (min-width: 992px) {
  .home-hero h1 br {
    display: block;
  }
  .home-hero h1 {
    padding-top: 100px;
    width: calc(100% + 100px) !important;
    margin-bottom: 52px;
    font-size: calc(64px * var(--factor));
    line-height: calc(72px * var(--factor));
  }
}
.home-hero p {
  max-width: 450px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #49608a;
  font-size: calc(16px * var(--factor));
  line-height: calc(24px * var(--factor));
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .home-hero p {
    /* font-size: 20px; */
    font-size: calc(20px * var(--factor));
    line-height: calc(32px * var(--factor));
  }
}

.home-hero .hero-list {
  padding: 0;
  padding-left: 1em;
  list-style-type: none;
  margin-bottom: 32px;
}

.home-hero .hero-list li {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #49608a;
  font-size: calc(16px * var(--factor));
  line-height: calc(24px * var(--factor));
}

@media (min-width: 992px) {
  .home-hero .hero-list li {
    /* font-size: 20px; */
    font-size: calc(20px * var(--factor));
    line-height: calc(32px * var(--factor));
  }
}

.home-hero .hero-list li::before {
  content: '\2022';
  color: #17cbc0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.home-hero .hero-list a {
  color: #49608a;
}

.home-hero .text-block {
  z-index: 10;
}
.home-hero .video-block {
  height: 224px;
  margin-top: 64px;
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .home-hero .video-block {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .home-hero .video-block {
    height: 352px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .home-hero .video-block {
    height: 352px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }
}
.home-hero .video-block .video {
  position: relative;
  width: 100%;
  height: 224px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
  background: #17cbc0;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-hero .video-block .video {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .home-hero .video-block .video {
    right: 15px;
    position: absolute;
    width: 635px;
    height: 352px;
  }
}
@media (min-width: 1200px) {
  .home-hero .video-block .video {
    right: 15px;
    position: absolute;
    width: 635px;
    height: 352px;
  }
}
.home-hero .video-block .video-control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.home-hero .video-block .video .media {
  position: relative;
  width: 100%;
  height: 224px;
  background: #17cbc0;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-hero .video-block .video .media {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .home-hero .video-block .video .media {
    width: 635px;
    height: 352px;
  }
}
@media (min-width: 992px) {
  .home-hero .video-block .video .media {
    width: 635px;
    height: 352px;
  }
}
.home-hero .video-block .video .media video {
  object-fit: cover;
  width: 100%;
  height: 224px;
}
@media (min-width: 768px) {
  .home-hero .video-block .video .media video {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .home-hero .video-block .video .media video {
    width: 635px;
    height: 352px;
  }
}
@media (min-width: 1200px) {
  .home-hero .video-block .video .media video {
    width: 635px;
    height: 352px;
  }
}
.home-hero .video-block .video .media img {
  object-fit: cover;
  width: 100%;
  height: 224px;
}
@media (min-width: 768px) {
  .home-hero .video-block .video .media img {
    height: 352px;
  }
}
@media (min-width: 992px) {
  .home-hero .video-block .video .media img {
    width: 635px;
    height: 352px;
  }
}
@media (min-width: 1200px) {
  .home-hero .video-block .video .media img {
    width: 635px;
    height: 352px;
  }
}
.home-hero .zip-code-group {
  border: 2px solid #d7deea;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px;
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .home-hero .zip-code-group {
    width: 285px;
  }
}
.home-hero .zip-code-input {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  /* font-size: 16px; */
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #27344b;
  height: 32px;
  width: auto;
  flex: 1;
  margin-right: 0px;
  padding-right: 16px;
  margin-left: 8px;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .home-hero .zip-code-input {
    /* font-size: 20px; */
    font-size: calc(20px * var(--factor));
    line-height: 32px;
    width: 181px;
    padding-right: 0px;
    margin-right: 32px;
  }
}
.home-hero .zip-code-input::placeholder {
  color: #27344b;
  opacity: 1;
}
.home-hero .zip-code-input:-ms-input-placeholder {
  color: #27344b;
}
.home-hero .zip-code-input::-ms-input-placeholder {
  color: #27344b;
}
.home-hero .zip-code-input:focus {
  outline: none;
  box-shadow: none;
}
.home-hero .zip-code-submit {
  width: 48px;
  height: 48px !important;
  padding: 0 !important;
}

.home-community-partners {
  background: #f2f8f9;
  padding-top: 48px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .home-community-partners {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.home-community-partners-container {
  padding: 0 80px;
}
@media (min-width: 992px) {
  .home-community-partners-container {
    padding: 0 48px;
  }
}
@media (min-width: 1400px) {
  .home-community-partners-container {
    padding: 0 64px;
  }
}
@media (min-width: 1400px) {
  .home-community-partners-container {
    padding: 0 158px;
  }
}
.home-community-partners h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  color: #686d77;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .home-community-partners h2 {
    margin-bottom: 64px;
  }
}
.home-community-partners-item {
  margin-right: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .home-community-partners-item {
    margin-bottom: 40px;
  }
}
.home-community-partners-item a {
  display: block;
}
.home-community-partners-item a img {
  max-width: 170px;
  max-height: 70px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.home-community-partners-item a img:hover {
  -webkit-transform: scale(1.1) rotate(0.01deg);
  transform: scale(1.1) rotate(0.01deg);
}
.home-community-partners .btn-more {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 44px;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  color: #27344b !important;
  height: 48px;
  border-bottom: 4px solid #17cbc0;
}
.home-community-partners .btn-more:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .home-community-partners .btn-more {
    display: none;
  }
}

.home-featured {
  height: auto !important;
  background-color: #ffffff;
  /* Override */
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .home-featured {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.home-featured .container {
  padding-top: 0px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .home-featured .container {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.home-featured h2 {
  font-style: normal;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #27344b;
  /* font-size: 24px; */
  font-size: calc(24px * var(--factor));
  line-height: 32px;
  margin-bottom: 24px;
  width: 100% !important;
}
.home-featured h2 br {
  display: none;
}
@media (min-width: 768px) {
  .home-featured h2 br {
    display: block;
  }
}
@media (min-width: 992px) {
  .home-featured h2 {
    width: calc(100% + 100px) !important;
    margin-bottom: 32px;
    /* font-size: 48px; */
    font-size: calc(48px * var(--factor));
    line-height: 56px;
  }
  .home-featured h2.full-width {
    width: 100% !important;
  }
}
.home-featured p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #49608a;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .home-featured p {
    /* font-size: 20px; */
    font-size: calc(20px * var(--factor));
    line-height: 32px;
    margin-bottom: 32px;
    width: calc(100% + 20px) !important;
  }
  .home-featured p.full-width {
    width: 100% !important;
  }
}
.home-featured .btn-more {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 44px;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  color: #27344b !important;
  height: 48px;
  border-bottom: 4px solid #17cbc0;
}
.home-featured .btn-more:hover {
  text-decoration: none;
}
.home-featured .text-block {
  z-index: 10;
}
.home-featured .media-block {
  height: 224px;
  margin-top: 64px;
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .home-featured .media-block {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .home-featured .media-block {
    height: 480px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }
}
.home-featured .media-block .media {
  position: relative;
  width: 100%;
  height: 224px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
  background: #17cbc0;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-featured .media-block .media {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .home-featured .media-block .media {
    right: 15px;
    position: absolute;
    width: 635px;
    height: 480px;
  }
  .home-featured .media-block .media.relative {
    right: 0;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.home-featured .media-block .media img {
  object-fit: cover;
  width: 100%;
  height: 224px;
}
@media (min-width: 768px) {
  .home-featured .media-block .media img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .home-featured .media-block .media img {
    width: 635px;
    height: 480px;
  }
  .home-featured .media-block .media.relative img {
    width: 100%;
    height: auto;
  }
}

.home-blocks {
  background-color: #ffffff;
  padding-bottom: 87px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .home-blocks {
    padding-bottom: 160px;
    padding-left: 0;
    padding-right: 0;
  }
}

.home-featuredItem:first-of-type {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .home-featuredItem:first-of-type {
    margin-bottom: 0;
  }
}

.home-featuredItem h2 {
  font-style: normal;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #27344b;
  /* font-size: 24px; */
  font-size: calc(24px * var(--factor));
  line-height: 32px;
  margin-bottom: 24px;
  width: 100% !important;
}
@media (min-width: 992px) {
  .home-featuredItem h2 {
    margin-bottom: 15px;
    /* font-size: 48px; */
    font-size: calc(48px * var(--factor));
    line-height: 56px;
  }
}

.home-featuredItem p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #49608a;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .home-featuredItem p {
    /* font-size: 20px; */
    font-size: calc(20px * var(--factor));
    line-height: 32px;
    margin-bottom: 26px;
  }
}

.home-featuredItem .btn-more {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 44px;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  color: #27344b !important;
  height: 48px;
  border-bottom: 4px solid #17cbc0;
}
.home-featuredItem .btn-more:hover {
  text-decoration: none;
}

.home-featuredItem .media {
  margin-bottom: 34px;
  position: relative;
  width: 100%;
  height: 224px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
  background: #17cbc0;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-featuredItem .media {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .home-featuredItem .media {
    width: 445px;
    height: 336px;
  }
}
.home-featuredItem .media img {
  object-fit: cover;
  width: 100%;
  height: 224px;
}
@media (min-width: 768px) {
  .home-featuredItem .media img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .home-featuredItem .media img {
    width: 445px;
    height: 336px;
  }
}

.custom-navbar {
  padding: 0 25px;
  height: 64px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .custom-navbar {
    padding: 0;
    height: 112px;
    align-items: flex-end;
    background: transparent;
    box-shadow: none;
  }
}
.custom-navbar #header-logo-dark,
.custom-navbar #header-logo-light {
  width: 96px;
  height: 25px;
}
@media (min-width: 992px) {
  .custom-navbar #header-logo-dark,
  .custom-navbar #header-logo-light {
    width: 171px;
    height: 45px;
  }
}
.custom-navbar .navbar-toggler {
  position: relative;
  top: initial;
  right: initial;
  order: 2;
  margin-right: -24px;
}
@media (min-width: 992px) {
  .custom-navbar .navbar-toggler {
    order: 1;
  }
}
.custom-navbar .navbar-toggler:focus {
  outline: none;
}
.custom-navbar .navbar-brand {
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
}
.custom-navbar .navbar-nav > .nav-item {
  margin-right: 0;
  margin-bottom: 20px;
  position: relative;
}
.custom-navbar .navbar-nav > .nav-item:last-child {
  margin-right: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .custom-navbar .navbar-nav > .nav-item {
    margin-bottom: 0;
    margin-right: 32px;
  }
}
.custom-navbar .navbar-nav > .nav-item > .nav-link {
  font-style: normal;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  /* color: #b8c3d5 !important; */
}
.custom-navbar .navbar-nav > .nav-item > .nav-link.navbar-btn {
  transition: all 0.2s ease-in-out;
  height: 40px !important;
  line-height: 38px !important;
  background: #17cbc0 !important;
  border: 1px solid #17cbc0 !important;
  border-radius: 8px;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: calc(14px * var(--factor));
  /* color: #ffffff !important; */
  letter-spacing: 0.04em;
  margin-top: 16px;
}
.custom-navbar .navbar-nav > .nav-item > .nav-link.navbar-btn:hover {
  background: #17a6b9 !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: #17a6b9 !important;
}
.custom-navbar .navbar-nav > .nav-item > .nav-link.navbar-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .custom-navbar .navbar-nav > .nav-item > .nav-link.navbar-btn {
    margin-top: 0;
    /* font-size: 14px; */
    font-size: calc(14px * var(--factor));
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    height: 40px !important;
    line-height: 38px !important;
    background: transparent !important;
    border-radius: 8px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-shadow: none !important;
    border: none !important;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    /* font-size: 14px; */
    font-size: calc(14px * var(--factor));
    color: #27344b !important;
    border: 1px solid #27344b !important;
    letter-spacing: 0.04em;
  }
  .custom-navbar .navbar-nav > .nav-item > .nav-link.navbar-btn:hover {
    background: #17a6b9 !important;
    border-color: #17a6b9 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
  }
  .custom-navbar .navbar-nav > .nav-item > .nav-link.navbar-btn:focus {
    outline: none !important;
    box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .custom-navbar .navbar-nav > .nav-item > .nav-link {
    text-align: initial;
    /* color: #27344b !important; */
  }
}
@media (min-width: 992px) {
  .custom-navbar.navbar-home .navbar-nav > .nav-item > .nav-link.navbar-btn {
    transition: all 0.2s ease-in-out;
    height: 40px !important;
    line-height: 38px !important;
    background: #17cbc0 !important;
    border: 1px solid #17cbc0 !important;
    border-radius: 8px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    /* font-size: 14px; */
    font-size: calc(14px * var(--factor));
    color: #ffffff !important;
    letter-spacing: 0.04em;
  }
  .custom-navbar.navbar-home .navbar-nav > .nav-item > .nav-link.navbar-btn:hover {
    background: #17a6b9 !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: #17a6b9 !important;
  }
  .custom-navbar.navbar-home .navbar-nav > .nav-item > .nav-link.navbar-btn:focus {
    outline: none !important;
    box-shadow: none !important;
  }
}
.custom-navbar .navbar-collapse.collapse.show > .navbar-nav > .nav-item > .nav-link {
  /* color: #b8c3d5 !important; */
  /* font-size: 20px; */
  font-size: calc(20px * var(--factor));
  line-height: 24px;
}
@media (min-width: 992px) {
  .custom-navbar .navbar-collapse.collapse.show > .navbar-nav > .nav-item > .nav-link {
    color: #27344b !important;
  }
}
.custom-navbar .navbar-collapse.collapse.show > .navbar-nav > .nav-item > .nav-link.btn {
  display: inline-flex;
  align-self: center;
  color: #ffffff !important;
  margin-top: 8px;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 48px !important;
  height: 48px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media (min-width: 992px) {
  .custom-navbar .navbar-collapse.collapse.show > .navbar-nav > .nav-item > .nav-link.btn {
    margin-top: 0;
  }
}
.custom-navbar .navbar-collapse.collapsing,
.custom-navbar .navbar-collapse.collapse.show {
  background: #27344b;
}
.custom-navbar .navbar-collapse.collapsing > .navbar-nav-main,
.custom-navbar .navbar-collapse.collapse.show > .navbar-nav-main {
  margin-top: 104px;
  margin-left: 25px !important;
  margin-right: 25px !important;
}

/* Navbar pulldown */
/* Check what to do with mobile pulldown */

.custom-navbar .nav-item:hover .nav-pulldown {
  display: block;
}

.custom-navbar .nav-pulldown {
  list-style-type: none;
  padding: 0 12px;
  background: inherit;
  pointer-events: all;
}

.custom-navbar .nav-pulldown li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6077a0 !important;
  white-space: nowrap;
  padding: 8px 0 !important;
  text-align: center;
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.custom-navbar .nav-pulldown li a:hover {
  color: rgb(197, 196, 196) !important;
}
@media (min-width: 992px) {
  .custom-navbar .nav-item .nav-pulldown {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
  }

  .custom-navbar .nav-item:hover .nav-pulldown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .custom-navbar .nav-pulldown {
    list-style-type: none;
    padding: 24px;
    position: absolute;
    background: #ffffff;
    box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
    border-radius: 8px;
    width: 206px;
    z-index: 20;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  .custom-navbar .nav-pulldown li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #49608a !important;
    white-space: nowrap;
    padding: 8px 0 !important;
    text-align: center;
    display: block;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
  }
  .custom-navbar .nav-pulldown li a:hover {
    color: #222 !important;
  }
}

.custom-footer {
  background: #27344b;
  padding: 0;
  min-height: auto;
  height: auto;
}
@media (min-width: 992px) {
  .custom-footer {
    padding: 112px 0 112px 0;
  }
}
.custom-footer .footer-navigation {
  display: none;
}
@media (min-width: 992px) {
  .custom-footer .footer-navigation {
    display: flex;
  }
}
.custom-footer .footer-navigation ul {
  padding: 0;
  margin: 0;
  margin-top: 8px;
  list-style-type: none;
}
.custom-footer .footer-navigation ul li {
  margin-bottom: 16px;
}
.custom-footer .footer-navigation ul li a {
  font-style: normal;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b8c3d5;
}
.custom-footer .footer-navigation ul li a:hover {
  text-decoration: none;
}
.custom-footer .footer-copyright {
  padding: initial;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  /* font-size: 10px; */
  font-size: calc(10px * var(--factor));
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #6a80a9;
}
@media (min-width: 768px) {
  .custom-footer .footer-copyright {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .custom-footer .footer-copyright {
    font-size: calc(14px * var(--factor));
    /* font-size: 14px; */
    line-height: 32px;
    text-align: left;
  }
}
.custom-footer .footer-copyright a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  /* font-size: 10px; */
  font-size: calc(10px * var(--factor));
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #6a80a9;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .custom-footer .footer-copyright a {
    /* font-size: 14px; */
    font-size: calc(14px * var(--factor));
    line-height: 32px;
  }
}
.custom-footer .footer-social {
  width: 210px;
  margin: initial;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .custom-footer .footer-social {
    margin-bottom: 0;
  }
}
.custom-footer .footer-social ul {
  width: 210px;
  display: flex;
  justify-content: space-between;
}
.custom-footer .footer-social ul li a {
  color: #b8c3d5 !important;
}
.custom-footer .footer-alt {
  padding-top: 36px;
  padding-bottom: 51px;
}
@media (min-width: 768px) {
  .custom-footer .footer-alt {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .custom-footer .footer-alt {
    padding-top: calc(50px - 16px);
    padding-bottom: calc(100px - 16px);
  }
}

.custom-header-sublinks {
  margin: 0;
  margin-top: 64px;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-header-sublinks li {
  margin-bottom: 16px;
}
.custom-header-sublinks li:last-child {
  margin-bottom: 0;
}
.custom-header-sublinks li a {
  font-style: normal;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: calc(14px * var(--factor));
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  color: #b8c3d5 !important;
}

.custom-header-social {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 32px;
  width: 210px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.custom-header-social li a {
  color: #b8c3d5 !important;
}

.page-hero {
  background: #f2f8f9;
  padding-top: 88px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-hero.directory-hero {
  padding-bottom: 0px;
  padding-top: 0px;
}

@media (max-width: 768px) {
  .page-hero {
    max-height: 300px;
  }
  .page-hero.directory-hero .directory-hero-filters {
    height: 176px;
    overflow-y: scroll;
  }
}
@media (min-width: 992px) {
  .page-hero {
    padding-top: 192px;
    padding-bottom: 48px;
    height: 360px;
  }
  .page-hero.directory-hero {
    padding-top: 32px;
    padding-bottom: 32px;
    height: auto;
  }
}
.page-hero h1 {
  font-style: normal;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #27344b;
  /* font-size: 24px; */
  font-size: calc(24px * var(--factor));
  line-height: 32px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page-hero h1 {
    /* font-size: 48px; */
    font-size: calc(48px * var(--factor));
    line-height: 56px;
  }
}
.page-hero h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #49608a;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-hero h2 {
    /* font-size: 20px; */
    font-size: calc(20px * var(--factor));
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .page-hero h2 {
    margin-bottom: 8px;
  }
}
.page-hero a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #49608a;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 24px;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .page-hero a {
    /* font-size: 20px; */
    font-size: calc(20px * var(--factor));
    line-height: 32px;
  }
}
.page-hero-search {
  border: 2px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px;
  display: inline-flex;
  margin-bottom: 0;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .page-hero-search {
    width: 352px;
    margin-top: 0;
  }
}
.page-hero-search-form {
  width: 100%;
}
@media (min-width: 992px) {
  .page-hero-search-form {
    width: auto;
  }
}
.page-hero-search-input {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #27344b;
  height: 32px;
  width: auto;
  flex: 1;
  margin-right: 0px;
  padding-right: 16px;
  margin-left: 8px;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  border: none !important;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .page-hero-search-input {
    /* font-size: 20px; */
    font-size: calc(20px * var(--factor));
    line-height: 32px;
    width: 100%;
    padding-right: 0px;
    margin-right: 32px;
  }
}
.page-hero-search-input::placeholder {
  color: #27344b;
  opacity: 1;
}
.page-hero-search-input:-ms-input-placeholder {
  color: #27344b;
}
.page-hero-search-input::-ms-input-placeholder {
  color: #27344b;
}
.page-hero-search-input:focus {
  outline: none;
  box-shadow: none;
}
.page-hero-search-submit {
  width: 48px;
  height: 48px !important;
  padding: 0 !important;
  cursor: pointer;
}

.text-area-invalid {
  width: 100%;
  font-size: 80%;
  color: #dc3545;
}

.form-group {
  border: 2px solid #d7deea;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  height: 52px;
  margin-bottom: 16px;
}
.form-group.mb-1 {
  margin-bottom: 16px;
}

.mb {
  margin-bottom: 30px !important;
}

.form-group label {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  /* font-size: 12px; */
  font-size: calc(12px * var(--factor));
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #49608a;
  height: 20px;
  margin: 0;
  top: -10px;
  left: 11px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  background: #fff;
}
.form-group label.dark {
  border-color: #f2f8f9;
  background: #f2f8f9;
}
.form-group .form-control {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  height: 48px;
  padding: 8px 16px;
  color: #27344b;
}
.form-group .form-control::placeholder {
  color: #27344b;
  opacity: 1;
}
.form-group .form-control:-ms-input-placeholder {
  color: #27344b;
}
.form-group .form-control::-ms-input-placeholder {
  color: #27344b;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group .form-control:disabled {
  background-color: #d7deea;
  opacity: 0.4;
}
.form-group .custom-select {
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjc4MTIgMS4yNUwxMy4xODc1IDAuNjI1QzEzLjAzMTIgMC40Njg3NSAxMi43ODEyIDAuNDY4NzUgMTIuNjU2MiAwLjYyNUw3IDYuMjgxMjVMMS4zMTI1IDAuNjI1QzEuMTg3NSAwLjQ2ODc1IDAuOTM3NSAwLjQ2ODc1IDAuNzgxMjUgMC42MjVMMC4xODc1IDEuMjVDMC4wMzEyNSAxLjM3NSAwLjAzMTI1IDEuNjI1IDAuMTg3NSAxLjc4MTI1TDYuNzE4NzUgOC4zMTI1QzYuODc1IDguNDY4NzUgNy4wOTM3NSA4LjQ2ODc1IDcuMjUgOC4zMTI1TDEzLjc4MTIgMS43ODEyNUMxMy45Mzc1IDEuNjI1IDEzLjkzNzUgMS4zNzUgMTMuNzgxMiAxLjI1WiIgZmlsbD0iIzI3MzQ0QiIvPjwvc3ZnPg==);
  background-size: 14px 16px;
  background-position: right 16px center;
  border: none;
  height: 48px;
  padding: 8px 46px 8px 16px;
  color: #27344b;
}
.form-group .custom-select::placeholder {
  color: #27344b;
  opacity: 1;
}
.form-group .custom-select:-ms-input-placeholder {
  color: #27344b;
}
.form-group .custom-select::-ms-input-placeholder {
  color: #27344b;
}
.form-group .custom-select:disabled {
  background-color: #d7deea;
  opacity: 0.4;
}
.form-group .custom-select:focus {
  outline: none;
  box-shadow: none;
}

.directory-hero-mobile {
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}
.directory-hero-mobile .btn-group .btn:hover {
  border-color: #27344b !important;
}
.directory-hero-mobile .btn-group .btn.active,
.directory-hero-mobile .btn-group .btn:hover {
  color: #fff !important;
  background: #27344b !important;
}

.directory-hero-filters {
  padding-top: 20px;
  padding-bottom: 44px;
}
@media (min-width: 992px) {
  .directory-hero-filters {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.directory-form {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .directory-form {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.directory-form-item {
  width: 100%;
  margin-right: 16px;
}
.directory-form-item:last-of-type {
  margin-right: 0;
  width: auto;
}
@media (min-width: 992px) {
  .directory-form-item:nth-child(1) {
    width: 30%;
  }
  .directory-form-item:nth-child(2) {
    width: 60%;
  }
  .directory-form-item:nth-child(4) {
    width: 50%;
  }
  .directory-form-item .form-group,
  .directory-form-item .custom-select {
    margin-bottom: 0;
  }
}
.directory-form .btn {
  width: 100% !important;
}
@media (min-width: 992px) {
  .directory-form .btn {
    width: 52px;
  }
}

.authorization-hero {
  padding-bottom: 56px;
}
.authorization-hero h1 {
  margin-bottom: 0;
}

.authorization-form {
  width: 100%;
  max-width: 350px;
  margin-top: 54px !important;
}

.authorization-links {
  margin-top: 48px !important;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 20px;
  letter-spacing: 0.02em;
  padding: 0 16px;
}
.authorization-links a {
  display: inline-block;
  margin-bottom: 16px;
  color: #17a6b9;
  text-decoration: underline;
}
.authorization-links span {
  text-decoration: none;
}

.ua-error {
  color: red;
  margin-bottom: 10px;
}

.knowledgebase-page {
  margin-top: 100px;
}

.page-content-padding,
.disclaimer-content,
.privacy-policy-content,
.terms-and-conditions-content {
  padding-top: 88px;
}

@media (min-width: 992px) {
  .page-content-padding,
  .terms-and-conditions-content,
  .privacy-policy-content,
  .disclaimer-content {
    padding-top: 192px;
  }
}

/* GLobal */
.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

.btn-more {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: calc(16px * var(--factor));
  line-height: calc(44px * var(--factor));
  letter-spacing: 0.08em;
  font-variant: small-caps;
  color: #27344b !important;
  height: 48px;
  border-bottom: 4px solid #17cbc0;
}
.btn-more:hover {
  text-decoration: none;
}

.stay-connected {
  padding-bottom: 80px;
}
.stay-connected h2 {
  margin-bottom: 16px;
}
.stay-connected p {
  font-style: normal;
  font-weight: normal;
  font-size: calc(20px * var(--factor));
  line-height: calc(32px * var(--factor));
  color: #49608a;
  margin-bottom: 32px;
}

.stay-connected-social a {
  color: #49608a;
  margin-left: 10px;
}
.stay-connected-social a svg {
  width: 28px;
}
/* Shared page content styling */
.page-content {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color: #27344b;
  font-size: calc(18px * var(--factor));
  font-style: normal;
  font-weight: normal;
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.02em;
  padding: 20px 0;
}
.page-content h1,
.page-content h2 {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: bold;
  font-size: calc(24px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.02em;
  color: #27344b;
}
@media (min-width: 992px) {
  .page-content h1,
  .page-content h2 {
    font-size: calc(48px * var(--factor));
    line-height: calc(56px * var(--factor));
  }
}

.page-content h3 {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: bold;
  font-size: calc(20px * var(--factor));
  line-height: calc(26px * var(--factor));
  letter-spacing: 0.02em;
  color: #27344b;
}

@media (min-width: 992px) {
  .page-content h3 {
    font-size: calc(24px * var(--factor));
    line-height: calc(32px * var(--factor));
  }
}

.page-content .media {
  border-radius: 8px;
  overflow: hidden;
}

.page-content .media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-content .mediaBlock figcaption {
  font-style: normal;
  font-weight: normal;
  font-size: calc(14px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.02em;
  color: #6a80a9;
  display: block;
  text-align: right;
  margin-top: 8px;
}
.section-heading {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .section-heading {
    margin-bottom: 140px;
  }
}

.section-heading h2 {
  position: relative !important;
}
.section-heading h3 {
  font-size: calc(24px * var(--factor));
  line-height: calc(32px * var(--factor));
  position: relative;
}

@media (min-width: 992px) {
  .section-heading h3 {
    font-size: calc(32px * var(--factor));
    line-height: calc(56px * var(--factor));
  }
}

.section-heading h2::before,
.section-heading h3::before {
  position: absolute;
  content: '';
  background-color: #17cbc0;
  height: 4px;
  width: 42px;
  top: -20px;
  left: 50%;
  margin-left: -21px;
}
.section-heading h2::before {
  top: -40px;
}

.decorator-text {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: calc(16px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.08em;
  color: #6a80a9;
  margin-bottom: 16px;
}

.continue-heading {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  line-height: calc(48px * var(--factor));
  text-align: center;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  color: #686d77;
  text-transform: uppercase;
  margin-bottom: 56px;
}

/* About */
.about-content {
  background: #f2f8f9;
}

.about-intro {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .about-intro {
    padding-top: 86px;
    padding-bottom: 70px;
  }
}

.about-intro-list {
  padding: 0;
  padding-left: 1em;
  list-style-type: none;
  margin-bottom: 32px;
}

.about-intro-list li {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.about-intro-list li::before {
  content: '\2022';
  color: #17cbc0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.about-contact-block {
  margin: 64px 0;
}
@media (min-width: 992px) {
  .about-contact-block {
    margin: 144px 0;
  }
}

.about-contact-block-inner {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  padding-top: 64px;
  padding-bottom: 64px;
}

.about-contact-block-inner p {
  font-style: normal;
  font-weight: normal;
  font-size: calc(16px * var(--factor));
  line-height: calc(24px * var(--factor));
  color: #49608a;
}

.about-submit {
  text-transform: uppercase;
  padding-right: 10px !important;
  display: flex;
  align-items: center;
}

.about-submit svg {
  width: 38px;
  height: 38px;
}

/* Founder page */
.founder-content {
  padding-top: 90px;
  background: #fff;
}
@media (min-width: 992px) {
  .founder-content {
    padding-top: 240px;
  }
}

.founder-hero {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .founder-hero {
    margin-bottom: 260px;
  }
}

.founder-hero .media {
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .founder-hero .media {
    margin-top: 0;
  }
}

.founder-hero .media img {
  height: 560px;
}

.founder-hero h1 {
  margin-bottom: 24px;
}
.founder-hero p {
  font-style: normal;
  font-weight: normal;
  font-size: calc(20px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.02em;
  color: #49608a;
  margin-bottom: 32px;
  max-width: 350px;
}

.founder-timelineBlock {
  margin-bottom: 60px;
}
.founder-timelineBlock.third {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .founder-timelineBlock {
    margin-bottom: 120px;
  }
  .founder-timelineBlock.second {
    margin-bottom: 240px;
  }
  .founder-timelineBlock.third {
    margin-bottom: 200px;
  }
}

.founder-timelineBlock h2 {
  margin-bottom: 24px;
}

.founder-timelineBlock .decorator-metadata {
  font-style: normal;
  font-weight: bold;
  font-size: calc(16px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.08em;
  color: #17a6b9;
}

.founder-gallery {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .founder-gallery {
    margin-bottom: 164px;
  }
}

.founder-quote {
  position: relative;
  margin-top: 50px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .founder-quote {
    margin-top: 0;
  }
}

.founder-quote::before {
  position: absolute;
  content: '\201C';
  top: -40px;
  left: 0;
  font-weight: bold;
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 0.02em;
  color: #17a6b9;
}
@media (min-width: 992px) {
  .founder-quote::before {
    top: -80px;
    font-size: 128px;
    line-height: 150px;
  }
}

.founder-quote p {
  font-style: italic;
  font-weight: bold;
  font-size: calc(20px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.02em;
  color: #27344b;
}
@media (min-width: 992px) {
  .founder-quote p {
    font-size: calc(40px * var(--factor));
    line-height: calc(48px * var(--factor));
  }
}

.founder-quote footer {
  font-size: calc(16px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.08em;
  color: #6a80a9;
}

/* My story */
.story-subheading {
  font-style: normal;
  font-weight: bold;
  font-size: calc(20px * var(--factor));
  line-height: calc(32px * var(--factor));
  text-align: center;
  letter-spacing: 0.02em;
  color: #17a6b9;
  margin: 50px 0;
}
@media (min-width: 992px) {
  .story-subheading {
    font-size: calc(32px * var(--factor));
    line-height: calc(40px * var(--factor));
  }
}

.story-content {
  padding-top: 90px;
  background-color: #f2f8f9;
}
@media (min-width: 992px) {
  .story-content {
    padding-top: 240px;
  }
}

.story-content-alt {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}
.story-content-last {
  padding-top: 60px;
  background-color: #f2f8f9;
}
@media (min-width: 992px) {
  .story-content-alt {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .story-content-last {
    padding-top: 140px;
  }
}

.story-hero {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .story-hero {
    margin-bottom: 112px;
  }
}
.story-intro {
  margin-bottom: 60px;
}
.story-introAlt {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .story-intro {
    margin-bottom: 112px;
  }
  .story-introAlt {
    margin-bottom: 190px;
  }
}

.story-hero .media {
  height: 640px;
}

.story-block-inner {
  border-radius: 8px;
  background: #ffffff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.story-featuresBlocks {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .story-featuresBlocks {
    margin-bottom: 112px;
  }
}

.story-featureBlock {
  height: 480px;
  position: relative;
  padding: 90px 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .story-featureBlock {
    margin-bottom: 0;
  }
}

.story-featureBlockContent {
  position: relative;
  z-index: 10;
}
.story-featureBlockContent p {
  font-weight: bold;
  font-size: calc(18px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.02em;
  color: #ffffff;
}

.story-featureBlockOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(39, 52, 75, 0.4), rgba(39, 52, 75, 0.4));
}

.story-featureDecoration {
  position: absolute;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 256px;
  line-height: 338px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  bottom: -120px;
  right: -20px;
  z-index: 2;
}

.story-andSo {
  font-style: normal;
  font-weight: normal;
  font-size: calc(18px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.02em;
  color: #b8c3d5;
  padding: 50px 0;
}

.slider {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .slider {
    margin-bottom: 140px;
  }
}

.react-multi-carousel-track {
  display: flex;
  list-style-type: none;
}

.slider .react-multi-carousel-list {
  position: relative;
  overflow: hidden;
}

.slider .react-multi-carousel-track {
  align-items: flex-start;
}

.slider .react-multi-carousel-item {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.slider .slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 255px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider .slide .media {
  width: 100%;
  height: 328px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.slider .slide .media img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider .react-multiple-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: rgba(39, 52, 75, 0.55);
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid #1f6ef0;
  transition: background-color 0.2s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .react-multiple-carousel__arrow:hover {
  background: rgba(39, 52, 75, 0.8);
}

.slider .react-multiple-carousel__arrow::before {
  font-family: inherit;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  display: block;
  position: static;
  transform: translateY(-1px);
}

.slider .react-multiple-carousel__arrow--disabled {
  display: none !important;
}

.slider .react-multiple-carousel__arrow--left {
  left: 14px;
}

.slider .react-multiple-carousel__arrow--left::before {
  content: '\2039';
}

.slider .react-multiple-carousel__arrow--right {
  right: 14px;
}

.slider .react-multiple-carousel__arrow--right::before {
  content: '\203A';
}

@media (max-width: 991px) {
  .slider .react-multi-carousel-item {
    padding: 0 8px;
  }
}

@media (max-width: 767px) {
  .slider .react-multi-carousel-item {
    padding: 0 6px;
  }
  .slider .react-multiple-carousel__arrow {
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
  }
  .slider .react-multiple-carousel__arrow::before {
    font-size: 20px;
  }
  .slider .react-multiple-carousel__arrow--left {
    left: 8px;
  }
  .slider .react-multiple-carousel__arrow--right {
    right: 8px;
  }
}

.slider .slide .date {
  font-style: normal;
  font-weight: 500;
  font-size: calc(12px * var(--factor));
  line-height: calc(16px * var(--factor));
  letter-spacing: 0.02em;
  color: #6a80a9;
  margin-bottom: 5px;
}

.slider .slide h5 {
  font-family: 'Roboto Slab', serif;
  font-size: calc(18px * var(--factor));
  line-height: calc(24px * var(--factor));
  letter-spacing: 0.02em;
  color: #27344b;
  margin-bottom: 5px;
}

.slider .slide a {
  font-weight: 500;
  font-size: calc(12px * var(--factor));
  line-height: calc(14px * var(--factor));
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #27344b;
}

.stories {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .stories {
    margin-bottom: 190px;
  }
}

.form-group-textArea {
  min-height: 104px;
  height: auto;
}

.form-control-textArea {
  min-height: 100px;
  height: auto;
}

/* blog */
.blog-post-header {
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.blog-post-header .backButton {
  display: inline-block;
  font-size: calc(16px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.08em;
  text-decoration-line: underline;
  color: #6a80a9;
  margin-bottom: 16px;
}

.blog-post-title {
  font-size: calc(32px * var(--factor));
  line-height: calc(44px * var(--factor));
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .blog-post-title {
    font-size: calc(48px * var(--factor));
    line-height: calc(56px * var(--factor));
    letter-spacing: 0.02em;
  }
}

.blog-post-container {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color: #27344b;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.02em;
  max-width: 730px;
  margin: 0 auto;
  overflow: visible !important;
  margin-bottom: 130px;
}
.blog-post-container p,
.blog-post-container img {
  margin-bottom: 42px;
}
.event-post-container img {
  width: 100%;
  height: auto;
}
.blog-post-container img {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}
.blog-post-container img[data-align='center'],
.blog-post-container img.ss__image-align-center {
  display: flex;
  margin: auto;
  max-width: 100%;
  height: 400px;
}
.blog-post-container img[data-align='left'],
.blog-post-container img.ss__image-align-left {
  float: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 400px;
}
.blog-post-container img[data-align='right'],
.blog-post-container img.ss__image-align-right {
  float: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 400px;
}

.blog-post-container iframe {
  width: 100%;
  height: 212px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blog-post-container iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .blog-post-container img[data-align='center'],
  .blog-post-container img.ss__image-align-center {
    margin-left: -190px;
    max-width: calc(100% + (190px * 2)) !important;
    height: auto;
  }
  .blog-post-container img[data-align='left'],
  .blog-post-container img.ss__image-align-left {
    float: left;
    margin-left: -190px;
    margin-right: 95px;
    width: auto;
    max-height: auto;
  }
  .blog-post-container img[data-align='right'],
  .blog-post-container img.ss__image-align-right {
    float: right;
    margin-right: -190px;
    margin-left: 95px;
    width: auto;
    max-height: auto;
  }
}

.blog-featuredItem:first-of-type {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .blog-featuredItem:first-of-type {
    margin-bottom: 0;
  }
}

.blog-featuredItem a:hover {
  text-decoration: none;
}

.blog-featuredItem h2 {
  font-style: normal;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #27344b;
  /* font-size: 24px; */
  font-size: calc(24px * var(--factor));
  line-height: 32px;
  margin-bottom: 24px;
  width: 100% !important;
}
@media (min-width: 992px) {
  .blog-featuredItem h2 {
    margin-bottom: 15px;
    font-size: calc(24px * var(--factor));
    line-height: calc(32px * var(--factor));
  }
}

.blog-featuredItem p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #49608a;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: calc(24px * var(--factor));
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .blog-featuredItem p {
    /* font-size: 20px; */
    font-size: calc(16px * var(--factor));
    line-height: calc(24px * var(--factor));
    margin-bottom: 26px;
  }
}

.blog-featuredItem .btn-more {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 44px;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  color: #27344b !important;
  height: 48px;
  border-bottom: 4px solid #17cbc0;
}
.blog-featuredItem .btn-more:hover {
  text-decoration: none;
}

.blog-featuredItem .media {
  margin-bottom: 34px;
  position: relative;
  width: 100%;
  height: 324px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
  background: #17cbc0;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-featuredItem .media {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .blog-featuredItem .media {
    width: 445px;
    height: 336px;
  }
}
.blog-featuredItem .media img {
  object-fit: cover;
  width: 100%;
  height: 324px;
}
@media (min-width: 768px) {
  .blog-featuredItem .media img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .blog-featuredItem .media img {
    width: 445px;
    height: 336px;
  }
}

.blog-featuredItem .indent {
  padding: 0px;
  padding-top: 0;
  max-width: 445px;
}
@media (min-width: 768px) {
  .blog-featuredItem .indent {
    padding: 48px;
    padding-top: 0;
    max-width: 445px;
  }
}

.blog-featuredItem-story {
  padding-top: 0;
}
@media (min-width: 992px) {
  .blog-featuredItem-story {
    padding-top: 120px;
  }
}

.blog-listArticle {
  margin-bottom: 64px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .blog-listArticle {
    margin-bottom: 120px;
    margin-top: 30px;
  }
}

.blog-listArticle .media {
  width: 100%;
  height: 300px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
  background: #17cbc0;
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog-listArticle .media {
    width: 100%;
    height: 440px;
  }
}

.blog-listArticle a:hover {
  text-decoration: none;
}

.blog-listArticle h2 {
  font-style: normal;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: #27344b;
  /* font-size: 24px; */
  font-size: calc(24px * var(--factor));
  line-height: 32px;
  margin-bottom: 24px;
  width: 100% !important;
}
@media (min-width: 992px) {
  .blog-listArticle h2 {
    margin-bottom: 15px;
    font-size: calc(32px * var(--factor));
    line-height: calc(40px * var(--factor));
  }
}

.blog-listArticle p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #49608a;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: calc(24px * var(--factor));
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .blog-listArticle p {
    /* font-size: 20px; */
    font-size: calc(16px * var(--factor));
    line-height: calc(24px * var(--factor));
    margin-bottom: 26px;
  }
}

.blog-listArticle .btn-more {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  /* font-size: 16px; */
  font-size: calc(16px * var(--factor));
  line-height: 44px;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  color: #27344b !important;
  height: 48px;
  border-bottom: 4px solid #17cbc0;
}
.blog-listArticle .btn-more:hover {
  text-decoration: none;
}

.blog-post-footer {
  border-top: 1px solid #b8c3d5;
  padding-top: 130px;
}
.blog-post-footerInner {
  margin-bottom: 64px;
}

.blog-post-footer h3 {
  font-size: calc(24px * var(--factor));
  line-height: calc(32px * var(--factor));
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .blog-post-footer h3 {
    font-size: calc(32px * var(--factor));
    line-height: calc(56px * var(--factor));
  }
}

.blog-post-footer h3::before {
  position: absolute;
  content: '';
  background-color: #17cbc0;
  height: 4px;
  width: 42px;
  top: -20px;
}

.blog-post-footer .backButton {
  font-size: calc(16px * var(--factor));
  line-height: calc(32px * var(--factor));
  letter-spacing: 0.08em;
  text-decoration-line: underline;
  color: #6a80a9;
}

/* Events */
.event-card-footer {
  text-align: end;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0) 54.92%);
  box-shadow: 64px 96px 128px rgba(11, 83, 211, 0.16);
}

/* Info pages: Doctors, Dentists, Facilities */
.info-content {
  background: #f2f8f9;
}

.info-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width: 992px) {
  .info-section:first-child {
    padding-top: 86px;
    padding-bottom: 32px;
  }
  .info-section {
    padding-bottom: 32px;
  }
}

.info-section h3 {
  margin-bottom: 32px;
}

.info-section p {
  margin-bottom: 2rem;
}

/* Our team page */
.our-team-content {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.our-team-content-last {
  padding-top: 60px;
  background-color: #f2f8f9;
}

@media (min-width: 992px) {
  .our-team-content {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .our-team-content-last {
    padding-top: 140px;
  }
}

.our-team-content.alt {
  flex-direction: column-reverse;
}

.our-team-content .subtitle-container {
  width: 75%;
  color: #49608a;
  font-family: Roboto;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
}

.our-team-content .member-row {
  display: flex;
}

@media (min-width: 992px) {
  .our-team-content .member-row.alt {
    display: flex;
    flex-direction: row-reverse;
  }
}

.our-team-content .member-photo {
  filter: drop-shadow(64px 96px 128px rgba(11, 83, 211, 0.16));
  border-radius: 8px;
  width: 540px;
  height: 480px;
}

/* Awards page */

.awards-content {
  padding-top: 120px;
  padding-bottom: 30px;
}

.awards-container {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color: #27344b;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.02em;
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible !important;
}

.awards-container h4 {
  font-size: 18px;
  text-align: center;
}
.awards-container img {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 24px;
}

.multiple-picture-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  padding: 24px;
}

@media (min-width: 992px) {
  .awards-content {
    background-color: #fff;
    padding-top: 160px;
    padding-bottom: 60px;
    display: flex;
  }

  .awards-container img {
    margin-bottom: 42px;
  }

  .awards-container h4 {
    font-size: 24px;
    text-align: center;
  }

  .multiple-picture-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3rem;
    padding: 42px;
  }
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pagination .pagination-numbers {
  padding-left: 36px;
  padding-right: 36px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #27344b;
}

@media (max-width: 361px) {
  .pagination-numbers {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.pagination .page-number-item {
  margin: 0 8px;
  border-radius: 8px;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 20px;
  cursor: pointer;
}

.pagination .page-number-item.active {
  background: #17cbc0;
  color: white;
  cursor: default;
}

.pagination .page-number-item.dots {
  cursor: default;
}

.pagination .goto {
  position: relative;
  display: flex;
  flex-direction: row;
  border: 2px solid #d7deea;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0px 32px;
  padding: 0 16px;
  height: 48px;
  align-items: center;
}

.pagination .goto label {
  position: absolute;
  top: -9px;
  left: 16px;
  font-size: 12px;
  line-height: 20px;
  width: 40px;
  height: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #49608a;
  padding: 0 5px;
  background-color: #f2f8f9;
}

.pagination .goto input {
  border: none;
  background: inherit;
  color: #27344b;
}

/* Chrome, Safari, Edge, Opera */
.pagination .goto input::-webkit-outer-spin-button,
.pagination .goto input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pagination .goto input[type='number'] {
  -moz-appearance: textfield;
}

.pagination .goto input:focus {
  outline: none;
}

.pagination .goto span.icon {
  cursor: pointer;
}

.pagination .goto.full-width {
  margin-right: 0;
  margin-left: auto;
}

.news-card {
  height: 400px;
}

.health-news-author-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-header-search label {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #49608a;
  margin-right: 16px;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
}

.author-header-search input {
  padding-left: 24px;
  width: 328px;
  height: 56px;
  border-radius: 8px;
  border: none;
}
