@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  background: rgb(250, 250, 250);
  background-size: 100px;
  touch-action: manipulation;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-x: clip;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  body * {
    font-size: 0.925rem;
  }
}

b a,
p,
li,
ul,
span,
div,
button {
  text-wrap: pretty;
  font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
}

p {
  letter-spacing: -0.25px;
}

h1,
h2,
h3 {
  line-height: 1.25;
  font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 10000;
  background: var(--primary);
  color: black;
  padding: 14px 18px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
}

.header-title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.skip:focus {
  top: 20px;
  outline: 3px solid #fff;
}

:root {
  --black: #000;
  --white: #fff;
  --yellow: #F1A908;
  --text-color: #133552;
  --primary: #fed050;
  --primaryHover: #fabb0d;
  --secondary: #6099C7;
  --body: #f9f9f9;
  --bodyDark: #0D1B2A;
  --cta: 0px 0px 3px rgba(0, 0, 0, 0.125),
      0px 0px 2px rgba(0, 0, 0, 0.25),
      0px 0px 1.5px rgba(0, 0, 0, 0.125),
      0px 0px 1px rgba(0, 0, 0, .25);
}

@media only screen and (min-width: 0px) {
  main section [class$=-inner] {
    padding: 100px 0 125px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  main section [class$=-inner] {
    padding: 75px 0;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] {
    margin-bottom: clamp(25px, 3vw, 35px);
  }
  html section [class$=-header] .topper {
    display: block;
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(1.25em, 3.5vw, 1.75em);
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--primary);
    text-shadow: none;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html section [class$=-header] .topper {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] h2 {
    font-weight: normal;
    font-size: clamp(1.75em, 3.5vw, 2.5em);
    line-height: 1.25;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
    color: var(--secondary);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  html section [class$=-header] h2 {
    letter-spacing: 0.25px;
  }
}
@media only screen and (min-width: 0px) {
  html section [class$=-header] h3 {
    font-size: clamp(1.125em, 2vw, 1.3em);
  }
  html section [class$=-header] p {
    max-width: 800px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  html section [class$=-header] p:last-of-type {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 0px) {
  html [class~=primary-cta] {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 100vw;
    padding: 25px 30px;
    font-size: 0.95rem;
    box-shadow: 0px 0px 3px rgb(0, 0, 0);
    text-shadow: var(--cta);
    color: white;
    background: var(--primary);
  }
  html [class~=primary-cta]:hover {
    background: var(--white);
    color: black;
    text-shadow: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  html [class~=primary-cta] {
    padding: 22px 20px;
  }
}
@media only screen and (min-width: 0px) {
  html .button {
    display: flex;
    gap: 15px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  html .button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    background: #fed050;
    font-size: 16px;
    color: var(--textColor);
  }
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/inter-v20-latin-700.woff2") format("woff2");
}
/* anton-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/anton-v27-latin-regular.woff2") format("woff2");
}
@media only screen and (min-width: 0px) {
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25) !important;
    cursor: pointer;
  }
  #overlay.active {
    display: block;
    z-index: 10;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1000px) {
  #overlay.active {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  header {
    position: relative;
    background-color: var(--white);
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0px 0px 1em black;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  header .topbar {
    position: relative;
    background: #0d2b4a;
    background: linear-gradient(#1c5285, #0f3a64);
    background-image: url(/assets/images/global/backgrounds/bg-light-blue-inverse.webp);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 14px;
    height: 35px;
    padding: 0 12px;
    transition: 0.15s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  header .topbar {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  header .topbar .topbar-inner {
    font-family: "alice", sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
  }
  header .topbar .hours {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: 0.3s;
    cursor: default;
  }
  header .topbar .hours div span {
    font-weight: bold;
  }
  header .topbar .hours div:hover {
    color: var(--primary);
    transition: 0.3s;
  }
  header .topbar .hours img {
    width: 22px;
    margin-right: 7px;
  }
  header .topbar .phone-email {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: clamp(10px, 1.5vw, 50px);
    font-family: "alice", sans-serif;
  }
  header .topbar .phone-email .phone,
  header .topbar .phone-email .email {
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    transition: 0.15s;
  }
  header .topbar .phone-email .phone a,
  header .topbar .phone-email .email a {
    color: white;
    font-family: "alice", sans-serif;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  header .topbar .phone-email .phone a,
  header .topbar .phone-email .email a {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  header .topbar .phone-email .phone a span,
  header .topbar .phone-email .email a span {
    font-weight: bold;
  }
  header .topbar .phone-email .phone a:hover,
  header .topbar .phone-email .email a:hover {
    color: var(--primary);
    transition: 0.15s;
  }
  header .topbar .phone-email .phone img,
  header .topbar .phone-email .email img {
    width: 22px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 500px) {
  header .topbar .phone-email .phone img,
  header .topbar .phone-email .email img {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) {
  header .topbar .topbar-inner {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) and (min-width: 0px) and (max-width: 800px) {
  header .topbar .topbar-inner {
    justify-content: center;
  }
  header .topbar .topbar-inner .hours {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) and (min-width: 0px) and (max-width: 800px) and (min-width: 0px) and (max-width: 472px) {
  header .topbar .topbar-inner span {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) {
  header .topbar .phone-email {
    justify-content: space-between;
    gap: clamp(5px, 3vw, 25px);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) {
  header .topbar .text-preferred {
    font-weight: 100 !important;
    color: #56F0DE;
  }
}
@media only screen and (min-width: 0px) {
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1800px;
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    height: 88px;
  }
  header .header-inner .logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    gap: 5px;
    font-weight: 100;
    font-size: 1.5em;
    color: var(--primary);
  }
  header .header-inner .logo:hover {
    color: black;
  }
  header .header-inner .logo img {
    height: 100%;
    max-height: 90px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: 0.2s;
    aspect-ratio: 15/6;
    transition: 0.1s ease-in-out;
  }
  header .header-inner .logo img:hover {
    filter: drop-shadow(0px 0px 3px var(--primary));
    transition: 0.1s ease-in-out;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1099px) {
  header .header-inner nav {
    width: 70%;
    height: 100%;
    z-index: 100;
  }
  header .header-inner nav #nav-inner {
    border-left: 7px solid var(--background3);
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--background);
    padding: 0;
    padding-bottom: 150px;
    height: 100dvh;
    max-width: 375px;
    min-width: 275px;
    /* START OFF SCREEN */
    transform: translateX(100%);
    pointer-events: none;
    transition: transform 0.3s ease;
  }
  header .header-inner nav #nav-inner li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-inner nav #nav-inner li:hover {
    background: var(--background2);
  }
  header .header-inner nav #nav-inner li a {
    width: 100%;
    padding: 15px 20px;
    color: var(--textColor);
    text-align: center;
  }
  header .header-inner nav #nav-inner li a:hover {
    text-underline-offset: 4px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--textHover);
  }
  header .header-inner nav #nav-inner li .active {
    text-underline-offset: 4px;
    text-decoration: underline;
    color: var(--textColor);
    text-decoration-thickness: 2px;
    text-decoration-color: var(--textHover);
  }
  header .header-inner nav #nav-inner .dropdown {
    display: flex;
    flex-direction: column;
  }
  header .header-inner nav #nav-inner .dropdown ul {
    display: none;
  }
  header .header-inner nav #nav-inner .dropdown .arrow-down {
    display: none;
  }
  header .header-inner nav #nav-inner.active {
    /* SLIDE IN */
    transform: translateX(0);
    background-color: white;
    pointer-events: auto;
    background-image: url(../../images/index/corner1.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) {
  header .header-inner nav {
    justify-content: center;
    align-items: center;
    justify-self: center;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) and (min-width: 0px) and (max-width: 1200px) {
  header .header-inner nav {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) {
  header .header-inner nav #nav-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
  header .header-inner nav #nav-inner li {
    height: 100%;
    padding: 0;
    background: white;
  }
  header .header-inner nav #nav-inner li a {
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 37px clamp(10px, 1.25vw, 20px);
  }
  header .header-inner nav #nav-inner li a:hover {
    text-underline-offset: 4px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: black;
    text-decoration-color: var(--yellow);
  }
  header .header-inner nav #nav-inner li .active {
    text-underline-offset: 4px;
    text-decoration: underline;
    text-decoration-color: var(--yellow);
    text-decoration-thickness: 2px;
  }
  header .header-inner nav #nav-inner .dropdown {
    padding: 0;
  }
  header .header-inner nav #nav-inner .dropdown .dropdown-link {
    padding: 37px clamp(10px, 1.25vw, 20px);
    position: relative;
  }
  header .header-inner nav #nav-inner .dropdown .dropdown-link::after {
    content: "";
    background-image: url("/assets/images/global/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 42px;
    right: 3px;
    width: 10px;
    height: 10px;
  }
  header .header-inner nav #nav-inner .dropdown ul {
    display: none;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul {
    position: absolute;
    z-index: 1;
    display: block;
    padding: 0;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35.5px;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 250px;
    border-bottom: 1px solid rgb(200, 200, 200);
    background: white;
    border-left: 5px solid transparent;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li img {
    max-width: 35px;
    margin-right: 5px;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li a {
    background: white;
    line-height: 1;
    padding: 20px 25px;
    padding-left: 10px;
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li:hover {
    border-left: 5px solid var(--yellow);
  }
  header .header-inner nav #nav-inner .dropdown:hover ul li:hover a {
    text-decoration: none;
  }
}
@media only screen and (min-width: 0px) {
  header .header-inner .secondary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 275px;
    width: clamp(50px, 14vw, 300px);
  }
  header .header-inner .secondary .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    font-size: 15px;
  }
  header .header-inner .secondary .cta a {
    box-shadow: var(--boxShadow);
    background: var(--primary);
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
    height: 50px;
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
  }
  header .header-inner .secondary .cta a:hover {
    color: black;
    transition: 0.2s;
    box-shadow: 0px 0px 1px black;
    background: var(--primaryHover);
  }
  header .header-inner .secondary .instagram,
  header .header-inner .secondary .facebook {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 5px;
    transition: 0.2s;
    width: -moz-fit-content;
    width: fit-content;
    gap: 5px;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.75));
  }
  header .header-inner .secondary .instagram p,
  header .header-inner .secondary .facebook p {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1500px) {
  header .header-inner .secondary .instagram p,
  header .header-inner .secondary .facebook p {
    display: none;
  }
}
@media only screen and (min-width: 0px) {
  header .header-inner .secondary .instagram p:hover,
  header .header-inner .secondary .facebook p:hover {
    color: var(--textHover);
  }
  header .header-inner .secondary .instagram img,
  header .header-inner .secondary .facebook img {
    max-width: 36px;
    transition: 0.15s;
  }
  header .header-inner .secondary .instagram img:hover,
  header .header-inner .secondary .facebook img:hover {
    filter: drop-shadow(1px 1px 1px var(--textColor));
    transform: scale(1.15);
    transition: 0.15s;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1100px) {
  header .header-inner .secondary {
    display: none;
    min-width: 0px;
    width: 0px;
  }
  header .header-inner .secondary .cta,
  header .header-inner .secondary .instagram {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1099px) {
  header .header-inner #mobile-box {
    position: relative;
    display: block;
    margin-right: 15px;
    z-index: 100;
    box-shadow: var(--boxShadow);
    background: var(--background2);
    border-radius: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
  }
  header .header-inner #mobile-box:hover {
    box-shadow: var(--boxShadowHover);
  }
  header .header-inner #mobile-box #hamburger {
    background: var(--primary);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
    position: relative;
    width: 36px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-inner #mobile-box #hamburger .line {
    position: absolute;
    height: 3px;
    width: 24px;
    border-radius: 2px;
    background: #222;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
  }
  header .header-inner #mobile-box #hamburger .line1 {
    top: 10px;
  }
  header .header-inner #mobile-box #hamburger .line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  header .header-inner #mobile-box #hamburger .line3 {
    bottom: 10px;
  }
  header .header-inner #mobile-box.active {
    position: fixed;
    right: 3px;
    transform: rotate(180deg);
  }
  header .header-inner #mobile-box.active #hamburger {
    position: relative;
  }
  header .header-inner #mobile-box.active #hamburger .line2 {
    opacity: 0;
  }
  header .header-inner #mobile-box.active #hamburger .line1 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  header .header-inner #mobile-box.active #hamburger .line3 {
    bottom: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  header .header-inner .mobile-logo {
    max-width: 300px;
    margin-top: 125px;
    margin-bottom: 15px;
    padding: 15px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-inner .mobile-logo img {
    width: 85%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 0px) and (min-width: 1100px) {
  header .header-inner #mobile-box,
  header .header-inner .mobile-logo {
    display: none;
  }
}
@media (min-width: 0px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    transform: translateY(0);
    transition: none;
    will-change: transform;
  }
  header.can-animate {
    transition: transform 0.25s ease;
  }
  header.is-hidden {
    transform: translateY(-110%);
  }
  header.is-pinned {
    transform: translateY(0);
  }
  body {
    padding-top: 84px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  body {
    padding-top: 84px;
  }
}
.active-border {
  border-left: 5px solid var(--yellow) !important;
}

@media only screen and (min-width: 0rem) {
  .hero {
    height: 425px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 0px) and (max-width: 800px) {
  .hero {
    height: 300px;
  }
}
@media only screen and (min-width: 0rem) {
  .hero .hero-inner {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.125);
  }
  .hero .hero-inner h1 {
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    padding-top: 50px;
    color: white;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .hero .hero-inner .breadcrumbs {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  }
  .hero .hero-inner .breadcrumbs .arrow {
    margin: 0 5px;
    transform: rotate(-90deg);
    filter: brightness(0) invert(1) drop-shadow(0 0 1px black);
  }
}
@media only screen and (min-width: 0px) {
  .faq {
    background: #061F44;
    background-image: url(/assets/images/global/backgrounds/bg-light-blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .faq .faq-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .faq .faq-heading {
    max-width: 850px;
    margin: 0 auto 35px;
    text-align: center;
  }
  .faq .faq-heading h2 {
    display: block;
    color: var(--primary);
    font-size: 15px;
    margin-bottom: 5px;
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
  .faq .faq-heading .header-title {
    display: block;
    font-family: "Anton", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(28px, 7vw, 44px);
    font-weight: 100;
    line-height: 1.15;
    color: white;
  }
  .faq .faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: start;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .faq .faq-grid {
    gap: 8px;
  }
}
@media only screen and (min-width: 0px) {
  .faq .faq-item {
    border: 1px solid rgba(255, 255, 255, 0.25);
    overflow: hidden;
    background: #061F44;
    background-image: url(/assets/images/global/backgrounds/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .faq .faq-item:hover {
    background-image: url(/assets/images/global/backgrounds/bg-inverse.webp);
  }
  .faq .faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: clamp(22px, 3vw, 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .faq .faq-item summary::-webkit-details-marker {
    display: none;
  }
  .faq .faq-item summary span {
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 100;
    line-height: 1.5;
    color: var(--white);
  }
  .faq .faq-item summary::after {
    content: "+";
    color: var(--white);
    font-size: 32px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .faq .faq-item summary:hover span {
    color: var(--primary);
  }
  .faq .faq-item[open] summary span {
    color: var(--primary);
  }
  .faq .faq-item[open] summary::after {
    content: "−";
  }
  .faq .faq-item[open] .faq-content {
    max-height: 300px;
  }
  .faq .faq-item p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
    padding: 0 clamp(22px, 3vw, 30px) clamp(22px, 3vw, 30px);
  }
  .faq .faq-item .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
  }
  .faq .faq-item .faq-content p {
    color: rgb(255, 255, 255);
    font-size: clamp(14px, 3vw, 15px);
    line-height: 1.5;
    padding: 0 clamp(22px, 3vw, 30px) clamp(22px, 3vw, 30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .faq .faq-heading {
    text-align: left;
  }
  .faq .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq .faq-item summary {
    padding: 20px;
  }
  .faq .faq-item p {
    padding: 0 20px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .details,
  #cta {
    background-attachment: local !important;
    background-position: center !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
  .header-title {
    font-size: clamp(28px, 7vw, 44px) !important;
  }
}

.details-grid,
.process-grid {
  gap: 10px !important;
}

a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: var(--primary);
  }
}

@media only screen and (min-width: 0px) {
  #footer {
    background: #0d2b4a;
    background: linear-gradient(-15deg, #18416b 45%, #16497b 85%, #13385c);
    color: white;
    background: #061F44;
    background-image: url(/assets/images/global/backgrounds/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #footer .footer-inner {
    width: min(1400px, 90%);
    margin: 0 auto;
    padding: clamp(50px, 7vw, 75px) 0;
    display: grid;
    grid-template-columns: 0.9fr 1.3fr;
    gap: clamp(35px, 6vw, 70px);
  }
  #footer .footer-brand .footer-logo {
    display: inline-block;
    margin-bottom: 20px;
  }
  #footer .footer-brand .footer-logo img {
    display: block;
    width: 220px;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    filter: drop-shadow(0px 0px 2px #6099C7);
  }
  #footer .footer-brand .footer-logo img:hover {
    filter: drop-shadow(0px 0px 2px #fabb0d);
    transition: 0.1s ease-in-out;
  }
  #footer .footer-brand p {
    max-width: 500px;
    color: rgb(255, 255, 255);
    font-size: clamp(15px, 2vw, 16px);
    line-height: 1.5;
    margin-bottom: 25px;
  }
  #footer .footer-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  #footer .footer-buttons a {
    transition: 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 55px;
    padding: 25px 20px;
    text-decoration: none;
    box-shadow: 0px 0px 3px black;
  }
  #footer .footer-buttons a:first-child {
    color: black;
    background-image: url(/assets/images/global/backgrounds/bg-yellow.webp);
  }
  #footer .footer-buttons a:first-child:hover {
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
    color: black;
  }
  #footer .footer-buttons .footer-phone {
    background: rgba(0, 0, 0, 0.125);
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 700;
  }
  #footer .footer-buttons .footer-phone:hover {
    background-image: url(/assets/images/global/backgrounds/yellow-lighter.webp);
    color: black;
  }
  #footer .footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(25px, 4vw, 50px);
  }
  #footer .footer-column h2 {
    display: block;
    color: var(--primary);
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "Inter", system-ui, "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
  }
  #footer .footer-column .footer-subtitle {
    margin-top: 28px;
  }
  #footer .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 9px;
  }
  #footer .footer-column li,
  #footer .footer-column a,
  #footer .footer-column span,
  #footer .footer-column p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
  }
  #footer .footer-column a {
    padding: 5px 25px 5px 0;
    width: 100%;
  }
  #footer .footer-column a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  #footer .footer-column p {
    max-width: 260px;
    margin: 0;
  }
  #footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #footer .footer-bottom-inner {
    width: min(1400px, 90%);
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  #footer .footer-bottom-inner p,
  #footer .footer-bottom-inner a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
  }
  #footer .footer-bottom-inner p:hover {
    color: rgb(255, 255, 255);
  }
  #footer .footer-bottom-inner a:hover {
    color: rgb(255, 255, 255);
  }
  #footer .footer-bottom-inner a:hover span {
    color: var(--primary);
  }
  #footer .footer-bottom-inner .artshawebdesign span {
    font-weight: 700;
    white-space: nowrap;
  }
  #footer .footer-bottom-inner .footer-pages a:hover {
    color: var(--primary);
  }
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
  #footer .footer-inner {
    grid-template-columns: 1fr;
  }
  #footer .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  #footer .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #footer .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  #footer .footer-buttons {
    flex-direction: column;
  }
  #footer .footer-buttons a {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) {
  html .fslightbox-toolbar {
    background-color: var(--secondary) !important;
  }
  html .fslightbox-toolbar-button {
    transform: scale(1.25) !important;
  }
  html .fslightbox-svg-path {
    background: var(--white) !important;
    fill: var(--white) !important;
  }
  html .fslightbox-slide-btn.fslightbox-flex-centered {
    background-color: var(--secondary) !important;
    fill: var(--white) !important;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 600px) {
  html .fslightbox-slide-btn-container.fslightbox-slide-btn-container-next,
  html .fslightbox-slide-btn-container.fslightbox-slide-btn-container-previous {
    top: 80% !important;
  }
}
@media only screen and (min-width: 0px) {
  .hero {
    background-image: url("/assets/images/about/hero.webp");
  }
}/*# sourceMappingURL=about-critical.css.map */