/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.home .main-content {
  background-image: url("../images/main-content-home.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .home .main-content {
    padding-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .home .main-content {
    overflow: hidden;
  }
}
.home .main-content strong {
  font-size: 21px;
}

.home .main-content p {
  font-family: var(--secondary-font), sans-serif;
}

@media (min-width: 1200px) {
  .home .main-content__text {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .home .main-content__image {
    justify-items: center;
  }
}
@media (max-width: 1199px) {
  .home .main-content__image .image-holder {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .home .main-content__image .image-holder img.wp-post-image {
    width: 70%;
    margin: 0 auto;
  }
}
.home .main-content .video-home {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 1200px) {
  .home .main-content .video-home {
    margin-top: -42px;
    margin-left: 72px;
    text-align: left;
  }
}
.home .main-content .video-home .cw_video_open_popup_customized {
  position: relative;
  z-index: 2;
}

.home .main-content .video-home .cw_video_open_popup_customized .video-thumbnail {
  box-shadow: 0 12px 30px 0 rgba(0, 5, 34, 0.25);
  border-radius: 25px;
  position: relative;
  z-index: 2;
  border: 3px solid #FFF;
}

.home .main-content .video-home .btn-play {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media (max-width: 1199px) {
  .home .main-content .video-home .btn-play {
    right: -18px;
    bottom: -18px;
  }
}
@media (max-width: 1199px) {
  .home .main-content .video-home .btn-play img {
    width: 100%;
  }
}
.home .quick-links {
  margin-top: -54px;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .home .quick-links {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .home .quick-links {
    margin-top: -70px;
  }
}
@media (max-width: 1366px) {
  .home .quick-links .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home .quick-links .btn-pa {
  padding-top: 22px;
  padding-bottom: 30px;
  color: #2C2C2C;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #70CFFA;
  text-decoration-thickness: 10%;
  text-underline-offset: 17.25%;
  text-underline-position: from-font;
}

.home .quick-links-text {
  max-width: 223px;
  width: 100%;
  margin-right: 30px;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .home .quick-links-text {
    max-width: 180px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .home .quick-links-text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.home .quick-links-text .link-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  font-family: var(--secondary-font), sans-serif;
  color: #fff;
}

@media (max-width: 991px) {
  .home .quick-links-text .link-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home .quick-links-text .link-heading {
    font-size: 16px;
  }
}
.home .quick-links-text .link-subheading {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 5px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .home .quick-links-text .link-subheading {
    font-size: 12px;
  }
}
.home .quick-links-items {
  flex: 1;
  min-width: 0;
  position: relative;
  padding: 0 15px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home .quick-links-items {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .home .quick-links-items {
    width: 100%;
    padding: 0 30px;
    margin-top: 5px;
  }
}
.home .quick-links-slider {
  overflow: hidden;
  width: 100%;
}

.home .quick-links-wrap {
  background: #152C5E;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 34px 50px 34px 41px;
  overflow: hidden;
}

@media (max-width: 1366px) {
  .home .quick-links-wrap {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .home .quick-links-wrap {
    padding: 25px 35px;
    border-radius: 80px;
  }
}
@media (max-width: 767px) {
  .home .quick-links-wrap {
    flex-direction: column;
    padding: 30px 30px;
    border-radius: 30px;
    align-items: stretch;
  }
}
.home .quick-links .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .home .quick-links .swiper-slide {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
  }
}
.home .quick-links .item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 14px;
  position: relative;
  margin-bottom: 0;
  border-radius: 21px;
  border: 1px solid #A0A8B9;
  background: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #fff;
  width: auto;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .home .quick-links .item {
    font-size: 13px;
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  .home .quick-links .item {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.home .quick-links .item a {
  color: #fff;
}

.home .quick-links .item:hover {
  border-radius: 21px;
  border: 1.069px solid #A0A8B9;
  background: #FFF;
  color: #152C5E;
}

.home .quick-links .item:hover a {
  color: #152C5E;
}

.home .quick-links .swiper-button-prev,
.home .quick-links .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 22px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 13px 22px !important;
  background-repeat: no-repeat !important;
}

.home .quick-links .swiper-button-prev::after,
.home .quick-links .swiper-button-next::after {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease;
}

.home .quick-links .swiper-button-prev:hover::after,
.home .quick-links .swiper-button-next:hover::after {
  color: #fff;
}

.home .quick-links .swiper-button-prev.swiper-button-disabled,
.home .quick-links .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.home .quick-links .swiper-button-prev {
  left: 0;
}

@media (max-width: 767px) {
  .home .quick-links .swiper-button-prev {
    left: 15px;
  }
}
.home .quick-links .swiper-button-next {
  right: 0;
}

@media (max-width: 767px) {
  .home .quick-links .swiper-button-next {
    right: 15px;
  }
}
.home .why-choose-us {
  padding-top: 25px;
  padding-bottom: 86px;
}

@media (max-width: 1199px) {
  .home .why-choose-us {
    padding-bottom: 57px;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us {
    background-color: #071F53;
    border: none;
    border-radius: 0;
    padding-top: 50px;
    padding-bottom: 25px;
    background-image: url("../images/blue-pattern-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 57px;
  }
}
.home .why-choose-us__inner {
  border-radius: 50px;
  border-top: 1px solid #70CFFA;
  background-color: #071F53;
  padding-top: 68px;
  padding-bottom: 60px;
  background-image: url("../images/blue-pattern-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .home .why-choose-us__inner {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us__inner {
    background: none;
    border: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home .why-choose-us h2 {
  margin-bottom: 83px;
}

.home .why-choose-us .why-choose-icon {
  max-width: 42px;
  width: 100%;
  margin-right: 18px;
  text-align: center;
}

.home .why-choose-us__item {
  position: relative;
  padding-bottom: 60px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
  max-width: 460px;
  width: 100%;
}

.home .why-choose-us__item:last-child {
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  .home .why-choose-us__item {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us__item {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.home .why-choose-us__item-wrapper {
  padding-left: 63px;
}

@media (max-width: 1365px) {
  .home .why-choose-us__item-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .home .why-choose-us__item-wrapper {
    padding-bottom: 20px;
  }
}
.home .why-choose-us__item-wrapper--right {
  padding-left: 0;
  padding-right: 50px;
}

@media (max-width: 1365px) {
  .home .why-choose-us__item-wrapper--right {
    padding-right: 0;
  }
}
.home .why-choose-us__item-wrapper--right .why-choose-us__item {
  max-width: 513px;
  padding-bottom: 45px;
}

@media (max-width: 1365px) {
  .home .why-choose-us__item-wrapper--right .why-choose-us__item {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .home .why-choose-us__item-wrapper--right .why-choose-us__item {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home .why-choose-us__item-wrapper--right .why-choose-us__item {
    padding-bottom: 30px;
  }
  .home .why-choose-us__item-wrapper--right .why-choose-us__item:last-child {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .home .why-choose-us__item {
    margin-bottom: 0;
  }
  .home .why-choose-us__item-wrapper {
    margin-bottom: 0;
  }
}
.home .why-choose-us__item img {
  margin-right: 18px;
}

.home .no-fee .row {
  background: linear-gradient(270deg, #0A1837 0%, #1A3879 100%);
  border-radius: 50px;
}

@media (max-width: 991px) {
  .home .no-fee-item {
    height: auto !important;
  }
}
.home .no-fee__content {
  padding-top: 128px;
  padding-bottom: 86px;
  padding-left: 203px;
  padding-right: 55px;
}

@media (max-width: 991px) {
  .home .no-fee__content {
    padding-top: 100px;
    padding-bottom: 28px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.home .no-fee__content h2,
.home .no-fee__content p {
  color: #fff;
}

.home .no-fee__content h2 {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .home .no-fee__content h2 {
    text-align: center;
  }
}
.home .no-fee__content p:last-child {
  margin-bottom: 0;
}

.home .no-fee__img {
  display: block;
  position: relative;
  border-radius: 50px 0 0 50px;
}

@media (max-width: 991px) {
  .home .no-fee__img {
    height: 273px !important;
    background-position: center;
    border-radius: 50px 50px 0 0;
  }
}
.home .no-fee__img img {
  content: "";
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: -40%;
}

@media (max-width: 1199px) {
  .home .no-fee__img img {
    right: -50%;
  }
}
@media (max-width: 991px) {
  .home .no-fee__img img {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: unset;
    height: 100%;
    bottom: -40%;
  }
}
.home .front-locations {
  background: url("../images/blue-pattern-bg.png") center top #071F53 no-repeat;
  background-size: cover !important;
  padding: 32px 0 80px;
  position: relative;
  overflow: hidden;
  /* Heading */
  /* Subheading */
  /* Content */
  /* Slider Wrapper */
  /* Slider */
  /* Location Card */
  /* Card Image */
  /* Card Label (always visible at bottom) */
  /* Card Overlay (shows on hover) */
  /* Card Title */
  /* Card Address */
  /* Card Phone */
  /* Card Links Container */
  /* Card Link */
  /* Bottom Content */
}

@media (max-width: 767px) {
  .home .front-locations {
    padding: 40px 0 60px;
  }
}
.home .front-locations__header {
  background: url(../images/front-locations-icon.svg) center top no-repeat transparent;
  background-size: contain;
  margin-bottom: 32px;
}

.home .front-locations__heading {
  font-family: var(--secondary-font), sans-serif;
  color: #5ba3d9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.home .front-locations__subheading {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1199px) {
  .home .front-locations__subheading {
    max-width: 800px;
    margin: 0 auto 30px;
  }
}
.home .front-locations__content {
  color: #fff;
  text-align: center;
  max-width: 813px;
  margin: 0 auto 23px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

@media (max-width: 767px) {
  .home .front-locations__content {
    padding: 0 15px;
  }
}
.home .front-locations__slider-wrap {
  position: relative;
  padding: 0 60px;
  /* Swiper Navigation Arrows */
}

@media (max-width: 1365px) {
  .home .front-locations__slider-wrap {
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  .home .front-locations__slider-wrap {
    padding: 0 80px;
  }
}
.home .front-locations__slider-wrap .swiper-button-prev,
.home .front-locations__slider-wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #5ba3d9;
  transition: all 0.3s ease;
}

.home .front-locations__slider-wrap .swiper-button-prev::after,
.home .front-locations__slider-wrap .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .home .front-locations__slider-wrap .swiper-button-prev::after,
.home .front-locations__slider-wrap .swiper-button-next::after {
    font-size: 14px;
  }
}
.home .front-locations__slider-wrap .swiper-button-prev:hover,
.home .front-locations__slider-wrap .swiper-button-next:hover {
  background-color: transparent;
  color: #0a1f3d;
}

@media (max-width: 767px) {
  .home .front-locations__slider-wrap .swiper-button-prev,
.home .front-locations__slider-wrap .swiper-button-next {
    width: 10px;
    height: 20px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    background-color: transparent !important;
  }
}
.home .front-locations__slider-wrap .swiper-button-prev {
  left: 15px;
}

@media (max-width: 767px) {
  .home .front-locations__slider-wrap .swiper-button-prev {
    background-image: url("../images/arrow-prev.svg") !important;
  }
}
.home .front-locations__slider-wrap .swiper-button-next {
  right: 15px;
}

@media (max-width: 767px) {
  .home .front-locations__slider-wrap .swiper-button-next {
    background-image: url("../images/arrow-next.svg") !important;
  }
}
.home .front-locations__slider {
  overflow: hidden;
}

.home .front-locations__card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 200px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .home .front-locations__card {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .home .front-locations__card {
    height: 180px;
  }
}
.home .front-locations__card:hover .front-locations__card-image {
  transform: scale(1.05);
}

.home .front-locations__card:hover .front-locations__card-overlay {
  opacity: 1;
  visibility: visible;
}

.home .front-locations__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.home .front-locations__card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #a8d4f5;
  color: #0a1f3d;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  padding: 17px 10px;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .home .front-locations__card-label {
    padding: 22px 10px;
  }
}
.home .front-locations__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  background: rgba(10, 31, 61, 0.7);
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home .front-locations__card-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .home .front-locations__card-title {
    display: none;
  }
}
.home .front-locations__card-address {
  font-size: 0.9rem;
  color: #fff;
  line-height: 21px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.home .front-locations__card-phone {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.home .front-locations__card-links {
  display: flex;
  gap: 12px;
}

.home .front-locations__card-link {
  font-size: 0.85rem;
  color: #ffffff;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.home .front-locations__card-link:hover {
  color: #5ba3d9;
}

.home .front-locations__bottom-content {
  text-align: center;
  max-width: 1031px;
  margin: 62px auto 0;
}

@media (max-width: 767px) {
  .home .front-locations__bottom-content {
    padding: 0 15px;
    margin-top: 36px;
  }
}
.home .front-locations__bottom-content p {
  margin-bottom: 15px;
  color: #fff;
}

.home .front-locations__bottom-content p:last-child {
  margin-bottom: 0;
}

.front-practice-areas {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  background: url("../images/white-pattern-top.png") center top #FFF no-repeat;
  overflow: visible;
}

@media (max-width: 991px) {
  .front-practice-areas {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .front-practice-areas {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.front-practice-areas__body-wrapper {
  position: relative;
  overflow: visible;
}

.front-practice-areas__image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none;
  overflow: visible;
  pointer-events: none;
}

@media (max-width: 991px) {
  .front-practice-areas__image-layer {
    position: relative;
    height: auto;
    margin-bottom: 24px !important;
  }
}
.front-practice-areas__image-layer > .row {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  --bs-gutter-x: 0;
}

@media (max-width: 991px) {
  .front-practice-areas__image-layer > .row {
    height: auto;
  }
}
.front-practice-areas__image-layer .col-lg-6 {
  position: static;
  padding: 0 !important;
  margin: 0 !important;
}

.front-practice-areas__content-layer {
  position: relative;
  z-index: 15;
  pointer-events: none;
}

.front-practice-areas__content-layer a,
.front-practice-areas__content-layer button,
.front-practice-areas__content-layer .btn,
.front-practice-areas__content-layer input,
.front-practice-areas__content-layer select,
.front-practice-areas__content-layer textarea {
  pointer-events: auto;
}

.front-practice-areas__title {
  margin-bottom: 61px;
  text-align: center;
}

@media (max-width: 767px) {
  .front-practice-areas__title {
    margin-bottom: 22px;
  }
}
.front-practice-areas__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  margin-bottom: 62px;
  width: 100%;
  background: #eef1f6;
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.21);
}

@media (max-width: 767px) {
  .front-practice-areas__nav {
    margin-bottom: 24px;
    flex-wrap: wrap;
    border-radius: 20px;
  }
}
.front-practice-areas__nav-btn {
  flex: 1 1 0;
  text-align: center;
  border-radius: 0;
  background: white;
  color: #1f2d43;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  padding: 20px 22px;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
}

.front-practice-areas__nav-btn:last-child {
  border-right: none;
}

.front-practice-areas__nav-btn:hover {
  background: rgba(20, 55, 105, 0.08);
}

@media (max-width: 1439px) {
  .front-practice-areas__nav-btn {
    padding: 20px 12px;
  }
}
@media (max-width: 1199px) {
  .front-practice-areas__nav-btn {
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: normal;
  }
}
.front-practice-areas__nav-btn.active {
  background: #143769;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 54, 113, 0.25);
  border-right: none;
  margin: -1px;
  padding: 20px 23px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1439px) {
  .front-practice-areas__nav-btn.active {
    padding: 20px 12px;
  }
}
@media (max-width: 767px) {
  .front-practice-areas__nav-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
  .front-practice-areas__nav-btn.active {
    padding: 13px 17px;
    border-radius: 20px;
  }
}
.front-practice-areas__body {
  align-items: stretch;
}

.front-practice-areas__copy {
  padding: 0 30px 45px 17px;
  height: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .front-practice-areas__copy {
    padding: 24px;
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .front-practice-areas__copy {
    padding: 20px;
  }
}
.front-practice-areas__pane {
  display: none;
  flex-direction: column;
  gap: 18px;
}

@media (max-width: 1199px) {
  .front-practice-areas__pane {
    gap: 0;
  }
}
.front-practice-areas__pane.is-active {
  display: flex;
}

.front-practice-areas__pane-content {
  padding-bottom: 45px;
}

.front-practice-areas__pane p:last-child {
  margin-bottom: 0;
}

.front-practice-areas__pane ul li {
  font-size: 16px;
  line-height: 24px;
}

.front-practice-areas__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.front-practice-areas__buttons .btn {
  font-weight: 700;
  border-radius: 50px;
  padding: 12px 21px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 1439px) {
  .front-practice-areas__buttons .btn {
    padding: 12px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 1199px) {
  .front-practice-areas__buttons .btn {
    width: 100%;
    max-width: 100%;
  }
}
.front-practice-areas__buttons .btn-primary {
  border: 2px solid #70CFFA;
  background: #1D5A8E;
  color: #ffffff;
}

.front-practice-areas__buttons .btn-primary:hover {
  background: #70CFFA;
  border-color: #70CFFA;
  color: #152C5E;
}

.front-practice-areas__visual {
  position: absolute;
  top: 0;
  left: 58.333%;
  right: 0;
  bottom: 0;
  border-radius: 28px 0 0 28px;
  overflow: visible;
  background: #0f1c33;
  pointer-events: auto;
}

@media (max-width: 991px) {
  .front-practice-areas__visual {
    position: relative;
    left: auto;
    right: auto;
    border-radius: 22px;
    min-height: 350px;
  }
}
.front-practice-areas__hero-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  pointer-events: none;
  border-radius: 28px 0 0 28px;
  overflow: hidden;
}

.front-practice-areas__hero-image.is-active {
  opacity: 1;
  visibility: visible;
}

.front-practice-areas__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .front-practice-areas__hero-image {
    border-radius: 22px;
  }
}
.front-practice-areas__cta {
  position: absolute;
  inset: auto 28px 24px 28px;
  padding: 58px 32px 36px 47px;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(6, 15, 30, 0.35);
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 45px;
  background: transparent;
  z-index: 20;
  pointer-events: auto;
}

@media (max-width: 1199px) {
  .front-practice-areas__cta {
    padding: 58px 32px 36px;
  }
}
.front-practice-areas__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 45px;
  padding: 1px;
  background: linear-gradient(90deg, rgba(200, 200, 200, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@media (max-width: 575px) {
  .front-practice-areas__cta {
    inset: auto 16px 16px 16px;
  }
}
.front-practice-areas__cta .btn {
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

@media (max-width: 1365px) {
  .front-practice-areas__cta .btn {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .front-practice-areas__cta .btn {
    font-size: 16px;
  }
}
.front-practice-areas__cta .btn:after {
  background: url(../images/scale-icon.svg) center center no-repeat #0082BD;
  background-size: 30px 28px;
}

.front-practice-areas__cta .btn:hover {
  background-color: #96DEFF;
}

.front-practice-areas__cta .btn:hover:after {
  background-color: #2A99CB;
}

.front-practice-areas__cta > * {
  position: relative;
  z-index: 2;
}

.front-practice-areas__cta-heading {
  margin: 0 0 22px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .front-practice-areas__cta-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.front-practice-areas__cta-phone {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  margin: 0 0 33px;
}

@media (max-width: 1199px) {
  .front-practice-areas__cta-phone {
    font-size: 40px;
    line-height: 20px;
  }
}
.front-practice-areas__desktop {
  display: block;
}

@media (max-width: 991px) {
  .front-practice-areas__desktop {
    display: none;
  }
}
.front-practice-areas__mobile {
  display: none;
}

@media (max-width: 991px) {
  .front-practice-areas__mobile {
    display: block;
  }
}
.fpa-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fpa-accordion__headers {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fpa-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #D3D9DF;
  border-radius: 50px;
  color: #143769;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fpa-accordion__header.is-active {
  background: #143769;
  border-color: #143769;
  color: #ffffff;
}

.fpa-accordion__header.is-active .fpa-accordion__icon {
  color: #ffffff;
}

.fpa-accordion__header.is-active .fpa-accordion__icon svg path {
  d: path("M1 7H13");
}

@media (max-width: 767px) {
  .fpa-accordion__header {
    padding: 18px 32px 18px 32px;
  }
}
.fpa-accordion__title {
  flex: 1;
}

.fpa-accordion__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #143769;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.fpa-accordion__icon svg {
  width: 14px;
  height: 14px;
}

.fpa-accordion__panels {
  margin-top: 20px;
}

.fpa-accordion__panel {
  display: none;
}

.fpa-accordion__panel.is-active {
  display: block;
}

.fpa-accordion__image {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.fpa-accordion__image img {
  width: 100%;
  height: auto;
  display: block;
}

.fpa-accordion__content {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}

.fpa-accordion__content p {
  margin-bottom: 12px;
}

.fpa-accordion__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fpa-accordion__content p {
    font-size: 16px;
  }
}
.fpa-accordion__content ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.fpa-accordion__content ul li {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.5;
  color: #666;
}

.fpa-accordion__content ul li::marker {
  color: #70CFFA;
}

@media (max-width: 767px) {
  .fpa-accordion__content ul li {
    font-size: 16px !important;
  }
}
.fpa-accordion__buttons {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 20px;
}

.fpa-accordion__buttons .btn {
  font-weight: 700;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.fpa-accordion__buttons .btn-primary {
  border: 2px solid #70CFFA;
  background: #1D5A8E;
  color: #ffffff;
}

.fpa-accordion__buttons .btn-primary:hover {
  background: #70CFFA;
  border-color: #70CFFA;
  color: #152C5E;
}

.fpa-accordion__buttons .btn-outline-primary {
  border: 2px solid #70CFFA;
  background: transparent;
  color: #143769;
}

.fpa-accordion__buttons .btn-outline-primary:hover {
  background: #70CFFA;
  border-color: #70CFFA;
  color: #152C5E;
}

.faq-accordion {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .faq-accordion #faq-accordion-right {
    margin-top: 15px;
  }
}
.faq-accordion .accordion-item {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #70CFFA;
  background: #FFF;
  box-shadow: 0 24.556px 32.742px -14.734px rgba(149, 149, 149, 0.25);
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .faq-accordion .accordion-item {
    margin-bottom: 15px;
  }
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  background-color: transparent;
  color: #1f2d56;
  font-family: var(--main-font), sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 18px 20px;
  box-shadow: 0 4px 14px rgba(27, 94, 157, 0.08);
  gap: 40px;
  margin-bottom: 0;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .faq-accordion .accordion-button {
    padding: 18px 18px 22px 14px;
  }
}
.faq-accordion .accordion-button::after {
  width: 22px;
  height: 22px;
  content: "";
  font-size: 22px;
  font-weight: 800;
  color: #1e2f55;
  display: grid;
  place-items: center;
  background: url(../images/accordion-plus.svg) center center no-repeat #fff;
  background-size: 18px 18px;
}

.faq-accordion .accordion-button.collapsed {
  box-shadow: none;
  background-color: transparent;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "";
  color: #ffffff;
  background: url(../images/accordion-minus.svg) center center no-repeat #fff;
  background-size: 22px 3px;
}

.faq-accordion .accordion-body {
  color: #454545;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #ffffff;
  padding: 3px 36px 43px;
}

@media (max-width: 767px) {
  .faq-accordion .accordion-body {
    padding: 3px 14px 22px 14px;
  }
}
.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .faq-accordion .accordion-body p {
    font-size: 16px;
  }
}
.faq-accordion .accordion-collapse {
  border-radius: 0 0 12px 12px;
}

.faq-accordion .faq-accordion__icon {
  width: 100%;
  max-width: 52px;
  height: 100%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 766px) {
  .faq-accordion .faq-accordion__icon {
    display: none !important;
  }
}
.faq-accordion .faq-accordion__question {
  color: #1A243F;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 767px) {
  .faq-accordion .faq-accordion__question {
    font-size: 17px;
  }
}
.what-to-expect {
  position: relative;
  overflow: visible;
  color: #e5f4ff;
  background: url("../images/blue-pattern-bg.png") center bottom #071F53 no-repeat;
  background-size: cover !important;
  padding: 72px 0 100px;
}

@media (max-width: 1199px) {
  .what-to-expect {
    padding-top: 57px;
    padding-bottom: 45px;
  }
}
.what-to-expect .wte-header {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.what-to-expect .wte-header h2 {
  margin-bottom: 37px;
}

.what-to-expect .wte-header p {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.what-to-expect .wte-header .wte-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
}

.what-to-expect .wte-button {
  display: inline-flex;
  align-items: center;
  padding: 14px 48px;
  color: #4ec6ff;
  font-weight: 600;
  font-size: 25px;
  transition: all 0.25s ease;
  position: relative;
  border: 2px solid #fff;
}

.what-to-expect .wte-button:hover, .what-to-expect .wte-button:focus {
  text-decoration: none;
}

.what-to-expect .wte-arrow {
  background: transparent;
  width: 13px;
  height: 40px;
  color: #4ec6ff;
  transition: all 0.25s ease;
  box-shadow: none;
  outline: none;
  padding: 0;
  border: none;
  margin-top: -20px;
}

.what-to-expect .wte-arrow:hover, .what-to-expect .wte-arrow:focus {
  background: transparent;
  color: #fff;
}

.what-to-expect .wte-timeline-wrapper {
  position: relative;
  margin-top: 0;
  overflow: visible;
}

.what-to-expect .wte-timeline-wrapper::before {
  content: "";
  position: absolute;
  left: 48px;
  right: 48px;
  top: 160px;
  height: 3px;
  background: rgba(78, 198, 255, 0.5);
  z-index: 1;
}

@media (max-width: 767px) {
  .what-to-expect .wte-timeline-wrapper::before {
    left: 40px;
    right: 40px;
    top: 140px;
  }
}
.what-to-expect .wte-timeline-wrapper .wte-nav {
  position: absolute;
  top: 160px;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border: none;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.what-to-expect .wte-timeline-wrapper .wte-nav:hover {
  background: rgb(78, 198, 255);
}

.what-to-expect .wte-timeline-wrapper .wte-nav:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.what-to-expect .wte-timeline-wrapper .wte-nav--prev {
  left: 15px;
}

.what-to-expect .wte-timeline-wrapper .wte-nav--next {
  right: 15px;
}

.what-to-expect .wte-timeline-wrapper .wte-nav svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .what-to-expect .wte-timeline-wrapper .wte-nav {
    width: 40px;
    height: 40px;
    top: 140px;
  }
}
.what-to-expect .wte-timeline-wrapper .wte-track {
  overflow-x: auto;
  overflow-y: visible;
  padding: 0;
  margin: 0 60px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.what-to-expect .wte-timeline-wrapper .wte-track::-webkit-scrollbar {
  display: none;
}

.what-to-expect .wte-timeline-wrapper .wte-track .wte-timeline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: max-content;
  min-width: 100%;
  height: 320px;
  padding: 0 80px;
}

@media (max-width: 1366px) and (min-width: 768px) {
  .what-to-expect .wte-timeline-wrapper .wte-track .wte-timeline {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .what-to-expect .wte-timeline-wrapper .wte-track .wte-timeline {
    height: 280px;
    padding: 0 40px;
  }
}
@media (max-width: 1366px) and (min-width: 768px) {
  .what-to-expect .wte-timeline-wrapper .wte-track {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .what-to-expect .wte-timeline-wrapper .wte-track {
    margin: 0 40px;
  }
}
.what-to-expect .wte-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  width: 180px;
  height: 320px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 1366px) and (min-width: 992px) {
  .what-to-expect .wte-step {
    width: 160px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .what-to-expect .wte-step {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .what-to-expect .wte-step {
    width: 120px;
  }
}
.what-to-expect .wte-step .wte-dot {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #70CFFA;
  box-shadow: 0 0 0 6px rgb(255, 255, 255);
  z-index: 2;
  transition: all 0.3s ease;
}

.what-to-expect .wte-step .wte-connector {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.what-to-expect .wte-step .wte-connector::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid rgba(78, 198, 255, 0.8);
}

.what-to-expect .wte-step--top .wte-connector {
  top: 125px;
  height: 25px;
}

.what-to-expect .wte-step--top .wte-connector::after {
  top: -8px;
  bottom: auto;
}

.what-to-expect .wte-step--top .wte-content {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  max-width: 220px;
  width: 220px;
}

@media (max-width: 1366px) and (min-width: 992px) {
  .what-to-expect .wte-step--top .wte-content {
    max-width: 220px;
    width: 220px;
    gap: 8px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .what-to-expect .wte-step--top .wte-content {
    max-width: 190px;
    width: 190px;
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .what-to-expect .wte-step--top .wte-content {
    max-width: 140px;
    width: 140px;
    gap: 5px;
  }
}
.what-to-expect .wte-step--bottom .wte-connector {
  top: 170px;
  height: 25px;
}

.what-to-expect .wte-step--bottom .wte-content {
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  max-width: 220px;
  width: 220px;
}

@media (max-width: 1366px) and (min-width: 992px) {
  .what-to-expect .wte-step--bottom .wte-content {
    max-width: 220px;
    width: 220px;
    gap: 8px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .what-to-expect .wte-step--bottom .wte-content {
    max-width: 190px;
    width: 190px;
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .what-to-expect .wte-step--bottom .wte-content {
    max-width: 140px;
    width: 140px;
    gap: 5px;
  }
}
.what-to-expect .wte-step .wte-icon {
  width: auto;
  height: 65px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4ec6ff;
  transition: all 0.3s ease;
}

@media (max-width: 1366px) and (min-width: 768px) {
  .what-to-expect .wte-step .wte-icon {
    height: 50px;
    min-width: 40px;
  }
}
.what-to-expect .wte-step .wte-icon svg {
  width: 28px;
  height: 28px;
}

.what-to-expect .wte-step .wte-icon img {
  max-height: 100%;
  width: auto;
}

.what-to-expect .wte-step .wte-label {
  color: #FFF;
  white-space: normal;
  text-align: left;
  transition: color 0.3s ease;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  font-family: var(--secondary-font), sans-serif;
}

@media (max-width: 1366px) and (min-width: 768px) {
  .what-to-expect .wte-step .wte-label {
    font-size: 20px;
    line-height: 24px;
  }
}
.what-to-expect .wte-step:hover .wte-dot, .what-to-expect .wte-step.is-active .wte-dot {
  background: #4ec6ff;
  box-shadow: 0 0 0 6px rgba(78, 198, 255, 0.3), 0 0 20px rgba(78, 198, 255, 0.5);
  transform: translate(-50%, -50%) scale(1.1);
}

.what-to-expect .wte-step:hover .wte-label, .what-to-expect .wte-step.is-active .wte-label {
  color: #fff;
}

.what-to-expect .wte-step:hover .wte-connector, .what-to-expect .wte-step.is-active .wte-connector {
  background: rgba(78, 198, 255, 0.6);
}

@media (max-width: 767px) {
  .what-to-expect .wte-step {
    height: 280px;
  }
  .what-to-expect .wte-step .wte-dot {
    top: 140px;
  }
  .what-to-expect .wte-step--top .wte-connector {
    top: 85px;
    height: 45px;
  }
  .what-to-expect .wte-step--top .wte-content {
    top: 20px;
  }
  .what-to-expect .wte-step--bottom .wte-connector {
    top: 150px;
    height: 45px;
  }
  .what-to-expect .wte-step--bottom .wte-content {
    top: 200px;
  }
}
.what-to-expect .wte-detail {
  position: absolute;
  top: 190px;
  left: var(--detail-left, 50%);
  transform: translateX(-50%);
  z-index: 15;
  border-radius: 15px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 36px 34px;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .what-to-expect .wte-detail {
    max-width: 300px;
  }
}
.what-to-expect .wte-detail.is-visible {
  opacity: 1;
  visibility: visible;
}

.what-to-expect .wte-detail-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.what-to-expect .wte-detail-icon {
  width: auto;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a5a8a;
}

.what-to-expect .wte-detail-title {
  color: #1A243F;
  font-feature-settings: "liga" off, "clig" off;
  font-family: var(--secondary-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  max-width: 230px;
}

.what-to-expect .wte-detail-body {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #1A243F;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .what-to-expect .wte-detail-body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .what-to-expect .wte-detail {
    display: none;
  }
}
.what-to-expect .wte-desktop {
  display: block;
}

@media (max-width: 991px) {
  .what-to-expect .wte-desktop {
    display: none;
  }
}
.what-to-expect .wte-mobile {
  display: none;
}

@media (max-width: 991px) {
  .what-to-expect .wte-mobile {
    display: block;
  }
}
.what-to-expect .wte-accordion-wrapper {
  position: relative;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.what-to-expect .wte-accordion-line {
  position: absolute;
  left: 18px;
  top: 50px;
  bottom: 50px;
  width: 2px;
  background: rgba(112, 207, 250, 0.3);
}

.what-to-expect .wte-accordion-nav-btn {
  position: absolute;
  left: -1px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 5;
}

.what-to-expect .wte-accordion-nav-btn svg {
  width: 32px;
  height: 32px;
}

.what-to-expect .wte-accordion-nav-btn:hover {
  transform: scale(1.1);
}

.what-to-expect .wte-accordion-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.what-to-expect .wte-accordion-nav-btn:disabled:hover {
  transform: none;
}

.what-to-expect .wte-accordion-nav-btn--prev {
  top: 5px;
}

.what-to-expect .wte-accordion-nav-btn--prev svg {
  transform: rotate(90deg);
}

.what-to-expect .wte-accordion-nav-btn--next {
  bottom: 5px;
}

.what-to-expect .wte-accordion-nav-btn--next svg {
  transform: rotate(90deg);
}

.what-to-expect .wte-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: calc(100% + 45px);
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding-left: 45px;
  margin-left: -45px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.what-to-expect .wte-accordion::-webkit-scrollbar {
  display: none;
}

.what-to-expect .wte-accordion-item {
  position: relative;
}

.what-to-expect .wte-accordion-item:last-child {
  border-bottom: none;
}

.what-to-expect .wte-accordion-dot {
  position: absolute;
  left: -40px;
  top: 24px;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  background: #70CFFA;
  border: none;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}

.what-to-expect .wte-accordion-dot:hover {
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(78, 198, 255, 0.5), 0 0 15px rgba(78, 198, 255, 0.5);
}

.wte-accordion-item.is-active .what-to-expect .wte-accordion-dot {
  width: 24px;
  height: 24px;
  left: -42px;
  top: 22px;
  background: #4ec6ff;
  box-shadow: 0 0 0 6px rgba(78, 198, 255, 0.3), 0 0 20px rgba(78, 198, 255, 0.5);
}

.what-to-expect .wte-accordion-header {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: none;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
}

.wte-accordion-item.is-active .what-to-expect .wte-accordion-header {
  background: #FFF;
  border-radius: 15px 15px 0 0;
  border: 1px solid #D0D0D0;
  border-bottom: none;
  padding: 20px 24px 17px;
  margin-bottom: 0;
  box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.15);
}

.what-to-expect .wte-accordion-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-to-expect .wte-accordion-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.what-to-expect .wte-accordion-title {
  flex: 1;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 24px;
}

.wte-accordion-item.is-active .what-to-expect .wte-accordion-title {
  color: #1A243F;
}

.what-to-expect .wte-accordion-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #70CFFA;
  transition: transform 0.3s ease;
}

.what-to-expect .wte-accordion-toggle svg {
  width: 14px;
  height: 14px;
}

.wte-accordion-item.is-active .what-to-expect .wte-accordion-toggle {
  color: #1A243F;
}

.wte-accordion-item.is-active .what-to-expect .wte-accordion-toggle svg path {
  d: path("M1 7H13");
}

.what-to-expect .wte-accordion-item.is-active .wte-accordion-header {
  background: #FFF;
  border-radius: 15px 15px 0 0;
  border: 1px solid #D0D0D0;
  border-bottom: none;
  padding: 20px 24px;
  margin-bottom: 0;
  box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.15);
}

.what-to-expect .wte-accordion-item.is-active .wte-accordion-title {
  color: #1A243F;
}

.what-to-expect .wte-accordion-body {
  display: none;
  margin: 0 0 20px 0;
  padding: 0 24px 24px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #D0D0D0;
  border-top: none;
  background: #FFF;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
  color: #1A243F;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .what-to-expect .wte-accordion-body {
    padding: 0 37px 24px 23px;
  }
}
.what-to-expect .wte-accordion-body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1A243F;
}

@media (max-width: 767px) {
  .what-to-expect .wte-accordion-body p {
    font-size: 18px;
    line-height: 27px;
  }
}
.wte-accordion-item.is-active .what-to-expect .wte-accordion-body {
  display: block;
}

.commanders-section {
  position: relative;
  padding: 80px 0 50px;
  overflow: visible;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 700px;
}

@media (max-width: 1199px) {
  .commanders-section {
    padding: 60px 0 62px;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .commanders-section {
    padding: 21px 0 40px;
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .commanders-section .com-sec {
    height: auto !important;
  }
}
.commanders-section__overlay {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0px, rgba(255, 255, 255, 0.85) 60px, rgba(255, 255, 255, 0.4) 60px, rgba(255, 255, 255, 0.4) 62px);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .commanders-section__overlay {
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0px, rgba(255, 255, 255, 0.85) 40px, rgba(255, 255, 255, 0.4) 40px, rgba(255, 255, 255, 0.4) 42px);
  }
}
.commanders-section .container {
  position: relative;
  z-index: 2;
}

.commanders-section__content {
  position: relative;
  z-index: 2;
  padding-right: 40px;
  max-width: 565px;
  width: 100%;
}

@media (max-width: 1200px) {
  .commanders-section__content {
    padding-right: initial;
    margin-bottom: 0;
    max-width: unset;
  }
}
.commanders-section__heading {
  font-family: var(--secondary-font), sans-serif;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .commanders-section__heading {
    margin-bottom: 18px;
  }
}
.commanders-section__text {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 23px;
}

.commanders-section__text p:last-child {
  margin-bottom: 0;
}

.commanders-section__text a {
  color: #1a73c2;
  text-decoration: underline;
  font-weight: 600;
}

.commanders-section__text a:hover {
  color: #143769;
}

.commanders-section__text strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .commanders-section__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.commanders-section__logos {
  margin-bottom: 21px;
}

@media (max-width: 1199px) {
  .commanders-section__logos {
    text-align: center;
  }
}
.commanders-section__logos img {
  height: auto;
  width: 100%;
}

@media (max-width: 1199px) {
  .commanders-section__logos img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .commanders-section__logos img {
    max-width: 280px;
  }
}
.commanders-section__partner-text {
  margin-bottom: 25px;
  color: #152C5E;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

@media (max-width: 1199px) {
  .commanders-section__partner-text {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .commanders-section__partner-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.commanders-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  border-radius: 44px;
  background: #70CFFA;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  color: #152C5E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .commanders-section__btn {
    margin-top: 9px;
  }
}
.commanders-section__btn svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .commanders-section__btn {
    padding: 12px 24px;
    font-size: 13px;
  }
}
.commanders-section__visuals {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .commanders-section__visuals {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.commanders-section__video {
  position: relative;
  margin: 0 auto 20px;
  max-width: 542px;
}

@media (max-width: 1199px) {
  .commanders-section__video {
    margin: 0 auto 28px;
  }
}
@media (max-width: 767px) {
  .commanders-section__video {
    max-width: 100%;
    width: 100%;
  }
}
.commanders-section__video-thumb {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.commanders-section__video-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.commanders-section__video-thumb:hover img {
  transform: scale(1.05);
}

.commanders-section__video-thumb:hover .commanders-section__play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.commanders-section__play-btn {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 3;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
}

.commanders-section__helmet {
  position: relative;
}

@media (max-width: 1199px) {
  .commanders-section__helmet {
    position: absolute;
    bottom: -235px;
    left: 50%;
    max-width: 400px;
    width: 100%;
    z-index: 2;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .commanders-section__helmet {
    position: absolute;
    bottom: -107px;
    left: 0;
    max-width: 480px;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .commanders-section__helmet {
    bottom: -200px;
  }
}
.commanders-section__helmet img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .commanders-section__helmet img {
    max-width: 193px;
  }
}
.commanders-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.commanders-video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.commanders-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.commanders-video-modal__content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
  z-index: 2;
}

.commanders-video-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s ease;
}

.commanders-video-modal__close:hover {
  color: #4ec6ff;
}

.commanders-video-modal__video {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.commanders-video-modal__video iframe {
  width: 100%;
  height: 100%;
}

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