:root {
  --bs-primary: #066BB3;
  --bs-primary-rgb: 6, 107, 179;
  --bs-primary-dark: #085D9A;
  --bs-primary-light: #A9D6F3;
  --blue-2: #0862A3;
  --bs-primary-bg-subtle: rgba(var(--bs-primary-rgb), 0.3);
  --bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.6);
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-body-line-height: 1.66;
  --font-heading: "Space Grotesk", sans-serif;
  --ff-jakarta: "Plus Jakarta Sans", sans-serif;
  --bs-body-color: #6A6A6A;
  --bs-body-color-rgb: 106, 106, 106;
  --bs-dark: #313131;
  --bs-light: #F7F7F7;
  --orange: #F9982F;
  --bs-orange-rgb: 249, 152, 47;
  --gray: #EFEDED;
}

html {
  scrollbar-gutter: stable;
}

@media (min-width: 1700px) {
  body {
    font-size: 18px;
  }
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.space-grotesk, .ff-heading {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-underline {
  text-decoration: underline;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fs-italic {
  font-style: italic;
}

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

.z-index-1 {
  z-index: 1;
}

.text-dark {
  --bs-text-opacity: 1;
  color: var(--bs-dark) !important;
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark) !important;
}

.bg-blue-2 {
  background-color: var(--blue-2);
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray {
  background-color: var(--gray);
}

.bg-overlay {
  position: absolute;
  inset: 0;
  --bs-bg-opacity: .9;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.text-primary-light {
  color: var(--bs-primary-light);
}

.text-orange {
  color: var(--orange) !important;
}

.fs-15px {
  font-size: 15px;
}

.lh-170 {
  line-height: 1.7;
}

.ratio-style-1 {
  --bs-aspect-ratio: 130%;
}

.ratio-style-2 {
  --bs-aspect-ratio: 63.6%;
}

.ratio-style-3 {
  --bs-aspect-ratio: 150%;
}

.ratio-style-4 {
  --bs-aspect-ratio: 56.6%;
}

.col-px {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.text-strip-1 {
  display: inline;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.25rem;
  background: linear-gradient(0deg, rgba(6, 107, 179, 0) 6%, rgb(6, 107, 179) 6%, rgb(6, 107, 179) 73%, rgba(0, 0, 0, 0) 73%);
}

.line .text-strip-1 {
  /* Add these two lines to prepare for GSAP animation */
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

.line-curve {
  position: relative;
}
.line-curve:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: calc(50% + 5px);
  transform: translateX(-50%);
  width: 100%;
  height: 18px;
  background-image: url(../img/icons/orange-curve-line-Icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.line-curve.line-center:before {
  background-position: bottom center;
  bottom: -20px;
}
.line-curve.line-left::before {
  background-position: 35px bottom;
  bottom: -25px;
}
@media (max-width: 991px) {
  .line-curve.quote-line-curve::before, .line-curve.mobile-curve-sm:before {
    background-size: 37%;
  }
}

.w-auto {
  width: auto;
}

.line-left .svg-underlay-curve {
  width: auto;
  left: 38px;
  bottom: -27px;
  transform: translateX(0);
}
@media (max-width: 991px) {
  .line-left .svg-underlay-curve {
    max-width: 210px;
  }
}

.img-round-1 {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  overflow: hidden;
}

.img-round-2 {
  overflow: hidden;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

.img-top-round {
  overflow: hidden;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

.img-bottom-round {
  overflow: hidden;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.lh-md {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .gx-lg-34px {
    --bs-gutter-x: 34px;
  }
  .fs-lg-15px {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .fs-xl-18px {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .gx-xxxl-34px {
    --bs-gutter-x: 34px;
  }
  .fs-xxxl-18px {
    font-size: 18px;
  }
}
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--orange);
  --bs-btn-hover-border-color: var(--orange);
  --bs-btn-active-bg: var(--orange);
  --bs-btn-active-border-color: var(--orange);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--orange);
  --bs-btn-border-color: var(--orange);
  --bs-btn-hover-bg: var(--bs-primary-light);
  --bs-btn-hover-border-color: var(--bs-primary-light);
  --bs-btn-active-bg: var(--bs-primary-light);
  --bs-btn-active-border-color: var(--bs-primary-light);
  --bs-btn-disabled-bg: var(--bs-primary-light);
  --bs-btn-disabled-border-color: var(--bs-primary-light);
}

.btn-primary-light {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-bg: var(--bs-primary-light);
  --bs-btn-border-color: var(--bs-primary-light);
  --bs-btn-hover-bg: var(--orange);
  --bs-btn-hover-border-color: var(--orange);
  --bs-btn-active-bg: var(--orange);
  --bs-btn-active-border-color: var(--orange);
  --bs-btn-disabled-bg: var(--bs-primary-light);
  --bs-btn-disabled-border-color: var(--bs-primary-light);
}

.btn {
  position: relative;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 700;
  border: 0;
  line-height: 1.8;
  min-width: 143px;
  text-align: center;
  background-color: transparent;
  z-index: 1;
}
.btn.btn-hover-white {
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: var(--orange);
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--bs-btn-bg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 18px 0px 18px 18px;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn:hover, .btn:active {
  background-color: transparent;
}
.btn:hover::before, .btn:active::before {
  background-color: var(--bs-btn-hover-bg);
  width: calc(100% - 10px);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--bs-primary-light);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.2);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.content-section-row {
  position: relative;
}

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img-fill._object-top img {
  object-position: top;
}
.bg-img-fill._object-right img {
  object-position: right;
}
.bg-img-fill._object-bottom img {
  object-position: bottom;
}
.bg-img-fill._object-left img {
  object-position: left;
}
.bg-img-fill + div {
  position: relative;
  z-index: 2;
}
.bg-img-fill img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-component iframe,
.swiper-component video {
  pointer-events: none;
}

.responsive-video-container {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  /* set video aspect ratio and vertically center */
}
.responsive-video-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.responsive-video-container .responsive-video-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.responsive-video-container .responsive-video-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.responsive-video-container .responsive-video-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-video-container .responsive-video-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.responsive-video-container #vimeo-video-canvas iframe {
  width: 100%;
  height: 100%;
}

form.form-theme label {
  font-size: 1rem;
  font-weight: 400;
}
form.form-theme .form-group:not(.form-check) {
  position: relative;
  margin-bottom: 36px;
}
form.form-theme .form-group:not(.form-check) label {
  position: absolute;
  top: 10px;
  transition: all ease 0.35s;
  pointer-events: none;
  color: #313131;
  font-weight: 700;
}
form.form-theme .form-group:not(.form-check):has(> textarea.form-control) {
  margin-top: 48px;
}
form.form-theme .form-group:not(.form-check):has(> textarea.form-control) label {
  top: 20px;
}
form.form-theme .form-control {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #808080;
  padding: 12px;
  color: var(--bs-body-color);
}
form.form-theme .form-control:focus {
  box-shadow: none;
}
form.form-theme .form-control:focus ~ label, form.form-theme .form-control:valid ~ label {
  transform: translateY(calc(-100% - 4px));
}
form.form-theme textarea.form-control {
  border-top: 1px solid #808080;
  padding: 20px 12px;
}
form.form-theme textarea.form-control:focus ~ label, form.form-theme textarea.form-control:valid ~ label {
  transform: translateY(calc(-100% - 30px));
}

.responsive-map-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
@media (min-width: 768px) {
  .responsive-map-container {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .responsive-map-container {
    height: 536px;
  }
}
@media (min-width: 1400px) {
  .responsive-map-container {
    height: 736px;
  }
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed,
.responsive-map-container #map-canvas,
.responsive-map-container #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-overlay, .leaflet-overlay-pane {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #00a6b8 0% 0% no-repeat padding-box;
  opacity: 0.35;
  mix-blend-mode: color;
  z-index: 400;
}

.leaflet-overlay-pane {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 1000vw !important;
  height: 1000vw !important;
  transform: none !important;
  transform: translate(-50%, -50%) !important;
  background: #00a6b8 0% 0% no-repeat padding-box;
  opacity: 0.35;
  mix-blend-mode: color;
  z-index: 400;
}

.leaflet-marker-pane img.leaflet-marker-icon {
  z-index: 999;
}

@media (min-width: 992px) {
  .container {
    max-width: 1664px;
    margin-left: auto;
    margin-right: auto;
  }
}
:root {
  --theme-navbar-fixed-offset: 80px;
}
@media (min-width: 768px) {
  :root {
    --theme-navbar-fixed-offset: 90px;
  }
}

.navbar .navbar-toggler {
  margin-right: -5px;
  border: 0;
  color: var(--primary);
}
.navbar .navbar-toggler.collapsed {
  color: #585858;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  font-size: 26px;
}

.navbar-fixed-offset {
  height: var(--theme-navbar-fixed-offset);
}

#header {
  border-top: 3px solid #0A81BC;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  #header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 1030;
  }
}
#header .navbar-brand img {
  max-height: 45px;
}
#header .fullscreen-menu-toggle {
  width: 52px;
  height: 30px;
  display: flex;
  align-items: start;
  justify-content: left;
  flex-direction: column;
  border-radius: 100%;
  cursor: pointer;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #header .fullscreen-menu-toggle {
    position: fixed;
    right: 50px;
    z-index: 1040;
  }
}
@media (min-width: 1600px) {
  #header .fullscreen-menu-toggle {
    left: calc(50% + 820px);
    transform: translateX(-100%);
  }
}
#header .fullscreen-menu-toggle .toggle-icon {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-direction: column;
}
#header .fullscreen-menu-toggle .toggle-icon .line:first-child {
  width: 21px;
  height: 1.2px;
  background-color: var(--bs-primary);
  margin-top: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header .fullscreen-menu-toggle .toggle-icon .line:last-child {
  width: 100%;
  height: 1.2px;
  background-color: var(--orange);
  margin-top: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 575px) {
  #header .fullscreen-menu-toggle {
    width: 44px;
    height: 15px;
  }
  #header .fullscreen-menu-toggle .toggle-icon .line:first-child {
    width: 18px;
    margin-top: 2px;
  }
  #header .fullscreen-menu-toggle .toggle-icon .line:last-child {
    margin-top: 6px;
  }
}
#header .fullscreen-menu-toggle:hover .toggle-icon .line:first-child {
  width: 100%;
}
#header .fullscreen-menu-toggle:hover .toggle-icon .line:last-child {
  width: 58%;
}
@media (min-width: 768px) {
  #header {
    border-top: 4px solid #0A81BC;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #header .navbar-brand img {
    max-height: 54px;
  }
}
@media (min-width: 992px) {
  #header {
    border-top: 5px solid #0A81BC;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header .navbar-brand img {
    max-height: 54px;
  }
}
@media (min-width: 1400px) {
  #header .navbar-brand img {
    max-height: 60px;
  }
}
@media (min-width: 1600px) {
  #header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #header .navbar-brand img {
    max-height: 82px;
  }
}

@media (min-width: 992px) {
  #header:has(+ .hero-banner) {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: transparent;
    z-index: 1030;
  }
  #header:has(+ .hero-banner) .navbar-brand img {
    filter: brightness(0) invert(1);
  }
  #header:has(+ .hero-banner) .fullscreen-menu-toggle .toggle-icon .line:first-child {
    background-color: #fff;
  }
}
#fullscreen-menu {
  --site-menu-width: min(calc(100vw - 80px), 1250px);
  --site-menu-gap: clamp(38px, 5vw, 90px);
  --site-menu-columns: .78fr 1.8fr .86fr;
  position: fixed;
  inset: 0;
  z-index: 2000;
  min-height: 100vh;
  min-height: 100dvh;
  background: #1D6CA5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  -webkit-transition: all 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fullscreen-menu .menu-wrapper {
  padding-top: 19px;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fullscreen-menu .menu-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
#fullscreen-menu:focus {
  outline: none;
}
#fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#fullscreen-menu .nav-link {
  --bs-nav-link-color: #A9D6F3;
  --bs-nav-link-hover-color: var(--orange);
}
#fullscreen-menu a {
  color: #A9D6F3;
  --bs-nav-link-hover-color: var(--orange);
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fullscreen-menu a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 6px;
}
#fullscreen-menu a:hover {
  color: var(--bs-nav-link-hover-color);
}
#fullscreen-menu .menu-brand {
  filter: brightness(0) invert(1);
}
#fullscreen-menu .menu-brand img {
  max-height: 45px;
}
@media (min-width: 768px) {
  #fullscreen-menu .menu-brand img {
    max-height: 54px;
  }
}
@media (min-width: 1400px) {
  #fullscreen-menu .menu-brand img {
    max-height: 60px;
  }
}
#fullscreen-menu .bg-img-fill {
  opacity: 0.2;
  mix-blend-mode: multiply;
}
#fullscreen-menu .fullscreen-header {
  display: flex;
  flex-wrap: wrap;
}
#fullscreen-menu .top-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  font-family: var(--font-heading);
}
#fullscreen-menu .fullscreen-menu-toggle.menu-close {
  width: 28px;
  height: 28px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 100%;
  font-weight: 700;
  cursor: pointer;
  margin: 0 auto 0 25px;
}
@media (min-width: 768px) {
  #fullscreen-menu .fullscreen-menu-toggle.menu-close {
    margin: 0 auto 0 32px;
  }
}
@media (min-width: 1200px) {
  #fullscreen-menu .fullscreen-menu-toggle.menu-close {
    margin: 0 auto 0 56px;
  }
}
#fullscreen-menu .fullscreen-menu-toggle.menu-close .toggle-icon {
  width: 28px;
  height: 28px;
  position: relative;
}
#fullscreen-menu .fullscreen-menu-toggle.menu-close .toggle-icon .line:first-child {
  width: 39px;
  height: 1.2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#fullscreen-menu .fullscreen-menu-toggle.menu-close .toggle-icon .line:last-child {
  width: 39px;
  height: 1.2px;
  background-color: var(--orange);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  #fullscreen-menu .fullscreen-menu-toggle.menu-close {
    margin-right: 0;
    width: 44px;
    height: 44px;
  }
  #fullscreen-menu .fullscreen-menu-toggle.menu-close .toggle-icon {
    margin-bottom: 4px;
    width: 24px;
    height: 24px;
  }
  #fullscreen-menu .fullscreen-menu-toggle.menu-close .toggle-icon .line:first-child {
    width: 32px;
  }
  #fullscreen-menu .fullscreen-menu-toggle.menu-close .toggle-icon .line:last-child {
    width: 32px;
  }
}
@media (max-width: 767px) {
  #fullscreen-menu .main-nav-wrapper {
    padding-left: 20px;
  }
}
#fullscreen-menu .main-nav-wrapper .nav {
  font-family: var(--font-heading);
  flex-direction: column;
  font-weight: 500;
  font-size: 18px;
}
#fullscreen-menu .main-nav-wrapper .nav-item {
  line-height: 1;
}
#fullscreen-menu .main-nav-wrapper .nav-item + .nav-item {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #fullscreen-menu .main-nav-wrapper .nav-item + .nav-item {
    margin-top: 18px;
  }
}
#fullscreen-menu .main-nav-wrapper .nav-link {
  line-height: 1.3;
  padding: 0;
  display: inline-flex;
  --bs-nav-link-hover-color: var(--orange);
  transform-origin: bottom left;
  transform-style: preserve-3d;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fullscreen-menu .main-nav-wrapper .nav-link:hover {
  transform: scale(1.1);
  transform-origin: bottom left;
  transform-style: preserve-3d;
}
#fullscreen-menu .main-nav-wrapper .nav-link:has(+ .sub-menu) {
  color: #F7F7F7;
}
#fullscreen-menu .main-nav-wrapper .sub-menu {
  font-family: var(--bs-body-font-family);
  font-size: 16px;
  padding-left: 30px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #fullscreen-menu .main-nav-wrapper .sub-menu {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  #fullscreen-menu .main-nav-wrapper .sub-menu {
    padding-left: 40px;
  }
}
#fullscreen-menu .main-nav-wrapper .sub-menu .nav-item {
  position: relative;
  counter-increment: list-item-counter;
}
#fullscreen-menu .main-nav-wrapper .sub-menu .nav-item + .nav-item {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #fullscreen-menu .main-nav-wrapper .sub-menu .nav-item + .nav-item {
    margin-top: 16px;
  }
}
#fullscreen-menu .main-nav-wrapper .sub-menu .nav-item .nav-link {
  --bs-nav-link-hover-color: #fff;
  transform-origin: bottom left;
  transform-style: preserve-3d;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fullscreen-menu .main-nav-wrapper .sub-menu .nav-item .nav-link:before {
  content: counter(list-item-counter, decimal-leading-zero);
  color: var(--orange);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  #fullscreen-menu .main-nav-wrapper .sub-menu .nav-item .nav-link:before {
    font-size: 14px;
    left: -30px;
  }
}
@media (min-width: 992px) {
  #fullscreen-menu .main-nav-wrapper .sub-menu .nav-item .nav-link:before {
    font-size: 16px;
    left: -35px;
  }
}
#fullscreen-menu .main-nav-wrapper .sub-menu .nav-item .nav-link:hover {
  transform: scale(1.1);
  transform-origin: bottom left;
  transform-style: preserve-3d;
}
#fullscreen-menu .main-nav-wrapper .sub-menu .nav-item .nav-link:hover:before {
  opacity: 1;
}
@media (min-width: 768px) {
  #fullscreen-menu .main-nav-wrapper .nav {
    font-size: 22px;
  }
  #fullscreen-menu .main-nav-wrapper .sub-menu {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #fullscreen-menu .main-nav-wrapper .nav {
    font-size: 26px;
  }
  #fullscreen-menu .main-nav-wrapper .sub-menu {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  #fullscreen-menu .main-nav-wrapper .nav {
    font-size: 35px;
  }
  #fullscreen-menu .main-nav-wrapper .sub-menu {
    font-size: 28px;
  }
}
#fullscreen-menu .topline-spacer {
  display: inline-block;
  width: 0;
  height: 26px;
  border-left: 1px solid #fff;
  margin: 0 25px 0 20px;
}
@media (min-width: 1200px) {
  #fullscreen-menu .topline-spacer {
    margin: 0 35px 0 30px;
  }
}
@media (max-width: 767px) {
  #fullscreen-menu .topline-spacer {
    display: none;
  }
}
#fullscreen-menu .dropdown-toggle {
  color: #fff;
}
#fullscreen-menu .dropdown-lang {
  --bs-dropdown-min-width: 48px;
  --bs-dropdown-item-padding-x: 12px;
  border-radius: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  #fullscreen-menu .dropdown-lang {
    font-size: 16px;
    --bs-dropdown-min-width: 56px;
    --bs-dropdown-item-padding-x: 16px;
  }
}
#fullscreen-menu .menu-right-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  #fullscreen-menu .menu-right-panel {
    justify-content: space-between;
  }
}
#fullscreen-menu .img-menu-wrap {
  width: 55%;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #fullscreen-menu .img-menu-wrap {
    width: 80%;
    margin-bottom: 0;
  }
}
#fullscreen-menu .half-round-menu-artwork {
  position: relative;
  margin-left: auto;
  width: 40%;
  margin-top: -22px;
  z-index: -1;
}
#fullscreen-menu .half-round-menu-artwork::before {
  content: "";
  display: block;
  padding-top: 60%;
  background-color: var(--orange);
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
@media (min-width: 768px) {
  #fullscreen-menu .half-round-menu-artwork {
    width: 43%;
    margin-top: -50px;
  }
}
#fullscreen-menu .social-nav {
  --bs-nav-link-padding-x: .75rem;
  font-size: 14px;
}
@media (max-width: 767px) {
  #fullscreen-menu .social-nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  #fullscreen-menu .social-nav {
    --bs-nav-link-padding-x: 1rem;
    font-size: 16px;
  }
}
#fullscreen-menu .nav-utilities {
  align-items: flex-end;
  font-size: 14px;
}
@media (min-width: 768px) {
  #fullscreen-menu .nav-utilities {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #fullscreen-menu .nav-utilities {
    font-size: 16px;
  }
}
#fullscreen-menu .nav-utilities .nav-item {
  position: relative;
  display: inline-flex;
}
#fullscreen-menu .nav-utilities .nav-item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 30px;
  border-left: 1px solid #FFFFFF;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  #fullscreen-menu .nav-utilities .nav-item:after {
    height: 32px;
  }
}
@media (min-width: 1200px) {
  #fullscreen-menu .nav-utilities .nav-item:after {
    height: 45px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
#fullscreen-menu .nav-utilities .nav-item:last-child:after {
  height: 36px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  #fullscreen-menu .nav-utilities .nav-item:last-child:after {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  #fullscreen-menu .nav-utilities .nav-item:last-child:after {
    height: 60px;
  }
}
#fullscreen-menu .nav-utilities .nav-link {
  display: flex;
  align-items: flex-end;
  padding: 0;
  gap: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fullscreen-menu .nav-utilities .nav-link img {
  filter: none;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#fullscreen-menu .nav-utilities .nav-link:not(:hover, .active) img {
  filter: brightness(0) invert(1);
}
#fullscreen-menu .nav-utilities .nav-link:hover {
  color: var(--orange);
}
@media (max-width: 1199px) {
  #fullscreen-menu .nav-utilities .nav-link {
    gap: 14px;
  }
  #fullscreen-menu .nav-utilities .nav-link img {
    max-width: 32px;
  }
}
@media (max-width: 767px) {
  #fullscreen-menu .nav-utilities .nav-link img {
    max-width: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  #header .container, #fullscreen-menu .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#sidebar-nav {
  position: fixed;
  top: 115px;
  right: -20px;
  z-index: 1099;
}
@media (max-width: 1599px) {
  #sidebar-nav {
    top: 95px;
  }
}
@media (max-width: 991px) {
  #sidebar-nav {
    top: 140px;
  }
}
#sidebar-nav.active {
  transform: translateX(0);
}
#sidebar-nav .sidebar-header {
  background-color: #F9982F;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 15px 33px 15px 33px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 190px;
  top: 0;
  right: 0;
  transform: translateX(66px);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1399px) {
  #sidebar-nav .sidebar-header {
    padding: 15px 33px 15px 28px;
    transform: translateX(85px);
  }
}
@media (max-width: 767px) {
  #sidebar-nav .sidebar-header {
    padding: 12px 28px 12px 20px;
    transform: translateX(112px);
  }
}
@media (max-width: 1399px) {
  #sidebar-nav .sidebar-header img {
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  #sidebar-nav .sidebar-header img {
    max-width: 30px;
  }
}
#sidebar-nav .list-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#sidebar-nav .list-box {
  max-width: 0;
  -webkit-transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#sidebar-nav .list-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  padding: 21px 10px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#sidebar-nav .list-header:before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50px;
  background-color: #076BB4;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#sidebar-nav .list-header img {
  max-width: 38px;
}
@media (max-width: 1399px) {
  #sidebar-nav .list-header {
    font-size: 20px;
    padding: 18px 10px;
    gap: 14px;
  }
  #sidebar-nav .list-header:before {
    left: 50px;
    height: 70px;
  }
  #sidebar-nav .list-header img {
    max-width: 35px;
  }
}
@media (max-width: 767px) {
  #sidebar-nav .list-header {
    font-size: 17px;
    padding: 15px 10px;
    gap: 12px;
  }
  #sidebar-nav .list-header:before {
    top: 0;
    left: 50px;
    height: 54px;
  }
  #sidebar-nav .list-header img {
    max-width: 25px;
  }
}
#sidebar-nav.active .list-box {
  max-width: 100%;
  -webkit-transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#sidebar-nav.active .sidebar-header {
  opacity: 0;
  transform: translateX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#sidebar-nav.active .list-header {
  opacity: 1;
}
#sidebar-nav.active .list-header:before {
  left: -20px;
}
#sidebar-nav.active .list-wrapper {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#sidebar-nav .list-wrapper {
  border-radius: 20px;
  background-color: #055E9F;
}
#sidebar-nav .nav-list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
  margin-top: 0;
}
#sidebar-nav .nav-list li {
  padding-inline-start: 36px;
  padding-inline-end: 50px;
}
@media (max-width: 1399px) {
  #sidebar-nav .nav-list li {
    padding-inline-start: 35px;
    padding-inline-end: 44px;
  }
}
@media (max-width: 767px) {
  #sidebar-nav .nav-list li {
    padding-inline-start: 23px;
    padding-inline-end: 38px;
  }
}
#sidebar-nav .nav-list li:not(:last-child) {
  border-bottom: 1px solid #063252;
}
#sidebar-nav .nav-list li::marker {
  color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#sidebar-nav .nav-list li:has(a:hover)::marker {
  color: var(--orange);
}
#sidebar-nav .nav-list a {
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  padding: 25px 0px 25px 0px;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 1399px) {
  #sidebar-nav .nav-list a {
    padding: 22px 0px 22px 0px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #sidebar-nav .nav-list a {
    padding: 18px 0px 18px 0px;
    font-size: 14px;
  }
}
#sidebar-nav .nav-list a:hover {
  color: var(--orange);
}

#footer {
  background-color: #F7F7F7;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
}
@media (min-width: 400px) {
  #footer {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  #footer {
    font-size: 16px;
  }
}
#footer p {
  line-height: 1.75;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer .footer-logo-wrap {
  max-width: 291px;
}
@media (max-width: 991px) {
  #footer .footer-logo-wrap {
    max-width: 200px;
  }
}
#footer .footer-itaa-logo {
  mix-blend-mode: multiply;
}
@media (max-width: 1599px) {
  #footer .footer-itaa-logo {
    max-width: 200px;
  }
}
@media (max-width: 1399px) {
  #footer .footer-itaa-logo {
    max-width: 165px;
  }
}
#footer .footer-bottom {
  padding-top: 52px;
  padding-bottom: 44px;
}
@media (max-width: 991px) {
  #footer .footer-bottom .lh-sm {
    line-height: 1.5 !important;
  }
}
#footer .footer-agence {
  padding-right: 12px;
}
#footer .footer-agence a {
  position: relative;
}
#footer .footer-agence a.dragandrop::after {
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  bottom: 7px;
  right: -14px;
  background-image: url(../img/icons/icon-agence-symbol.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  #footer .footer-agence a.dragandrop::after {
    bottom: 6px;
    right: -12px;
  }
}
@media (max-width: 767px) {
  #footer .footer-agence a.dragandrop::after {
    bottom: 3px;
    right: -20px;
  }
}
@media (min-width: 768px) {
  #footer .footer-agence a {
    display: inline-block;
    max-width: 197px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-agence {
    margin-top: -28px;
  }
}
#footer .container {
  max-width: 1664px;
}
@media (min-width: 992px) and (max-width: 1599px) {
  #footer .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  #footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  #footer .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1400px) {
  #footer .footer-bottom {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  #footer .footer-agence a {
    max-width: 206px;
  }
}

.hero-banner {
  position: relative;
  width: 100%;
  --offset-slide-height: 90px;
  --slide-height: 440px;
  --radial-size: 120px;
  --offset-radial-size: calc(50% + calc(var(--radial-size) / 3.9));
  height: calc(var(--slide-height) + var(--offset-slide-height));
  margin-bottom: calc(var(--offset-slide-height) * -1);
}
@media (min-width: 768px) {
  .hero-banner {
    --offset-slide-height: 130px;
    --slide-height: 515px;
    --radial-size: 186px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 3.3));
  }
}
@media (min-width: 992px) {
  .hero-banner {
    --offset-slide-height: 154px;
    --slide-height: 580px;
    --radial-size: 230px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.99));
  }
}
@media (min-width: 1200px) {
  .hero-banner {
    --offset-slide-height: 170px;
    --slide-height: 650px;
    --radial-size: 270px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.7));
  }
}
@media (min-width: 1400px) {
  .hero-banner {
    --offset-slide-height: 190px;
    --slide-height: 700px;
    --radial-size: 295px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.79));
  }
}
@media (min-width: 1600px) {
  .hero-banner {
    --offset-slide-height: 250px;
    --slide-height: 820px;
    --radial-size: 390px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.78));
  }
}
.hero-banner + section > div {
  position: relative;
  z-index: 2;
}

.hero-slider {
  width: 100%;
  height: calc(var(--slide-height) + var(--offset-slide-height) + 1px);
  color: #fff;
}
.hero-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.hero-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--offset-slide-height);
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  background: radial-gradient(circle at var(--offset-radial-size) 0px, rgba(var(--bs-primary-rgb), 0.65) var(--offset-slide-height), rgb(255, 255, 255) calc(var(--offset-slide-height) + 1px));
}
.hero-slider .swiper-slide {
  align-items: center;
  align-content: center;
  height: calc(100% - var(--offset-slide-height));
  width: 100% !important;
}
.hero-slider .slide-bg {
  right: 0;
  z-index: -1;
  height: calc(var(--slide-height) + var(--offset-slide-height));
}
.hero-slider .slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  height: calc(100% - var(--offset-slide-height));
  background: radial-gradient(circle at 50% 98%, transparent var(--radial-size), rgba(var(--bs-primary-rgb), 0.65) calc(var(--radial-size) + 1px));
  width: 100%;
}
.hero-slider .slide-content {
  text-align: center;
  padding-top: 50px;
}
.hero-slider .slide-title {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.65;
  font-size: 1.85rem;
}
@media (min-width: 768px) {
  .hero-slider .slide-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .hero-slider .slide-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slide-title {
    font-size: 2.65rem;
  }
}
@media (min-width: 1400px) {
  .hero-slider .slide-title {
    font-size: 2.9rem;
  }
}
@media (min-width: 1600px) {
  .hero-slider .slide-title {
    font-size: 3.5rem;
  }
}

.swiper-pagination-vertical {
  --swiper-pagination-bullet-inactive-opacity: .8;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-size: 4px;
  --swiper-pagination-bullet-vertical-gap: 12px;
}
.swiper-pagination-vertical.swiper-pagination-bullets {
  --swiper-pagination-bottom: auto;
  --swiper-pagination-right: auto;
  --swiper-pagination-left: -6px;
  width: auto;
}
@media (min-width: 768px) {
  .swiper-pagination-vertical.swiper-pagination-bullets {
    --swiper-pagination-left: 10px;
  }
}

.intro-text {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.intro-text::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -28px;
  width: 0px;
  height: 75%;
  border-left: 1px solid var(--orange);
}
@media (min-width: 576px) {
  .intro-text {
    font-size: 20px;
  }
  .intro-text::before {
    bottom: -30px;
    left: -35px;
  }
}
@media (min-width: 768px) {
  .intro-text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .intro-text {
    font-size: 26px;
  }
  .intro-text::before {
    bottom: -50px;
    left: -50px;
    height: 80%;
  }
}
@media (min-width: 1200px) {
  .intro-text {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .intro-text {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .intro-text {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .intro-text {
    font-size: 40px;
  }
}

.service-textbox {
  border-bottom-right-radius: 80px;
  padding: 70px 25px 45px 25px;
  background-color: var(--orange);
  color: #fff;
  z-index: -1;
  font-size: 15px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .service-textbox {
    border-bottom-right-radius: 110px;
    font-size: 16px;
    padding: 100px 75px 55px 75px;
  }
}
@media (min-width: 992px) {
  .service-textbox {
    padding: 60px 60px 55px 100px;
  }
}
@media (min-width: 1200px) {
  .service-textbox {
    padding: 50px 55px 45px 130px;
  }
}
@media (min-width: 1400px) {
  .service-textbox {
    padding: 60px 70px 55px 140px;
    border-bottom-right-radius: 135px;
  }
}
@media (min-width: 1600px) {
  .service-textbox {
    padding: 60px 60px 55px 130px;
  }
}
@media (min-width: 1700px) {
  .service-textbox {
    padding: 60px 96px 55px 160px;
    font-size: 18px;
  }
}

.half-round-artwork {
  position: relative;
  width: calc(50% - 5px);
  margin-left: auto;
}
.half-round-artwork::before {
  content: "";
  display: block;
  padding-top: 60%;
  background-color: #076BB4;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

@media (min-width: 992px) {
  .service-textbox,
  .service-img-left {
    padding-top: 50px;
  }
  .service-img-left {
    padding-left: 0;
    transform: translateX(50px);
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .service-textbox,
  .service-img-left {
    padding-top: 50px;
  }
  .service-img-left {
    padding-left: 34px;
    transform: translateX(80px);
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .service-textbox,
  .service-img-left {
    padding-top: 60px;
  }
  .service-img-left {
    padding-left: 34px;
    transform: translateX(80px);
    z-index: 2;
    position: relative;
  }
}
.article-card {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #B5B5B5;
}
.article-card .article-header,
.article-card .article-desc {
  padding-left: 18px;
  padding-right: 18px;
}
.article-card .article-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 32px;
}
.article-card .article-header .img-thumb {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  padding: 8px;
  width: 50px;
  height: 50px;
}
.article-card .article-header .img-thumb img {
  width: 100%;
  height: auto;
}
.article-card .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  color: #076BB4;
  margin-bottom: 4px;
}
.article-card .date-entry {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #5A5D5F;
}
.article-card .article-desc {
  color: #4B4B4B;
  font-size: 15px;
}
.article-card .entry-img {
  position: relative;
  margin-top: auto;
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
}
.article-card .entry-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 22px 22px;
  font-family: var(--ff-jakarta);
  font-size: 16px;
}
@media (min-width: 1600px) {
  .article-card .entry-footer {
    padding: 50px 22px 22px;
    font-size: 18px;
  }
}
.article-card .likes-count {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 10px;
}
@media (min-width: 992px) {
  .article-card .title {
    font-size: 16px;
  }
  .article-card .date-entry {
    font-size: 14px;
  }
  .article-card .article-desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .article-card .title {
    font-size: 19px;
  }
  .article-card .date-entry {
    font-size: 16px;
  }
  .article-card .article-desc {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .article-card .title {
    font-size: 21px;
  }
  .article-card .date-entry {
    font-size: 18px;
  }
  .article-card .article-desc {
    font-size: 18px;
  }
}

.text-quote {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .text-quote {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .text-quote {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .text-quote {
    font-size: 28px;
  }
}

.board-item {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 90px 80px 90px 100px;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .board-item {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .board-item {
    padding: 90px 80px 90px 100px;
  }
}
@media (min-width: 1600px) {
  .board-item {
    font-size: 16px;
    padding: 110px 80px 110px 100px;
  }
}
@media (min-width: 1700px) {
  .board-item {
    font-size: 18px;
    padding: 120px 80px 120px 100px;
  }
}
.board-item .item-title {
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .board-item .item-title {
    margin-bottom: 20px;
  }
}
.board-item .item-desc {
  font-weight: 300;
}
.board-item .content-wrapper {
  max-width: 100%;
}
@media (min-width: 768px) {
  .board-item .content-wrapper {
    max-width: 42vw;
  }
}
@media (min-width: 992px) {
  .board-item .content-wrapper {
    max-width: 33vw;
  }
}
@media (min-width: 1200px) {
  .board-item .content-wrapper {
    max-width: 35vw;
  }
}
@media (min-width: 1300px) {
  .board-item .content-wrapper {
    max-width: 33vw;
  }
}
@media (min-width: 1400px) {
  .board-item .content-wrapper {
    max-width: 31vw;
  }
}
@media (min-width: 1600px) {
  .board-item .content-wrapper {
    max-width: 29vw;
  }
}
@media (min-width: 1700px) {
  .board-item .content-wrapper {
    max-width: 28.5vw;
  }
}
.board-item:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--bs-primary);
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.board-item.dark-board::before {
  background-color: var(--bs-primary-dark);
}
.board-item .icon-wrap {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .board-item .icon-wrap img {
    max-height: 36px;
  }
}
@media (min-width: 1200px) {
  .board-item .icon-wrap {
    margin-bottom: 24px;
  }
}
.board-item p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .board-item .item-title {
    margin-bottom: 24px;
  }
}
@media (min-width: 1700px) {
  .board-item .item-title {
    margin-bottom: 30px;
  }
}

.board-widgets {
  --bs-gutter-x: 0;
  --with-fourth-item: 0;
}
.board-widgets:has(.board-widget:nth-child(4)) {
  --with-fourth-item: 3vw;
}
@media (min-width: 768px) and (max-width: 991px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-item {
    font-size: 12px;
    padding: 70px 80px 70px 90px;
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-item .content-wrapper {
    max-width: 34vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-item {
    padding: 76px 25px 75px 100px;
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-item .content-wrapper {
    max-width: 29vw;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-item {
    padding: 90px 25px 90px 100px;
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-item .content-wrapper {
    max-width: 32vw;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-item {
    padding: 90px 25px 90px 100px;
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-item .content-wrapper {
    max-width: 29vw;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-item {
    padding: 90px 25px 90px 100px;
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-item .content-wrapper {
    max-width: 31vw;
  }
}
@media (max-width: 767px) {
  .board-widgets {
    row-gap: 10px;
    flex-direction: column !important;
  }
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:first-child .board-item {
  padding-left: 70px;
  padding-right: 20px;
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:first-child .board-item:before {
  left: 0;
}
@media (min-width: 992px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:first-child .board-item {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:first-child .board-item {
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:first-child .board-item {
    padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:first-child .board-item {
    padding-left: 135px;
  }
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) {
  transform: translateX(-1vw);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) .board-item {
  padding-left: 90px;
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) .board-item:before {
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 992px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) {
    transform: translateX(0vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) .board-item {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) {
    transform: translateX(0vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) .board-item {
    padding-left: 95px;
  }
}
@media (min-width: 1300px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) {
    transform: translateX(0vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) .board-item {
    padding-left: 95px;
  }
}
@media (min-width: 1400px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) {
    transform: translateX(0vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) .board-item {
    padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) {
    transform: translateX(0.5vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2) .board-item {
    padding-left: 100px;
  }
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover {
  transform: translateX(-37vw);
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover .board-item:before {
  left: -25px;
}
@media (min-width: 992px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover {
    transform: translateX(-20vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover .board-item:before {
    left: -75px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover {
    transform: translateX(-20vw);
  }
}
@media (min-width: 1300px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover {
    transform: translateX(-16vw);
  }
}
@media (min-width: 1400px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover {
    transform: translateX(-15vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover .board-item:before {
    left: -100px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover {
    transform: translateX(-11vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover .board-item:before {
    left: -140px;
  }
}
@media (min-width: 1700px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover {
    transform: translateX(-11vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(2):hover .board-item:before {
    left: -180px;
  }
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) {
  transform: translateX(-42vw);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) .board-item {
  padding-left: 90px;
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) .board-item:before {
  left: 0;
}
@media (min-width: 992px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) {
    transform: translateX(-22vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) .board-item {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) {
    transform: translateX(-22vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) .board-item {
    padding-left: 140px;
  }
}
@media (min-width: 1300px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) {
    transform: translateX(-12vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) .board-item {
    padding-left: 140px;
  }
}
@media (min-width: 1400px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) {
    transform: translateX(-14vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) .board-item {
    padding-left: 150px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) {
    transform: translateX(-11.2vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) .board-item {
    padding-right: 50px;
    padding-left: 170px;
  }
}
@media (min-width: 1700px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) {
    transform: translateX(-8.2vw);
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3) .board-item {
    padding-left: 200px;
  }
}
.board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3):hover {
  transform: translateX(-79vw);
}
@media (min-width: 992px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3):hover {
    transform: translateX(-42vw);
  }
}
@media (min-width: 1200px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3):hover {
    transform: translateX(-42vw);
  }
}
@media (min-width: 1300px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3):hover {
    transform: translateX(-34vw);
  }
}
@media (min-width: 1400px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3):hover {
    transform: translateX(-30vw);
  }
}
@media (min-width: 1600px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3):hover {
    transform: translateX(-25vw);
  }
}
@media (min-width: 1700px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget:nth-child(3):hover {
    transform: translateX(-24vw);
  }
}
@media (max-width: 767px) {
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget {
    transform: translateX(0) !important;
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget .board-item {
    padding: 60px 0px 55px 60px !important;
  }
  .board-widgets:not(:has(.board-widget:nth-child(4))) .board-widget .board-item:before {
    left: 0;
  }
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:first-child .board-item {
  padding-left: 70px;
  padding-right: 20px;
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:first-child .board-item:before {
  left: 0;
}
@media (min-width: 992px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:first-child .board-item {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:first-child .board-item {
    padding-left: 80px;
  }
}
@media (min-width: 1400px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:first-child .board-item {
    padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:first-child .board-item {
    padding-left: 135px;
  }
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) {
  transform: translateX(-2vw);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) .board-item {
  padding-left: 80px;
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) .board-item:before {
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 992px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) {
    transform: translateX(-1vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) .board-item {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) {
    transform: translateX(0vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) .board-item {
    padding-left: 95px;
  }
}
@media (min-width: 1300px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) {
    transform: translateX(0vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) .board-item {
    padding-left: 95px;
  }
}
@media (min-width: 1400px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) {
    transform: translateX(0vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) .board-item {
    padding-left: 120px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) {
    transform: translateX(0.5vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2) .board-item {
    padding-left: 150px;
  }
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover {
  transform: translateX(-37vw);
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover .board-item:before {
  left: -25px;
}
@media (min-width: 992px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover {
    transform: translateX(-24vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover .board-item:before {
    left: -30px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover {
    transform: translateX(-25vw);
  }
}
@media (min-width: 1300px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover {
    transform: translateX(-20vw);
  }
}
@media (min-width: 1400px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover {
    transform: translateX(-24vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover .board-item:before {
    left: -56px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover {
    transform: translateX(-22vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover .board-item:before {
    left: -30px;
  }
}
@media (min-width: 1700px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover {
    transform: translateX(-20vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(2):hover .board-item:before {
    left: -30px;
  }
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) {
  transform: translateX(-38vw);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) .board-item {
  padding-left: 90px;
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) .board-item:before {
  left: 0;
}
@media (min-width: 992px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) {
    transform: translateX(-22vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) .board-item {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) {
    transform: translateX(-25vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) .board-item {
    padding-left: 120px;
  }
}
@media (min-width: 1300px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) {
    transform: translateX(-19vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) .board-item {
    padding-left: 140px;
  }
}
@media (min-width: 1400px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) {
    transform: translateX(-22vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) .board-item {
    padding-left: 130px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) {
    transform: translateX(-22vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) .board-item {
    padding-right: 50px;
    padding-left: 170px;
  }
}
@media (min-width: 1700px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) {
    transform: translateX(-22vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3) .board-item {
    padding-left: 200px;
  }
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3):hover {
  transform: translateX(-72vw);
}
@media (min-width: 992px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3):hover {
    transform: translateX(-46vw);
  }
}
@media (min-width: 1200px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3):hover {
    transform: translateX(-51vw);
  }
}
@media (min-width: 1300px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3):hover {
    transform: translateX(-43vw);
  }
}
@media (min-width: 1400px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3):hover {
    transform: translateX(-46vw);
  }
}
@media (min-width: 1600px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3):hover {
    transform: translateX(-50vw);
  }
}
@media (min-width: 1700px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(3):hover {
    transform: translateX(-48vw);
  }
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) {
  transform: translateX(-77vw);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) .board-item {
  padding-left: 80px;
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) .board-item:before {
  left: 0;
}
@media (min-width: 992px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) {
    transform: translateX(-44vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) .board-item {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) {
    transform: translateX(-46vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) .board-item {
    padding-left: 120px;
  }
}
@media (min-width: 1300px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) {
    transform: translateX(-38vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) .board-item {
    padding-left: 140px;
  }
}
@media (min-width: 1400px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) {
    transform: translateX(-44vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) .board-item {
    padding-left: 135px;
  }
}
@media (min-width: 1600px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) {
    transform: translateX(-47vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) .board-item {
    padding-right: 50px;
    padding-left: 170px;
  }
}
@media (min-width: 1700px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) {
    transform: translateX(-45vw);
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4) .board-item {
    padding-left: 180px;
  }
}
.board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4):hover {
  transform: translateX(-110vw);
}
@media (min-width: 992px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4):hover {
    transform: translateX(-70vw);
  }
}
@media (min-width: 1200px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4):hover {
    transform: translateX(-70vw);
  }
}
@media (min-width: 1300px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4):hover {
    transform: translateX(-60vw);
  }
}
@media (min-width: 1400px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4):hover {
    transform: translateX(-67vw);
  }
}
@media (min-width: 1600px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4):hover {
    transform: translateX(-70vw);
  }
}
@media (min-width: 1700px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget:nth-child(4):hover {
    transform: translateX(-64vw);
  }
}
@media (max-width: 767px) {
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget {
    transform: translateX(0) !important;
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget .board-item {
    padding: 60px 0px 55px 60px !important;
  }
  .board-widgets:has(.board-widget:nth-child(4)) .board-widget .board-item:before {
    left: 0;
  }
}

.special-banner {
  position: relative;
  --offset-slide-height: 90px;
  --slide-height: 440px;
  --radial-size: 120px;
  --offset-radial-size: calc(50% + calc(var(--radial-size) / 3.9));
  height: calc(var(--slide-height) + var(--offset-slide-height) + 1px);
  --next-color-underlay: #fff;
}
@media (min-width: 768px) {
  .special-banner {
    --offset-slide-height: 130px;
    --slide-height: 515px;
    --radial-size: 186px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 3.3));
  }
}
@media (min-width: 992px) {
  .special-banner {
    --offset-slide-height: 154px;
    --slide-height: 580px;
    --radial-size: 230px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.99));
  }
}
@media (min-width: 1200px) {
  .special-banner {
    --offset-slide-height: 170px;
    --slide-height: 650px;
    --radial-size: 270px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.7));
  }
}
@media (min-width: 1400px) {
  .special-banner {
    --offset-slide-height: 190px;
    --slide-height: 700px;
    --radial-size: 295px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.79));
  }
}
@media (min-width: 1600px) {
  .special-banner {
    --offset-slide-height: 250px;
    --slide-height: 820px;
    --radial-size: 390px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.78));
  }
}
.special-banner:has(+ .bg-blue-2) {
  --next-color-underlay: var(--blue-2);
}
.special-banner + section > div {
  position: relative;
  z-index: 2;
}
.special-banner .banner-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(var(--slide-height) + var(--offset-slide-height) + 1px);
  color: #fff;
}
.special-banner .banner-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(var(--offset-slide-height) + 1px);
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
  background: radial-gradient(circle at var(--offset-radial-size) 0px, rgba(var(--bs-primary-rgb), 0.65) var(--offset-slide-height), var(--next-color-underlay) calc(var(--offset-slide-height) + 1px));
}
.special-banner .banner-inner .banner-wrapper {
  height: 100%;
}
.special-banner .banner-inner .banner-content {
  align-items: center;
  align-content: center;
  height: calc(100% - var(--offset-slide-height));
}
.special-banner .banner-inner .feature-bg {
  height: calc(var(--slide-height) + var(--offset-slide-height));
}
.special-banner .banner-inner .feature-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  height: calc(100% - var(--offset-slide-height));
  background: radial-gradient(circle at 50% 98%, transparent var(--radial-size), rgba(var(--bs-primary-rgb), 0.65) calc(var(--radial-size) + 1px));
}
.special-banner .banner-inner .inner-content {
  text-align: center;
  padding-top: 50px;
}
.special-banner .banner-inner .inner-title {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.65;
  font-size: 1.85rem;
}
@media (min-width: 768px) {
  .special-banner .banner-inner .inner-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .special-banner .banner-inner .inner-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .special-banner .banner-inner .inner-title {
    font-size: 2.65rem;
  }
}
@media (min-width: 1400px) {
  .special-banner .banner-inner .inner-title {
    font-size: 2.9rem;
  }
}
@media (min-width: 1600px) {
  .special-banner .banner-inner .inner-title {
    font-size: 3.5rem;
  }
}

.team-section {
  position: relative;
  z-index: 1;
}
.team-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F7F7F7;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  z-index: -1;
}
@media (min-width: 576px) {
  .team-section::before {
    width: 95%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}
@media (min-width: 992px) {
  .team-section::before {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
  }
}
@media (min-width: 1400px) {
  .team-section::before {
    border-top-left-radius: 203px;
    border-bottom-left-radius: 203px;
  }
}

@media (min-width: 1200px) {
  .gx-teams {
    --bs-gutter-x: 32px;
  }
}
.team-profile .profile-img {
  --bs-aspect-ratio: 130%;
  margin-bottom: 30px;
}
.team-profile .profile-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-profile .fname {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.team-profile .profile-info {
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-primary);
}
@media (min-width: 1400px) {
  .team-profile .fname {
    font-size: 20px;
  }
  .team-profile .profile-info {
    font-size: 16px;
  }
}

.img-logo-white img {
  max-height: 80px;
}
@media (min-width: 1200px) {
  .img-logo-white img {
    font-size: 90px;
  }
}
@media (min-width: 1400px) {
  .img-logo-white img {
    font-size: 100px;
  }
}
@media (min-width: 1600px) {
  .img-logo-white img {
    font-size: 112px;
  }
}

.text-quote-2 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .text-quote-2 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .text-quote-2 {
    font-size: 19px;
  }
}
@media (min-width: 1500px) {
  .text-quote-2 {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .text-quote-2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .service-box-wrap,
  .service-desc-wrap {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .service-box-wrap {
    width: calc(50% - 54px);
  }
  .service-desc-wrap {
    flex: 1 0 auto;
  }
}
@media (min-width: 1600px) {
  .service-desc-wrap {
    width: calc(41.66666667% + 80px);
  }
}
.service-box {
  position: relative;
  color: #fff;
  height: 100%;
  background-color: var(--bs-primary);
  align-content: center;
  font-weight: 300;
  padding: 50px 30px 50px 30px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  font-size: 15px;
}
@media (min-width: 576px) {
  .service-box {
    padding: 65px 45px 70px 100px;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .service-box {
    padding: 65px 50px 70px 114px;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
  }
}
@media (min-width: 992px) {
  .service-box {
    padding: 72px 50px 80px 100px;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    min-height: 465px;
  }
}
@media (min-width: 1300px) {
  .service-box {
    padding: 72px 60px 80px 115px;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
  }
}
@media (min-width: 1400px) {
  .service-box {
    padding: 72px 55px 90px 120px;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    min-height: 485px;
  }
}
@media (min-width: 1600px) {
  .service-box {
    padding: 72px 80px 90px 130px;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    min-height: 540px;
  }
}
.service-box .service-number {
  font-family: var(--font-heading);
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media (min-width: 992px) {
  .service-box .service-number {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .service-box .service-number {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .service-box .service-number {
    font-size: 52px;
  }
}
@media (min-width: 1600px) {
  .service-box .service-number {
    font-size: 65px;
  }
}
.service-box .icon-wrap {
  margin-bottom: 15px;
}
.service-box .service-title {
  font-family: var(--font-heading);
  line-height: 1.2;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 8px;
  font-size: 28px;
}
@media (min-width: 992px) {
  .service-box .service-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .service-box .service-title {
    font-size: 32px;
  }
}
@media (min-width: 1300px) {
  .service-box .service-title {
    font-size: 34px;
  }
}
@media (min-width: 1400px) {
  .service-box .service-title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .service-box .service-title {
    font-size: 44px;
  }
}
.service-box .sub-title {
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.service-box .sub-title:last-child {
  margin-bottom: 0;
}
.service-box p:last-child {
  margin-bottom: 0;
}
.service-box .short-desc p:last-child {
  margin-bottom: 0;
}

.service-desc-box {
  background-color: #F7F7F7;
  padding: 40px 20px 40px 20px;
  height: 100%;
  font-weight: 300;
  align-content: start;
  --bs-border-color: var(--orange);
}
@media (min-width: 768px) {
  .service-desc-box {
    padding: 40px 50px 40px 50px;
  }
}
@media (min-width: 992px) {
  .service-desc-box {
    padding: 30px 30px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .service-desc-box {
    padding: 40px 50px 40px 45px;
  }
}
@media (min-width: 1400px) {
  .service-desc-box {
    padding: 40px 70px 40px 40px;
  }
}
@media (min-width: 1600px) {
  .service-desc-box {
    padding: 40px 100px 40px 54px;
  }
}

.bordered-desc {
  position: relative;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .bordered-desc {
    padding-left: 36px;
  }
}
.bordered-desc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: calc(100% - 12px);
  transform: translateY(-50%);
  border-left: 1.5px solid var(--orange);
}

.service-box, .service-desc-box {
  font-size: 15px;
}
.service-box .sub-title, .service-box .desc-heading, .service-desc-box .sub-title, .service-desc-box .desc-heading {
  font-size: 17px;
}
@media (min-width: 992px) {
  .service-box, .service-desc-box {
    font-size: 15px;
  }
  .service-box .service-title, .service-desc-box .service-title {
    font-size: 30px;
  }
  .service-box .sub-title, .service-box .desc-heading, .service-desc-box .sub-title, .service-desc-box .desc-heading {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .service-box .service-title, .service-desc-box .service-title {
    font-size: 32px;
  }
  .service-box .sub-title, .service-box .desc-heading, .service-desc-box .sub-title, .service-desc-box .desc-heading {
    font-size: 19px;
  }
}
@media (min-width: 1300px) {
  .service-box, .service-desc-box {
    font-size: 16px;
  }
  .service-box .service-title, .service-desc-box .service-title {
    font-size: 34px;
  }
}
@media (min-width: 1400px) {
  .service-box .service-title, .service-desc-box .service-title {
    font-size: 36px;
  }
  .service-box .sub-title, .service-box .desc-heading, .service-desc-box .sub-title, .service-desc-box .desc-heading {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .service-box, .service-desc-box {
    font-size: 18px;
  }
  .service-box .service-title, .service-desc-box .service-title {
    font-size: 44px;
  }
  .service-box .sub-title, .service-box .desc-heading, .service-desc-box .sub-title, .service-desc-box .desc-heading {
    font-size: 21px;
  }
}

.nav-services {
  list-style: none;
  padding: 0;
  column-count: 1;
  column-fill: balance;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .nav-services {
    column-count: 2;
  }
}
.nav-services .nav-item {
  position: relative;
  break-inside: avoid;
  counter-increment: service-nav-counter;
}
.nav-services .nav-link {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #076BB4;
  padding: 18px 30px 18px 40px;
  border-bottom: 1px solid #AAAAAA;
}
.nav-services .nav-link:before {
  content: counter(service-nav-counter, decimal-leading-zero);
  color: #076BB4;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.nav-services .nav-link:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/icons/icon-blue-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-services .nav-link:hover:after {
  background-image: url(../img/icons/icon-orange-arrow-down.svg);
  transform: translateY(-50%) rotate(90deg);
}
.nav-services .nav-link:hover, .nav-services .nav-link.active {
  color: var(--orange);
}
.nav-services .nav-link:hover:before, .nav-services .nav-link.active:before {
  color: var(--orange);
}
.nav-services .nav-link:hover:after, .nav-services .nav-link.active:after {
  background-image: url(../img/icons/icon-orange-arrow-down.svg);
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 576px) {
  .nav-services .nav-link {
    padding: 18px 35px 18px 45px;
    font-size: 20px;
  }
  .nav-services .nav-link:before {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .nav-services .nav-link {
    padding: 18px 30px 18px 40px;
    font-size: 18px;
  }
  .nav-services .nav-link:before {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .nav-services {
    column-gap: 45px;
  }
  .nav-services .nav-link {
    padding: 18px 35px 18px 45px;
    font-size: 20px;
  }
  .nav-services .nav-link:before {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .nav-services .nav-link {
    padding: 18px 35px 18px 45px;
    font-size: 20px;
  }
  .nav-services .nav-link:before {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .nav-services .nav-link {
    padding: 18px 50px 18px 55px;
    font-size: 21px;
  }
  .nav-services .nav-link:before {
    font-size: 17px;
  }
}
@media (min-width: 1300px) {
  .nav-services .nav-link {
    padding: 18px 50px 18px 55px;
    font-size: 23px;
  }
  .nav-services .nav-link:before {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .nav-services .nav-link {
    padding: 20px 45px 18px 65px;
    font-size: 24px;
  }
  .nav-services .nav-link:before {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .nav-services .nav-link {
    padding: 20px 40px 18px 65px;
    font-size: 26px;
  }
  .nav-services .nav-link:before {
    font-size: 22px;
  }
}

.top-dashline {
  position: relative;
}
.top-dashline::before {
  content: "";
  height: 80px;
  position: absolute;
  left: 5px;
  bottom: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, #f9982f 50%, transparent 50%);
  background-size: 1px 9px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .top-dashline::before {
    height: 90px;
    background-size: 1px 12px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .top-dashline::before {
    height: 120px;
    background-size: 1px 16px;
  }
}

.heading-4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .heading-4 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .heading-4 {
    font-size: 24px;
  }
}

.service-quote {
  font-size: 20px;
}
@media (min-width: 992px) {
  .service-quote {
    font-size: 21px;
  }
}
@media (min-width: 1300px) {
  .service-quote {
    font-size: 23px;
  }
}
@media (min-width: 1400px) {
  .service-quote {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .service-quote {
    font-size: 28px;
  }
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.img-parallax,
.profile-img {
  overflow: hidden;
}
.img-parallax img,
.profile-img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  will-change: transform;
}

.split,
.short-split,
.split-lines p,
.hero-banner .slide-title:has(.line),
.special-banner .inner-title:has(.line),
.split-lines-text,
.team-profile .fname,
.team-profile .profile-info,
.service-desc-wrap .desc-heading,
.service-desc-wrap .bordered-desc:not(:has(p)),
.service-desc-wrap .bordered-desc p {
  opacity: 0;
  will-change: transform;
}

.split *,
.short-split *,
.split-lines p *,
.hero-banner .slide-title:has(.line) *,
.special-banner .inner-title:has(.line) *,
.split-lines-text *,
.team-profile .fname *,
.team-profile .profile-info *,
.service-desc-wrap .desc-heading *,
.service-desc-wrap .bordered-desc:not(:has(p)) *,
.service-desc-wrap .bordered-desc p * {
  will-change: transform;
}

.hero-swiper-pagination {
  transition: 0s opacity;
}

.svg-underlay-curve {
  position: absolute;
  bottom: -14px;
  left: calc(50% + 12px);
  transform: translateX(-50%);
  width: 100%;
}

.curve-center .svg-underlay-curve {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 768px) {
  .contact-curve .svg-underlay-curve {
    left: -100%;
  }
}
.line .line-curve::before,
.quote-line-curve.line-curve::before {
  display: none;
}

/* 1. Set the default state of the clipping rectangle to 0 width */
.svg-underlay-curve .rect-curve {
  transform: scaleX(0);
  /* Force the scaling anchor point to the left side of the rotated group */
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}

/* 2. Scale it to 100% when the parent has the .animated class */
.hero-banner .swiper-slide-active .line-curve:has(.animated) .svg-underlay-curve:not(.curve-animate) .rect-curve,
.curve-aos.aos-animate .svg-underlay-curve .rect-curve,
.special-banner .line-curve:has(.animated) .svg-underlay-curve:not(.curve-animate) .rect-curve {
  transform: scaleX(1);
}

@property --radial-size {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --offset-radial-height {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
.hero-banner .hero-slider .swiper-slide .slide-bg::after,
.special-banner .banner-inner .feature-bg::after {
  --radial-size: 0px;
  transition: --radial-size 1.2s ease-out;
}

.hero-banner.aos-animate .hero-slider .swiper-slide.swiper-slide-active .slide-bg::after,
.special-banner.radial-animate .banner-inner .feature-bg::after {
  --radial-size: 120px;
}
@media (min-width: 768px) {
  .hero-banner.aos-animate .hero-slider .swiper-slide.swiper-slide-active .slide-bg::after,
  .special-banner.radial-animate .banner-inner .feature-bg::after {
    --radial-size: 186px;
  }
}
@media (min-width: 992px) {
  .hero-banner.aos-animate .hero-slider .swiper-slide.swiper-slide-active .slide-bg::after,
  .special-banner.radial-animate .banner-inner .feature-bg::after {
    --radial-size: 230px;
  }
}
@media (min-width: 1200px) {
  .hero-banner.aos-animate .hero-slider .swiper-slide.swiper-slide-active .slide-bg::after,
  .special-banner.radial-animate .banner-inner .feature-bg::after {
    --radial-size: 270px;
  }
}
@media (min-width: 1400px) {
  .hero-banner.aos-animate .hero-slider .swiper-slide.swiper-slide-active .slide-bg::after,
  .special-banner.radial-animate .banner-inner .feature-bg::after {
    --radial-size: 295px;
  }
}
@media (min-width: 1600px) {
  .hero-banner.aos-animate .hero-slider .swiper-slide.swiper-slide-active .slide-bg::after,
  .special-banner.radial-animate .banner-inner .feature-bg::after {
    --radial-size: 390px;
  }
}

.hero-banner .hero-slider:after,
.special-banner .banner-inner::after {
  --offset-radial-height: 0px;
  --offset-radial-size: 0px;
  background: radial-gradient(circle at var(--offset-radial-size) 0px, rgba(var(--bs-primary-rgb), 0.65) var(--offset-radial-height), rgb(255, 255, 255) calc(var(--offset-radial-height) + 1px));
  transition: --offset-radial-height 0s ease-out 0s;
}

.special-banner:has(+ .bg-blue-2) .banner-inner::after {
  background: radial-gradient(circle at var(--offset-radial-size) 0px, rgba(var(--bs-primary-rgb), 0.65) var(--offset-radial-height), var(--blue-2) calc(var(--offset-radial-height) + 1px));
}

.hero-banner.aos-animate:not(.animating) .hero-slider:after,
.special-banner.radial-animate .banner-inner::after {
  --offset-radial-height: var(--offset-slide-height);
  --radial-size: 120px;
  --offset-radial-size: calc(50% + calc(var(--radial-size) / 3.9));
  background: radial-gradient(circle at var(--offset-radial-size) 0px, rgba(var(--bs-primary-rgb), 0.65) var(--offset-radial-height), rgb(255, 255, 255) calc(var(--offset-radial-height) + 1px));
  transition: --offset-radial-height 0.94s ease-out 0.26s;
}
@media (min-width: 768px) {
  .hero-banner.aos-animate:not(.animating) .hero-slider:after,
  .special-banner.radial-animate .banner-inner::after {
    --radial-size: 186px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 3.3));
  }
}
@media (min-width: 992px) {
  .hero-banner.aos-animate:not(.animating) .hero-slider:after,
  .special-banner.radial-animate .banner-inner::after {
    --radial-size: 230px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.99));
  }
}
@media (min-width: 1200px) {
  .hero-banner.aos-animate:not(.animating) .hero-slider:after,
  .special-banner.radial-animate .banner-inner::after {
    --radial-size: 270px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.7));
  }
}
@media (min-width: 1400px) {
  .hero-banner.aos-animate:not(.animating) .hero-slider:after,
  .special-banner.radial-animate .banner-inner::after {
    --radial-size: 295px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.79));
  }
}
@media (min-width: 1600px) {
  .hero-banner.aos-animate:not(.animating) .hero-slider:after,
  .special-banner.radial-animate .banner-inner::after {
    --radial-size: 390px;
    --offset-radial-size: calc(50% + calc(var(--radial-size) / 2.78));
  }
}

.special-banner:has(+ .bg-blue-2).radial-animate .banner-inner::after {
  background: radial-gradient(circle at var(--offset-radial-size) 0px, rgba(var(--bs-primary-rgb), 0.65) var(--offset-radial-height), var(--blue-2) calc(var(--offset-radial-height) + 1px));
}

.hero-banner.aos-animate.banner-animated:not(.animating) .hero-slider:after {
  transition: --offset-radial-height 0.87s ease-out 0s;
}

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