@charset "UTF-8";
/*!
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  color: #2D4051;
  -webkit-font-smoothing: antialiased;
}
body #main, body #wrapper {
  background-color: #F6FAFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.15;
  color: #07234D;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ft-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

body h1, body .h1 {
  font-size: 56px;
}
@media (max-width: 767px) {
  body h1, body .h1 {
    font-size: 36px;
  }
}

body h2, body .h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  body h2, body .h2 {
    font-size: 28px;
  }
}

body h3, body .h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
  body h3, body .h3 {
    font-size: 22px;
  }
}

.header-nav .header-button .button {
  color: #FEFEFE;
}

.ft-pre-title {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0.14em;
  color: #E78823;
  width: auto;
  margin-bottom: 16px;
}
.ft-pre-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("img/icon-pre-title.svg") no-repeat center/contain;
}

.absolute-footer {
  display: none;
}

.ft-font-accent {
  font-family: "Hubot Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #084BA0;
}

.ft-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E78823;
  margin-bottom: 12px;
}
.ft-label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E78823;
  margin-right: 8px;
  vertical-align: middle;
}

.mfp-container {
  overflow: hidden;
}

.mobile-sidebar .menu-item a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  position: relative;
  font-size: 16px !important;
  line-height: 1.5;
  color: #07234D;
  text-transform: uppercase;
}
.mobile-sidebar .menu-item.current-menu-item {
  position: relative;
}
.mobile-sidebar .menu-item.current-menu-item:after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 1px;
  background: #084BA0;
}
.mobile-sidebar .menu-item + .menu-item {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .html.header-button-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .html.header-button-1 .button {
    width: 100%;
  }
}

.ft-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: none;
  background: #FEFEFE;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
  color: #07234D;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.ft-arrow-btn:not(.icon) {
  border-radius: 50% !important;
}
.ft-arrow-btn::after {
  display: none;
}
.ft-arrow-btn svg {
  display: block;
  flex-shrink: 0;
}
.ft-arrow-btn:hover {
  background: #07234D;
  color: #FEFEFE;
  box-shadow: none;
}
.ft-arrow-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.ft-section {
  padding: 80px 0;
}
.ft-section__title {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  margin-bottom: 16px;
}
.ft-section__subtitle {
  font-size: 16px;
  color: #587691;
  max-width: 600px;
  line-height: 1.6;
}
.ft-section--blue {
  background: #084BA0;
  color: #FEFEFE;
}
.ft-section--blue h2, .ft-section--blue h3, .ft-section--blue p {
  color: #FEFEFE;
}
.ft-section--light {
  background: #F6FAFF;
}
.ft-section--navy {
  background: #07234D;
  color: #FEFEFE;
}

.ft-main-footer {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .ft-main-footer {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-main-footer .ft-main-footer-row {
  padding: 56px 24px 24px !important;
  border-radius: 24px;
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-image: url("img/bg-texture.png"), linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
}
@media (max-width: 767px) {
  .ft-main-footer .ft-main-footer-row {
    border-radius: 16px;
    padding: 32px 0 0 !important;
  }
}
@media (min-width: 1024px) {
  .ft-main-footer .ft-main-footer-row .row {
    width: calc(100% + 30px) !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 767px) {
  .ft-main-footer .ft-main-footer-row .ft-main-footer-col-btn .col-inner {
    text-align: left !important;
  }
}
.ft-main-footer .ft-main-footer-row h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ft-main-footer .ft-main-footer-row h2 {
    font-size: 54px;
  }
}
.ft-main-footer .ft-main-footer-row .ft-font-accent {
  white-space: nowrap;
  color: #FEFEFE;
  text-shadow: 0 0 20px #B5DBFF;
}
.ft-main-footer h3 {
  font-size: 14px;
  color: #98C7FB !important;
  margin-bottom: 20px;
}
.ft-main-footer .ft-contact-hubs__item {
  display: grid;
}
.ft-main-footer .ft-contact-hubs__item:not(:last-child) {
  margin-bottom: 24px;
}
.ft-main-footer .ft-contact-hubs__email {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
}
.ft-main-footer .ft-contact-hubs__icon {
  display: inline-flex;
}
.ft-main-footer .ft-list-link {
  list-style: none;
  margin-bottom: 0;
}
.ft-main-footer .ft-list-link li {
  margin-left: 0;
  padding-left: 0;
}
.ft-main-footer .ft-list-link li:last-child {
  margin-bottom: 0;
}
.ft-main-footer .ft-list-link li a {
  font-size: 16px;
}
.ft-main-footer .ft-main-footer--middle-row {
  padding-top: 32px;
  border-top: 1px solid rgba(121, 198, 255, 0.2);
  justify-content: space-between;
}
.ft-main-footer .ft-main-footer--middle-row .ft-h-Newsletter h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #FEFEFE !important;
}
@media screen and (min-width: 850px) {
  .ft-main-footer .ft-main-footer--middle-row .large-3:nth-child(1) {
    flex-basis: 34.765625%;
    max-width: 445px;
  }
}
@media screen and (min-width: 850px) {
  .ft-main-footer .ft-main-footer--middle-row .large-3:nth-child(2) {
    flex-basis: 17.96875%;
    max-width: 230px;
  }
}
@media screen and (min-width: 850px) {
  .ft-main-footer .ft-main-footer--middle-row .large-3:nth-child(3) {
    flex-basis: 10.9375%;
    max-width: 140px;
  }
}
@media screen and (min-width: 850px) {
  .ft-main-footer .ft-main-footer--middle-row .large-3:nth-child(4) {
    flex-basis: 25.78125%;
    max-width: 330px;
  }
}
.ft-main-footer .ft-main-footer--bottom-row {
  padding-top: 32px;
  border-top: 1px solid rgba(121, 198, 255, 0.2);
}
.ft-main-footer .ft-main-footer--bottom-row .col {
  padding-bottom: 0 !important;
}
.ft-main-footer .ft-main-footer--bottom-row p {
  margin-bottom: 0;
}
.ft-main-footer .ft-main-footer--bottom-row p, .ft-main-footer .ft-main-footer--bottom-row a {
  font-size: 14px;
  color: #98C7FB;
}
@media (max-width: 767px) {
  .ft-main-footer .ft-main-footer--bottom-row .col + .col {
    margin-top: 16px;
  }
}

#site-header {
  background: #FEFEFE;
  border-bottom: 1px solid #3D5871;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.header-logo img {
  height: 36px;
  width: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #07234D;
  transition: color 0.25s ease;
}
.header-nav a:hover {
  color: #084BA0;
}

.ft-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ft-burger span {
  display: block;
  height: 2px;
  background: #07234D;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.ft-burger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.ft-burger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.ft-burger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.ft-mobile-menu {
  background: #FEFEFE;
  border-top: 1px solid #3D5871;
  padding: 20px 16px;
}
.ft-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ft-mobile-menu ul a {
  font-size: 16px;
  font-weight: 600;
  color: #07234D;
}

#site-footer {
  background: #07234D;
  color: #FEFEFE;
}

.footer-cta {
  padding: 64px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
}
.footer-cta h2 {
  color: #FEFEFE;
  font-size: clamp(28px, 3vw, 42px);
  margin: 0;
}
.footer-cta h2 em {
  font-style: normal;
  font-weight: 900;
}

.footer-body {
  padding: 60px 0 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(254, 254, 254, 0.5);
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 14px;
  color: rgba(254, 254, 254, 0.8);
  transition: color 0.25s ease;
}
.footer-col ul li a:hover {
  color: #FEFEFE;
}

.footer-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: rgba(254, 254, 254, 0.75);
  margin-bottom: 10px;
}
.footer-location svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-newsletter h3 {
  color: #FEFEFE;
  font-size: 18px;
  margin-bottom: 12px;
}

.footer-newsletter-form {
  display: flex;
}
.footer-newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(254, 254, 254, 0.2);
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: rgba(254, 254, 254, 0.08);
  color: #FEFEFE;
  font-size: 14px;
}
.footer-newsletter-form input::placeholder {
  color: rgba(254, 254, 254, 0.4);
}
.footer-newsletter-form input:focus {
  outline: none;
  border-color: rgba(254, 254, 254, 0.4);
}
.footer-newsletter-form button {
  padding: 12px 20px;
  background: #07234D;
  border: 1px solid rgba(254, 254, 254, 0.2);
  border-radius: 0 8px 8px 0;
  color: #FEFEFE;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.25s ease;
}
.footer-newsletter-form button:hover {
  background: #084BA0;
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(254, 254, 254, 0.1);
  font-size: 12px;
  color: rgba(254, 254, 254, 0.4);
}
.footer-bottom a {
  color: rgba(254, 254, 254, 0.4);
  transition: color 0.25s ease;
}
.footer-bottom a:hover {
  color: #FEFEFE;
}

.swiper-pagination,
.ft-testimonials-pagination,
.ft-posts-slider__pagination,
.ft-team-pagination,
.ft-features-visual__pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.swiper-pagination .swiper-pagination-bullet,
.ft-testimonials-pagination .swiper-pagination-bullet,
.ft-posts-slider__pagination .swiper-pagination-bullet,
.ft-team-pagination .swiper-pagination-bullet,
.ft-features-visual__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(to right, #D9EDFD, #B9DAFF);
  opacity: 1;
  margin: 0 !important;
  flex-shrink: 0;
  transition: width 0.25s ease, background 0.25s ease;
}
.swiper-pagination .swiper-pagination-bullet-active,
.ft-testimonials-pagination .swiper-pagination-bullet-active,
.ft-posts-slider__pagination .swiper-pagination-bullet-active,
.ft-team-pagination .swiper-pagination-bullet-active,
.ft-features-visual__pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #07234D;
}

.ft-section-locations {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ft-section-locations .ft-locations-row {
  gap: 0 !important;
}
@media (min-width: 768px) {
  .ft-section-locations .ft-locations-row:has(.ft-locations-card:hover) .ft-locations-card {
    flex-grow: 0.55 !important;
  }
  .ft-section-locations .ft-locations-row:has(.ft-locations-card:hover) .ft-locations-card:hover {
    flex-grow: 1.9 !important;
  }
}
@media (max-width: 767px) {
  .ft-section-locations .ft-locations-row.swiper {
    overflow: hidden;
    padding-bottom: 40px;
  }
}
.ft-section-locations .ft-locations-card {
  flex: 1 1 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  transition: flex-grow 0.55s ease;
  overflow: hidden;
  cursor: pointer;
}
.ft-section-locations .ft-locations-card .col-inner {
  position: relative;
  height: clamp(300px, 37.5vw, 540px);
  overflow: hidden;
  padding: 0 !important;
  /*
  &::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(#000, 0.75) 0%, rgba(#000, 0.15) 45%, transparent 75%);
    transition: background $transition;
  }*/
}
@media (max-width: 767px) {
  .ft-section-locations .ft-locations-card .col-inner {
    height: 128vw;
  }
}
.ft-section-locations .ft-locations-card .ft-locations-image {
  position: absolute !important;
  inset: 0;
  margin: 0 !important;
}
.ft-section-locations .ft-locations-card .ft-locations-image .img-inner {
  height: 100%;
}
.ft-section-locations .ft-locations-card .ft-locations-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.6s ease;
}
.ft-section-locations .ft-locations-card:hover .ft-locations-image img {
  transform: scale(1.05);
}
.ft-section-locations .ft-locations-card .ft-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .ft-section-locations .ft-locations-card .ft-abs {
    padding: 16px 24px;
  }
}
.ft-section-locations .ft-locations-card .ft-abs .ft-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #FEFEFE;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -30%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .ft-section-locations .ft-locations-card .ft-abs .ft-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ft-section-locations .ft-locations-card .ft-abs .ft-title {
    font-size: 20px;
  }
}
.ft-section-locations .ft-locations-card .ft-abs .ft-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(254, 254, 254, 0.65);
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .ft-section-locations .ft-locations-card .ft-abs .ft-subtitle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ft-section-locations .ft-locations-card .ft-abs .ft-subtitle {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .ft-section-locations .ft-locations-card.is-inactive .ft-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .ft-section-locations .ft-locations-card.is-inactive .ft-subtitle {
    font-size: 12px;
  }
}
.ft-section-locations .swiper-pagination {
  bottom: 10px;
}

.ft-logos-grid {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1023px) {
  .ft-logos-grid {
    gap: 16px;
  }
}
.ft-logos-grid .ft-logo-card {
  padding: 0;
  flex-basis: calc((100% - 96px) / 5);
  max-width: calc((100% - 96px) / 5);
}
@media (max-width: 1023px) {
  .ft-logos-grid .ft-logo-card {
    flex-basis: calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 767px) {
  .ft-logos-grid .ft-logo-card {
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}
.ft-logos-grid .ft-logo-card .col-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-logos-grid .ft-logo-card img {
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .ft-logos-grid .ft-logo-card img {
    border-radius: 8px;
  }
}

.ft-section-performance {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .ft-section-performance {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-section-performance .ft-performance-row--white {
  padding: 56px 32px 32px !important;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
@media (max-width: 767px) {
  .ft-section-performance .ft-performance-row--white {
    padding: 40px 8px !important;
    border-radius: 24px;
  }
}
.ft-section-performance .ft-performance-row--white > div {
  padding-bottom: 0;
}
.ft-section-performance .ft-performance-row--white .row {
  width: calc(100% + 30px) !important;
  max-width: 1400px !important;
  margin-left: -15px;
  margin-right: -15px;
}
.ft-section-performance .ft-performance-row--blue {
  gap: 40px;
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-image: url("img/bg-texture.png"), linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  padding: 60px 24px !important;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .ft-section-performance .ft-performance-row--blue {
    gap: 24px;
    padding: 24px 16px !important;
    border-radius: 16px;
  }
}
.ft-section-performance .ft-performance-card {
  position: relative;
  z-index: 1;
  padding: 0;
  flex-basis: calc(33.3333333333% - 26.6666666667px);
  max-width: calc(33.3333333333% - 26.6666666667px);
}
@media (max-width: 1023px) {
  .ft-section-performance .ft-performance-card {
    flex-basis: calc(33.3333333333% - 26.6666666667px);
    max-width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media (max-width: 767px) {
  .ft-section-performance .ft-performance-card {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.ft-section-performance .ft-performance-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url("img/vertical-divider.svg") no-repeat top center/contain;
}
.ft-section-performance .ft-performance-card .col-inner {
  padding: 0;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .ft-section-performance .ft-performance-card .col-inner {
    padding-left: 16px;
  }
}
.ft-section-performance .ft-performance-card--icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.ft-section-performance .ft-performance-card h3 {
  color: #FEFEFE;
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .ft-section-performance .ft-performance-card h3 {
    font-size: 20px;
  }
}
.ft-section-performance .ft-performance-card p {
  font-size: 16px;
  color: rgba(254, 254, 254, 0.7);
  margin: 0;
}
@media (max-width: 767px) {
  .ft-section-performance .ft-performance-card p {
    font-size: 14px;
  }
}

.ft-section-partners {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .ft-section-partners {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-section-partners .ft-partners-row--white {
  padding: 32px !important;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
@media (max-width: 767px) {
  .ft-section-partners .ft-partners-row--white {
    padding: 40px 8px !important;
    border-radius: 24px;
  }
}
.ft-section-partners .ft-partners-row--white > div {
  padding-bottom: 0;
}
.ft-section-partners .ft-partners-row--white .row {
  width: calc(100% + 30px) !important;
  max-width: 1400px !important;
}
.ft-section-partners .ft-partners-row--blue {
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-image: url("img/bg-texture.png"), linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  padding: 60px 24px 50px !important;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .ft-section-partners .ft-partners-row--blue {
    padding: 24px 16px !important;
    border-radius: 16px;
  }
}
.ft-section-partners .ft-partners-row--blue > div {
  padding-bottom: 0;
}
.ft-section-partners .ft-partners-row--logos {
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ft-section-partners .ft-partners-row--logos {
    gap: 16px;
  }
}
.ft-section-partners .ft-partners-row--logos:after {
  display: none;
}
.ft-section-partners .ft-partners-card {
  position: relative;
  z-index: 1;
  padding: 0;
  flex-basis: calc((100% - 120px) / 6);
  max-width: calc((100% - 120px) / 6);
}
@media (max-width: 767px) {
  .ft-section-partners .ft-partners-card {
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}
.ft-section-partners .ft-partners-card--text {
  flex-basis: calc((100% - 120px) / 6 * 2 + 24px);
  max-width: calc((100% - 120px) / 6 * 2 + 24px);
}
@media (max-width: 767px) {
  .ft-section-partners .ft-partners-card--text {
    order: -2;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.ft-section-partners .ft-partners-card .col-inner {
  padding: 0;
}
.ft-section-partners .ft-partners-card img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .ft-section-partners .ft-partners-card img {
    border-radius: 8px;
  }
}
.ft-section-partners .ft-partners-card h3 {
  color: #FEFEFE;
  font-size: 40px;
  margin-bottom: 16px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .ft-section-partners .ft-partners-card h3 {
    font-size: clamp(16px, 2.7777777778vw, 40px);
  }
}
@media (max-width: 767px) {
  .ft-section-partners .ft-partners-card h3 {
    font-size: clamp(16px, 7.4666666667vw, 32px);
  }
}
.ft-section-partners .ft-partners-card h3 .font-accent {
  font-weight: 600 !important;
  color: #fff;
  text-shadow: 0 0 20px #B5DBFF;
}
.ft-section-partners .ft-partners-card p {
  color: rgba(254, 254, 254, 0.7);
  margin: 0;
}
.ft-section-partners .ft-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .ft-section-partners .ft-text {
    font-size: 16px;
  }
}

.ft-testimonials {
  width: 100%;
  overflow: hidden;
}

.ft-testimonials-quote:not(.swiper-initialized) .ft-testimonials-quote--card:not(:first-child),
.ft-testimonials-avatars:not(.swiper-initialized) .ft-testimonials-avatars--card:not(:first-child) {
  display: none;
}

.ft-testimonials-quote.swiper {
  overflow: visible;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ft-testimonials-quote.swiper {
    margin-bottom: 24px;
  }
}
.ft-testimonials-quote .ft-testimonials-quote--card {
  padding: 48px 56px !important;
  background: linear-gradient(to right, #D9EDFD, #B9DAFF);
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .ft-testimonials-quote .ft-testimonials-quote--card {
    padding: 32px 20px !important;
    border-radius: 16px;
  }
}
.ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner::before, .ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner::after {
  font-size: 200px;
  font-weight: 700;
  line-height: 0.8;
  color: #FEFEFE;
  opacity: 0.32;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner::before, .ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner::after {
    font-size: 130px;
  }
}
.ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner::before {
  content: "“";
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
@media (max-width: 767px) {
  .ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner::before {
    transform: translateX(0%);
  }
}
.ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner::after {
  content: "”";
  bottom: 0;
  right: 0;
  transform: translate(100%, 56%);
}
@media (max-width: 767px) {
  .ft-testimonials-quote .ft-testimonials-quote--card .ft-testimonials__inner::after {
    transform: translate(0%, 56%);
  }
}
.ft-testimonials-quote .ft-testimonials-quote--card img {
  max-height: 40px;
  width: auto !important;
  margin: 0 auto 32px !important;
}
@media (max-width: 767px) {
  .ft-testimonials-quote .ft-testimonials-quote--card img {
    max-height: 28px;
    margin-bottom: 20px !important;
  }
}
.ft-testimonials-quote .ft-testimonials-quote--card p {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-style: italic;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 767px) {
  .ft-testimonials-quote .ft-testimonials-quote--card p {
    font-size: 20px;
  }
}

.ft-testimonials-avatars {
  min-height: 200px;
}
@media (max-width: 767px) {
  .ft-testimonials-avatars {
    min-height: 165px;
  }
}
.ft-testimonials-avatars.swiper {
  overflow: visible !important;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ft-testimonials-avatars.swiper {
    margin-bottom: 24px;
  }
}
.ft-testimonials-avatars .swiper-slide {
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.ft-testimonials-avatars .swiper-slide[data-distance="0"] {
  cursor: default;
}
.ft-testimonials-avatars .swiper-wrapper {
  align-items: center;
}
.ft-testimonials-avatars .ft-testimonials-avatars--card {
  padding: 0 !important;
}
.ft-testimonials-avatars .ft-testimonials-avatars--card .ft-testimonials__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
}
.ft-testimonials-avatars .ft-testimonials-avatars--card img {
  border-radius: 50%;
  object-fit: cover;
  transition: width 0.4s ease, height 0.4s ease;
}
.ft-testimonials-avatars .ft-testimonials-avatars--card .ft-title,
.ft-testimonials-avatars .ft-testimonials-avatars--card .ft-subtitle {
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  font-size: 0;
  max-height: 0;
  margin-top: 0;
  transition: opacity 0.4s ease, font-size 0.4s ease, max-height 0.4s ease, margin-top 0.4s ease;
}
.ft-testimonials-avatars .swiper-slide[data-distance="0"] {
  opacity: 1;
}
.ft-testimonials-avatars .swiper-slide[data-distance="0"] .ft-testimonials-avatars--card img {
  width: 130px !important;
  height: 130px !important;
}
@media (max-width: 767px) {
  .ft-testimonials-avatars .swiper-slide[data-distance="0"] .ft-testimonials-avatars--card img {
    width: 80px !important;
    height: 80px !important;
  }
}
.ft-testimonials-avatars .swiper-slide[data-distance="0"] .ft-testimonials-avatars--card .ft-title {
  opacity: 1;
  font-size: 20px;
  max-height: 28px;
  margin-top: 10px;
  font-weight: 600;
  color: #07234D;
  text-align: center;
}
.ft-testimonials-avatars .swiper-slide[data-distance="0"] .ft-testimonials-avatars--card .ft-subtitle {
  opacity: 1;
  font-size: 16px;
  max-height: 24px;
  margin-top: 4px;
  color: #2D4051;
  text-align: center;
}
.ft-testimonials-avatars .swiper-slide[data-distance="1"] {
  opacity: 1;
}
.ft-testimonials-avatars .swiper-slide[data-distance="1"] .ft-testimonials-avatars--card img {
  width: 100px !important;
  height: 100px !important;
}
@media (max-width: 767px) {
  .ft-testimonials-avatars .swiper-slide[data-distance="1"] .ft-testimonials-avatars--card img {
    width: 64px !important;
    height: 64px !important;
    transform: translateY(-30%) !important;
  }
}
.ft-testimonials-avatars .swiper-slide[data-distance="2"] {
  opacity: 0.8;
}
.ft-testimonials-avatars .swiper-slide[data-distance="2"] .ft-testimonials-avatars--card img {
  width: 86px !important;
  height: 86px !important;
}
@media (max-width: 767px) {
  .ft-testimonials-avatars .swiper-slide[data-distance="2"] .ft-testimonials-avatars--card img {
    width: 50px !important;
    height: 50px !important;
    transform: translateY(-30%) !important;
  }
}
.ft-testimonials-avatars .swiper-slide[data-distance="3"] {
  opacity: 0.6;
}
.ft-testimonials-avatars .swiper-slide[data-distance="3"] .ft-testimonials-avatars--card img {
  width: 74px !important;
  height: 74px !important;
}
@media (max-width: 767px) {
  .ft-testimonials-avatars .swiper-slide[data-distance="3"] .ft-testimonials-avatars--card img {
    width: 40px !important;
    height: 40px !important;
  }
}
.ft-testimonials-avatars .swiper-slide[data-distance="4"] {
  opacity: 0.4;
}
.ft-testimonials-avatars .swiper-slide[data-distance="4"] .ft-testimonials-avatars--card img {
  width: 62px !important;
  height: 62px !important;
}
@media (max-width: 767px) {
  .ft-testimonials-avatars .swiper-slide[data-distance="4"] .ft-testimonials-avatars--card img {
    width: 36px !important;
    height: 36px !important;
  }
}

.ft-testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.ft-testimonials-pagination {
  position: static !important;
  width: auto !important;
  bottom: auto !important;
}

.ft-section-vessels {
  overflow: hidden;
}

.ft-vessels {
  transition: opacity 1s ease;
}
.ft-vessels.swiper-initialized {
  opacity: 1;
}
@media (min-width: 768px) {
  .ft-vessels.swiper {
    overflow: visible !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ft-vessels.swiper .swiper-wrapper {
    transform: none !important;
    display: flex;
    flex-wrap: nowrap;
  }
  .ft-vessels.swiper .swiper-slide {
    flex: 0 0 14.0625%;
    width: 14.0625% !important;
  }
  .ft-vessels.swiper .swiper-slide:first-child {
    flex: 0 0 21.875%;
    width: 21.875% !important;
  }
  .ft-vessels.swiper .swiper-slide:first-child .ft-vessels--item img {
    aspect-ratio: 4/5;
  }
  .ft-vessels.swiper .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .ft-vessels.swiper {
    overflow: hidden;
    padding-bottom: 40px;
  }
}
.ft-vessels .swiper-slide:nth-child(1) .ft-vessels--item--header {
  padding: 16px;
}
.ft-vessels .swiper-slide:nth-child(1) .ft-vessels--item--title {
  padding: 10px;
  font-size: 14px;
}
.ft-vessels .swiper-slide:nth-child(1) .ft-vessels--item--num {
  font-size: 64px;
  right: 16px;
  top: 16px;
}
@media (max-width: 767px) {
  .ft-vessels .swiper-slide {
    width: 48% !important;
  }
  .ft-vessels .swiper-slide:nth-child(1) {
    width: 74.667% !important;
  }
  .ft-vessels .swiper-slide:nth-child(1) .ft-vessels--item img {
    aspect-ratio: 4/5;
  }
}
.ft-vessels .ft-vessels--item {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
.ft-vessels .ft-vessels--item .col-inner {
  padding: 0;
  position: relative;
}
.ft-vessels .ft-vessels--item--image {
  margin: 0 !important;
}
.ft-vessels .ft-vessels--item img {
  width: 100%;
  aspect-ratio: 18/35;
  object-fit: cover;
  display: block;
}
.ft-vessels .ft-vessels--item--header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  padding-bottom: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  display: flex;
}
.ft-vessels .ft-vessels--item--title {
  position: relative;
  z-index: 3;
  color: #FEFEFE;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(248, 251, 255, 0.41);
  overflow: hidden;
}
.ft-vessels .ft-vessels--item--title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}
.ft-vessels .ft-vessels--item--num {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 8px;
  left: auto;
  transform: translateY(-80%);
  font-family: "Hubot Sans", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -30%, white 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ft-photo-slider--row {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ft-photo-slider--row .col,
.ft-photo-slider--row .col-inner {
  overflow: visible !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ft-photo-slider--row::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(254, 254, 254, 0.07);
  pointer-events: none;
  z-index: 0;
}

.ft-photo-slider {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
.ft-photo-slider .swiper-wrapper {
  width: 100%;
  align-items: center;
}
.ft-photo-slider .swiper-slide {
  display: inline-flex;
  width: 31%;
  aspect-ratio: 410/480;
  border-radius: 20px;
  overflow: hidden;
  transform-origin: bottom center;
  transition-property: transform;
  transition-timing-function: ease;
  transition-duration: 0ms;
}
@media (max-width: 767px) {
  .ft-photo-slider .swiper-slide {
    width: 72vw;
  }
}
.ft-photo-slider .swiper-slide[data-offset="0"] {
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  z-index: 5;
}
.ft-photo-slider .swiper-slide[data-offset="-1"] {
  transform: rotate(-10deg) scale(0.8) translate(57%, 0%);
  z-index: 4;
}
.ft-photo-slider .swiper-slide[data-offset="1"] {
  transform: rotate(10deg) scale(0.8) translate(-57%, 0%);
  z-index: 4;
}
.ft-photo-slider .swiper-slide[data-offset="-2"] {
  transform: rotate(-28deg) scale(0.8) translate(105%, 57%);
  z-index: 3;
}
.ft-photo-slider .swiper-slide[data-offset="2"] {
  transform: rotate(28deg) scale(0.8) translate(-105%, 57%);
  z-index: 3;
}
.ft-photo-slider .swiper-slide[data-offset="-3"] {
  transform: rotate(-28deg) scale(0.6) translate(275%, 126%);
  z-index: 2;
  opacity: 0;
}
.ft-photo-slider .swiper-slide[data-offset="3"] {
  transform: rotate(28deg) scale(0.6) translate(-275%, 126%);
  z-index: 2;
  opacity: 0;
}
.ft-photo-slider .swiper-slide .img-inner {
  width: 100%;
  height: 100%;
}
.ft-photo-slider .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.ft-photo-slider .ft-photo-slider__prev,
.ft-photo-slider .ft-photo-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.ft-photo-slider .ft-photo-slider__prev:not(:hover),
.ft-photo-slider .ft-photo-slider__next:not(:hover) {
  background: rgba(255, 255, 255, 0.6);
}
.ft-photo-slider .ft-photo-slider__prev {
  left: calc(50% - min(22vw, 250px) + 16px);
}
@media (max-width: 767px) {
  .ft-photo-slider .ft-photo-slider__prev {
    left: calc(36% - 36vw + 12px);
  }
}
.ft-photo-slider .ft-photo-slider__next {
  right: calc(50% - min(22vw, 250px) + 16px);
}
@media (max-width: 767px) {
  .ft-photo-slider .ft-photo-slider__next {
    right: calc(36% - 36vw + 12px);
  }
}

@media (min-width: 768px) {
  .ft-section-team {
    padding-bottom: 40px !important;
  }
}
.ft-section-team .ft-team-row.swiper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ft-section-team .ft-team-row.swiper {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .ft-section-team .ft-team-row.swiper .swiper-wrapper {
    justify-content: center;
  }
}
.ft-section-team .ft-team-row.swiper .ft-team-card {
  padding: 0 !important;
  flex-basis: 100%;
  max-width: 100%;
}
.ft-section-team .ft-team-card {
  padding: 0 !important;
}
.ft-section-team .ft-team-card > .col-inner {
  padding: 0 !important;
  overflow: hidden;
}
.ft-section-team .ft-team-card--row {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 16px !important;
}
.ft-section-team .ft-team-card--row > .col {
  padding: 0 !important;
}
.ft-section-team .ft-team-card--row .col-inner {
  position: relative;
  padding: 0 !important;
}
.ft-section-team .ft-team-card--image {
  display: block !important;
  margin: 0 !important;
  border-radius: 12px;
  overflow: hidden;
}
.ft-section-team .ft-team-card--image img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}
.ft-section-team .ft-team-card:hover .ft-section-team .ft-team-card--image img {
  transform: scale(1.04);
}
.ft-section-team .ft-team-card--linkedin {
  position: absolute !important;
  bottom: 12px;
  right: 12px;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  z-index: 2;
}
.ft-section-team .ft-team-card--linkedin a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.ft-section-team .ft-team-card--linkedin a:hover {
  transform: scale(1.1);
}
.ft-section-team .ft-team-card--linkedin img {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
  border-radius: 50%;
}
.ft-section-team .ft-team-card .ft-title {
  font-size: 22px;
  font-weight: 700;
  color: #07234D;
  line-height: 1.3;
}
.ft-section-team .ft-team-card .ft-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #2D4051;
  line-height: 1.4;
  margin-top: 8px;
}
.ft-section-team .ft-team-controls {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}
.ft-section-team .ft-team-controls .swiper-button-lock {
  visibility: hidden;
  pointer-events: none;
}
.ft-section-team .ft-team-pagination {
  position: static !important;
  width: auto !important;
  bottom: auto !important;
}
.ft-section-team .ft-team-pagination.swiper-pagination-lock {
  display: none !important;
}

.ft-section-bio h2, .ft-section-bio h3 {
  color: #FEFEFE;
  font-size: 56px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ft-section-bio h2, .ft-section-bio h3 {
    font-size: 28px;
    text-align: center;
  }
}
.ft-section-bio h2 .font-accent, .ft-section-bio h3 .font-accent {
  font-weight: 600 !important;
  color: #fff;
  text-shadow: 0 0 20px #B5DBFF;
}
@media (max-width: 767px) {
  .ft-section-bio h2 .font-accent, .ft-section-bio h3 .font-accent {
    display: block;
    width: 100%;
  }
}
.ft-section-bio .ft-bio--pre {
  font-size: 14px;
  color: #F1F6FD;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .ft-section-bio .ft-bio--pre {
    font-size: 14px;
  }
}
.ft-section-bio .ft-bio--num {
  font-size: 50px;
  line-height: 1.18;
  font-weight: 500;
  color: #F1F6FD;
}
@media (max-width: 767px) {
  .ft-section-bio .ft-bio--num {
    font-size: 32px;
  }
}
.ft-section-bio .ft-bio--text {
  font-size: 18px;
  color: #F1F6FD;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .ft-section-bio .ft-bio--text {
    font-size: 14px;
  }
}

.ft-section-news {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .ft-section-news {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-section-news .ft-news-row--white {
  padding: 56px 32px 32px !important;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
@media (max-width: 767px) {
  .ft-section-news .ft-news-row--white {
    padding: 40px 8px !important;
    border-radius: 24px;
  }
}
.ft-section-news .ft-news-row--white > div {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .ft-section-news .ft-news-row--white .row {
    width: calc(100% + 30px) !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.ft-section-subscribe {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .ft-section-subscribe {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-section-subscribe .ft-subscribe-row {
  padding: 60px !important;
  border-radius: 32px;
  background: linear-gradient(to right, #D9EDFD, #B9DAFF);
  max-width: 1250px;
}
@media (max-width: 767px) {
  .ft-section-subscribe .ft-subscribe-row {
    padding: 24px 9px !important;
    border-radius: 16px;
  }
}
.ft-section-subscribe .ft-subscribe-row .col {
  padding-bottom: 0;
}
.ft-section-subscribe .ft-subscribe-row h2 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .ft-section-subscribe .ft-subscribe-row h2 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .ft-section-subscribe .ft-subscribe-row h2 {
    margin-bottom: 24px;
  }
}
.ft-section-subscribe .ft-subscribe-row p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ft-section-subscribe .ft-subscribe-row p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ft-section-subscribe .ft-subscribe-row p {
    font-size: 16px;
  }
}

.ft-section-step {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .ft-section-step {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-section-step .ft-step-row--white {
  padding: 56px 32px 0px !important;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
@media (max-width: 767px) {
  .ft-section-step .ft-step-row--white {
    padding: 32px 0 0 !important;
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .ft-section-step .ft-step-row {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.ft-section-step .ft-step-row--image .ft-steps__img {
  border: 8px solid #07234D;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}

/* Default */
.ft-section-default {
  border-radius: 24px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .ft-section-default {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-section-default .ft-default-row--white {
  padding: 32px !important;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
@media (max-width: 767px) {
  .ft-section-default .ft-default-row--white {
    padding: 12px !important;
    border-radius: 24px;
  }
}
.ft-section-default .ft-default-row--white > div {
  padding-bottom: 0;
}
.ft-section-default .ft-default-row--white .row {
  width: calc(100% + 30px) !important;
  max-width: 1400px !important;
}
.ft-section-default .ft-default-row--blue {
  padding: 24px !important;
  border-radius: 24px;
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-image: url("img/bg-texture.png"), linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
}
@media (max-width: 767px) {
  .ft-section-default .ft-default-row--blue {
    border-radius: 16px;
  }
}
.ft-section-default .ft-default-row--blue .row {
  width: calc(100% + 30px) !important;
  max-width: 1400px !important;
}

.ft-section-independently .ft-default-row--blue {
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-image: url("img/bg-texture.png"), linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 767px) {
  .ft-section-independently .ft-default-row--blue {
    padding-top: 32px !important;
    padding-bottom: 2px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ft-section-independently .ft-independently-row .ft-font-accent {
  color: #FEFEFE;
  text-shadow: 0 0 20px #B5DBFF;
}
.ft-section-solution {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .ft-section-solution {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-section-solution .ft-solution-row {
  padding: 56px 24px 24px !important;
  border-radius: 24px;
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-image: url("img/bg-1.svg"), url("img/bg-2.svg"), url("img/bg-texture.png"), linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-size: 60% auto, 60% auto, cover, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: top 40px left 40px, top 173% left 100%, center, center;
}
@media (max-width: 767px) {
  .ft-section-solution .ft-solution-row {
    border-radius: 16px;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ft-section-solution .ft-solution-row .row {
  width: calc(100% + 30px) !important;
  max-width: 1400px !important;
}
.ft-section-solution .ft-font-accent {
  color: #FEFEFE;
  text-shadow: 0 0 20px #B5DBFF;
}

.ft-section-solution-nums .ft-default-row--blue {
  padding-top: 48px !important;
  padding-bottom: 18px !important;
}
@media (max-width: 767px) {
  .ft-section-solution-nums .ft-default-row--blue {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
  }
}
.ft-section-solution-nums .ft-solution-nums {
  display: flex;
  flex-direction: column;
  width: max-content;
}
@media (min-width: 768px) {
  .ft-section-solution-nums .ft-solution-nums {
    margin: 0 auto;
  }
}
.ft-section-solution-nums .ft-solution-nums .ft-num {
  font-size: 74px;
  font-weight: 600;
  line-height: 1.04;
  color: #FEFEFE;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .ft-section-solution-nums .ft-solution-nums .ft-num {
    font-size: 56px;
  }
}
.ft-section-solution-nums .ft-solution-nums .ft-title {
  font-size: 22px;
  font-weight: 500;
  color: #FEFEFE;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .ft-section-solution-nums .ft-solution-nums .ft-title {
    font-size: 20px;
  }
}
.ft-section-solution-nums .ft-solution-nums .ft-subtitle {
  font-size: 18px;
  color: #DEE7F1;
}
@media (max-width: 767px) {
  .ft-section-solution-nums .ft-solution-nums .ft-subtitle {
    font-size: 16px;
  }
}
.ft-section-solution-nums .col {
  position: relative;
  z-index: 1;
}
.ft-section-solution-nums .col:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url("img/vertical-divider.svg") no-repeat top center/contain;
}
@media (min-width: 768px) {
  .ft-section-solution-nums .col:nth-child(1):before {
    display: none;
  }
}

.ft-privacy-policy-header .ft-privacy-policy-header--row {
  justify-content: flex-start !important;
}
@media (max-width: 849px) {
  .ft-privacy-policy-header .ft-privacy-policy-header--row {
    padding: 32px 0 !important;
  }
}
.ft-privacy-policy-header .ft-privacy-policy-header--row h1 {
  margin-bottom: 24px;
}
@media (max-width: 849px) {
  .ft-privacy-policy-header .ft-privacy-policy-header--row .ft-page-last-update--col {
    order: -1;
  }
}
@media (max-width: 849px) {
  .ft-privacy-policy-header .ft-privacy-policy-header--row .ft-page-last-update--col .col-inner {
    text-align: left;
  }
}
.ft-privacy-policy-header .ft-privacy-policy-header--row .ft-page-last-update {
  display: inline-flex;
  padding: 16px 24px;
  margin-left: auto;
  margin-bottom: 24px;
  background: linear-gradient(to right, #D9EDFD, #B9DAFF);
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ft-privacy-policy-header .ft-privacy-policy-header--row .ft-page-last-update {
    padding: 12px 16px;
    font-size: 14px;
  }
}

.ft-section-contact .ft-before-after {
  border-radius: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .ft-section-contact .ft-before-after {
    max-width: 80%;
  }
}
.ft-section-contact .ft-contact-hubs {
  margin-top: 32px;
}
.ft-section-contact .ft-contact-hubs__item {
  display: grid;
  gap: 12px;
}
.ft-section-contact .ft-contact-hubs__item:not(:last-child) {
  margin-bottom: 24px;
}
.ft-section-contact .ft-contact-hubs__title {
  font-size: 14px;
  color: #3D5871;
}
.ft-section-contact .ft-contact-hubs__email {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
}
.ft-section-contact .ft-contact-hubs__icon {
  display: inline-flex;
}
.ft-section-contact .ft-contact-form--container {
  padding: 60px;
  border-radius: 24px;
  background: #FEFEFE;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
@media (max-width: 767px) {
  .ft-section-contact .ft-contact-form--container {
    padding: 16px;
    border-radius: 16px;
  }
}
.ft-section-contact .ft-contact-form--container form {
  margin-bottom: 0;
}
.ft-section-contact .ft-contact-form--container .wpcf7-spinner {
  display: none;
}
.ft-section-contact .ft-contact-form--container .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
}
.ft-section-contact .ft-contact-form--container .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 10px;
}
.ft-section-contact .ft-contact-form {
  display: flex;
  flex-direction: column;
}
.ft-section-contact .ft-contact-form__field {
  margin-bottom: 24px;
}
.ft-section-contact .ft-contact-form__input, .ft-section-contact .ft-contact-form__textarea {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  background: #F1F6FD;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #07234D;
}
.ft-section-contact .ft-contact-form__input::placeholder, .ft-section-contact .ft-contact-form__textarea::placeholder {
  color: #587691;
  opacity: 1;
}
.ft-section-contact .ft-contact-form__input {
  height: 48px;
  padding: 14px 16px;
  margin-bottom: 0;
}
.ft-section-contact .ft-contact-form__textarea {
  min-height: 140px;
  resize: none;
  padding: 14px 16px;
  margin-bottom: 8px;
}
.ft-section-contact .ft-contact-form__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D5871;
  margin-top: 8px;
  margin-bottom: 24px;
}
.ft-section-contact .ft-contact-form .button {
  margin-bottom: 0;
}
.ft-section-contact .ft-contact-form .button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22) !important;
}

.ft-faq .accordion-item {
  margin-bottom: 16px;
  background-color: #FEFEFE;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
.ft-faq .accordion-title {
  padding: 24px 80px 24px 24px;
  border: none;
}
@media (max-width: 767px) {
  .ft-faq .accordion-title {
    padding: 16px 64px 16px 16px;
  }
}
.ft-faq .accordion-title.active {
  background-color: transparent;
}
.ft-faq .accordion-title.active button .icon-angle-down:before {
  content: "-";
}
.ft-faq .accordion-title button {
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  background: #F1F6FD;
  border-radius: 999px !important;
  margin: 0;
  top: 24px;
  left: auto;
  right: 24px;
  font-size: 16px;
  opacity: 1;
}
@media (max-width: 767px) {
  .ft-faq .accordion-title button {
    top: 16px;
    right: 16px;
  }
}
.ft-faq .accordion-title button .icon-angle-down:before {
  content: "+";
  font-weight: 400;
  line-height: 0.8;
  font-family: "Poppins";
}
.ft-faq .accordion-title span {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ft-faq .accordion-title span {
    font-size: 18px;
  }
}
.ft-faq .accordion-inner {
  padding: 0 24px 24px 24px;
}
@media (max-width: 767px) {
  .ft-faq .accordion-inner {
    padding: 0 16px 16px 16px;
  }
}
.ft-faq .accordion-inner p:last-child {
  margin-bottom: 0;
}

.ft-blog-single .ft-post-article {
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  grid-template-areas: "social article .";
  grid-gap: 24px;
}
@media (max-width: 1023px) {
  .ft-blog-single .ft-post-article {
    grid-template-columns: 70px 1fr;
    grid-template-areas: "social article";
  }
}
@media (max-width: 767px) {
  .ft-blog-single .ft-post-article {
    grid-template-columns: 1fr;
    grid-template-areas: "article" "social";
  }
}
.ft-blog-single .ft-post-article article {
  grid-area: article;
  margin-bottom: 0;
}
.ft-blog-single .ft-post-article .is-divider {
  display: none;
}
.ft-blog-single .ft-post-article .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}
.ft-blog-single .ft-post-article .ft-social {
  grid-area: social;
}
.ft-blog-single .ft-post-article .ft-social .social-icons {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .ft-blog-single .ft-post-article .ft-social .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
}
.ft-blog-single .ft-post-article .ft-social .button.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  width: 44px;
  height: 44px;
  min-width: 20px;
  padding: 0 !important;
  background: transparent !important;
  border: none;
}
@media (max-width: 767px) {
  .ft-blog-single .ft-post-article .ft-social .button.icon {
    min-width: 40px;
    min-height: 40px !important;
  }
}

.ft-home-header {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 767px) {
  .ft-home-header {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-home-header .ft-home-header-row {
  padding: 56px 24px 24px !important;
  border-radius: 24px;
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-image: url("/wp-content/uploads/2026/05/Bgr.avif");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ft-home-header .ft-home-header-row {
    aspect-ratio: 1392/624;
  }
}
@media (max-width: 767px) {
  .ft-home-header .ft-home-header-row {
    border-radius: 16px;
    padding: 64px 0 0 !important;
  }
}
@media (min-width: 768px) {
  .ft-home-header .ft-home-header-row .row {
    width: calc(100% + 30px) !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.ft-home-header .ft-home-header-row .ft-home-header-row--inner {
  position: relative;
  height: 100%;
}
.ft-home-header .ft-home-header-row .ft-home-header-row--inner > .col {
  padding-bottom: 0;
}
.ft-home-header .ft-home-header-row .ft-home-header-row--inner > .col:nth-child(1) {
  align-items: center;
}
.ft-home-header .ft-home-header-row .ft-home-header-row--inner > .col:nth-child(2) {
  align-items: flex-end;
}
.ft-home-header .ft-home-header-row h1 {
  margin-bottom: 0;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .ft-home-header .ft-home-header-row h1 {
    font-size: 74px;
  }
}
.ft-home-header .ft-home-header-row .ft-font-accent {
  display: inline-flex;
  padding-left: 4.5vw;
  white-space: nowrap;
  color: #FEFEFE;
  text-shadow: 0 0 20px #B5DBFF;
}
.ft-home-header .ft-home-header-row h1 + p {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ft-home-header .ft-home-header-row h1 + p {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.ft-home-header .ft-home-header-row .ft-home-header--img {
  margin-bottom: -54px !important;
}
@media (max-width: 767px) {
  .ft-home-header .ft-home-header-row .ft-home-header--img {
    margin-bottom: -24px !important;
  }
}
.ft-home-header .ft-home-header-row .ft-home-header--abs {
  position: absolute;
  z-index: 1;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .ft-home-header .ft-home-header-row .ft-home-header--abs {
    width: 100%;
    text-align: center !important;
    transform: translateY(40%);
  }
}
.ft-home-header .ft-home-header-row .ft-home-header--abs p {
  margin: 0 !important;
  color: #FEFEFE;
  text-shadow: 2px 4px 10px rgba(9, 49, 102, 0.5);
}

.ft-section-company {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .ft-section-company .ft-photo-slider .swiper-slide {
    width: 42.38%;
  }
}
@media (min-width: 768px) {
  .ft-section-company .ft-photo-slider .swiper-slide[data-offset="0"] {
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    z-index: 5;
  }
  .ft-section-company .ft-photo-slider .swiper-slide[data-offset="-1"] {
    transform: rotate(-10deg) scale(0.8) translate(75%, 0%);
    z-index: 4;
  }
  .ft-section-company .ft-photo-slider .swiper-slide[data-offset="1"] {
    transform: rotate(10deg) scale(0.8) translate(-75%, 0%);
    z-index: 4;
  }
  .ft-section-company .ft-photo-slider .swiper-slide[data-offset="-2"] {
    transform: rotate(-28deg) scale(0.8) translate(175%, 83%);
    z-index: 3;
  }
  .ft-section-company .ft-photo-slider .swiper-slide[data-offset="2"] {
    transform: rotate(28deg) scale(0.8) translate(-175%, 83%);
    z-index: 3;
  }
  .ft-section-company .ft-photo-slider .swiper-slide[data-offset="-3"] {
    transform: rotate(-28deg) scale(0.6) translate(275%, 126%);
    z-index: 2;
    opacity: 0;
  }
  .ft-section-company .ft-photo-slider .swiper-slide[data-offset="3"] {
    transform: rotate(28deg) scale(0.6) translate(-275%, 126%);
    z-index: 2;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .ft-section-company .ft-photo-slider .ft-photo-slider__prev {
    left: calc(56% - min(22vw, 250px) + 16px);
  }
}
@media (min-width: 768px) {
  .ft-section-company .ft-photo-slider .ft-photo-slider__next {
    right: calc(56% - min(22vw, 250px) + 16px);
  }
}
.ft-reporting-img img {
  border-radius: 12px;
  border: 8px solid #07234D;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}

.ft-section-bi-weekly {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .ft-section-bi-weekly {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
.ft-section-bi-weekly .ft-section-bi-weekly--white {
  padding: 56px 32px 32px !important;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
@media (max-width: 767px) {
  .ft-section-bi-weekly .ft-section-bi-weekly--white {
    padding: 32px 8px !important;
    border-radius: 24px;
  }
}
.ft-section-bi-weekly .ft-section-bi-weekly--white > div {
  padding-bottom: 0;
}
.ft-section-bi-weekly .ft-section-bi-weekly--white .row {
  width: calc(100% + 30px) !important;
  max-width: 1400px !important;
}
.ft-section-bi-weekly .ft-partners-row--blue {
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-image: url("img/bg-texture.png"), linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  padding: 60px 24px 50px !important;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .ft-section-bi-weekly .ft-partners-row--blue {
    padding: 24px 16px !important;
    border-radius: 16px;
  }
}
.ft-section-bi-weekly .ft-partners-row--blue > div {
  padding-bottom: 0;
}
.ft-section-bi-weekly .ft-partners-row--logos {
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ft-section-bi-weekly .ft-partners-row--logos {
    gap: 16px;
  }
}
.ft-section-bi-weekly .ft-partners-row--logos:after {
  display: none;
}
.ft-section-bi-weekly .ft-partners-card {
  position: relative;
  z-index: 1;
  padding: 0;
  flex-basis: calc((100% - 120px) / 6);
  max-width: calc((100% - 120px) / 6);
}
@media (max-width: 767px) {
  .ft-section-bi-weekly .ft-partners-card {
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}
.ft-section-bi-weekly .ft-partners-card--text {
  flex-basis: calc((100% - 120px) / 6 * 2 + 24px);
  max-width: calc((100% - 120px) / 6 * 2 + 24px);
}
@media (max-width: 767px) {
  .ft-section-bi-weekly .ft-partners-card--text {
    order: -2;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.ft-section-bi-weekly .ft-partners-card .col-inner {
  padding: 0;
}
.ft-section-bi-weekly .ft-partners-card img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .ft-section-bi-weekly .ft-partners-card img {
    border-radius: 8px;
  }
}
.ft-section-bi-weekly .ft-partners-card h3 {
  color: #FEFEFE;
  font-size: 40px;
  margin-bottom: 16px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .ft-section-bi-weekly .ft-partners-card h3 {
    font-size: clamp(16px, 2.7777777778vw, 40px);
  }
}
@media (max-width: 767px) {
  .ft-section-bi-weekly .ft-partners-card h3 {
    font-size: clamp(16px, 7.4666666667vw, 32px);
  }
}
.ft-section-bi-weekly .ft-partners-card h3 .font-accent {
  font-weight: 600 !important;
  color: #fff;
  text-shadow: 0 0 20px #B5DBFF;
}
.ft-section-bi-weekly .ft-partners-card p {
  color: rgba(254, 254, 254, 0.7);
  margin: 0;
}
.ft-section-bi-weekly .ft-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .ft-section-bi-weekly .ft-text {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .ft-section-video .ft-video {
    border-radius: 0;
  }
}

.ft-steps {
  position: relative;
}
.ft-steps__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #DEE7F1;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .ft-steps__line {
    left: calc(40px / 2);
    transform: none;
  }
}
.ft-steps__line-fill {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 0;
  background: #084BA0;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ft-steps__line-fill {
    left: calc(40px / 2);
    transform: none;
  }
}
.ft-steps__step {
  display: grid;
  grid-template-columns: 1fr 48px 1fr;
  column-gap: 48px;
  align-items: center;
  margin-bottom: 48px;
}
.ft-steps__step:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ft-steps__step {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: start;
    margin-bottom: 48px;
  }
}
.ft-steps__media {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .ft-steps__media {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
  }
}
.ft-steps__node {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 767px) {
  .ft-steps__node {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }
}
.ft-steps__content {
  grid-column: 3;
  grid-row: 1;
}
@media (max-width: 767px) {
  .ft-steps__content {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    text-align: left;
  }
}
.ft-steps__content .button {
  margin-right: 0;
}
.ft-steps__step--img-right .ft-steps__media {
  grid-column: 3;
}
.ft-steps__step--img-right .ft-steps__content {
  grid-column: 1;
}
@media (max-width: 767px) {
  .ft-steps__step--img-right .ft-steps__media {
    grid-column: 2;
  }
  .ft-steps__step--img-right .ft-steps__content {
    grid-column: 2;
  }
}
.ft-steps__step--no-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ft-steps__step--no-image .ft-steps__media {
  display: none;
}
.ft-steps__step--no-image .ft-steps__node {
  order: 1;
}
.ft-steps__step--no-image .ft-steps__content {
  order: 2;
  width: 100%;
  max-width: 560px;
}
@media (max-width: 767px) {
  .ft-steps__step--no-image {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: start;
    text-align: left;
  }
  .ft-steps__step--no-image .ft-steps__node {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }
  .ft-steps__step--no-image .ft-steps__content {
    grid-column: 2;
    grid-row: 1;
    max-width: unset;
  }
}
.ft-steps__node {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F1F6FD;
  border: 1.5px solid #F1F6FD;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  box-shadow: 0 0 0 16px #fff;
  transition: background 0.25s ease, border-color 0.25s ease;
}
@media (max-width: 767px) {
  .ft-steps__node {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 4px #fff;
    transform: translateY(-10%);
  }
}
.ft-steps__num {
  font-size: 16px;
  font-weight: 600;
  color: #07234D;
  line-height: 1;
  transition: color 0.25s ease;
}
@media (max-width: 767px) {
  .ft-steps__num {
    font-size: 14px;
  }
}
.ft-steps__node.is-active {
  background: #084BA0;
  border-color: #084BA0;
}
.ft-steps__node.is-active .ft-steps__num {
  color: #FEFEFE;
}
.ft-steps__img {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}
@media (min-width: 768px) {
  .ft-steps .ft-steps__step--no-image .ft-steps__content {
    margin-top: 16px;
  }
}

.ft-posts-grid {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 767px) {
  .ft-posts-grid {
    grid-template-columns: 1fr;
  }
}
.ft-posts-grid .ft-pg__meta {
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
  color: #3D5871;
  font-size: 14px;
  line-height: 1.4;
}
.ft-posts-grid .ft-pg__sep {
  opacity: 0.4;
}
.ft-posts-grid .ft-pg__time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ft-posts-grid .ft-pg__date {
  white-space: nowrap;
}
.ft-posts-grid .ft-pg__author {
  white-space: nowrap;
}
.ft-posts-grid__featured .ft-pg__author {
  margin-left: auto;
}
.ft-posts-grid__featured {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.ft-posts-grid__featured-image {
  aspect-ratio: 845/400;
  overflow: hidden;
  border-radius: 12px;
}
.ft-posts-grid__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.ft-posts-grid__featured:hover .ft-posts-grid__featured-image img {
  transform: scale(1.04);
}
.ft-posts-grid__featured-body {
  padding: 16px 0 4px;
}
.ft-posts-grid__featured-title {
  font-size: 22px;
  font-weight: 500;
  color: #07234D;
  line-height: 1.3;
  margin: 8px 0 0;
}
.ft-posts-grid__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ft-posts-grid__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(7, 35, 77, 0.08);
  text-decoration: none;
  color: inherit;
}
.ft-posts-grid__item:first-child {
  padding-top: 0;
}
.ft-posts-grid__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ft-posts-grid__item-image {
  flex: 0 0 120px;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
}
.ft-posts-grid__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.ft-posts-grid__item:hover .ft-posts-grid__item-image img {
  transform: scale(1.04);
}
.ft-posts-grid__item-body {
  flex: 1;
  min-width: 0;
}
.ft-posts-grid__item-title {
  font-size: 16px;
  font-weight: 500;
  color: #07234D;
  line-height: 1.4;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ft-posts-slider__track.swiper {
  overflow: hidden;
}
.ft-posts-slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-top: 32px;
}
.ft-posts-slider__pagination {
  position: static !important;
  width: auto !important;
  bottom: auto !important;
}

.ft-post-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ft-post-card__image {
  position: relative;
  aspect-ratio: 300/245;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 12px;
  margin-bottom: 16px;
}
.ft-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.ft-post-card:hover .ft-post-card__image img {
  transform: scale(1.04);
}
.ft-post-card__category {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(248, 251, 255, 0.4);
  color: #02132D;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border-radius: 0 0 8px 8px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ft-post-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ft-post-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.ft-post-card__date, .ft-post-card__author {
  color: #587691;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 400;
}
.ft-post-card__author {
  text-align: right;
  white-space: nowrap;
}
.ft-post-card__title {
  color: #07234D;
  font-size: 20px;
  line-height: 1.44;
  font-weight: 500;
  margin: 0 0 8px;
}
.ft-post-card__excerpt {
  color: #2D4051;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ft-post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #07234D;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 400;
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.25s ease;
}
.ft-post-card__link svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.ft-post-card__link:hover {
  gap: 12px;
}
.ft-post-card__link:hover svg {
  transform: translateX(4px);
}

.ft-archive {
  position: relative;
}
.ft-archive__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ft-archive__header {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-bottom: 28px;
  }
}
.ft-archive__tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ft-archive__tab {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: none;
  background: transparent;
  color: #07234D;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}
.ft-archive__tab:hover {
  color: #084BA0;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
.ft-archive__tab.is-active {
  background: #FEFEFE;
  color: #084BA0;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
}
.ft-archive button:not(.icon).ft-archive__tab {
  border-radius: 100px !important;
}
.ft-archive__search-wrap {
  position: relative;
  min-width: 400px;
  margin-bottom: 24px;
}
.ft-archive__search-wrap:focus-within .ft-archive__search-wrap__search-icon {
  color: #07234D;
}
@media (max-width: 767px) {
  .ft-archive__search-wrap {
    min-width: unset;
  }
}
.ft-archive__search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #3D5871;
  pointer-events: none;
  transition: color 0.25s ease;
}
.ft-archive__search[type=search] {
  width: 100%;
  border: none;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
  border-radius: 12px !important;
  padding: 12px 20px 12px 50px !important;
  background: #FEFEFE;
  height: auto !important;
  outline: none;
  color: #07234D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: border-color 0.25s ease;
  margin-bottom: 0;
}
.ft-archive__search[type=search]:focus {
  border-color: #3D5871;
}
.ft-archive__search[type=search]::placeholder {
  color: #3D5871;
}
.ft-archive__search[type=search]::-webkit-search-cancel-button {
  display: none;
}
.ft-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  transition: opacity 0.2s ease;
}
.ft-archive__grid[aria-busy=true] {
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ft-archive__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.ft-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 0;
  color: rgba(254, 254, 254, 0.4);
  font-size: 16px;
}
.ft-archive__pagination-wrap {
  margin-top: 48px;
}
.ft-archive__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ft-archive__pag-pages {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ft-archive__pag-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: none;
  border-radius: 100px;
  background: transparent;
  color: rgba(254, 254, 254, 0.5);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}
.ft-archive__pag-btn:hover:not(:disabled) {
  background: rgba(254, 254, 254, 0.08);
  color: #FEFEFE;
}
.ft-archive__pag-btn.is-active {
  background: #084BA0;
  color: #FEFEFE;
}
.ft-archive__pag-btn:disabled {
  opacity: 0.25;
  cursor: default;
}
.ft-archive__pag-btn.ft-archive__pag-prev, .ft-archive__pag-btn.ft-archive__pag-next {
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .ft-archive__pag-btn.ft-archive__pag-prev, .ft-archive__pag-btn.ft-archive__pag-next {
    padding: 8px;
  }
  .ft-archive__pag-btn.ft-archive__pag-prev span, .ft-archive__pag-btn.ft-archive__pag-next span {
    display: none;
  }
}
.ft-archive__pag-dots {
  padding: 0 4px;
  color: rgba(254, 254, 254, 0.3);
  font-size: 14px;
}
.ft-archive__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.ft-archive__loader[hidden] {
  display: none;
}
.ft-archive__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(254, 254, 254, 0.15);
  border-top-color: #084BA0;
  border-radius: 50%;
  animation: ft-spin 0.7s linear infinite;
}

@keyframes ft-spin {
  to {
    transform: rotate(360deg);
  }
}
.ft-post-header-section {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .ft-post-header-section {
    padding-top: 0 !important;
  }
}

.ft-post-header {
  padding: 30px 0 0;
}
.ft-post-header__content {
  text-align: center;
}
.ft-post-header__cats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .ft-post-header__cats {
    gap: 12px;
  }
}
.ft-post-header__cat {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  border-radius: 100px;
  background: #FEFEFE;
  color: #084BA0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
  transition: background 0.25s ease, color 0.25s ease;
  /*
  &:hover {
    background: $clr-blue;
    color: $clr-white;
  }*/
}
.ft-post-header__title {
  font-weight: 500;
  color: #07234D;
  line-height: 1.1;
  margin: 0 0 20px;
}
.ft-post-header__subtitle {
  font-size: 20px;
  color: #2D4051;
}
@media (max-width: 767px) {
  .ft-post-header__subtitle {
    font-size: 16px;
  }
}
.ft-post-header__image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16/7;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .ft-post-header__image {
    aspect-ratio: 4/3;
    border-radius: 12px;
    margin-top: 32px;
  }
}
.ft-post-header__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ft-related-posts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ft-related-posts__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.ft-related-posts__title {
  margin-bottom: 0;
}
.ft-related-posts__link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ft-related-posts__link {
    display: none !important;
  }
}
.ft-related-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .ft-related-posts__grid {
    grid-template-columns: 1fr;
  }
}

.ft-features-visual__header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .ft-features-visual__header {
    margin-bottom: 16px;
  }
}
.ft-features-visual__header .ft-pre-title {
  margin-bottom: 12px;
}
.ft-features-visual__title {
  color: #FEFEFE;
  margin: 0;
}
.ft-features-visual__layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1280/580;
}
@media (max-width: 767px) {
  .ft-features-visual__layout {
    display: none;
  }
}
.ft-features-visual__center {
  width: 58%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.ft-features-visual__img {
  width: 100%;
  display: block;
}
.ft-features-visual__item {
  position: absolute;
  max-width: 29%;
  cursor: pointer;
  border-radius: 12px;
  padding: 16px;
  transform: translateY(-50%);
}
.ft-features-visual__item--left {
  left: 0;
}
.ft-features-visual__item--right {
  right: 0;
}
.ft-features-visual__item--bottom {
  left: 50%;
  transform: translateX(-50%);
}
.ft-features-visual__item[data-index="0"] {
  top: 5%;
}
.ft-features-visual__item[data-index="1"] {
  top: 31%;
}
.ft-features-visual__item[data-index="2"] {
  top: 58%;
}
.ft-features-visual__item[data-index="3"] {
  top: 85%;
}
.ft-features-visual__item[data-index="4"] {
  bottom: 0;
  top: auto;
}
.ft-features-visual__item[data-index="5"] {
  top: 85%;
}
.ft-features-visual__item[data-index="6"] {
  top: 58%;
}
.ft-features-visual__item[data-index="7"] {
  top: 31%;
}
.ft-features-visual__item[data-index="8"] {
  top: 5%;
}
.ft-features-visual__item[data-index="3"] {
  left: 5%;
}
.ft-features-visual__item[data-index="5"] {
  right: 5%;
}
.ft-features-visual__item-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ft-features-visual__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid #FEFEFE;
  background: linear-gradient(to bottom, #084BA0, #ACD0FF 200%);
  font-size: 16px;
  font-weight: 500;
  color: #FEFEFE;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.ft-features-visual__item-title {
  font-size: 18px;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 1.3;
  transition: color 0.25s ease, font-weight 0.25s ease;
}
.ft-features-visual__item-body {
  display: none;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .ft-features-visual__item-body {
    display: block;
  }
}
.ft-features-visual__item-body p {
  font-size: 12px;
  line-height: 1.6;
  color: #2D4051;
  margin: 0;
}
.ft-features-visual__item.is-active {
  z-index: 5;
  background: #FEFEFE;
  box-shadow: 4px 8px 30px 0 rgba(23, 80, 134, 0.12);
}
.ft-features-visual__item.is-active .ft-features-visual__item-body {
  display: block;
}
.ft-features-visual__item.is-active .ft-features-visual__item-num {
  width: 34px;
  height: 34px;
  font-size: 14px;
}
.ft-features-visual__item.is-active .ft-features-visual__item-title {
  font-size: 16px;
  color: #07234D;
}
.ft-features-visual__mobile {
  display: none;
}
@media (max-width: 767px) {
  .ft-features-visual__mobile {
    display: block;
  }
}
.ft-features-visual__mob-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
.ft-features-visual__mob-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ft-features-visual__swiper .swiper-wrapper {
  align-items: stretch;
}
.ft-features-visual__swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.ft-features-visual__slide {
  background: #FEFEFE;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ft-features-visual__slide .ft-features-visual__item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.ft-features-visual__slide .ft-features-visual__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #DEE7F1;
  font-size: 13px;
  font-weight: 500;
  color: #FEFEFE;
  flex-shrink: 0;
}
.ft-features-visual__slide .ft-features-visual__item-title {
  font-size: 17px;
  font-weight: 600;
  color: #07234D;
  line-height: 1.3;
  padding-top: 6px;
}
.ft-features-visual__slide .ft-features-visual__item-body p {
  font-size: 14px;
  line-height: 1.4;
  color: #2D4051;
  margin: 0;
}
.ft-features-visual__mob-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
}
.ft-features-visual__pagination {
  position: static !important;
  width: auto !important;
}

.ft-before-after {
  position: relative;
  overflow: hidden;
  user-select: none;
  cursor: col-resize;
  touch-action: pan-y;
}
.ft-before-after__after {
  display: block;
  width: 100%;
}
.ft-before-after__after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.ft-before-after__before {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
}
.ft-before-after__before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.ft-before-after__label {
  position: absolute;
  bottom: 20px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100px;
  pointer-events: none;
  z-index: 3;
}
.ft-before-after__label--before {
  left: 16px;
}
.ft-before-after__label--after {
  right: 16px;
}
.ft-before-after__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #FEFEFE;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: none;
}
.ft-before-after__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FEFEFE;
  box-shadow: 0px 4px 12px 0px rgba(224, 232, 247, 0.6784313725);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07234D;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.ft-before-after__handle svg {
  display: block;
  flex-shrink: 0;
}
.ft-before-after:active .ft-before-after__handle, .ft-before-after.is-dragging .ft-before-after__handle {
  box-shadow: 0 0 0 4px rgba(8, 75, 160, 0.25);
}

.ft-video-wrap {
  width: 100%;
  line-height: 0;
}

.ft-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.ft-clr-blue {
  color: #084BA0 !important;
}

.ft-clr-orange {
  color: #E78823 !important;
}

.ft-bg-blue {
  background-color: #084BA0 !important;
}

.ft-bg-orange {
  background-color: #E78823 !important;
}

.ft-btn,
.ft-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: #07234D;
  color: #FEFEFE;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid #07234D;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
}
.ft-btn:hover,
.ft-btn-primary:hover {
  background: #084BA0;
  border-color: #084BA0;
  color: #FEFEFE;
}

.ft-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: transparent;
  color: #07234D;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  border: 2px solid #07234D;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.ft-btn-outline:hover {
  background: #07234D;
  color: #FEFEFE;
}

.ft-btn-white {
  background: #FEFEFE;
  color: #07234D;
  border-color: #FEFEFE;
}
.ft-btn-white:hover {
  background: #F6FAFF;
  color: #07234D;
}

.button {
  min-height: 48px !important;
  font-size: 16px !important;
  text-transform: none !important;
  padding: 4px 40px !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  /*
  &.box-shadow-5-hover{
    &:hover{
      box-shadow: 0 30px 40px 0 rgba(#F7901E, .2) !important;
    }
  }*/
}
.button:hover {
  background-color: #E78823;
}
.button.box-shadow-3 {
  box-shadow: inset 0 -2px 12px 0 rgba(247, 144, 30, 0.5), 0 15px 16px -8px rgba(164, 111, 36, 0.24), 0 0 24px 2px rgba(247, 144, 30, 0.5);
}

.ft-card {
  background: #FEFEFE;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #3D5871;
}
.ft-card--blue {
  background: #084BA0;
  color: #FEFEFE;
  border: none;
}

@media (max-width: 1023px) {
  .ft-container {
    padding: 0 24px;
  }
}

@media (max-width: 1023px) {
  .footer-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .footer-body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .header-nav-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .ft-burger {
    display: flex;
  }
}

@media (max-width: 767px) {
  .footer-cta {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ft-section {
    padding: 48px 0;
  }
}

/*# sourceMappingURL=style.css.map */
