@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";
:root {
  --carousel-slide-width: min(30rem, calc(100vw - (15px * 2)));
}
:root {
  --carousel-slide-width: min(30rem, calc(100vw - (15px * 2)));
}
.quote-slider,
.reviews-slider {
  position: relative;
  display: block;
  min-block-size: 100%;
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider,
.reviews-slider {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    inline-size: 100%;
    max-inline-size: 500px;
    min-block-size: unset;
  }
}
@media screen and (max-width: 35rem) {
  .quote-slider,
.reviews-slider {
    position: relative;
  }
}
.quote-slider__wrapper,
.reviews-slider__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  block-size: auto;
  -webkit-box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
  max-inline-size: 100%;
}
.quote-slider__wrapper::before,
.reviews-slider__wrapper::before {
  position: absolute;
  background: #e0e0e0;
  block-size: 100%;
  content: "";
  -webkit-filter: blur(200px);
          filter: blur(200px);
  inset-inline: 0;
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider__wrapper,
.reviews-slider__wrapper {
    overflow: visible !important;
  }
}
@media screen and (max-width: 35rem) {
  .quote-slider__wrapper,
.reviews-slider__wrapper {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider .slider-navigation,
.reviews-slider .slider-navigation {
    position: absolute;
    margin: 0;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    inline-size: auto;
    inset-block-start: -0.625rem;
    inset-inline-end: 1.875rem;
  }
}
@media screen and (max-width: 35rem) {
  .quote-slider .slider-navigation,
.reviews-slider .slider-navigation {
    position: static;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-top: 1.875rem;
  }
}
.quote-slider__button-prev,
.reviews-slider__button-prev {
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-start: -6.2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 75rem) {
  .quote-slider__button-prev,
.reviews-slider__button-prev {
    inset-inline-start: -0.9375rem;
  }
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider__button-prev,
.reviews-slider__button-prev {
    position: static;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.quote-slider__button-next,
.reviews-slider__button-next {
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-end: -6.2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 75rem) {
  .quote-slider__button-next,
.reviews-slider__button-next {
    inset-inline-end: -0.9375rem;
  }
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider__button-next,
.reviews-slider__button-next {
    position: static;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.quote-slider .swiper-pagination,
.reviews-slider .swiper-pagination {
  z-index: 0;
  display: none;
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider .swiper-pagination,
.reviews-slider .swiper-pagination {
    position: static;
    display: none;
    margin-block: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    margin-inline: 2.3125rem;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media screen and (max-width: 35rem) {
  .quote-slider .swiper-pagination,
.reviews-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.quote-slider .swiper-pagination .swiper-pagination-bullet,
.reviews-slider .swiper-pagination .swiper-pagination-bullet {
  background: #e0e0e0;
  block-size: 0.125rem;
  border-radius: 0;
  inline-size: 3.75rem;
  margin-block: 0 !important;
  margin-inline: 0.4375rem !important;
  opacity: 1;
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider .swiper-pagination .swiper-pagination-bullet,
.reviews-slider .swiper-pagination .swiper-pagination-bullet {
    block-size: 0.375rem;
    border-radius: 50%;
    inline-size: 0.375rem;
    margin-inline: 0.1875rem !important;
  }
}
.quote-slider .swiper-pagination .swiper-pagination-bullet:first-child,
.reviews-slider .swiper-pagination .swiper-pagination-bullet:first-child {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}
.quote-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.reviews-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00426a;
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.reviews-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #242424;
  }
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider .swiper-pagination,
.reviews-slider .swiper-pagination {
    max-inline-size: -webkit-fit-content;
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
  }
}
.quote-slider__slide,
.reviews-slider__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  background-color: white;
  border-radius: 5px;
  min-block-size: 23.6875rem;
}
@media screen and (max-width: 50.6875rem) {
  .quote-slider__slide,
.reviews-slider__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-block-size: 20.6875rem;
  }
}
.video-slider,
.articles-slider {
  position: relative;
}
.video-slider__pagination .swiper-pagination-bullet,
.articles-slider__pagination .swiper-pagination-bullet {
  background: #e0e0e0;
  block-size: 0.125rem;
  border-radius: 0;
  inline-size: 3.75rem;
  margin-block: 0 !important;
  margin-inline: 0.4375rem !important;
  opacity: 1;
}
@media screen and (max-width: 50.6875rem) {
  .video-slider__pagination .swiper-pagination-bullet,
.articles-slider__pagination .swiper-pagination-bullet {
    block-size: 0.375rem;
    border-radius: 50%;
    inline-size: 0.375rem;
    margin-inline: 0.1875rem !important;
  }
}
.video-slider__pagination .swiper-pagination-bullet:first-child,
.articles-slider__pagination .swiper-pagination-bullet:first-child {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}
.video-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.articles-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00426a;
}
@media screen and (max-width: 50.6875rem) {
  .video-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.articles-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #242424;
  }
}
@media screen and (max-width: 50.6875rem) {
  .video-slider__pagination,
.articles-slider__pagination {
    max-inline-size: -webkit-fit-content;
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
  }
}
.video-slider .swiper-pagination.video-slider__pagination,
.video-slider .swiper-pagination.articles-slider__pagination,
.articles-slider .swiper-pagination.video-slider__pagination,
.articles-slider .swiper-pagination.articles-slider__pagination {
  position: absolute;
  inset-block-end: -2.125rem;
  inset-inline-start: 0;
  -webkit-margin-before: 0.8rem;
          margin-block-start: 0.8rem;
  text-align: start;
}
@media screen and (max-width: 50.6875rem) {
  .video-slider .swiper-pagination.video-slider__pagination,
.video-slider .swiper-pagination.articles-slider__pagination,
.articles-slider .swiper-pagination.video-slider__pagination,
.articles-slider .swiper-pagination.articles-slider__pagination {
    position: static;
    margin-block: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    margin-inline: 2.3125rem;
  }
}
.video-slider__wrapper,
.articles-slider__wrapper {
  -webkit-margin-after: 8.25rem;
          margin-block-end: 8.25rem;
}
@media screen and (max-width: 50.6875rem) {
  .video-slider__wrapper,
.articles-slider__wrapper {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.video-slider__content,
.articles-slider__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.125rem;
  block-size: 100%;
}
@media screen and (max-width: 50.6875rem) {
  .video-slider__content,
.articles-slider__content {
    padding: 2rem;
  }
}
@media screen and (max-width: 35rem) {
  .video-slider__content,
.articles-slider__content {
    padding: 1.875rem;
  }
}
.video-slider__heading,
.articles-slider__heading {
  max-inline-size: 38.25rem;
}
.video-slider .video-slider__heading,
.articles-slider .video-slider__heading {
  color: white;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  text-align: initial;
}
@media screen and (max-width: 64rem) {
  .video-slider .video-slider__heading,
.articles-slider .video-slider__heading {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 35rem) {
  .video-slider .video-slider__heading,
.articles-slider .video-slider__heading {
    font-size: 1.375rem;
    letter-spacing: -0.03125rem;
    line-height: 120%;
  }
}
.video-slider__preview,
.articles-slider__preview {
  position: absolute;
  block-size: 100%;
  border-radius: 5px;
  inline-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-slider__slide,
.articles-slider__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 5px;
  cursor: pointer;
  min-block-size: 30rem;
}
@media screen and (max-width: 64rem) {
  .video-slider__slide,
.articles-slider__slide {
    min-block-size: 25rem;
  }
}
@media screen and (max-width: 35rem) {
  .video-slider__slide,
.articles-slider__slide {
    min-block-size: 15.625rem;
  }
}
.video-slider__slide:hover .play,
.articles-slider__slide:hover .play {
  background-color: #00426a;
  color: white;
}
.video-slider__slide::after,
.articles-slider__slide::after {
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  border-radius: 5px;
  content: "";
  inset: 0;
  pointer-events: none;
}
.video-slider__duration,
.articles-slider__duration {
  position: absolute;
  inset-block-start: 3.125rem;
  inset-inline-end: 3.125rem;
}
@media screen and (max-width: 50.6875rem) {
  .video-slider__duration,
.articles-slider__duration {
    inset-block-start: 2rem;
    inset-inline-end: 2rem;
  }
}
@media screen and (max-width: 35rem) {
  .video-slider__duration,
.articles-slider__duration {
    inset-block-start: 1.875rem;
    inset-inline-end: 1.875rem;
  }
}
.video-slider__tag,
.articles-slider__tag {
  font-size: 1rem;
  letter-spacing: -0.5px;
  margin-block: auto 1.5625rem;
}
@media screen and (max-width: 35rem) {
  .video-slider__tag,
.articles-slider__tag {
    margin-block: auto 0.9375rem;
  }
}
.video-slider__button-prev,
.articles-slider__button-prev {
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-start: -6.2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 75rem) {
  .video-slider__button-prev,
.articles-slider__button-prev {
    inset-inline-start: -0.9375rem;
  }
}
@media screen and (max-width: 50.6875rem) {
  .video-slider__button-prev,
.articles-slider__button-prev {
    position: static;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.video-slider__button-next,
.articles-slider__button-next {
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-end: -6.2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 75rem) {
  .video-slider__button-next,
.articles-slider__button-next {
    inset-inline-end: -0.9375rem;
  }
}
@media screen and (max-width: 50.6875rem) {
  .video-slider__button-next,
.articles-slider__button-next {
    position: static;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.slider-navigation {
  inline-size: 100%;
}
.slider-navigation--margin-bottom {
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
}
@media screen and (max-width: 50.6875rem) {
  .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border-style: none;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  list-style: none;
  text-decoration: inherit;
}
html,
body {
  color: #333333;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
}
button {
  cursor: pointer;
}
body {
  font-family: "Montserrat", "Arial", sans-serif;
  line-height: 1.5;
  min-block-size: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}
html {
  font-size: 100%;
}
:focus-visible {
  outline: 2px solid #242424;
  outline-offset: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
::-webkit-scrollbar-track {
  background-color: white;
}
::-webkit-scrollbar {
  background-color: white;
  inline-size: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #00426a;
}
* {
  scrollbar-color: #00426a white;
  scrollbar-width: thin;
}
.section {
  -webkit-border-after: 1px solid #e0e0e0;
          border-block-end: 1px solid #e0e0e0;
  padding-block: 4rem;
}
@media screen and (max-width: 50.6875rem) {
  .section {
    padding-block: 2.5rem;
  }
}
@media screen and (max-width: 50.6875rem) {
  .section--hidden {
    overflow: hidden;
  }
}
.section--min {
  padding-block: 6.25rem;
}
@media screen and (max-width: 50.6875rem) {
  .section--min {
    padding-block: 4rem;
  }
}
.section--blue {
  background-image: linear-gradient(180deg, #2884bc 0%, #00426a 100%);
}
@media screen and (max-width: 50.6875rem) {
  .section--first {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}
.section--large-padding {
  -webkit-padding-after: 10.9375rem;
          padding-block-end: 10.9375rem;
}
.section--no-border {
  -webkit-border-after: none;
          border-block-end: none;
}
.inner-module {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
}
@media screen and (max-width: 50.6875rem) {
  .inner-module {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}
.container {
  inline-size: 100%;
  margin-block: 0;
  margin-inline: auto;
  max-inline-size: 76.875rem;
  padding-block: 0;
  padding-inline: 0.938rem;
}
@media screen and (max-width: 50.6875rem) {
  .container {
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 35rem) {
  .container {
    padding-inline: 0.9375rem;
  }
}
.container.container--min {
  max-inline-size: 64.125rem;
}
.heading {
  color: #333333;
  font-weight: 600;
}
.heading--xl {
  font-size: 4.5rem;
  letter-spacing: -5px;
  line-height: 110%;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 64rem) {
  .heading--xl {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 35rem) {
  .heading--xl {
    font-size: 3.125rem;
    letter-spacing: -3.2px;
  }
}
.heading--lg {
  color: #333333;
  font-size: 2.25rem;
  letter-spacing: -2px;
  line-height: 120%;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 35rem) {
  .heading--lg {
    font-size: 2rem;
  }
}
.heading--md {
  font-size: 1.5rem;
  line-height: 140%;
}
.heading--sm {
  font-size: 1.125rem;
  letter-spacing: -0.5px;
  line-height: 140%;
}
.heading--xsm {
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  line-height: 100%;
}
.heading--center {
  text-align: center;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00426a;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  letter-spacing: -0.03125rem;
  line-height: 99%;
  min-block-size: 3.5rem;
  padding-inline: 1.875rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button:hover {
  background-color: #00afd7;
}
.button--small {
  font-size: 0.875rem;
  line-height: 150%;
  min-block-size: 2.4375rem;
}
@media screen and (max-width: 868px) {
  .button--small {
    font-size: 0.75rem;
  }
}
.button--low-paddings {
  padding-inline: 1.25rem;
}
.button--big-paddings {
  padding-inline: 2.5rem;
}
.button--background-white {
  background-color: white;
  color: #242424;
}
.button--background-white:hover {
  color: white;
}
.button--background-grey {
  background-color: #f0f3f5;
  color: #242424;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 50.6875rem) {
  .button--background-grey {
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}
.button--background-grey:hover {
  background-color: #00426a;
  color: white;
}
.button--outline {
  background-color: transparent;
  color: #00426a;
  outline: 1px solid #00426a;
}
.button--outline:hover {
  background-color: #00426a;
  color: white;
}
.button--fit {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
.paragraph {
  color: #828282;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.03125rem;
  line-height: 200%;
}
@media screen and (max-width: 64rem) {
  .paragraph {
    font-size: 0.875rem;
    line-height: 180%;
  }
}
.paragraph--sm {
  font-size: 0.875rem;
  line-height: 160%;
}
.arrow {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
.arrow--before {
  margin-inline: 0 0.5rem;
}
.arrow--no-margin {
  margin: 0;
}
.divider {
  background: #f0f3f5;
  block-size: 1px;
  inline-size: 100%;
}
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.3125rem;
  opacity: 0.6;
}
.tag .circle {
  -webkit-margin-end: 0.3125rem;
          margin-inline-end: 0.3125rem;
}
.tag--grey {
  color: #333333;
}
.tag--small {
  font-size: 0.875rem;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 35rem) {
  .tag--small {
    -webkit-margin-after: 0.9375rem;
            margin-block-end: 0.9375rem;
  }
}
.video-duration {
  z-index: 3;
  padding: 0.625rem;
  background-color: white;
  border-radius: 5px;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 100%;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
}
.play {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  block-size: 2.5rem;
  border-radius: 50%;
  inline-size: 2.5rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.play:hover {
  background-color: #00426a;
  color: white;
}
.section-grid {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  -webkit-margin-after: 5.25rem;
          margin-block-end: 5.25rem;
}
@media screen and (max-width: 50.6875rem) {
  .section-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 35rem) {
  .section-grid {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}
.section-grid--margin-top {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
}
@media screen and (max-width: 35rem) {
  .section-grid--margin-top {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
.section-grid__heading {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  text-align: initial;
}
.section-grid__paragraph {
  max-inline-size: 24.125rem;
}
.section-grid__paragraph--right {
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  line-height: 200%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 50.6875rem) {
  .section-grid__paragraph--right {
    -webkit-margin-start: initial;
            margin-inline-start: initial;
  }
}
.section-grid__paragraph--full-width {
  inline-size: 100%;
  letter-spacing: -0.5px;
  line-height: 200%;
  max-inline-size: none;
}
@media screen and (max-width: 35rem) {
  .section-grid__paragraph {
    line-height: 200%;
  }
}
.swiper {
  block-size: 100%;
  inline-size: 100%;
}
.slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f3f5;
  block-size: 3.75rem;
  border-radius: 50%;
  cursor: pointer;
  inline-size: 3.75rem;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.slider-button--white {
  background-color: white;
}
.slider-button.swiper-button-disabled {
  opacity: 0.5;
}
.slider-button.swiper-button-disabled:hover {
  background-color: #f0f3f5;
  color: #333333;
}
.slider-button:hover {
  background-color: #00426a;
  color: white;
}
.link {
  color: #00426a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.banner {
  padding: 3.125rem;
  background-image: url("../images/banner-building~863a783c.png"), linear-gradient(90deg, #2884bc, #00426a);
  background-position: bottom 0 right 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 5px;
}
@media screen and (max-width: 50.6875rem) {
  .banner {
    background-position: bottom 0 right -73%, 0 0;
  }
}
@media screen and (max-width: 35rem) {
  .banner {
    min-block-size: 28.6875rem;
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 35rem) {
  .banner {
    background-position: bottom -1.3125rem right 111%;
  }
}
.banner--roofs {
  background-image: url("../images/roofs-right~4e332b7b.png"), linear-gradient(90deg, #2884bc, #00426a);
}
@media screen and (max-width: 50.6875rem) {
  .banner--roofs {
    background-size: 538px auto, auto;
  }
}
@media screen and (max-width: 35rem) {
  .banner--roofs {
    background-size: 130%, auto;
  }
}
.banner--roofs-left {
  background-image: url("../images/roof-mask~3872c0bf.png"), linear-gradient(90deg, #2884bc, #00426a);
  background-position: bottom 0 right 0, 0 0;
}
@media screen and (max-width: 50.6875rem) {
  .banner--roofs-left {
    background-position: bottom 0 right -73%, 0 0;
  }
}
@media screen and (max-width: 35rem) {
  .banner--roofs-left {
    background-position: bottom 0 right 0, 0 0;
  }
}
.banner__container {
  padding-block: 3.75rem;
}
.banner__container--big-padding {
  padding-block: 6.25rem 0;
}
.banner__heading {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  text-align: initial;
  color: #ffffff;
}
.banner__heading--small {
  max-inline-size: 21.25rem;
}
.banner__text {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 180%;
  margin-block: 0.9375rem 1.875rem;
}
@media screen and (max-width: 50.6875rem) {
  .banner__text {
    max-inline-size: 20rem;
  }
}
@media screen and (max-width: 35rem) {
  .banner__text {
    margin-block: 0.9375rem 1.875rem;
  }
}
.banner__button {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
.banner-right {
  background-position: bottom -1.25rem left 0, 0 0;
}
@media screen and (max-width: 50.6875rem) {
  .banner-right {
    background-position: bottom -1.25rem left -25%, 0 0;
  }
}
@media screen and (max-width: 35rem) {
  .banner-right {
    background-position: bottom -1.25rem left 0, 0 0;
  }
}
.banner-right__content {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  max-inline-size: 21.25rem;
}
@media screen and (max-width: 35rem) {
  .banner-right__content {
    -webkit-margin-start: initial;
            margin-inline-start: initial;
  }
}
.color-primary {
  color: #00426a;
}
.color-primary--block {
  display: block;
}
@media screen and (max-width: 50.6875rem) {
  .color-primary--block {
    display: initial;
  }
}
.color-orange {
  color: #ff513d;
}
.faq__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f0f3f5;
  block-size: 3.75rem;
  border-radius: 50%;
  inline-size: 3.75rem;
  inset-block-start: 50%;
  inset-inline-end: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.faq__icon .arrow {
  margin: 0;
}
.faq__content {
  overflow: hidden;
  block-size: 0;
  opacity: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-end: 4.0625rem;
          padding-inline-end: 4.0625rem;
  -webkit-transition: opacity 500ms ease, block-size 600ms ease;
  -o-transition: opacity 500ms ease, block-size 600ms ease;
  transition: opacity 500ms ease, block-size 600ms ease;
}
.faq__question {
  position: relative;
  color: #242424;
  font-size: 1.125rem;
  font-weight: 600;
  inline-size: 100%;
  letter-spacing: -0.5px;
  line-height: 140%;
  -webkit-padding-end: 4.0625rem;
          padding-inline-end: 4.0625rem;
  -webkit-transition: color 0.3s ease, padding 0.3s ease;
  -o-transition: color 0.3s ease, padding 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease;
}
.faq__link {
  position: relative;
  display: block;
  color: #00426a;
  font-size: 1rem;
  font-weight: 600;
  inline-size: 100%;
  letter-spacing: -0.5px;
  line-height: 100%;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  -webkit-padding-end: 4.0625rem;
          padding-inline-end: 4.0625rem;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.faq__answer {
  max-inline-size: 38.125rem;
  -webkit-transition: padding 0.3s ease 0s;
  -o-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}
.faq__item {
  -webkit-border-before: 1px solid #e0e0e0;
          border-block-start: 1px solid #e0e0e0;
  cursor: pointer;
  padding-block: 2.9375rem;
  padding-inline: 0;
}
.faq__item:last-child {
  -webkit-border-after: 1px solid #e0e0e0;
          border-block-end: 1px solid #e0e0e0;
}
.faq__item--border-bottom {
  -webkit-border-after: 1px solid #e0e0e0;
          border-block-end: 1px solid #e0e0e0;
}
@media screen and (max-width: 50.6875rem) {
  .faq__item {
    padding-block: 2.5rem;
  }
}
@media screen and (max-width: 35rem) {
  .faq__item {
    padding-block: 1.875rem;
  }
}
.faq__item.js--active .faq__content {
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 500ms ease, block-size 600ms ease;
  -o-transition: opacity 500ms ease, block-size 600ms ease;
  transition: opacity 500ms ease, block-size 600ms ease;
}
.faq__item.js--active .faq__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq__item.js--active .faq__question {
  color: #00426a;
  -webkit-padding-after: 0.9375rem;
          padding-block-end: 0.9375rem;
}
.faq__text {
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 200%;
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
}
.faq__text:last-child {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.btn-up {
  position: fixed;
  z-index: 4;
  background: #242424;
  block-size: 3.75rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 7px 15px rgba(167, 167, 167, 0.1);
          box-shadow: 0 7px 15px rgba(167, 167, 167, 0.1);
  color: white;
  inline-size: 3.75rem;
  inset-block-end: 50px;
  inset-inline-end: 40px;
  opacity: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.btn-up.js--show {
  opacity: 1;
}
@media screen and (max-width: 50.6875rem) {
  .btn-up {
    inset-block-end: 1.875rem;
    inset-inline-end: 0.9375rem;
  }
}
.btn-up:hover {
  background-color: #00426a;
}
.page-overlay {
  position: fixed;
  display: none;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 49;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.page-overlay--showed {
  display: block;
}
.page-overlay--full-opacity {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.stars__score {
  font-weight: 600;
}
.menu {
  position: fixed;
  z-index: 5;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  -webkit-box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
  inline-size: 100%;
  inset-block-start: -100vh;
  inset-inline-start: 0;
  block-size: 100vh;
  overflow-y: scroll;
  padding-block: 11.875rem 0;
  padding-inline: 0;
  -webkit-transition: inset-block-start 0.5s ease;
  -o-transition: inset-block-start 0.5s ease;
  transition: inset-block-start 0.5s ease;
  background-color: white;
}
@media screen and (max-width: 50.6875rem) {
  .menu {
    padding-block: 7.125rem 0;
  }
}
.menu__container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
  -webkit-padding-after: 11.875rem;
          padding-block-end: 11.875rem;
  background-color: white;
}
@media screen and (max-width: 50.6875rem) {
  .menu__container {
    -webkit-padding-after: 6.875rem;
            padding-block-end: 6.875rem;
  }
}
.menu--opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset-block-start: 0;
}
.menu__links {
  inline-size: 49%;
}
.menu__cards {
  display: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-animation: hide 1s ease;
          animation: hide 1s ease;
  gap: 1.25rem;
  inline-size: 49%;
  min-inline-size: 36.875rem;
}
.menu__cards.js--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: show 1s ease;
          animation: show 1s ease;
  opacity: 1;
}
.menu__heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  margin-block: 0 1.875rem;
  margin-inline: 0;
}
@media screen and (max-width: 50.6875rem) {
  .menu__heading-container {
    -webkit-margin-after: 2.1875rem;
            margin-block-end: 2.1875rem;
  }
}
.menu__heading {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
}
.menu__links-container {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
.menu__link-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  inline-size: 100%;
  letter-spacing: -0.5px;
  line-height: 100%;
  min-block-size: 4.25rem;
  text-align: start;
}
.menu__link-button:hover {
  color: #00426a;
}
.menu__link-button:hover .menu__link-button-number {
  opacity: 1;
}
.menu__link-button.js--active {
  color: #00426a;
}
.menu__link-button.js--active .menu__link-button-number {
  opacity: 1;
}
@media screen and (max-width: 50.6875rem) {
  .menu__link-button {
    min-block-size: 4.125rem;
  }
}
.menu__link-button-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  block-size: 100%;
  inline-size: 2rem;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease;
  -o-transition: opacity 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.menu__link-button-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease;
  -o-transition: opacity 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease;
  line-height: 130%;
}
.menu__link-button-divider {
  position: absolute;
  background-color: #333333;
  block-size: 1px;
  inline-size: calc(100% - 2rem);
  inset-block-end: 0;
  inset-inline-end: 0;
  opacity: 0.2;
}
.menu__link-button-divider--hidden {
  display: none;
}
.menu__card {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 30px;
}
.menu__card-title {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 100%;
  opacity: 0.5;
}
.menu__card-title::before {
  content: "•";
  margin-block: 0;
  margin-inline: 0 5px;
}
.menu__video-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  color: white;
  inline-size: 100%;
  min-block-size: 14.875rem;
  cursor: pointer;
}
.menu__video-card .menu__video-card-mask {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 50.6875rem) {
  .menu__video-card {
    min-block-size: 15.625rem;
  }
}
.menu__video-card:hover .menu__video-card-mask {
  opacity: 0.75;
}
.menu__video-card-mask {
  position: absolute;
  z-index: 0;
  background: linear-gradient(180deg, rgba(7, 190, 203, 0) 0%, rgba(0, 66, 106, 0.922) 100%);
  block-size: 100%;
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.menu__video-card-image {
  position: absolute;
  z-index: -1;
  block-size: 100%;
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu__video-card-time {
  position: absolute;
  z-index: 1;
  padding: 0.7rem;
  background-color: white;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  inset-inline-end: 1.875rem;
  letter-spacing: -0.03125rem;
  line-height: 100%;
  min-block-size: 2rem;
  min-inline-size: 3.125rem;
  text-align: center;
}
.menu__video-card-links {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  block-size: 100%;
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.menu__video-card-play {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  block-size: 40px;
  border-radius: 50%;
  inline-size: 40px;
}
@media screen and (max-width: 50.6875rem) {
  .menu__card-heading {
    font-size: 22px;
    line-height: 120%;
    min-block-size: 99px;
  }
}
.menu__video-card-heading {
  font-weight: 500;
  line-height: 100%;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  max-inline-size: 25rem;
}
.menu__info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
  inline-size: calc(50% - 0.625rem);
  row-gap: 1.25rem;
}
.menu__info-card-heading {
  color: #242424;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 140%;
}
.menu__close-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 75rem) {
  .menu__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .menu__links {
    inline-size: 100%;
  }
  .menu__cards {
    inline-size: 100%;
  }
}
@media screen and (max-width: 50.6875rem) {
  .menu__links-container {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .menu__cards {
    min-inline-size: unset;
  }
}
@media screen and (max-width: 35rem) {
  .menu__info-card {
    inline-size: 100%;
  }
  .menu__heading-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
  .menu__container {
    row-gap: 2.1875rem;
  }
  .menu__link-button-divider {
    inline-size: 100%;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  position: sticky;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-border-after: 1px solid #e0e0e0;
          border-block-end: 1px solid #e0e0e0;
  inset-block-start: 0;
  min-block-size: 5.625rem;
}
@media screen and (max-width: 50.6875rem) {
  .header {
    min-block-size: 4.875rem;
  }
}
.header__main-logo {
  inline-size: auto;
}
.header__main-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 75rem) {
  .header__main-logo-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 35rem) {
  .header__main-logo-container {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 75rem) {
  .header__button-group--nav {
    display: none;
  }
}
@media screen and (max-width: 75rem) {
  .header__button-group--acc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
}
@media screen and (max-width: 35rem) {
  .header__button-group--acc {
    display: none;
  }
}
.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
  line-height: 150%;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__button svg {
  -webkit-margin-start: 0.625rem;
          margin-inline-start: 0.625rem;
}
.header__button:hover {
  color: #00426a;
}
.header__button .dropdown-arrow {
  -webkit-margin-start: 0.3125rem;
          margin-inline-start: 0.3125rem;
}
.header__button--account {
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 75rem) {
  .header__button--account {
    display: none;
  }
}
.header__apply-button {
  padding-block: 0;
  padding-inline: 1.0625rem;
}
.header__button-icon {
  margin-block: 0;
  margin-inline: 0 0.3125rem;
}
.header__mobile-button {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  block-size: 2.375rem;
  border-radius: 50%;
  inline-size: 2.375rem;
}
@media screen and (max-width: 75rem) {
  .header__mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__mobile-button--user {
  background-color: #333333;
}
@media screen and (max-width: 75rem) {
  .header__mobile-button--user {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-margin-end: 1.25rem;
            margin-inline-end: 1.25rem;
  }
}
@media screen and (max-width: 35rem) {
  .header__mobile-button--user {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.header__mobile-button--burger {
  z-index: 60;
  background-color: #00426a;
}
@media screen and (max-width: 75rem) {
  .header__mobile-button--burger {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.header__mobile-button--burger span {
  position: absolute;
  background-color: white;
  block-size: 2px;
  inline-size: 58%;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__mobile-button--burger span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% + 4px));
      -ms-transform: translate(-50%, calc(-50% + 4px));
          transform: translate(-50%, calc(-50% + 4px));
}
.header__mobile-button--burger span:nth-child(2) {
  -webkit-transform: translate(-50%, calc(-50% - 4px));
      -ms-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}
.header__mobile-button--burger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(calc(-50% + 3px), calc(-50% + 8px));
      -ms-transform: rotate(45deg) translate(calc(-50% + 3px), calc(-50% + 8px));
          transform: rotate(45deg) translate(calc(-50% + 3px), calc(-50% + 8px));
}
.header__mobile-button--burger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(calc(-50% + 4px), calc(-50% - 7px));
      -ms-transform: rotate(-45deg) translate(calc(-50% + 4px), calc(-50% - 7px));
          transform: rotate(-45deg) translate(calc(-50% + 4px), calc(-50% - 7px));
}
:root {
  --carousel-slide-width: min(30rem, calc(100vw - (15px * 2)));
}
.footer {
  padding-block: 4.75rem 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 35rem) {
  .footer {
    padding-block: 3.75rem 2.5rem;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 50.6875rem) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.25rem;
  }
}
@media screen and (max-width: 35rem) {
  .footer__container {
    row-gap: 2.25rem;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-end: 8rem;
          margin-inline-end: 8rem;
}
@media screen and (max-width: 64rem) {
  .footer__left {
    -webkit-margin-end: 3rem;
            margin-inline-end: 3rem;
  }
}
.footer__left-content {
  block-size: 100%;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  block-size: 2.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 60px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 60px 4px rgba(0, 0, 0, 0.15);
  color: #333333;
  inline-size: 2.5rem;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.footer__social:hover {
  background-color: #00426a;
  color: white;
}
.footer__social:hover .insta-vector {
  fill: #00426a;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f2f2f2;
  border-radius: 6px;
  color: #333333;
  cursor: pointer;
  inline-size: 17.5rem;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  max-inline-size: 17.5rem;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  text-decoration: none;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
@media screen and (max-width: 50.6875rem) {
  .footer__info {
    margin-block: 1.875rem;
    margin-inline: 0;
  }
}
.footer__info-text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 140%;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
.footer__info:hover {
  background-color: #00426a;
  color: white;
}
.footer__company {
  display: block;
}
.footer__text {
  color: #828282;
  font-size: 0.75rem;
  letter-spacing: -0.5px;
  line-height: 200%;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.footer__text:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.footer__text--bold {
  color: #242424;
  font-weight: 600;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  -webkit-margin-after: 3.125rem;
          margin-block-end: 3.125rem;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@media screen and (max-width: 50.6875rem) {
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 1.5625rem;
  }
}
@media screen and (max-width: 35rem) {
  .footer__nav {
    -webkit-margin-after: 1.875rem;
            margin-block-end: 1.875rem;
  }
}
.footer__nav-link {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.navbar__link svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.navbar__link.js--active {
  color: #00426a;
}
.navbar__link.js--active svg {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.navbar__link:hover {
  color: #00426a;
}
.navbar__link-text {
  -webkit-margin-end: 0.625rem;
          margin-inline-end: 0.625rem;
}
.navbar__link-text--uppercase {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.navbar__link--regularcase {
  text-transform: none;
  font-weight: 500;
}
.navbar__dd {
  position: relative;
  margin-inline: auto;
  text-align: start;
}
.navbar__dd-link {
  padding: 0;
  color: #232323;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  white-space: nowrap;
}
.navbar__dd-link:hover {
  color: #00426a;
}
.navbar__dd-link:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.navbar__dd-list {
  position: absolute;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tippy-box {
  padding: 1.875rem;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 80px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 80px 4px rgba(0, 0, 0, 0.1);
  inset-block-start: 2rem;
  inset-inline: auto 0;
  min-inline-size: 100%;
}
:root {
  --carousel-slide-width: min(30rem, calc(100vw - (15px * 2)));
}
.carousel {
  overflow: hidden;
}
.carousel__overflow {
  inline-size: var(--carousel-slide-width);
  margin-inline: auto;
  position: relative;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
.carousel__overflow::before, .carousel__overflow::after {
  position: absolute;
  z-index: 2;
  block-size: 100%;
  content: "";
  inline-size: 100vw;
  inset-block-start: 0;
}
@media screen and (max-width: 56.25rem) {
  .carousel__overflow::before, .carousel__overflow::after {
    content: none;
  }
}
.carousel__overflow::before {
  background-image: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.7) 93%, rgba(255, 255, 255, 0) 100%);
  inset-inline-start: 100%;
}
.carousel__overflow::after {
  background-image: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.7) 93%, rgba(255, 255, 255, 0) 100%);
  inset-inline-end: 100%;
}
@media screen and (max-width: 35rem) {
  .carousel__overflow {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
.carousel__paragraph {
  max-inline-size: 36.875rem;
  text-align: center;
}
.carousel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel__img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 30rem;
  inline-size: var(--carousel-slide-width);
}
@media screen and (max-width: 56.25rem) {
  .carousel__img {
    block-size: 100%;
    inline-size: 100%;
  }
}
@media screen and (max-width: 56.25rem) {
  .carousel__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    block-size: 25rem;
    inline-size: 100%;
  }
}
@media screen and (max-width: 35rem) {
  .carousel__slide {
    block-size: 20rem;
  }
}
.carousel__slider.swiper {
  overflow: visible;
}
@media screen and (max-width: 56.25rem) {
  .carousel__slider.swiper {
    inline-size: initial;
  }
}
.carousel__slider-navigation {
  inline-size: var(--carousel-slide-width);
  margin-inline: auto;
}
@media screen and (max-width: 56.25rem) {
  .carousel__slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    inline-size: initial;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    max-inline-size: -webkit-fit-content;
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
  }
}
.carousel__pagination.swiper-pagination.swiper-pagination-horizontal {
  position: relative;
  inset-block-end: -0.125rem;
  max-inline-size: var(--carousel-slide-width);
  text-align: start;
  z-index: 2;
}
@media screen and (max-width: 56.25rem) {
  .carousel__pagination.swiper-pagination.swiper-pagination-horizontal {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    block-size: initial;
    margin-block: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    margin-inline: 2.3125rem;
    max-inline-size: none;
    text-align: initial;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
.carousel__pagination .swiper-pagination-bullet {
  background: #e0e0e0;
  block-size: 0.125rem;
  border-radius: 0;
  inline-size: 3.75rem;
  margin-block: 0 !important;
  margin-inline: 0.4375rem !important;
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 56.25rem) {
  .carousel__pagination .swiper-pagination-bullet {
    block-size: 0.375rem;
    border-radius: 50%;
    inline-size: 0.375rem;
    margin-inline: 0.1875rem !important;
  }
}
.carousel__pagination .swiper-pagination-bullet:first-child {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}
.carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00426a;
}
@media screen and (max-width: 56.25rem) {
  .carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #242424;
  }
}
@media screen and (max-width: 56.25rem) {
  .carousel__pagination {
    max-inline-size: -webkit-fit-content;
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
  }
}
.carousel__button {
  position: absolute;
  z-index: 3;
  inset-block-start: calc(50% - (3.75rem / 2 + 24px));
  inset-inline-start: calc(50% - (3.75rem / 2));
}
@media screen and (max-width: 56.25rem) {
  .carousel__button {
    position: static;
  }
}
.carousel__button--prev {
  -webkit-transform: translateX(calc(var(--carousel-slide-width) / 2 * -1));
      -ms-transform: translateX(calc(var(--carousel-slide-width) / 2 * -1));
          transform: translateX(calc(var(--carousel-slide-width) / 2 * -1));
}
@media screen and (max-width: 56.25rem) {
  .carousel__button--prev {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.carousel__button--next {
  -webkit-transform: translateX(calc(var(--carousel-slide-width) / 2));
      -ms-transform: translateX(calc(var(--carousel-slide-width) / 2));
          transform: translateX(calc(var(--carousel-slide-width) / 2));
}
@media screen and (max-width: 56.25rem) {
  .carousel__button--next {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-pointer-events{touch-action:pan-y}

.swiper-pointer-events.swiper-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}

.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}

.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}

.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}

.swiper-button-lock{display:none}

.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}

.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}

.swiper-pagination-lock{display:none}

.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}

.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}

.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}

.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}

.swiper-scrollbar-cursor-drag{cursor:move}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}

.swiper-slide-zoomed{cursor:move}

.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}

.swiper-grid>.swiper-wrapper{flex-wrap:wrap}

.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}

.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}

.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube{overflow:visible}

.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}

.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}

.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}

.swiper-flip{overflow:visible}

.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}

.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}

.swiper-cards{overflow:visible}

.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-pointer-events{touch-action:pan-y}

.swiper-pointer-events.swiper-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}
/*# sourceMappingURL=carousel~98ede64f.css.map */
