:root {
  --contrast: #001053;
  --contrast-2: #1f2641;
  --contrast-3: #374563;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --accent: #30bced;
  --accent-2: #fcba04;
  --e-global-color-accent: #0071db;
  --e-global-color-text: #494949;
  --e-global-color-primary: #010101;
  --e-global-color-secondary: #0071db;
  --ast-global-color-1: #005ee9;
  --ast-global-color-3: #364151;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  color: var(--contrast);
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex: 1;
}

.hiw {
  color: #ffffff !important;
  font-size: 1.5rem;
  line-height: 1.2rem;
  font-weight: 600;
}

.howItWorks_howItWorksItemIcon__BCb3s {
  background-repeat: no-repeat;
  background-position: 50%;
}

.howItWorks_howItWorks__DUA6k {
  overflow-x: hidden;
  margin-bottom: 0;
  padding-bottom: 44px;
  background-color: #0071db;
}

.howItWorks_titleLine__G82Th {
  position: relative;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  min-height: 32px;
}

.howItWorks_howItWorksTitle__7Tt2I {
  text-align: center;
  color: #ffffff !important;
  padding-top: 30px;
}

.howItWorks_howItWorksList__UBlpa {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.howItWorks_howItWorksItem__VU4ll {
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 8px 8px 32px rgba(3, 14, 49, 0.04);
}

.howItWorks_howItWorksItemContent__ZxWxn {
  color: #ffffff;
  width: 248px;
}

.howItWorks_howItWorksItemIcon__BCb3s {
  background-size: cover;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
}

.howItWorks_fileFind__k2IPr { background-image: url(/icons/find-yellow.svg); }
.howItWorks_file__Q_40T { background-image: url(/icons/file-yellow.svg); }
.howItWorks_shield__Yei92 { background-image: url(/icons/shield-yellow.svg); }
.howItWorks_dollarCircle__VwYpX { background-image: url(/icons/moneyback-yellow.svg); }

.container2 {
  justify-content: center;
  display: flex;
  padding-bottom: 20px;
}

@media (min-width: 360px) {
  .howItWorks_howItWorksItemContent__ZxWxn { width: 288px; }
}

@media (min-width: 414px) {
  .howItWorks_howItWorksItemContent__ZxWxn { width: 334px; }
}

@media (min-width: 451px) {
  .howItWorks_howItWorksItemContent__ZxWxn { width: auto; }
}

@media (min-width: 768px) {
  .howItWorks_howItWorksList__UBlpa {
    width: 720px;
    margin: 56px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (min-width: 1366px) {
  .howItWorks_howItWorksList__UBlpa {
    width: 1000px;
    column-gap: 40px;
  }
}

#wpforms-1647 {
  background: #ffffff;
  border: 2px solid #c9d6fc;
  border-radius: 24px;
  padding: 40px 30px;
  box-shadow: 0 2px 20px rgba(102, 102, 102, 0.15);
  max-width: 565px;
  margin: 0 auto;
}

#wpforms-1647 h1 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  line-height: 1.35;
  color: #010101;
}

.elementor-element-626569b .elementor-button,
.elementor-button-wrapper .elementor-button {
  text-decoration: none;
}

.elementor-nav-menu .menu-link {
  text-decoration: none;
  color: inherit;
}

.elementor-nav-menu--dropdown .menu-link {
  display: block;
  padding: 10px 20px;
}

.inpt,
div.wpforms-container-full input,
div.wpforms-container-full select,
div.wpforms-container-full textarea {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  font-size: 16px;
  font-family: inherit;
}

textarea.inpt {
  height: auto;
  min-height: 100px;
  resize: vertical;
}

div.wpforms-container-full.wpf-custom-css {
  margin: 0 0 15px;
  text-align: center;
}

.wpforms-container .wpforms-field {
  padding: 0 0 1.5em;
}

.wpf-custom-css .wpforms-submit-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

div.wpforms-container-full button[type='submit']:not(:hover):not(:active) {
  background-color: #0071db;
  width: 100%;
  color: #fff;
  border: none;
  cursor: pointer;
}

div.wpforms-container-full button[type='submit']:hover,
div.wpforms-container-full button[type='submit']:active {
  color: #f4f4f4;
  width: 100%;
  background-color: #23177c;
}

.wpf-custom-css-submit {
  font-size: 14px !important;
  line-height: 16.8px !important;
  height: 44px !important;
}

.document {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.letsTalk_letsTalk__OTOhL {
  background-color: #0071db;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 20px 0 40px;
}

.elementor-button-text1 {
  color: #112152;
  font-weight: 500;
}

.elementor-button1 {
  display: inline-block;
  line-height: 1;
  background-color: #ffe661;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
}

.letsTalk_letsTalkTitle__IW0U_ {
  color: #f4f4f4 !important;
  margin-bottom: 16px;
}

.letsTalk_letsTalkContent__yBF0a {
  color: #f4f4f4;
  margin-bottom: 24px;
}

.faq {
  text-align: center;
  color: #001053;
}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}

.faq-item {
  position: relative;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  padding: 15px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.faq-question::after {
  content: '\203A';
  font-size: 18px;
  color: #333;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  max-height: 300px;
  overflow-y: auto;
}

#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 50%;
  background-color: #200ea9;
  font-size: 1.125rem;
  right: 30px;
  bottom: 30px;
}

#ast-scroll-top.is-visible {
  display: block;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-left: 0;
  vertical-align: middle;
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
}

/*
 * "Statement on recent events" — the original left column held an image that no
 * longer exists, leaving the white text card stranded on the right. Drop the
 * empty column and center the card on the page.
 */
.elementor-element-13dbbcac .elementor-element-21da044c {
  display: none !important;
}

.elementor-element-13dbbcac > .elementor-container {
  justify-content: center !important;
}

.elementor-element-13dbbcac .elementor-element-4e8b5a02 {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor-menu-toggle {
  cursor: pointer;
}

/* Hero: side-by-side on laptop+, stacked on mobile */
@media (min-width: 768px) {
  .elementor-element-b037724 > .elementor-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
  }

  .elementor-element-b037724 > .elementor-container > .elementor-element-4760954,
  .elementor-element-b037724 > .elementor-container > .elementor-element-a5e4493 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 767px) {
  .elementor-element-b037724 > .elementor-container {
    flex-direction: column !important;
    flex-wrap: wrap !important;
  }

  .elementor-element-b037724 > .elementor-container > .elementor-element-4760954,
  .elementor-element-b037724 > .elementor-container > .elementor-element-a5e4493 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Mobile navigation */
@media (min-width: 1025px) {
  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none !important;
  }

  .elementor-60 .elementor-element-7439c13 > .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .elementor-60 .elementor-element-d0228e5 {
    flex: 0 0 auto;
  }

  .elementor-60 .elementor-element-7a90c32 {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
  }

  .elementor-60 .elementor-element-7a90c32 .elementor-widget-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    color: #0071db;
    font-size: 22px;
  }

  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: min(320px, calc(100vw - 40px));
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    border-radius: 4px;
  }

  .elementor-nav-menu--dropdown-tablet.elementor-active .elementor-nav-menu--dropdown {
    display: block !important;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu > .menu-item {
    margin: 0;
    padding: 0;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu .menu-link {
    display: block;
    padding: 12px 20px;
    color: #364151;
    font-weight: 500;
    text-decoration: none;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu .menu-link:hover,
  .elementor-nav-menu--dropdown .elementor-nav-menu .menu-link:focus {
    background: #e7f6ff;
    color: #0071db;
  }

  .elementor-nav-menu--dropdown .sub-menu {
    display: none;
    position: static;
    box-shadow: none;
    padding: 0 0 8px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    max-height: none;
    background: #f7f9fb;
  }

  .elementor-nav-menu--dropdown .menu-item-has-children.is-sub-open > .sub-menu {
    display: block;
  }

  .elementor-nav-menu--dropdown .menu-item-has-children > .menu-link {
    position: relative;
    padding-right: 36px;
  }

  .elementor-nav-menu--dropdown .menu-item-has-children > .menu-link::after {
    content: '\203A';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
  }

  .elementor-nav-menu--dropdown .menu-item-has-children.is-sub-open > .menu-link::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .elementor-element-8f65231 {
    display: none !important;
  }
}

body.rfs-nav-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .faq-container {
    max-width: 100%;
    padding: 20px 5px;
  }
}
