:root {
  --faded: #ffffff26;
  --fadedd: #ce984280;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fffc;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

a {
  text-decoration: none;
}

em {
  font-style: italic;
}

.tag {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tag.red {
  color: #ef4343;
  text-transform: capitalize;
  margin-bottom: 32px;
}

.tag.red.weirdsize {
  font-size: .875rem;
  line-height: 1.25rem;
}

.tag.red.weirdsize.nomarg {
  margin-bottom: 0;
}

.body {
  color: #fff;
  background-color: #fff;
  line-height: 1.5;
}

.body.black {
  background-color: #0a0a0a;
}

.bubble-div {
  text-transform: uppercase;
  background-color: #ef434340;
  border: 1px solid #ef434366;
  border-radius: 6.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 8px 1rem;
  display: flex;
  box-shadow: 0 2px 20px 2px #ef434366;
}

.h1 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.h1.apply {
  font-size: 3.75rem;
  line-height: 1;
}

.h2 {
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 500;
}

.h2.white {
  -webkit-text-fill-color: transparent;
  background-color: red;
  background-image: linear-gradient(#fff, #d8d8d8);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph {
  color: #fff;
}

.paragraph.sub {
  color: #999;
  margin-bottom: 24px;
  font-size: 1.87rem;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo {
  max-width: 200px;
}

.logo.foot {
  max-width: 80px;
  margin-top: 15px;
}

.logo.foot.head {
  width: 95px;
  max-width: 1000px;
  height: 95px;
  max-height: 96px;
}

.logo.foot.head.foot2 {
  width: 220px;
}

.logo.foot.smaller {
  width: 50px;
  max-width: 50px;
  height: 50px;
  margin-top: 0;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1414144d;
  border-top: 1px solid #ffffff26;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 8vh;
  max-height: 200px;
  padding: 2vw 5vw;
  display: flex;
}

.code-embed-4 {
  border-radius: 20px;
  width: 100%;
  max-width: 950px;
  box-shadow: 0 0 20px #a1f6f8;
}

.code-embed-4.auto {
  box-shadow: none;
  width: 100%;
  max-width: none;
  margin-top: -30px;
  margin-bottom: -40px;
}

.trust-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trust-div.side {
  flex-flow: row;
}

.trust-div.side.hide {
  display: none;
}

.image-17 {
  max-width: 110px;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-answer {
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.minus {
  z-index: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  position: absolute;
}

.label-regular {
  margin-bottom: 0;
  line-height: 1.7;
}

.faq-question {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus {
  width: 24px;
  height: 24px;
}

.faq-dropdown {
  cursor: pointer;
  background-color: #31fe6c1f;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  padding: 24px;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 860px;
  display: flex;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.container {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  display: flex;
  position: relative;
}

.container.top {
  padding-top: 2svh;
}

.container.top.apply {
  min-height: 0;
  padding-bottom: 0;
}

.container.apply {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.bline {
  border-bottom: 1px solid #ffffff40;
  width: 95%;
}

.div-block-20 {
  width: 100%;
  display: flex;
}

.card {
  outline-offset: -.0625px;
  border-radius: .75rem;
  outline: .0625rem solid #bcd6f00a;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.logo-slider-img-2 {
  filter: invert();
  min-width: 200px;
  height: 100%;
  max-height: 45px;
}

.logo-slider-img-2.to-tall {
  max-width: 70px;
}

.logo-slider-img-2.squash {
  min-width: 250px;
}

.testimonial-wrap {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 30% 70%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 30% 70%, #0000);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.carousel-wrapper {
  align-items: center;
  width: auto;
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-21 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.carousel-overlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.carousel-overlay.invert {
  background-image: linear-gradient(90deg, #000, #07070700 15% 85%, #000);
}

.container-14 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-strip-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  will-change: transform;
  display: flex;
  position: relative;
}

.grid-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.testimony {
  border-radius: 20px;
  width: 284px;
  height: 160px;
  overflow: hidden;
}

.button {
  color: #111112;
  background-color: #31fe6c;
  background-image: linear-gradient(90deg, #1fe066, #14eba3);
  border-radius: 30px;
  margin-top: 24px;
  padding: 12px 32px;
  font-weight: 600;
  box-shadow: 0 2px 20px 8px #1fe0664d;
}

.button.dark {
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border: .5px solid #ffffff26;
}

.button.dark.calc, .button.calc {
  width: 100%;
}

.button.head {
  margin-top: 0;
}

.button.grid {
  margin-top: 40px;
}

.footerdiv {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hidemobile {
  color: #fff;
}

.embediv {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px 10px #1fe0664d;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1128px;
  height: 80px;
  display: flex;
}

.header.centre {
  justify-content: center;
}

.header.centre.congrats {
  height: 120px;
}

.header1 {
  justify-content: center;
  display: flex;
}

.header1.sticky {
  background-image: none;
  border-bottom: 1px solid #ffffff26;
}

.header1.sticky.bline {
  border-bottom: 1px solid #ffffff40;
}

.html-embed {
  color: #7bf4e0;
}

.calculator-wrap {
  flex-direction: column;
  display: flex;
}

.rs-tag {
  font-size: 18px;
  line-height: 1.4;
}

.rs-tag.centred {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.calculator-tab {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#ffffff1a, #ffffff1a);
  border-radius: 20px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.calculator-tab.samll {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#ffffff1a, #ffffff1a);
  padding: 24px;
}

.rs-tag-2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

.price {
  color: #31fe6c;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
}

.price.saml {
  color: #fff;
}

.slider-wrap {
  flex-direction: column;
  align-items: center;
}

.detail-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.detail-flex.v2 {
  margin-top: 25px;
}

.results-div {
  justify-content: center;
  display: flex;
}

.fixed-price-div {
  display: flex;
}

.div-block-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-26.calc {
  justify-content: space-between;
}

.blue {
  color: #31fe6c;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #141414;
  border: 1px solid #1fe06626;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph.location {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}

.green {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(105deg, #1fe066, #14eba3);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-30 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 100%;
  max-width: 672px;
}

.quoteheader {
  text-transform: capitalize;
  max-width: 450px;
  font-style: italic;
  font-weight: 400;
}

.mux {
  border-radius: 20px;
  width: 900px;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

._48 {
  margin-bottom: 48px;
}

@media screen and (max-width: 991px) {
  .logo-slider-img-2 {
    width: 174px;
  }

  .container-14 {
    max-width: 50rem;
  }
  
  /* Grid single column on mobile/tablet */
  .grid-3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 72px;
  }

  .logo-slider-img-2 {
    width: 125px;
    min-width: 125px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.25;
  }

  .tag.red.mob {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .body.black {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .bubble-div {
    margin-bottom: 32px;
  }

  .h1 {
    text-transform: capitalize;
    font-size: 28px;
  }

  .h1.apply {
    font-size: 2.25rem;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.white {
    font-size: 27px;
  }

  .paragraph {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .paragraph.sub {
    font-size: 1.25rem;
  }

  .logo {
    max-width: 150px;
    margin-right: 0;
  }

  .logo.foot {
    max-width: 100px;
    margin-top: 15px;
  }

  .footer {
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .code-embed-4 {
    border-radius: 12px;
    max-width: 90%;
    margin-bottom: 20px;
  }

  .code-embed-4.auto {
    box-shadow: none;
    max-width: 90%;
    margin-top: -10px;
  }

  .label-regular {
    white-space: normal;
  }

  .wrap-v-regular {
    max-width: 95%;
  }

  .container {
    max-width: 95%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#0a0a0a, #1fe06629 51%, #0a0a0a);
    max-width: 100%;
    padding: 0 10px;
  }

  .container.top.apply {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .container.bline {
    border-bottom: 1px solid #ffffff40;
  }

  .logo-slider-img-2 {
    display: block;
  }

  .logo-slider-img-2.to-tall {
    width: 100px;
    min-width: 100px;
  }

  .logo-slider-img-2.squash {
    min-width: 200px;
  }

  .carousel-wrapper {
    max-width: 100%;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimony {
    border-radius: 12px;
    width: 100%;
  }

  .button.dark.calc, .button.head {
    display: none;
  }

  .footerdiv {
    display: flex;
  }

  .hidemobile {
    display: none;
  }

  .header {
    justify-content: center;
  }

  .header1 {
    display: none;
  }

  .header1.sticky {
    border-bottom-style: none;
    width: 100%;
    display: flex;
  }

  .price {
    color: #fff;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .div-block-27 {
    display: flex;
  }

  .div-block-28 {
    align-items: center;
  }

  .heading {
    font-size: 1.5rem;
  }

  .quoteheader {
    display: flex;
  }

  .mux {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-2.bpad {
    margin-bottom: 16px;
  }
}

#w-node-_442f508c-58db-2647-4593-814c3e244704-e2b87dc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* ========================================
   ACCESSIBILITY & UX IMPROVEMENTS
   ======================================== */

/* Skip to main content link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #31fe6c;
  color: #0a0a0a;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 100;
  font-weight: 600;
  border-radius: 0 0 4px 0;
}

.skip-link:focus {
  top: 0;
}

/* Focus indicators for accessibility */
.button:focus-visible,
.w-button:focus-visible,
.unmute-overlay:focus-visible,
.faq-toggle:focus-visible {
  outline: 3px solid #31fe6c;
  outline-offset: 2px;
  border-radius: 4px;
}

a.button:focus,
a.w-button:focus {
  outline: 3px solid #31fe6c;
  outline-offset: 2px;
}

/* Mobile typography adjustments */
@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  
  .h1.apply {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  /* Show trust badge on mobile */
  .trust-div.side.hide {
    display: flex !important;
    font-size: 12px;
  }
  
  .image-17 {
    max-width: 60px;
  }
  
  /* Touch target size (WCAG requirement: min 44x44px) */
  .button, .w-button {
    min-height: 44px;
    padding: 12px 24px;
  }
  
  /* Grid single column on mobile */
  .grid-3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}


