@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap");
:root {
  --global-font-family:  "Inter", sans-serif;
  --global-font-family-2:  "Space Grotesk", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #58554f;
  --global-background-color: #FCFCFC;
  --hero-red: #e32e22;
  --hero-red-hover: #c41e1a;
  --hero-navy: #0b121c;
  --hero-highlight: #8ec5ff;
  --hero-card-blue: #2d6cdf;
  --hero-check: #5aa9ff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FCFCFC;
}

::-webkit-scrollbar-thumb {
  background: #58554f;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #0C68E9;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}

body i.fa-solid, body i.fas {
  font-weight: 900 !important;
  font-style: normal;
  line-height: 1;
}

body i.fa-regular {
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1;
}

body ::-moz-selection {
  background-color: #0C68E9;
  color: #fff;
}

body ::selection {
  background-color: #0C68E9;
  color: #fff;
}

body .container {
  max-width: 95% !important;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}

body .center {
  text-align: center;
}

body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}

body .wpb_single_image {
  margin-bottom: 0;
}

body .wpb_text_column {
  margin-bottom: 0;
}

body .vc_icon_element {
  margin-bottom: 0;
}

body .hidden {
  display: none !important;
}

body .desk-hide {
  display: none !important;
}

body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em;
}

body a {
  color: var(--global-font-color);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body a:hover {
  color: #0C68E9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}

body .mg-bottom {
  margin-bottom: 2em;
}

body .mg-none {
  margin: 0 !important;
}

body .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .flex-row .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.34%;
          flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.67%;
          flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66%;
          flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33%;
          flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33%;
          flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66%;
          flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .flex-row .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}

body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}

body .no-pad {
  padding: 0 !important;
}

body .no-pad > .vc_column-inner {
  padding: 0 !important;
}

body.home header#masthead {
  background: #081B36;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.home header#masthead .header-main .logo .site-branding-text .site-title {
  color: #fff;
}

body.home header#masthead .header-main .logo .site-branding-text .site-tagline {
  color: rgba(255, 255, 255, 0.88);
}

body.home header#masthead .header-main ul.menu-wrapper > li.menu-item > a {
  color: rgba(255, 255, 255, 0.92);
}

body.home header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a::after {
  color: rgba(255, 255, 255, 0.85);
}

body.home header#masthead .header-main ul.menu-wrapper > li.menu-item > a:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(90, 169, 255, 0.55);
          box-shadow: inset 0 -3px 0 0 rgba(90, 169, 255, 0.55);
}

body.home header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a,
body.home header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a {
  color: #fff !important;
  font-weight: 700;
  -webkit-box-shadow: inset 0 -2px 0 0 #5aa9ff;
          box-shadow: inset 0 -2px 0 0 #5aa9ff;
}

body.home header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover,
body.home header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover {
  color: #fff !important;
  -webkit-box-shadow: inset 0 -2px 0 0 #7eb8ff;
          box-shadow: inset 0 -2px 0 0 #7eb8ff;
}

body.home header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a::after,
body.home header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a::after {
  color: #fff;
}

body.home header#masthead.sticky {
  position: -webkit-sticky;
  position: sticky;
  background: rgba(235, 235, 235, 0.97);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

body.home header#masthead.sticky .header-main .logo .site-branding-text .site-title {
  color: #1a1c1f;
}

body.home header#masthead.sticky .header-main .logo .site-branding-text .site-tagline {
  color: #0d5fd4;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item > a {
  color: #3a3d42;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a::after {
  color: #3a3d42;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item > a:hover {
  color: #0d5fd4;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(13, 95, 212, 0.35);
          box-shadow: inset 0 -3px 0 0 rgba(13, 95, 212, 0.35);
}

body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a,
body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item.current_page_item > a {
  color: #0d5fd4 !important;
  font-weight: 600;
  -webkit-box-shadow: inset 0 -3px 0 0 #0d5fd4;
          box-shadow: inset 0 -3px 0 0 #0d5fd4;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover,
body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover {
  color: #0a4fb3 !important;
  -webkit-box-shadow: inset 0 -3px 0 0 #0a4fb3;
          box-shadow: inset 0 -3px 0 0 #0a4fb3;
}

body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a::after,
body.home header#masthead.sticky .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a::after {
  color: #0d5fd4;
}

body header#masthead {
  --header-bar-bg: #ebebeb;
  --header-bar-bg-sticky: rgba(235, 235, 235, 0.97);
  --header-top-bar-bg: #e0e0e0;
  --header-title: #1a1c1f;
  --header-nav: #3a3d42;
  --header-accent: #0d5fd4;
  --header-accent-hover: #0a4fb3;
  --header-cta-navy: #0a1f3d;
  --header-cta-blue: #1565e8;
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  background: var(--header-bar-bg);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

body header#masthead.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  background: var(--header-bar-bg-sticky);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

body header#masthead .header-main {
  padding: 0.85rem 0;
  font-family: var(--global-font-family), sans-serif;
}

body header#masthead .header-main .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

body header#masthead .header-main .flex-row > div {
  padding: 0;
}

body header#masthead .header-main .flex-row .main-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  padding-right: clamp(0.75rem, 2vw, 2rem);
}

body header#masthead .header-main .flex-row .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

body header#masthead .header-main a {
  color: inherit;
}

body header#masthead .header-main .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

body header#masthead .header-main .logo .branding-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.85rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body header#masthead .header-main .logo .custom-logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.35rem 0.4rem;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

body header#masthead .header-main .logo .site-branding-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  text-align: left;
}

body header#masthead .header-main .logo .site-branding-text .site-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--header-title);
  display: block;
  letter-spacing: 0.01em;
  font-family: var(--global-font-family-2);
}

body header#masthead .header-main .logo .site-branding-text .site-tagline {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--header-accent);
  display: block;
  margin-top: 0.25rem;
  font-family: var(--global-font-family), sans-serif;
}

body header#masthead .header-main .logo .site-title-fallback {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 700;
  font-family: "Montserrat", var(--global-font-family), sans-serif;
}

body header#masthead .header-main .logo .site-title-fallback a {
  color: var(--header-title);
}

body header#masthead .header-main .logo img {
  width: 100%;
  height: auto;
  max-width: 3rem !important;
}

body header#masthead .header-main ul.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.75rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a {
  padding-right: 1.15rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a::after {
  content: '\f078';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -0.35em;
  right: 0;
  font-size: 0.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--header-nav);
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
  color: var(--header-accent);
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a {
  font-family: var(--global-font-family), sans-serif;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--header-nav);
  -webkit-transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  position: relative;
  padding: 0.55rem 0.15rem 0.45rem;
  font-weight: 500;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item > a:hover {
  color: var(--header-accent);
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(13, 95, 212, 0.35);
          box-shadow: inset 0 -3px 0 0 rgba(13, 95, 212, 0.35);
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a,
body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a {
  background: transparent;
  color: var(--header-accent);
  font-weight: 600;
  border-radius: 0;
  padding: 0.55rem 0.15rem 0.4rem;
  -webkit-box-shadow: inset 0 -3px 0 0 var(--header-accent);
          box-shadow: inset 0 -3px 0 0 var(--header-accent);
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item > a:hover,
body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item > a:hover {
  color: var(--header-accent-hover);
  background: transparent;
  -webkit-box-shadow: inset 0 -3px 0 0 var(--header-accent-hover);
          box-shadow: inset 0 -3px 0 0 var(--header-accent-hover);
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a,
body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a {
  padding-right: 1.35rem;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item.current-menu-item.menu-item-has-children > a::after,
body header#masthead .header-main ul.menu-wrapper > li.menu-item.current_page_item.menu-item-has-children > a::after {
  color: var(--header-accent);
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0 20px 24px rgba(0, 0, 0, 0.22);
          box-shadow: 0 20px 24px rgba(0, 0, 0, 0.22);
  border-top: 2px solid var(--header-accent);
  display: block;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  background: #fff;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #1a1a1a;
  letter-spacing: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a:hover {
  background: var(--header-accent);
  color: #fff;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item button.sub-menu-toggle {
  display: none;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

body header#masthead .header-main ul.menu-wrapper > li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

body header#masthead .header-main .btn {
  margin-bottom: 0;
}

body header#masthead .header-main .btn a {
  background: -webkit-gradient(linear, left top, right top, from(var(--header-cta-navy)), color-stop(42%, #0d3a7a), to(var(--header-cta-blue)));
  background: linear-gradient(90deg, var(--header-cta-navy) 0%, #0d3a7a 42%, var(--header-cta-blue) 100%);
  color: #fff;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family), sans-serif;
  border-radius: 50px;
  font-weight: 700;
  padding: 0.82rem 1.6rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
  cursor: pointer;
  line-height: 1;
}

body header#masthead .header-main .btn a i.fa-solid, body header#masthead .header-main .btn a i.fas {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 900 !important;
  font-style: normal;
  line-height: 1;
}

body header#masthead .header-main .btn a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0d3a7a), color-stop(50%, var(--header-cta-blue)), to(#3d8fff));
  background: linear-gradient(90deg, #0d3a7a 0%, var(--header-cta-blue) 50%, #3d8fff 100%);
  color: #fff;
}

body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #1A1A1A;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #1A1A1A;
}

body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}

body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}

body #content {
  /* Pill CTA like .btn-arrow, icon left (building) — wrap: <div class="request-btn"><a href="#">…</a></div> or <a class="request-btn" href="#">…</a> */
  /* Hero — WPBakery .hero-sec + .hero__* */
  /* WPBakery: vc_row el_class="services-row" + vc_raw_html per column. See theme comment for markup. */
  /* Raw HTML: ul.fleet-pill-grid — horizontal pill features, 2×2 (icon + text only). */
  /* Area coverage cards — box only; layout is yours. .location-card > __icon, __title, __text, __tag */
  /* FAQ accordion — WPBakery TTA + row/section el_class="accordion". Matches light FAQ strip + theme blues. */
  /* Testimonial box only — layout/slider is yours. */
}

body #content .vc_row {
  margin: 0;
  padding: 0;
}

body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 0;
}

body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}

body #content .max-80 {
  max-width: 80%;
}

body #content .m-auto {
  margin-left: auto;
  margin-right: auto;
}

body #content .mg-bottom {
  margin-bottom: 2rem;
}

body #content .full-img > .vc_figure {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}

body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}

body #content .border-img img {
  border-radius: 2rem;
}

body #content .desk-hidden {
  display: none;
}

body #content .wht-head {
  color: #fff !important;
}

body #content .wht-txt p {
  color: rgba(255, 255, 255, 0.8) !important;
}

body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}

body #content .main-head {
  font-size: 3.5rem;
  font-family: var(--global-font-family-2);
  font-weight: 700;
  color: #000;
  margin-bottom: 1.167rem;
  line-height: 1;
}

body #content .main-head b {
  color: #0C68E9;
  font-weight: 700;
}

body #content .sub-head {
  font-size: 0.925rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #0C68E9;
  letter-spacing: 2px;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

body #content .txt ul {
  padding-left: 1.5rem;
}

body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}

body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
}

body #content .txt p strong {
  font-weight: 700;
}

body #content .txt a {
  color: #0947b5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: inherit;
}

body #content .txt a:hover {
  opacity: 0.8;
}

body #content .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #content .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

body #content .btn {
  margin-bottom: 0;
}

body #content .btn a {
  background: linear-gradient(135deg, #F26B3A 0%, #0C68E9 100%);
  color: #fff;
  border: 1px solid #0C68E9;
  display: block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #0C68E9;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.806rem 1rem;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}

body #content .btn a:hover {
  background: linear-gradient(135deg, #E55A2E 0%, #C61010 100%);
  color: #fff;
  border-color: #C61010;
}

body #content .btn-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0A1429;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding: 1rem 2.6rem 1rem 1.3rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

body #content .btn-arrow a:hover {
  background: #0C68E9;
  color: #fff !important;
}

body #content .btn-arrow a:before {
  content: '\f061';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body #content .request-btn a,
body #content a.request-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.65rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #0A1429;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  padding: 1rem 1.85rem 1rem 1.35rem;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}

body #content .request-btn a:hover,
body #content a.request-btn:hover {
  background: #0C68E9;
  color: #fff !important;
}

body #content .request-btn a:before,
body #content a.request-btn:before {
  content: "\f1ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.05em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #content .btn-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 999px;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 700;
  padding: 0.92rem 1.4rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

body #content .btn-2 a:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

body #content .page-header-sec {
  background: linear-gradient(135deg, oklch(14% 0.005 80) 0%, oklch(22% 0.01 80) 60%, oklch(32% 0.04 86) 100%);
}

body #content .page-header-sec .main-head {
  font-size: 5rem;
}

body #content .hero-sec {
  padding-top: 8rem;
  position: relative;
  overflow: hidden;
  background: var(--hero-navy) center/cover no-repeat;
}

body #content .hero-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 19, 38, 0.85)), color-stop(50%, rgba(8, 19, 38, 0.55)), to(rgba(8, 19, 38, 0.9)));
  background: linear-gradient(180deg, rgba(8, 19, 38, 0.85) 0%, rgba(8, 19, 38, 0.55) 50%, rgba(8, 19, 38, 0.9) 100%);
}

body #content .hero-sec .hero-txt .wpb_wrapper {
  margin-bottom: 0;
}

body #content .hero-sec .hero__content p {
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, 0.92);
}

body #content .hero-sec .hero__content p:has(.hero__badge) {
  margin-bottom: 1.35rem;
}

body #content .hero-sec .hero__content > p:last-child {
  margin-bottom: 0;
}

body #content .hero-sec .hero__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.95rem 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font: 600 0.6875rem/1.2 var(--global-font-family), sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

body #content .hero-sec .hero__badge img.emoji {
  width: 1.05rem;
  height: 1.05rem;
  vertical-align: -0.15em;
}

body #content .hero-sec .hero__title {
  margin: 0 0 1.25rem;
  font-size: 3.8rem;
  font-family: var(--global-font-family-2);
  letter-spacing: -0.02em;
  color: #fff;
}

body #content .hero-sec .hero__title .highlight {
  color: var(--hero-highlight);
  position: relative;
  display: inline-block;
}

body #content .hero-sec .hero__title .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.5rem;
  height: 0;
  padding-bottom: 6%;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' fill='none'%3E%3Cpath d='M2 8 Q 100 -2 198 8' stroke='%23e32e22' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 100%/100% auto;
}

body #content .hero-sec .hero__desc {
  margin: 0 0 1.85rem !important;
  max-width: 32rem;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88) !important;
}

body #content .hero-sec .hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 0;
}

body #content .hero-sec .hero__actions br {
  display: none;
}

body #content .hero-sec .hero__actions .btn--primary, body #content .hero-sec .hero__actions .btn--secondary {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.65rem;
  min-height: 3.35rem;
  padding: 1rem 1.35rem !important;
  border-radius: 999px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none !important;
  font: 700 1rem/1.2 var(--global-font-family), sans-serif !important;
  -webkit-transition: background .25s ease, color .25s ease, border-color .25s ease, -webkit-transform .2s ease, -webkit-box-shadow .25s ease;
  transition: background .25s ease, color .25s ease, border-color .25s ease, -webkit-transform .2s ease, -webkit-box-shadow .25s ease;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease, box-shadow .25s ease;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease, box-shadow .25s ease, -webkit-transform .2s ease, -webkit-box-shadow .25s ease;
}

body #content .hero-sec .hero__actions .btn--primary {
  border: none !important;
  background: var(--hero-red) !important;
  color: #fff !important;
  -webkit-box-shadow: 0 6px 24px rgba(227, 46, 34, 0.38);
          box-shadow: 0 6px 24px rgba(227, 46, 34, 0.38);
  padding-left: 1.25rem !important;
  padding-right: 1.35rem !important;
  max-width: 17.5rem;
}

body #content .hero-sec .hero__actions .btn--primary::before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #content .hero-sec .hero__actions .btn--primary::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.88rem;
  line-height: 1;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.95;
}

body #content .hero-sec .hero__actions .btn--primary:hover {
  background: var(--hero-red-hover) !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 28px rgba(227, 46, 34, 0.45);
          box-shadow: 0 8px 28px rgba(227, 46, 34, 0.45);
}

body #content .hero-sec .hero__actions .btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  background: transparent !important;
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 1.2rem !important;
  padding-right: 1.35rem !important;
}

body #content .hero-sec .hero__actions .btn--secondary::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.95rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.95;
}

body #content .hero-sec .hero__actions .btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
}

body #content .hero-sec .hero__stats {
  margin: 2rem 0;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  white-space: normal;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 0.9375rem;
  font-weight: 500;
}

body #content .hero-sec .hero__stats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body #content .hero-sec .hero__stats ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0;
  line-height: 1.25;
}

body #content .hero-sec .hero__stats ul li strong {
  font-family: var(--global-font-family-2), sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
}

body #content .hero-sec .hero__stats ul li:nth-child(1) {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.95);
}

body #content .hero-sec .hero__stats ul li:nth-child(2), body #content .hero-sec .hero__stats ul li:nth-child(3) {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

body #content .hero-sec .hero__stats ul li:nth-child(2) strong, body #content .hero-sec .hero__stats ul li:nth-child(3) strong {
  font-size: 1.5rem;
}

body #content .hero-sec .hero__stats ul li:first-child::before {
  content: "\f3ed";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--hero-card-blue);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #content .hero-sec .hero__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  body #content .hero-sec .hero__card {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0.5rem;
  }
}

body #content .hero-sec .hero__card .card {
  position: relative;
  width: 100%;
  max-width: 21.5rem;
  padding: 2.15rem 1.75rem 1.75rem;
  background: #fff;
  border-radius: 1.15rem;
  -webkit-box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
          box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

body #content .hero-sec .hero__card .card > p:last-of-type {
  margin: 0;
  width: 100%;
}

body #content .hero-sec .card__badge {
  position: absolute;
  top: -0.65rem;
  right: 1.35rem;
  z-index: 2;
  width: 2.65rem;
  height: 2.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--hero-red);
  color: #fff;
  border-radius: 5px;
  font: 800 1.4rem/1 var(--global-font-family), sans-serif;
  -webkit-box-shadow: 0 6px 18px rgba(227, 46, 34, 0.45);
          box-shadow: 0 6px 18px rgba(227, 46, 34, 0.45);
}

body #content .hero-sec .card__starting {
  margin: 0 0 0.35rem;
  font: 700 0.6875rem/1.2 var(--global-font-family), sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hero-card-blue);
}

body #content .hero-sec .card__price {
  margin: 0 0 1.15rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #e8eaee;
  font-family: var(--global-font-family), sans-serif;
  font-size: clamp(1.85rem, 2.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b121c;
  line-height: 1.1;
}

body #content .hero-sec .card__features {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

body #content .hero-sec .card__features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  padding: 0;
  font: 500 0.9375rem/1.4 var(--global-font-family), sans-serif;
  color: #3a4049;
}

body #content .hero-sec .card__features li:last-child {
  margin-bottom: 0;
}

body #content .hero-sec .card__features li img.emoji {
  width: 1.05rem;
  height: 1.05rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2em;
}

body #content .hero-sec .hero__card .btn--dark, body #content .hero-sec .hero__card a.btn--dark {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  padding: 0.92rem 1.25rem !important;
  border-radius: 999px !important;
  border: none !important;
  text-decoration: none !important;
  background: var(--hero-navy) !important;
  color: #fff !important;
  font: 600 0.9375rem/1 var(--global-font-family), sans-serif !important;
  -webkit-box-shadow: 0 4px 16px rgba(11, 18, 28, 0.2);
          box-shadow: 0 4px 16px rgba(11, 18, 28, 0.2);
  -webkit-transition: background .25s ease, -webkit-transform .2s ease, -webkit-box-shadow .25s ease;
  transition: background .25s ease, -webkit-transform .2s ease, -webkit-box-shadow .25s ease;
  transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
  transition: background .25s ease, transform .2s ease, box-shadow .25s ease, -webkit-transform .2s ease, -webkit-box-shadow .25s ease;
}

body #content .hero-sec .hero__card .btn--dark:hover, body #content .hero-sec .hero__card a.btn--dark:hover {
  background: #152232 !important;
  color: #fff !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 22px rgba(11, 18, 28, 0.28);
          box-shadow: 0 8px 22px rgba(11, 18, 28, 0.28);
}

@media (max-width: 767px) {
  body #content .hero-sec > .hero-row, body #content .hero-sec > .vc_row.hero-row {
    min-height: 0;
  }
  body #content .hero-sec .hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  body #content .hero-sec .hero__actions .btn--primary, body #content .hero-sec .hero__actions .btn--secondary {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #content .hero-sec .hero__card {
    margin-top: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body #content .hero-sec .marquee-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  padding-top: 6rem;
}

body #content .hero-sec .marquee-wrap ul.marquee {
  background: #0A1429;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  margin: 0;
  padding: 1.5rem 0;
  list-style: none;
}

body #content .hero-sec .marquee-wrap ul.marquee .slick-list {
  overflow: hidden;
  margin: 0 -0.5rem;
}

body #content .hero-sec .marquee-wrap ul.marquee .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #content .hero-sec .marquee-wrap ul.marquee .slick-slide {
  height: auto;
  float: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #content .hero-sec .marquee-wrap ul.marquee .slick-slide > div {
  height: 100%;
}

body #content .hero-sec .marquee-wrap ul.marquee li, body #content .hero-sec .marquee-wrap ul.marquee .slick-slide li {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0 1.75rem 0 0;
  white-space: nowrap;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.25;
}

body #content .hero-sec .marquee-wrap ul.marquee li i, body #content .hero-sec .marquee-wrap ul.marquee .slick-slide li i {
  font-size: 1rem;
  color: #5aa9ff;
  width: 1.1rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #content .hero-sec .marquee-wrap ul.marquee li a, body #content .hero-sec .marquee-wrap ul.marquee .slick-slide li a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

body #content .hero-sec .marquee-wrap ul.marquee li a:hover, body #content .hero-sec .marquee-wrap ul.marquee .slick-slide li a:hover {
  opacity: 0.88;
  color: #fff !important;
}

body #content .hero-sec .marquee-wrap ul.marquee li span, body #content .hero-sec .marquee-wrap ul.marquee .slick-slide li span {
  color: #e31e24;
  font-size: 0.55rem;
  margin-left: 0.35rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.95;
}

@media (max-width: 767px) {
  body #content .hero-sec .marquee-wrap ul.marquee li, body #content .hero-sec .marquee-wrap ul.marquee .slick-slide li {
    font-size: 0.72rem;
    padding-right: 1.25rem;
    gap: 0.45rem;
    letter-spacing: 0.03em;
  }
  body #content .hero-sec .marquee-wrap ul.marquee li i, body #content .hero-sec .marquee-wrap ul.marquee .slick-slide li i {
    font-size: 0.9rem;
    width: 1rem;
  }
}

body #content .stats-bar__col {
  padding: 0 6px;
}

body #content .stats-bar__col:first-child {
  padding-left: 0;
}

body #content .stats-bar__col:last-child {
  padding-right: 0;
}

body #content .stats-bar__col > .vc_column-inner {
  padding: 0;
}

body #content .stats-bar__col > .vc_column-inner > .wpb_wrapper {
  margin-bottom: 1.15rem;
  height: 100%;
  background: #fff;
  border: 1px solid #d6e4f7;
  border-radius: 16px;
  padding: 1.25rem 1.1rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

body #content .stats-bar__col > .vc_column-inner > .wpb_wrapper:hover {
  border-color: #0C68E9;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 22px rgba(11, 18, 28, 0.28);
          box-shadow: 0 8px 22px rgba(11, 18, 28, 0.28);
}

body #content .stats-bar__icon {
  font-size: 1.25rem;
  color: var(--hero-card-blue);
  display: block;
  margin-bottom: 0.75rem;
}

body #content .stats-bar__value {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--hero-navy);
  line-height: 1;
  margin-bottom: 0.4rem;
  font-family: var(--global-font-family-2);
}

body #content .stats-bar__label {
  font-size: 0.82rem;
  color: var(--global-font-color);
  font-weight: 400;
  line-height: 1.4;
  font-family: var(--global-font-family);
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) {
  position: relative;
  padding-bottom: 2.75rem;
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .wpb_single_image.border-img {
  margin-bottom: 0;
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .wpb_single_image.border-img .vc_figure, body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .wpb_single_image.border-img .vc_single_image-wrapper {
  display: block !important;
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 18px 42px rgba(11, 18, 40, 0.14);
          box-shadow: 0 18px 42px rgba(11, 18, 40, 0.14);
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .wpb_single_image.border-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  vertical-align: middle;
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column {
  position: absolute;
  z-index: 2;
  right: -1rem;
  bottom: -1.1rem;
  max-width: 21rem;
  width: calc(100% - 2rem);
  margin-bottom: 0 !important;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column .wpb_wrapper {
  padding: 1.25rem 1.35rem 1.3rem;
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column br {
  display: none;
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column p {
  margin: 0;
  font-family: var(--global-font-family), sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0a1628;
  text-align: left;
}

body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column p strong {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0C68E9;
  margin-bottom: 0.45rem;
}

@media (max-width: 767px) {
  body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) {
    padding-bottom: 2rem;
  }
  body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column {
    right: 0.65rem;
    bottom: -0.75rem;
    left: auto;
    max-width: calc(100% - 1.5rem);
  }
  body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column .wpb_wrapper {
    padding: 1rem 1.1rem;
  }
  body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column p {
    font-size: 1rem;
  }
  body #content .wpb_column > .vc_column-inner > .wpb_wrapper:has(.about-img-txt) .about-img-txt.wpb_text_column p strong {
    font-size: 0.65rem;
  }
}

body #content .services-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #content .services-row .service-card {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100%;
  background: #fff;
  border-radius: 1.35rem;
  padding: 1.75rem 1.45rem 2.65rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 12px 36px rgba(10, 20, 40, 0.08);
          box-shadow: 0 12px 36px rgba(10, 20, 40, 0.08);
  margin-bottom: 1.5rem;
  -webkit-transition: border-color .28s ease, -webkit-box-shadow .32s ease;
  transition: border-color .28s ease, -webkit-box-shadow .32s ease;
  transition: border-color .28s ease, box-shadow .32s ease;
  transition: border-color .28s ease, box-shadow .32s ease, -webkit-box-shadow .32s ease;
}

body #content .services-row .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5rem;
  height: 5.5rem;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 110% 110% at 100% 0%, rgba(100, 180, 255, 0.38) 0%, rgba(100, 180, 255, 0.1) 45%, transparent 70%);
}

body #content .services-row .service-card > * {
  position: relative;
  z-index: 1;
}

body #content .services-row .service-card:hover {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 14px 42px rgba(12, 104, 233, 0.18);
          box-shadow: 0 14px 42px rgba(12, 104, 233, 0.18);
}

body #content .services-row .service-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}

body #content .services-row .service-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(145deg, #0a1f3d 0%, #0C68E9 100%);
  color: #fff;
  font-size: 1.1rem;
}

body #content .services-row .service-card__icon i {
  color: #fff;
}

body #content .services-row .service-card__label {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e31e24;
  text-align: right;
  line-height: 1.35;
  max-width: 9rem;
}

body #content .services-row .service-card__title {
  margin: 0 0 0.65rem;
  font-family: var(--global-font-family-2), sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0a1429;
}

body #content .services-row .service-card__text {
  margin: 0;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  color: #5a6372;
}

body #content .services-row .service-card__link {
  margin-top: 1rem;
  position: absolute;
  left: 1.45rem;
  bottom: 1.45rem;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0C68E9;
  text-decoration: none;
  font-family: var(--global-font-family), sans-serif;
}

body #content .services-row .service-card__link::after {
  content: "\2197";
  font-size: 1rem;
  line-height: 1;
  opacity: 0.9;
}

body #content .services-row .service-card__link:hover {
  color: #0947b5;
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  body #content .services-row .service-card .service-card__link {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    pointer-events: none;
    -webkit-transition: opacity .28s ease, visibility .28s ease, -webkit-transform .28s ease;
    transition: opacity .28s ease, visibility .28s ease, -webkit-transform .28s ease;
    transition: opacity .28s ease, visibility .28s ease, transform .28s ease;
    transition: opacity .28s ease, visibility .28s ease, transform .28s ease, -webkit-transform .28s ease;
  }
  body #content .services-row .service-card:hover .service-card__link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}

@media (hover: none), (pointer: coarse) {
  body #content .services-row .service-card .service-card__link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  body #content .services-row > .wpb_column {
    margin-bottom: 1rem;
  }
}

body #content .fleet-pill-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  body #content .fleet-pill-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body #content .fleet-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  min-height: 3.25rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  -webkit-box-shadow: 0 6px 24px rgba(10, 20, 40, 0.06);
          box-shadow: 0 6px 24px rgba(10, 20, 40, 0.06);
  -webkit-transition: border-color 0.28s ease, -webkit-box-shadow 0.32s ease;
  transition: border-color 0.28s ease, -webkit-box-shadow 0.32s ease;
  transition: border-color 0.28s ease, box-shadow 0.32s ease;
  transition: border-color 0.28s ease, box-shadow 0.32s ease, -webkit-box-shadow 0.32s ease;
}

body #content .fleet-pill:hover {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 10px 32px rgba(12, 104, 233, 0.14);
          box-shadow: 0 10px 32px rgba(12, 104, 233, 0.14);
}

body #content .fleet-pill__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  color: #0C68E9;
  line-height: 1;
}

body #content .fleet-pill__icon i {
  color: inherit;
}

body #content .fleet-pill__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0a1429;
}

body #content .benefit-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.4rem 1.55rem;
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 10px 32px rgba(10, 20, 40, 0.06);
          box-shadow: 0 10px 32px rgba(10, 20, 40, 0.06);
  -webkit-transition: border-color 0.28s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.28s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.28s ease, box-shadow 0.3s ease;
  transition: border-color 0.28s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

body #content .benefit-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  border-color: rgba(12, 104, 233, 0.35);
  -webkit-box-shadow: 0 12px 36px rgba(12, 104, 233, 0.1);
          box-shadow: 0 12px 36px rgba(12, 104, 233, 0.1);
}

body #content .benefit-row .benefit-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(145deg, #0a1f3d 0%, #0C68E9 100%);
  color: #fff;
  font-size: 1.1rem;
}

body #content .benefit-row .benefit-card__icon i {
  color: #fff;
}

body #content .benefit-row .benefit-card__title {
  margin: 0 0 0.5rem;
  font-family: var(--global-font-family-2), sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0a1429;
}

body #content .benefit-row .benefit-card__text {
  margin: 0;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.94rem;
  line-height: 1.5;
  font-weight: 400;
  color: #5a6372;
}

body #content .location-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.65rem 1.55rem 1.6rem;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 10px 36px rgba(10, 20, 40, 0.07);
          box-shadow: 0 10px 36px rgba(10, 20, 40, 0.07);
  -webkit-transition: border-color 0.28s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.28s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.28s ease, box-shadow 0.3s ease;
  transition: border-color 0.28s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

body #content .location-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  border-color: #0947b5;
  -webkit-box-shadow: 0 14px 40px rgba(12, 104, 233, 0.1);
          box-shadow: 0 14px 40px rgba(12, 104, 233, 0.1);
}

body #content .location-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.05rem;
  font-size: 1.12rem;
  color: #fff;
  background: linear-gradient(145deg, #0a1f3d 0%, #0C68E9 100%);
  -webkit-box-shadow: 0 8px 26px rgba(12, 104, 233, 0.35);
          box-shadow: 0 8px 26px rgba(12, 104, 233, 0.35);
}

body #content .location-card__icon i {
  color: #fff;
}

body #content .location-card__title {
  margin: 0 0 0.55rem;
  font-family: var(--global-font-family-2), sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0a1429;
}

body #content .location-card__text {
  margin: 0 0 1.35rem;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.94rem;
  line-height: 1.55;
  font-weight: 400;
  color: #5a6372;
}

body #content .location-card__tag {
  display: inline-block;
  margin-top: auto;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: #eef1f6;
  color: #0a1429;
  border: 1px solid rgba(10, 20, 40, 0.06);
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
}

body #content .accordion .vc_tta-panels-container,
body #content .accordion .vc_tta-panels-container .vc_tta-panels {
  background: #F2F4F7 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body #content .accordion .vc_tta-panels .vc_tta-panel {
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #e8eaed !important;
  border-radius: 0 !important;
}

body #content .accordion .vc_tta-panels .vc_tta-panel:last-child {
  border-bottom: none !important;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 1.35rem 1.5rem !important;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
  background: rgba(255, 255, 255, 0.45) !important;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-family: var(--global-font-family), sans-serif;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0;
  text-decoration: none !important;
  color: inherit !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #202124;
  font-family: var(--global-font-family), sans-serif;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.65rem;
  height: 0.65rem;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:before, body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:after {
  border-color: #202124 !important;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

body #content .accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: transparent !important;
}

body #content .accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text {
  color: #0C68E9 !important;
}

body #content .accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:before,
body #content .accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:after {
  border-color: #0C68E9 !important;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0 1.5rem 1.4rem !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: var(--global-font-family), sans-serif;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.55;
  color: #5f6368;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p:last-child {
  margin-bottom: 0;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul {
  padding-left: 1.1rem;
  margin: 0.75rem 0 0;
  color: #5f6368;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul li {
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5f6368;
  margin-bottom: 0.5rem;
}

body #content .accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body ul li:last-child {
  margin-bottom: 0;
}

body #content .review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.25rem 1.2rem 1.15rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e6edf7;
  -webkit-box-shadow: 0 10px 30px rgba(10, 20, 40, 0.06);
          box-shadow: 0 10px 30px rgba(10, 20, 40, 0.06);
  min-height: 100%;
  margin-bottom: 1.5rem;
}

body #content .review-card__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.75rem;
}

body #content .review-card__stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.2rem;
  color: #e31e24;
  font-size: 0.78rem;
  line-height: 1;
}

body #content .review-card__stars i {
  color: inherit;
}

body #content .review-card__quote {
  color: #dbe6f7;
  font-size: 1.35rem;
  line-height: 1;
}

body #content .review-card__quote i {
  color: inherit;
}

body #content .review-card__text {
  margin: 0 0 1rem;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.55;
  color: #0a1429;
}

body #content .review-card__divider {
  width: 100%;
  height: 1px;
  border: 0;
  background: #e7edf6;
  margin: 0 0 0.85rem;
}

body #content .review-card__name {
  margin: 0 0 0.25rem;
  font-family: var(--global-font-family-2), sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: #0a1429;
}

body #content .review-card__meta {
  margin: 0;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: #7a8393;
}

body #content .price-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: -webkit-gradient(linear, left top, left bottom, from(#0d1b32), to(#091425));
  background: linear-gradient(180deg, #0d1b32 0%, #091425 100%);
  color: #fff;
  padding: 1.3rem 1.25rem 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
  margin-bottom: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body #content .price-card.featured {
  background: linear-gradient(135deg, #0a1329 0%, #0a57b3 60%, #0f86f5 100%);
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.38);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.38);
  border: none;
}

body #content .price-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.38);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.38);
}

body #content .price-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f44336;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  line-height: 1;
}

body #content .price-card .plan-name {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

body #content .price-card .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.2rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

body #content .price-card .price-row .currency {
  font-size: 2rem;
  font-weight: 700;
}

body #content .price-card .price-row .amount {
  font-size: 3.3rem;
  font-weight: 800;
}

body #content .price-card .plan-rate {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

body #content .price-card .plan-desc {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.86);
}

body #content .price-card .plan-features {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.45rem;
}

body #content .price-card .plan-features li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
}

body #content .price-card .plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #c8defd;
  font-weight: 700;
}

body #content .price-card .plan-btn {
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

body #content .price-card .plan-btn:hover {
  background: #fff;
  color: #0c1b33;
}

body #content .price-card.featured .plan-btn {
  background: #fff;
  color: #0c2f6d;
}

body #content .price-card.featured .plan-btn:hover {
  background: #e8f1ff;
  color: #0c2f6d;
}

body #content .contact-box {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3rem 1fr;
      grid-template-columns: 3rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body #content .contact-box:hover {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 10px 32px rgba(12, 104, 233, 0.14);
          box-shadow: 0 10px 32px rgba(12, 104, 233, 0.14);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

body #content .contact-box__icon {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #002a66 0%, #0066cc 100%);
  color: #fff;
  font-size: 1.35rem;
  position: relative;
}

body #content .contact-box__icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: inherit;
  line-height: 1;
}

body #content .contact-box__text {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  padding-top: 0.15rem;
}

body #content .contact-box__label {
  margin: 0 0 0.2rem;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #757575;
  line-height: 1.35;
}

body #content .contact-box__value {
  margin: 0;
  font-family: var(--global-font-family), sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #001a33;
  line-height: 1.35;
}

body #content .contact-box__value a {
  color: inherit;
  text-decoration: none;
}

body #content .contact-box__value a:hover {
  text-decoration: underline;
}

body #content .cont-form-col > .vc_column-inner > .wpb_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  z-index: 8;
  background: #fff;
  border: 3px solid #0A1429;
  border-radius: 26px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  body #content .cont-form-col > .vc_column-inner > .wpb_wrapper {
    position: relative;
    top: auto;
  }
}

body #content .cont-form-col .cont-head {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0.5rem !important;
  font-family: var(--global-font-family), sans-serif !important;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #0A1429 !important;
  text-align: left !important;
}

body #content .cont-form-col .wpb_text_column.txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0 !important;
}

body #content .cont-form-col .wpb_text_column.txt p {
  margin: 0 0 1.35rem !important;
  font-family: var(--global-font-family), sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: #6b7280 !important;
  line-height: 1.45 !important;
}

body #content .cont-form-col .wpcf7 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

body #content .cont-form-col form.wpcf7-form {
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
}

body #content .cont-form-col form.wpcf7-form br {
  display: none;
}

body #content .cont-form-col form.wpcf7-form .form-group {
  padding-bottom: 0 !important;
  margin-bottom: 1.15rem !important;
  width: 100%;
}

body #content .cont-form-col form.wpcf7-form .form-group p {
  margin: 0 !important;
}

body #content .cont-form-col form.wpcf7-form label {
  display: block;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #0A1429 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin-bottom: 0.4rem !important;
}

body #content .cont-form-col form.wpcf7-form label .red {
  color: #e53935 !important;
}

body #content .cont-form-col form.wpcf7-form input[type="text"], body #content .cont-form-col form.wpcf7-form input[type="tel"], body #content .cont-form-col form.wpcf7-form input[type="email"] {
  width: 100%;
  height: auto;
  min-height: 2.85rem;
  padding: 0.72rem 0.95rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  font-size: 0.95rem;
  font-family: var(--global-font-family), sans-serif;
  font-weight: 500;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  background: #fff;
  color: #0A1429;
}

body #content .cont-form-col form.wpcf7-form input[type="text"]::-webkit-input-placeholder, body #content .cont-form-col form.wpcf7-form input[type="tel"]::-webkit-input-placeholder, body #content .cont-form-col form.wpcf7-form input[type="email"]::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 0.92rem;
}

body #content .cont-form-col form.wpcf7-form input[type="text"]:-ms-input-placeholder, body #content .cont-form-col form.wpcf7-form input[type="tel"]:-ms-input-placeholder, body #content .cont-form-col form.wpcf7-form input[type="email"]:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 0.92rem;
}

body #content .cont-form-col form.wpcf7-form input[type="text"]::-ms-input-placeholder, body #content .cont-form-col form.wpcf7-form input[type="tel"]::-ms-input-placeholder, body #content .cont-form-col form.wpcf7-form input[type="email"]::-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 0.92rem;
}

body #content .cont-form-col form.wpcf7-form input[type="text"]::placeholder, body #content .cont-form-col form.wpcf7-form input[type="tel"]::placeholder, body #content .cont-form-col form.wpcf7-form input[type="email"]::placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 0.92rem;
}

body #content .cont-form-col form.wpcf7-form input[type="text"]:focus, body #content .cont-form-col form.wpcf7-form input[type="tel"]:focus, body #content .cont-form-col form.wpcf7-form input[type="email"]:focus {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 0 0 3px rgba(12, 104, 233, 0.12);
          box-shadow: 0 0 0 3px rgba(12, 104, 233, 0.12);
}

body #content .cont-form-col form.wpcf7-form select.wpcf7-select {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.72rem 2.5rem 0.72rem 0.95rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  font-size: 0.95rem;
  font-family: var(--global-font-family), sans-serif;
  font-weight: 500;
  background-color: #fff;
  color: #0A1429;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230A1429' d='M1 1.5L6 6l5-4.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

body #content .cont-form-col form.wpcf7-form select.wpcf7-select:focus {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 0 0 3px rgba(12, 104, 233, 0.12);
          box-shadow: 0 0 0 3px rgba(12, 104, 233, 0.12);
}

body #content .cont-form-col form.wpcf7-form textarea.wpcf7-textarea {
  width: 100%;
  min-height: 8.5rem;
  padding: 0.72rem 0.95rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  font-size: 0.95rem;
  font-family: var(--global-font-family), sans-serif;
  font-weight: 500;
  resize: vertical;
  background: #fff;
  color: #0A1429;
  line-height: 1.45;
}

body #content .cont-form-col form.wpcf7-form textarea.wpcf7-textarea::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 0.92rem;
}

body #content .cont-form-col form.wpcf7-form textarea.wpcf7-textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 0.92rem;
}

body #content .cont-form-col form.wpcf7-form textarea.wpcf7-textarea::-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 0.92rem;
}

body #content .cont-form-col form.wpcf7-form textarea.wpcf7-textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
  font-size: 0.92rem;
}

body #content .cont-form-col form.wpcf7-form textarea.wpcf7-textarea:focus {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 0 0 3px rgba(12, 104, 233, 0.12);
          box-shadow: 0 0 0 3px rgba(12, 104, 233, 0.12);
}

body #content .cont-form-col form.wpcf7-form .submit-btn {
  text-align: center;
  margin: 0.35rem 0 0 !important;
}

body #content .cont-form-col form.wpcf7-form .submit-btn p {
  position: relative;
  margin: 0 !important;
}

body #content .cont-form-col form.wpcf7-form .submit-btn input[type="submit"] {
  width: 100%;
  padding: 1rem 1.25rem 1rem 2.85rem !important;
  border-radius: 50px !important;
  background: #0A1429 !important;
  color: #fff !important;
  border: 1px solid #0A1429 !important;
  font-family: var(--global-font-family), sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
  cursor: pointer;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease;
}

body #content .cont-form-col form.wpcf7-form .submit-btn input[type="submit"]:hover {
  background: #152a45 !important;
  border-color: #152a45 !important;
  color: #fff !important;
}

body #content .cont-form-col form.wpcf7-form .submit-btn p::before {
  content: "\f1d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 1.35rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  font-size: 1rem;
}

body #content .cont-form-col form.wpcf7-form .submit-btn .wpcf7-spinner {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -8px;
  left: auto;
}

body #content .cont-form-col form.wpcf7-form .wpcf7-response-output {
  margin-top: 0.75rem;
  font-size: 0.88rem;
  text-align: center;
}

body #content .cont-form-col .cont-form-disclaimer {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 1rem;
  text-align: center;
  font-size: 0.78rem !important;
  color: #9ca3af !important;
  line-height: 1.45 !important;
}

body #content iframe {
  border-radius: 1.5rem;
}

body form.wpcf7-form {
  padding: 0;
  border-radius: 0;
  background: #fff;
  border: 0;
}

body form.wpcf7-form br {
  display: none;
}

body form.wpcf7-form .main-head {
  font-size: 1.45rem !important;
  font-family: var(--global-font-family);
  font-weight: 600 !important;
  color: #1A1A1A !important;
  margin-bottom: 0.9rem;
}

body form.wpcf7-form .flex-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body form.wpcf7-form .form-group {
  padding-bottom: 0.95rem;
  width: 100%;
}

body form.wpcf7-form label {
  display: block;
  font-size: 0.82rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 0.38rem;
}

body form.wpcf7-form label span {
  color: #0C68E9;
}

body form.wpcf7-form input[type="text"], body form.wpcf7-form input[type="email"], body form.wpcf7-form input[type="tel"], body form.wpcf7-form input[type="date"] {
  width: 100%;
  height: 3.2rem;
  padding: 0 0.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 14px;
  outline: none;
  font-size: 0.92rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #1A1A1A;
}

body form.wpcf7-form input[type="text"]::-webkit-input-placeholder, body form.wpcf7-form input[type="email"]::-webkit-input-placeholder, body form.wpcf7-form input[type="tel"]::-webkit-input-placeholder, body form.wpcf7-form input[type="date"]::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  font-size: 0.88rem;
}

body form.wpcf7-form input[type="text"]:-ms-input-placeholder, body form.wpcf7-form input[type="email"]:-ms-input-placeholder, body form.wpcf7-form input[type="tel"]:-ms-input-placeholder, body form.wpcf7-form input[type="date"]:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  font-size: 0.88rem;
}

body form.wpcf7-form input[type="text"]::-ms-input-placeholder, body form.wpcf7-form input[type="email"]::-ms-input-placeholder, body form.wpcf7-form input[type="tel"]::-ms-input-placeholder, body form.wpcf7-form input[type="date"]::-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
  font-size: 0.88rem;
}

body form.wpcf7-form input[type="text"]::placeholder, body form.wpcf7-form input[type="email"]::placeholder, body form.wpcf7-form input[type="tel"]::placeholder, body form.wpcf7-form input[type="date"]::placeholder {
  color: #B4B4B4;
  opacity: 1;
  font-size: 0.88rem;
}

body form.wpcf7-form input[type="text"]:focus, body form.wpcf7-form input[type="email"]:focus, body form.wpcf7-form input[type="tel"]:focus, body form.wpcf7-form input[type="date"]:focus {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
}

body form.wpcf7-form .error {
  color: #0C68E9;
}

body form.wpcf7-form .success {
  color: #0EC879;
}

body form.wpcf7-form select {
  width: 100%;
  height: 3.2rem;
  padding: 0 0.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 14px;
  outline: none;
  font-size: 0.92rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #1A1A1A;
}

body form.wpcf7-form select:focus {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
}

body form.wpcf7-form textarea {
  width: 100%;
  padding: 0.72rem 0.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 14px;
  outline: none;
  font-size: 0.92rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  resize: vertical;
  min-height: 4.5rem;
  background: #fff;
  color: #1A1A1A;
}

body form.wpcf7-form textarea:focus {
  border-color: #0C68E9;
  -webkit-box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(248, 189, 0, 0.12);
}

body form.wpcf7-form .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #0C68E9;
}

body form.wpcf7-form .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

body form.wpcf7-form .submit-btn {
  text-align: right;
  margin: 0.65rem 0 0;
  position: relative;
}

body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background-color: #0C68E9;
  color: #0F1115;
  border: 1px solid #0C68E9;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

body form.wpcf7-form .submit-btn input:hover, body form.wpcf7-form .submit-btn button:hover {
  background: #ffcf2f;
  border-color: #ffcf2f;
}

body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}

body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #0C68E9;
}

body .whatsapp-float a {
  position: fixed;
  bottom: 1rem;
  left: auto;
  right: 1rem;
  z-index: 9;
  height: 60px;
  width: 60px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.39));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.39));
  -webkit-animation: neechejaa 3s ease-in-out infinite;
          animation: neechejaa 3s ease-in-out infinite;
}

body .whatsapp-float img {
  width: 100%;
}

@-webkit-keyframes neechejaa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes neechejaa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

body footer#colophon {
  background: #050b16;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body footer#colophon .footer-main {
  padding: 2.75rem 0 2.5rem;
  background: transparent;
}

body footer#colophon .footer-main .flex-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1.55fr 0.85fr 1.15fr;
      grid-template-columns: 1.55fr 0.85fr 1.15fr;
  gap: clamp(2rem, 4vw, 3.25rem);
}

@media (max-width: 991px) {
  body footer#colophon .footer-main .flex-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}

body footer#colophon .footer-main .foot-1 .foot-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

body footer#colophon .footer-main .foot-1 .foot-brand .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}

body footer#colophon .footer-main .foot-1 .foot-brand .logo a {
  display: block;
  line-height: 0;
}

body footer#colophon .footer-main .foot-1 .foot-brand .logo img {
  height: auto;
  max-height: 3.25rem;
  width: auto;
  -webkit-filter: none;
          filter: none;
}

body footer#colophon .footer-main .foot-1 .foot-brand .foot-brand__copy {
  min-width: 0;
  padding-top: 0.1rem;
}

body footer#colophon .footer-main .foot-1 .foot-brand .foot-brand__name {
  margin: 0 0 0.35rem;
  font-family: var(--global-font-family-2), sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.01em;
}

body footer#colophon .footer-main .foot-1 .foot-brand .foot-brand__tagline {
  margin: 0;
  font-family: var(--global-font-family), sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5aa9ff;
  line-height: 1.35;
}

body footer#colophon .footer-main .foot-1 .widget {
  margin-top: 0;
}

body footer#colophon .footer-main .foot-1 p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 34rem;
  font-size: 0.95rem;
  font-weight: 400;
}

body footer#colophon .footer-main .foot-1 ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 0.65rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4rem;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li {
  font-size: 1rem;
  margin-bottom: 0;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a {
  color: #fff;
  font-size: inherit;
  -webkit-transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  height: 2.4rem;
  width: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a i {
  margin: 0;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  color: #fff;
}

body footer#colophon .footer-main .foot-1 ul.social-icons li a:hover i {
  color: #fff;
}

body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family-2), sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: none;
  color: #fff;
  margin: 0 0 1.1rem;
  letter-spacing: 0.02em;
}

body footer#colophon .footer-main section.widget p {
  font-size: 0.92rem;
  font-family: var(--global-font-family), sans-serif;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
  margin-bottom: 0.75rem;
  line-height: 1.45;
}

body footer#colophon .footer-main section.widget p:last-child {
  margin-bottom: 0;
}

body footer#colophon .footer-main section.widget p i {
  margin-right: 0.55rem;
  color: #5aa9ff;
  width: 1rem;
  text-align: center;
}

body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  gap: 0.55rem;
}

body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family), sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
}

body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.45rem;
  color: #5aa9ff;
}

body footer#colophon .footer-main section.widget ul li a:hover {
  color: #fff;
}

body footer#colophon .copyright {
  padding: 1.1rem 0 1.25rem;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body footer#colophon .copyright .copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

@media (max-width: 600px) {
  body footer#colophon .copyright .copyright-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body footer#colophon .copyright p {
  font-size: 0.8125rem;
  font-family: var(--global-font-family), sans-serif;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

body footer#colophon .copyright p a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body footer#colophon .copyright p a:hover {
  color: #5aa9ff;
}

body footer#colophon .copyright .copyright-right {
  text-align: right;
}

@media (max-width: 600px) {
  body footer#colophon .copyright .copyright-right {
    text-align: left;
  }
}
/*# sourceMappingURL=template.css.map */