@charset "UTF-8";
/*!

Theme Name:          Kanvas Legal
Description:        Kanvas Legal
Version:            1.0.0
Author:             Caffeinate Digital
*/
@font-face {
  font-family: "DM Sans";
  src: url("assets/font/DMSans-Regular.woff2") format("woff2"), url("assets/font/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/font/DMSans-Italic.woff2") format("woff2"), url("assets/font/DMSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/font/DMSans-Medium.woff2") format("woff2"), url("assets/font/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/font/DMSans-MediumItalic.woff2") format("woff2"), url("assets/font/DMSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/font/DMSans-SemiBold.woff2") format("woff2"), url("assets/font/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/font/DMSans-SemiBoldItalic.woff2") format("woff2"), url("assets/font/DMSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/font/DMSans-Bold.woff2") format("woff2"), url("assets/font/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/font/DMSans-BoldItalic.woff2") format("woff2"), url("assets/font/DMSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "DM Sans", Arial, sans-serif;
  color: #252436;
  font-size: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
  font-weight: 500;
  line-height: clamp(20px, 20px + 4 * (100vw - 320px) / 1600, 24px);
  letter-spacing: clamp(-1px, -0.5px - 0.5 * (100vw - 320px) / 1600, -0.5px);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1 {
  color: #7B01F7;
  font-size: clamp(42px, 42px + 44 * (100vw - 320px) / 1600, 86px);
  font-weight: 500;
  line-height: clamp(44px, 44px + 42 * (100vw - 320px) / 1600, 86px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}

h2 {
  color: #252436;
  font-size: clamp(36px, 36px + 32 * (100vw - 320px) / 1600, 68px);
  font-weight: 500;
  line-height: clamp(40px, 40px + 28 * (100vw - 320px) / 1600, 68px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}

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

a[href^="tel:"] {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-white {
  color: #ffffff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a,
.text-white span {
  color: inherit;
}

.text-purple {
  color: #7B01F7;
}
.text-purple h1,
.text-purple h2,
.text-purple h3,
.text-purple h4,
.text-purple h5,
.text-purple h6,
.text-purple p,
.text-purple a,
.text-purple span {
  color: inherit;
}

.text-blue {
  color: #252436;
}
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4,
.text-blue h5,
.text-blue h6,
.text-blue p,
.text-blue a,
.text-blue span {
  color: inherit;
}

.text-black {
  color: #000000;
}
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black a,
.text-black span {
  color: inherit;
}

.upper {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.light,
.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 1795px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hide-info {
  display: none;
}

@media (min-width: 992px) {
  .responsive-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  .show-tablet {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block;
  }
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
  .show-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .responsive-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mobile,
  .show-tablet {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .ctas {
    flex-direction: column;
  }
}
.site-header {
  width: 100%;
  background: #ffffff;
}
.site-header .container {
  min-height: clamp(80px, 80px + 54 * (100vw - 320px) / 1600, 134px);
  padding-top: clamp(16px, 16px + 16 * (100vw - 320px) / 1600, 32px);
  padding-bottom: clamp(16px, 16px + 16 * (100vw - 320px) / 1600, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 8px + 22 * (100vw - 320px) / 1600, 30px);
}
.site-header__logo {
  flex-shrink: 1;
  min-width: 0;
}
.site-header__logo a {
  display: block;
}
.site-header__logo img {
  display: block;
  width: clamp(135px, 135px + 205 * (100vw - 320px) / 1600, 340px);
  max-width: 100%;
  height: auto;
}
.site-header__phone {
  margin-left: auto;
  flex-shrink: 0;
}
.site-header .phone-desktop,
.site-header .phone-mobile {
  align-items: center;
  gap: 12px;
  color: #252436;
}
.site-header .phone-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .phone-mobile {
  display: none;
}
.site-header__phone-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.site-header__phone-icon img {
  display: block;
  width: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
  height: auto;
}
.site-header__phone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-header__phone-label {
  color: #252436;
  font-size: clamp(12px, 12px + 7 * (100vw - 320px) / 1600, 19px);
  font-weight: 500;
  line-height: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
  letter-spacing: 0;
}
.site-header__phone-number {
  color: #252436;
  font-size: clamp(14px, 14px + 10 * (100vw - 320px) / 1600, 24px);
  font-weight: bold;
  line-height: clamp(18px, 18px + 6 * (100vw - 320px) / 1600, 24px);
  letter-spacing: 0;
  white-space: nowrap;
}

/*
 * Only keep a breakpoint because the actual
 * behaviour changes from desktop to mobile.
 */
@media (max-width: 767px) {
  .site-header .phone-desktop {
    display: none;
  }
  .site-header .phone-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
}
.site-footer {
  width: 100%;
  background: #7B01F7;
  color: #ffffff;
}
.site-footer .container {
  min-height: clamp(80px, 80px + 54 * (100vw - 320px) / 1600, 134px);
  padding-top: clamp(16px, 16px + 16 * (100vw - 320px) / 1600, 32px);
  padding-bottom: clamp(16px, 16px + 16 * (100vw - 320px) / 1600, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 8px + 22 * (100vw - 320px) / 1600, 30px);
}
.site-footer__logo {
  flex-shrink: 1;
  min-width: 0;
}
.site-footer__logo a {
  display: block;
}
.site-footer__logo img {
  display: block;
  width: clamp(135px, 135px + 205 * (100vw - 320px) / 1600, 340px);
  max-width: 100%;
  height: auto;
}
.site-footer__phone {
  margin-left: auto;
  flex-shrink: 0;
}
.site-footer .phone-desktop,
.site-footer .phone-mobile {
  align-items: center;
  gap: 12px;
  color: #ffffff;
}
.site-footer .phone-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .phone-mobile {
  display: none;
}
.site-footer__phone-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.site-footer__phone-icon img {
  display: block;
  width: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
  height: auto;
}
.site-footer__phone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer__phone-label {
  color: #ffffff;
  font-size: clamp(12px, 12px + 7 * (100vw - 320px) / 1600, 19px);
  font-weight: 500;
  line-height: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
  letter-spacing: 0;
}
.site-footer__phone-number {
  color: #ffffff;
  font-size: clamp(14px, 14px + 10 * (100vw - 320px) / 1600, 24px);
  font-weight: bold;
  line-height: clamp(18px, 18px + 6 * (100vw - 320px) / 1600, 24px);
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .site-footer .phone-desktop {
    display: none;
  }
  .site-footer .phone-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
  }
}
.sub-footer {
  width: 100%;
  background: #ffffff;
  color: #000000;
}
.sub-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: clamp(20px, 20px + 20 * (100vw - 320px) / 1600, 40px);
  padding-bottom: clamp(20px, 20px + 20 * (100vw - 320px) / 1600, 40px);
  text-align: center;
}
.sub-footer .copyright,
.sub-footer .built-by {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-size: clamp(13px, 13px + 11 * (100vw - 320px) / 1600, 24px);
}
.sub-footer .built-by {
  margin-left: 8px;
}
.sub-footer img {
  display: inline-block;
  width: clamp(14px, 14px + 10 * (100vw - 320px) / 1600, 24px);
  height: auto;
  margin: 0 6px;
}
.sub-footer a {
  color: #000000;
  font-size: clamp(13px, 13px + 11 * (100vw - 320px) / 1600, 24px);
}
.sub-footer .agency-name,
.sub-footer .privacy {
  color: #000000;
  text-decoration: none;
  margin-left: 4px;
}

@media (max-width: 767px) {
  .sub-footer .copyright,
  .sub-footer .built-by {
    justify-content: center;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 8px + 4 * (100vw - 320px) / 1600, 12px);
  padding: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px) clamp(28px, 28px + 12 * (100vw - 320px) / 1600, 40px);
  border: 2px solid #252436;
  border-radius: 94px;
  background: #252436;
  color: #ffffff;
  font-size: clamp(14px, 14px + 5 * (100vw - 320px) / 1600, 19px);
  font-weight: 500;
  line-height: clamp(16px, 16px + 3 * (100vw - 320px) / 1600, 19px);
  text-align: center;
  text-transform: lowercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn:hover {
  background: #ffffff;
  color: #252436;
  border-color: #f2f2f2;
}
.btn__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.btn--white {
  background: #ffffff;
  border-color: #f2f2f2;
  color: #7B01F7;
}
.btn--white:hover {
  background: #7B01F7;
  border-color: #7B01F7;
  color: #ffffff;
}

.ui-datepicker {
  width: 100% !important;
  max-width: 392px;
  background: white;
  box-shadow: unset !important;
  margin: 0 auto !important;
}

.ui-datepicker-next {
  background-image: url(./assets/images/right_arrow.svg) !important;
}

.ui-datepicker-prev {
  background-image: url(./assets/images/left_arrow.svg) !important;
}

.ui-datepicker-next, .ui-datepicker-prev {
  background-position: center !important;
  height: 43px !important;
}
.ui-datepicker-next span, .ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker-title select {
  height: 22px !important;
  margin: 10px 5px !important;
}

.ui-datepicker-header {
  background-color: #ebebeb !important;
  border: 0 none !important;
}

.ui-datepicker-calendar .ui-state-default {
  background: 0 none !important;
}

.ui-datepicker tbody td {
  padding: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
}

.thank-you {
  width: 100%;
}
.thank-you__section {
  width: 100%;
  background: #ffffff;
  padding-top: clamp(30px, 30px + 70 * (100vw - 320px) / 1600, 100px);
  padding-bottom: clamp(50px, 50px + 50 * (100vw - 320px) / 1600, 100px);
}
.thank-you__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.thank-you__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(20px, 20px + 20 * (100vw - 320px) / 1600, 40px);
}
.thank-you__icon img {
  display: block;
  width: clamp(120px, 120px + 122 * (100vw - 320px) / 1600, 242px);
  height: auto;
}
.thank-you__heading {
  width: 100%;
  color: #7B01F7;
  text-align: center;
  font-size: clamp(48px, 48px + 72 * (100vw - 320px) / 1600, 120px);
  font-weight: 500;
  line-height: clamp(48px, 48px + 38 * (100vw - 320px) / 1600, 86px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
  margin-bottom: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
}
.thank-you__sub-heading {
  width: 100%;
  color: #252436;
  text-align: center;
  font-size: clamp(32px, 32px + 36 * (100vw - 320px) / 1600, 68px);
  font-weight: 500;
  line-height: clamp(36px, 36px + 32 * (100vw - 320px) / 1600, 68px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
  margin-bottom: clamp(16px, 16px + 12 * (100vw - 320px) / 1600, 28px);
}
.thank-you__description {
  width: 100%;
  max-width: 1059px;
  margin-left: auto;
  margin-right: auto;
  color: #252436;
  text-align: center;
  font-size: clamp(18px, 18px + 17 * (100vw - 320px) / 1600, 35px);
  font-weight: 500;
  line-height: clamp(22px, 22px + 13 * (100vw - 320px) / 1600, 35px);
  letter-spacing: clamp(-1px, -0.5px - 0.5 * (100vw - 320px) / 1600, -0.5px);
}
.thank-you__description p {
  margin-bottom: 0;
}
.thank-you__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(30px, 30px + 30 * (100vw - 320px) / 1600, 60px);
}

.error-404 .thank-you__icon {
  width: 100%;
}
.error-404 .thank-you__icon img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .error-404 .thank-you__icon img {
    max-width: 75%;
  }
}
.claim-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: clamp(720px, 720px + 249 * (100vw - 320px) / 1600, 969px);
  background-image: var(--claim-hero-bg-desktop);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* =========================================================
     MAIN
     ========================================================= */
  /* =========================================================
     CONTENT
     ========================================================= */
  /* =========================================================
     HEADING
     ========================================================= */
  /* =========================================================
     SUB HEADING
     ========================================================= */
  /* =========================================================
     DESCRIPTION
     ========================================================= */
  /* =========================================================
     BUTTONS
     ========================================================= */
  /* =========================================================
     FORM
     ========================================================= */
  /* =========================================================
     FEATURES
     ========================================================= */
}
.claim-hero .container {
  position: relative;
  z-index: 2;
}
.claim-hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 30px + 130 * (100vw - 320px) / 1600, 160px);
}
.claim-hero__content {
  width: 100%;
  max-width: 870px;
  min-width: 0;
  flex-shrink: 1;
  padding-top: clamp(50px, 50px + 110 * (100vw - 320px) / 1600, 160px);
  padding-bottom: clamp(170px, 170px + 30 * (100vw - 320px) / 1600, 200px);
}
.claim-hero__heading {
  width: 100%;
  margin-bottom: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
  color: #7B01F7;
  font-size: clamp(42px, 42px + 36 * (100vw - 320px) / 1600, 78px);
  font-weight: 500;
  line-height: clamp(44px, 44px + 34 * (100vw - 320px) / 1600, 78px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.claim-hero__sub-heading {
  width: 100%;
  max-width: 835px;
  margin-bottom: clamp(8px, 8px + 4 * (100vw - 320px) / 1600, 12px);
  color: #252436;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1600, 62px);
  font-weight: 500;
  line-height: clamp(32px, 32px + 30 * (100vw - 320px) / 1600, 62px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.claim-hero__description {
  width: 100%;
  max-width: 745px;
  margin-bottom: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
  color: #252436;
  font-size: clamp(18px, 18px + 14 * (100vw - 320px) / 1600, 32px);
  font-weight: 500;
  line-height: clamp(22px, 22px + 10 * (100vw - 320px) / 1600, 32px);
  letter-spacing: clamp(-1px, -0.5px - 0.5 * (100vw - 320px) / 1600, -0.5px);
}
.claim-hero__description p {
  margin-bottom: 0;
}
.claim-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 16px + 12 * (100vw - 320px) / 1600, 28px);
}
.claim-hero__form {
  width: 100%;
  max-width: 685px;
  min-width: 0;
  flex-shrink: 1;
  margin-top: clamp(30px, 30px + 25 * (100vw - 320px) / 1600, 55px);
  margin-bottom: clamp(30px, 30px + 25 * (100vw - 320px) / 1600, 55px);
  border-radius: 32px;
  overflow: hidden;
}
.claim-hero__features {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: max(0px, (100vw - 1920px) / 2);
  width: min(982px, 100%);
  max-width: 53%;
  min-height: clamp(110px, 110px + 30 * (100vw - 320px) / 1600, 140px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 32px 32px 0 0;
}
.claim-hero__features-inner {
  min-height: inherit;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.1fr 1fr;
  align-items: center;
  gap: clamp(16px, 16px + 20 * (100vw - 320px) / 1600, 36px);
  padding-top: clamp(24px, 24px + 20 * (100vw - 320px) / 1600, 44px);
  padding-right: clamp(24px, 24px + 39 * (100vw - 320px) / 1600, 63px);
  padding-bottom: clamp(24px, 24px + 20 * (100vw - 320px) / 1600, 44px);
  padding-left: clamp(24px, 24px + 39 * (100vw - 320px) / 1600, 63px);
}
.claim-hero__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: clamp(10px, 10px + 6 * (100vw - 320px) / 1600, 16px);
}
.claim-hero__feature-icon {
  flex-shrink: 0;
}
.claim-hero__feature-icon img {
  display: block;
  width: clamp(40px, 40px + 12 * (100vw - 320px) / 1600, 52px);
  height: auto;
}
.claim-hero__feature-text {
  color: #252436;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
  font-weight: 500;
  line-height: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px);
  letter-spacing: -1px;
}

/* =========================================================
   BELOW 1920
   FEATURE BOX TOUCHES LEFT EDGE
   ========================================================= */
@media (max-width: 1919px) {
  .claim-hero__features {
    border-radius: 0 32px 0 0;
  }
}
/* =========================================================
   991 AND BELOW
   HERO STACKS
   ========================================================= */
@media (max-width: 991px) {
  .claim-hero__main {
    flex-direction: column;
    gap: 40px;
  }
  .claim-hero__content {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .claim-hero__form {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .claim-hero__features {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    border-radius: 0;
  }
  .claim-hero__features-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* =========================================================
   767 AND BELOW
   MOBILE BACKGROUND
   ========================================================= */
@media (max-width: 767px) {
  .claim-hero {
    min-height: auto;
    background-image: var(--claim-hero-bg-mobile);
  }
  .claim-hero__features-inner {
    padding: 24px 20px;
  }
}
/* =========================================================
   480 AND BELOW
   ========================================================= */
@media (max-width: 480px) {
  .claim-hero__buttons {
    justify-content: center;
  }
  .claim-hero__features-inner {
    grid-template-columns: 1fr;
  }
}
.content-image {
  width: 100%;
  background: #ffffff;
  padding-top: clamp(60px, 60px + 60 * (100vw - 320px) / 1600, 120px);
  padding-bottom: clamp(60px, 60px + 60 * (100vw - 320px) / 1600, 120px);
  /*
   * Left image
   * Figma: 734 × 566
   */
  /*
   * Right content
   */
  /*
   * Same typography as Hero H2
   */
  /*
   * Body typography inherited globally
   */
  /*
   * Checklist
   */
}
.content-image__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(55px, 55px + 90 * (100vw - 320px) / 1600, 145px);
}
.content-image__image {
  width: 42.8%;
  max-width: 734px;
  flex: 0 0 42.8%;
}
.content-image__image img {
  display: block;
  width: 100%;
  aspect-ratio: 734/566;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.content-image__content {
  width: 100%;
  max-width: 835px;
  min-width: 0;
  flex: 1;
}
.content-image__heading {
  width: 100%;
  margin-bottom: clamp(12px, 12px + 12 * (100vw - 320px) / 1600, 24px);
  color: #252436;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1600, 62px);
  font-weight: 500;
  line-height: clamp(32px, 32px + 30 * (100vw - 320px) / 1600, 62px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.content-image__heading .text-purple {
  color: #7B01F7;
}
.content-image__intro, .content-image__description {
  width: 100%;
}
.content-image__intro p, .content-image__description p {
  margin-bottom: 0;
}
.content-image__intro {
  margin-bottom: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
}
.content-image__list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: clamp(20px, 20px + 12 * (100vw - 320px) / 1600, 32px);
}
.content-image__list li {
  position: relative;
  padding-left: clamp(28px, 28px + 4 * (100vw - 320px) / 1600, 32px);
}
.content-image__list li:not(:last-child) {
  margin-bottom: 8px;
}
.content-image__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/08/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.content-image__description {
  margin-bottom: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
}
.content-image__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

/*
 * Tablet
 *
 * Keep 2 columns.
 * Do not switch to stacked layout yet.
 */
@media (max-width: 991px) {
  .content-image__inner {
    align-items: center;
    gap: 40px;
  }
  .content-image__image {
    width: 45%;
    flex-basis: 45%;
  }
  .content-image__content {
    width: 55%;
  }
}
/*
 * Mobile only
 */
@media (max-width: 767px) {
  .content-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-image__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .content-image__image {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .content-image__content {
    width: 100%;
    max-width: 100%;
  }
  .content-image__heading {
    width: 100%;
  }
}
.claim-types {
  width: 100%;
  background: #7B01F7;
  padding-top: clamp(50px, 50px + 30 * (100vw - 320px) / 1600, 80px);
  padding-bottom: clamp(50px, 50px + 30 * (100vw - 320px) / 1600, 80px);
}
.claim-types__heading {
  width: 100%;
  margin-bottom: clamp(30px, 30px + 10 * (100vw - 320px) / 1600, 40px);
  color: #ffffff;
  text-align: center;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1600, 62px);
  font-weight: 500;
  line-height: clamp(32px, 32px + 30 * (100vw - 320px) / 1600, 62px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.claim-types__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 16px + 9 * (100vw - 320px) / 1600, 25px);
  margin-bottom: 40px;
}
.claim-types__item {
  width: calc((100% - 75px) / 4);
  max-width: 410px;
  min-height: 413px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 50px;
  background: #6100C4;
  border-radius: 32px;
  text-align: center;
}
.claim-types__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(20px, 20px + 4 * (100vw - 320px) / 1600, 24px);
}
.claim-types__icon img {
  display: block;
  width: clamp(70px, 70px + 40 * (100vw - 320px) / 1600, 110px);
  max-width: 100%;
  height: auto;
}
.claim-types__title {
  width: 100%;
  margin-bottom: clamp(10px, 10px + 4 * (100vw - 320px) / 1600, 14px);
  color: #ffffff;
  text-align: center;
  font-size: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
  font-weight: 500;
  line-height: clamp(28px, 28px + 12 * (100vw - 320px) / 1600, 40px);
  letter-spacing: -1px;
}
.claim-types__item-description {
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.claim-types__item-description p {
  margin-bottom: 0;
}
.claim-types__description {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  font-size: clamp(18px, 18px + 14 * (100vw - 320px) / 1600, 32px);
  font-weight: 500;
  line-height: clamp(22px, 22px + 10 * (100vw - 320px) / 1600, 32px);
  letter-spacing: clamp(-1px, -0.5px - 0.5 * (100vw - 320px) / 1600, -0.5px);
}
.claim-types__description p {
  margin-bottom: 0;
}
.claim-types__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .claim-types__item {
    padding: 70px 30px;
  }
}
@media (max-width: 991px) {
  .claim-types__items {
    justify-content: center;
  }
  .claim-types__item {
    width: calc((100% - 25px) / 2);
    max-width: none;
    min-height: 340px;
    padding: 70px 30px;
  }
}
@media (max-width: 767px) {
  .claim-types__items {
    gap: 20px;
  }
  .claim-types__item {
    width: calc((100% - 20px) / 2);
    min-height: 300px;
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .claim-types__item {
    width: 100%;
    min-height: 250px;
  }
}
.why-choose {
  width: 100%;
  background: #ffffff;
  padding-top: clamp(60px, 60px + 60 * (100vw - 320px) / 1600, 120px);
  padding-bottom: clamp(60px, 60px + 60 * (100vw - 320px) / 1600, 120px);
}
.why-choose__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 40px + 31 * (100vw - 320px) / 1600, 71px);
}
.why-choose__content {
  width: 100%;
  max-width: 1020px;
  min-width: 0;
  flex: 1 1 auto;
}
.why-choose__heading {
  width: 100%;
  margin-bottom: clamp(32px, 32px + 28 * (100vw - 320px) / 1600, 60px);
  color: #252436;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1600, 62px);
  font-weight: 500;
  line-height: clamp(32px, 32px + 30 * (100vw - 320px) / 1600, 62px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.why-choose__heading .text-purple {
  color: #7B01F7;
}
.why-choose__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(40px, 40px + 40 * (100vw - 320px) / 1600, 80px);
       column-gap: clamp(40px, 40px + 40 * (100vw - 320px) / 1600, 80px);
  row-gap: clamp(32px, 32px + 28 * (100vw - 320px) / 1600, 60px);
}
.why-choose__item {
  min-width: 0;
}
.why-choose__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(52px, 52px + 18 * (100vw - 320px) / 1600, 70px);
  height: clamp(52px, 52px + 18 * (100vw - 320px) / 1600, 70px);
  margin-bottom: clamp(14px, 14px + 6 * (100vw - 320px) / 1600, 20px);
}
.why-choose__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.why-choose__title {
  width: 100%;
  margin-bottom: clamp(8px, 8px + 6 * (100vw - 320px) / 1600, 14px);
  color: #252436;
  font-size: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
  font-weight: 500;
  line-height: clamp(28px, 28px + 12 * (100vw - 320px) / 1600, 40px);
  letter-spacing: -1px;
}
.why-choose__description {
  width: 100%;
  color: #252436;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1600, 20px);
  line-height: clamp(20px, 20px + 4 * (100vw - 320px) / 1600, 24px);
  letter-spacing: clamp(-0.5px, -0.25px - 0.25 * (100vw - 320px) / 1600, -0.25px);
}
.why-choose__description p {
  margin-bottom: 0;
}
.why-choose__image {
  width: 36.4%;
  max-width: 624px;
  min-width: 500px;
  flex: 0 1 624px;
}
.why-choose__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

@media (max-width: 1200px) {
  .why-choose__inner {
    gap: 50px;
  }
  .why-choose__content {
    flex: 1 1 60%;
  }
  .why-choose__image {
    flex: 0 1 40%;
    width: 40%;
    max-width: 40%;
    min-width: 400px;
  }
}
@media (max-width: 991px) {
  .why-choose__inner {
    align-items: flex-start;
    gap: 40px;
  }
  .why-choose__content {
    width: 60%;
    max-width: 60%;
  }
  .why-choose__image {
    width: 40%;
    max-width: 40%;
    min-width: 300px;
    flex: 0 1 40%;
  }
  .why-choose__items {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .why-choose__inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 40px;
  }
  .why-choose__content, .why-choose__image {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: none;
  }
  .why-choose__image img {
    width: 100%;
    height: auto;
  }
  .why-choose__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .why-choose__items {
    grid-template-columns: 1fr;
  }
}
.claim-process {
  width: 100%;
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: clamp(60px, 60px + 40 * (100vw - 320px) / 1600, 100px);
}
.claim-process__heading {
  width: 100%;
  margin-bottom: clamp(40px, 40px + 20 * (100vw - 320px) / 1600, 60px);
  color: #252436;
  text-align: center;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1600, 62px);
  font-weight: 500;
  line-height: clamp(32px, 32px + 30 * (100vw - 320px) / 1600, 62px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.claim-process__heading .text-purple {
  color: #7B01F7;
}
.claim-process__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 20px + 15 * (100vw - 320px) / 1600, 35px);
  margin-bottom: clamp(40px, 40px + 20 * (100vw - 320px) / 1600, 60px);
}
.claim-process__item {
  width: calc((100% - 70px) / 3);
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: clamp(100px, 100px + 174 * (100vw - 320px) / 1600, 274px);
  padding-right: clamp(30px, 30px + 109 * (100vw - 320px) / 1600, 139px);
  padding-bottom: clamp(40px, 40px + 35 * (100vw - 320px) / 1600, 75px);
  padding-left: clamp(30px, 30px + 44 * (100vw - 320px) / 1600, 74px);
  background: #f4f4f4;
  border-radius: 32px;
}
.claim-process__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 44px + 16 * (100vw - 320px) / 1600, 60px);
  height: clamp(44px, 44px + 16 * (100vw - 320px) / 1600, 60px);
  margin-bottom: clamp(18px, 18px + 6 * (100vw - 320px) / 1600, 24px);
}
.claim-process__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.claim-process__title {
  width: 100%;
  margin-bottom: clamp(10px, 10px + 6 * (100vw - 320px) / 1600, 16px);
  color: #252436;
  font-size: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
  font-weight: 500;
  line-height: clamp(28px, 28px + 12 * (100vw - 320px) / 1600, 40px);
  letter-spacing: -1px;
}
.claim-process__description {
  width: 100%;
  color: #252436;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1600, 20px);
  line-height: clamp(20px, 20px + 4 * (100vw - 320px) / 1600, 24px);
  letter-spacing: clamp(-0.5px, -0.25px - 0.25 * (100vw - 320px) / 1600, -0.25px);
}
.claim-process__description p {
  margin-bottom: 0;
}
.claim-process__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .claim-process__items {
    justify-content: center;
  }
  .claim-process__item {
    width: calc((100% - 30px) / 2);
    min-height: 360px;
    padding-top: 140px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .claim-process__items {
    gap: 20px;
  }
  .claim-process__item {
    width: 100%;
    min-height: 300px;
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
}
.claim-cta {
  width: 100%;
  background: #7B01F7;
  padding-top: clamp(40px, 40px + 20 * (100vw - 320px) / 1600, 60px);
  padding-bottom: clamp(40px, 40px + 20 * (100vw - 320px) / 1600, 60px);
}
.claim-cta__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.claim-cta__heading {
  width: 100%;
  margin-bottom: clamp(20px, 20px + 12 * (100vw - 320px) / 1600, 32px);
  color: #ffffff;
  text-align: center;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1600, 62px);
  font-weight: 500;
  line-height: clamp(32px, 32px + 30 * (100vw - 320px) / 1600, 62px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.claim-cta__description {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(30px, 30px + 10 * (100vw - 320px) / 1600, 40px);
  color: #ffffff;
  text-align: center;
  font-size: clamp(18px, 18px + 14 * (100vw - 320px) / 1600, 32px);
  font-weight: 500;
  line-height: clamp(22px, 22px + 10 * (100vw - 320px) / 1600, 32px);
  letter-spacing: clamp(-1px, -0.5px - 0.5 * (100vw - 320px) / 1600, -0.5px);
}
.claim-cta__description p {
  margin-bottom: 0;
}
.claim-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .claim-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .claim-cta__heading {
    margin-bottom: 20px;
  }
  .claim-cta__description {
    margin-bottom: 30px;
  }
}
.claim-faqs {
  width: 100%;
  background: #ffffff;
  padding-top: clamp(60px, 60px + 40 * (100vw - 320px) / 1600, 100px);
  padding-bottom: clamp(60px, 60px + 40 * (100vw - 320px) / 1600, 100px);
}
.claim-faqs__heading {
  width: 100%;
  margin-bottom: clamp(32px, 32px + 28 * (100vw - 320px) / 1600, 60px);
  color: #252436;
  text-align: center;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1600, 62px);
  font-weight: 500;
  line-height: clamp(32px, 32px + 30 * (100vw - 320px) / 1600, 62px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.claim-faqs__heading .text-purple {
  color: #7B01F7;
}
.claim-faqs__items {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 10px + 6 * (100vw - 320px) / 1600, 16px);
}
.claim-faqs__item {
  width: 100%;
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
}
.claim-faqs__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: clamp(18px, 18px + 6 * (100vw - 320px) / 1600, 24px) clamp(20px, 20px + 20 * (100vw - 320px) / 1600, 40px);
  color: #252436;
  font-size: clamp(18px, 18px + 6 * (100vw - 320px) / 1600, 24px);
  font-weight: 500;
  line-height: clamp(22px, 22px + 6 * (100vw - 320px) / 1600, 28px);
  letter-spacing: -0.5px;
  cursor: pointer;
  list-style: none;
}
.claim-faqs__question::-webkit-details-marker {
  display: none;
}
.claim-faqs__question::marker {
  content: "";
}
.claim-faqs__arrow {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.claim-faqs__arrow::before, .claim-faqs__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #252436;
  transition: transform 0.3s ease;
}
.claim-faqs__arrow::before {
  left: 0;
  transform: rotate(45deg);
}
.claim-faqs__arrow::after {
  right: 0;
  transform: rotate(-45deg);
}
.claim-faqs__answer {
  padding: 0 clamp(20px, 20px + 20 * (100vw - 320px) / 1600, 40px) clamp(20px, 20px + 8 * (100vw - 320px) / 1600, 28px);
  color: #252436;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1600, 20px);
  line-height: clamp(20px, 20px + 4 * (100vw - 320px) / 1600, 24px);
  letter-spacing: -0.25px;
}
.claim-faqs__answer p {
  margin-bottom: 0;
}
.claim-faqs__item[open] .claim-faqs__question {
  padding-bottom: 15px;
}
.claim-faqs__item[open] .claim-faqs__answer {
  padding-top: 0;
}
.claim-faqs__item[open] .claim-faqs__arrow::before {
  transform: rotate(-45deg);
}
.claim-faqs__item[open] .claim-faqs__arrow::after {
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .claim-faqs__question {
    gap: 15px;
  }
}
.final-claim {
  width: 100%;
  background: #ffffff;
  padding-top: clamp(60px, 60px + 60 * (100vw - 320px) / 1600, 120px);
  padding-bottom: clamp(60px, 60px + 60 * (100vw - 320px) / 1600, 120px);
  /*
   * Same desktop structure as Hero
   *
   * 870 + 160 + 685 = 1715px
   */
  /*
   * H2 visually matches Hero H1
   *
   * 42px -> 78px
   */
  /*
   * H3 visually matches Hero H2
   *
   * 30px -> 62px
   */
  /*
   * Same as Hero description
   *
   * 18px -> 32px
   */
  /*
   * Same form width as Hero
   */
}
.final-claim__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: clamp(30px, 30px + 130 * (100vw - 320px) / 1600, 160px);
}
.final-claim__content {
  width: 100%;
  max-width: 870px;
  min-width: 0;
  flex: 1 1 auto;
}
.final-claim__heading {
  width: 100%;
  margin-bottom: clamp(16px, 16px + 8 * (100vw - 320px) / 1600, 24px);
  color: #7B01F7;
  font-size: clamp(42px, 42px + 36 * (100vw - 320px) / 1600, 78px);
  font-weight: 500;
  line-height: clamp(44px, 44px + 34 * (100vw - 320px) / 1600, 78px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.final-claim__sub-heading {
  width: 100%;
  max-width: 835px;
  margin-bottom: clamp(8px, 8px + 4 * (100vw - 320px) / 1600, 12px);
  color: #252436;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1600, 62px);
  font-weight: 500;
  line-height: clamp(32px, 32px + 30 * (100vw - 320px) / 1600, 62px);
  letter-spacing: clamp(-3px, -1px - 2 * (100vw - 320px) / 1600, -1px);
}
.final-claim__description {
  width: 100%;
  max-width: 745px;
  margin-bottom: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
  color: #252436;
  font-size: clamp(18px, 18px + 14 * (100vw - 320px) / 1600, 32px);
  font-weight: 500;
  line-height: clamp(22px, 22px + 10 * (100vw - 320px) / 1600, 32px);
  letter-spacing: clamp(-1px, -0.5px - 0.5 * (100vw - 320px) / 1600, -0.5px);
}
.final-claim__description p {
  margin-bottom: 0;
}
.final-claim__description .text-purple {
  color: #7B01F7;
}
.final-claim__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 16px + 12 * (100vw - 320px) / 1600, 28px);
}
.final-claim__form {
  width: 100%;
  max-width: 685px;
  min-width: 0;
  flex: 0 1 685px;
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .final-claim__main {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .final-claim__content, .final-claim__form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: none;
  }
}
@media (max-width: 480px) {
  .final-claim__buttons {
    justify-content: center;
  }
}
.claim-form {
  position: relative;
  width: 100%;
  max-width: 685px;
  background: #7B01F7;
  border-radius: 32px;
  overflow: visible;
  color: #ffffff;
  font-family: inherit;
  font-weight: inherit;
  /* =========================================================
       TYPOGRAPHY
       ========================================================= */
  /* =========================================================
     CUSTOM HEADER
     ========================================================= */
  /* =========================================================
     BASE
     ========================================================= */
  /* =========================================================
     OVERFLOW
     ========================================================= */
  /* =========================================================
     PROGRESS BAR
     ========================================================= */
  /* =========================================================
     PAGE CONTENT
     ========================================================= */
  /* =========================================================
     SECTION
     ========================================================= */
  /* =========================================================
     QUESTION
     Number directly in front of question label
     ========================================================= */
  /* =========================================================
     QUESTION NUMBER
     ========================================================= */
  /* =========================================================
     HORIZONTAL RADIO BASE
     ========================================================= */
  /* =========================================================
     STACKED RADIO CARDS - FULL WIDTH
     ========================================================= */
  /* =========================================================
     FIELD SPACING
     ========================================================= */
  /* =========================================================
     INPUTS
     ========================================================= */
  /* =========================================================
     PHONE
     ========================================================= */
  /* =========================================================
     DATE FIELD
     ========================================================= */
  /* =========================================================
     INPUT / SELECT / DATE TYPOGRAPHY
     ========================================================= */
  /* =========================================================
     AUTOFILL
     ========================================================= */
  /* =========================================================
     VALIDATION
     ========================================================= */
  /* =========================================================
     FOOTER
     ========================================================= */
  /* =========================================================
     NEXT / SUBMIT
     ========================================================= */
  /* =========================================================
     PREVIOUS
     ========================================================= */
  /* =========================================================
     FORM BUTTON HEIGHT
     Match landing page button
     ========================================================= */
  /* =========================================================
     STEP 1
     ========================================================= */
  /* =========================================================
     STEP 2
     PREVIOUS + NEXT
     ========================================================= */
  /* =========================================================
     STEP 3
     PREVIOUS + SUBMIT
     ========================================================= */
  /* SEE IF I QUALIFY */
}
.claim-form .gform_wrapper,
.claim-form .gform_wrapper *,
.claim-form .gform_wrapper input,
.claim-form .gform_wrapper textarea,
.claim-form .gform_wrapper select,
.claim-form .gform_wrapper button {
  font-family: inherit !important;
}
.claim-form .gform_wrapper {
  width: 100%;
  margin: 0 !important;
  color: #ffffff;
  font-weight: inherit;
}
.claim-form .gform_heading {
  display: none !important;
}
.claim-form__header {
  position: relative;
  width: 100%;
  padding-top: clamp(24px, 24px + 8 * (100vw - 320px) / 1600, 32px);
  padding-left: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
  padding-right: clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
  background: #6100C4;
  border-radius: 32px 32px 0 0;
}
.claim-form__title {
  width: 100%;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: clamp(22px, 22px + 10 * (100vw - 320px) / 1600, 32px);
  font-weight: 500;
  line-height: clamp(26px, 26px + 6 * (100vw - 320px) / 1600, 32px);
  letter-spacing: -1px;
}
.claim-form__body {
  position: relative;
  width: 100%;
  background: #7B01F7;
  border-radius: 0 0 32px 32px;
}
.claim-form form {
  margin: 0;
}
.claim-form .gform_body,
.claim-form .gform_page {
  width: 100%;
}
.claim-form .gform_fields {
  row-gap: 0 !important;
}
.claim-form .gform_validation_errors {
  display: none !important;
}
.claim-form .gform_wrapper,
.claim-form .gform_body,
.claim-form .gform_page,
.claim-form .gform_page_fields,
.claim-form .gform_fields,
.claim-form .gfield,
.claim-form .ginput_container,
.claim-form .ginput_container_date {
  overflow: visible !important;
}
.claim-form .gf_progressbar_wrapper {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 10px clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px) clamp(24px, 24px + 8 * (100vw - 320px) / 1600, 32px);
  background: #6100C4 !important;
}
.claim-form .gf_progressbar_title {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  text-transform: none !important;
}
.claim-form .gf_progressbar {
  position: relative !important;
  width: 100% !important;
  height: 6px !important;
  margin: 0 !important;
  overflow: visible !important;
  background: #ffffff !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}
.claim-form .gf_progressbar_percentage,
.claim-form .gf_progressbar_percentage[class*=percentbar_] {
  position: static !important;
  height: 6px !important;
  background: #7B01F7 !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}
.claim-form .gf_progressbar_percentage span {
  position: absolute !important;
  top: -24px !important;
  right: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  white-space: nowrap !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
  z-index: 50 !important;
}
.claim-form .gf_progressbar_percentage[style*="100%"] span,
.claim-form .gf_progressbar_percentage[style*="100"] span {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.claim-form .gform_page_fields {
  width: 100%;
  padding: clamp(20px, 20px + 10 * (100vw - 320px) / 1600, 30px) clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px) 0;
}
.claim-form .gfield.gsection.claim-form-section,
.claim-form .claim-form-section {
  width: 100%;
  margin-bottom: clamp(24px, 24px + 8 * (100vw - 320px) / 1600, 32px) !important;
  padding-bottom: clamp(20px, 20px + 4 * (100vw - 320px) / 1600, 24px) !important;
  border: 0 !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.65) !important;
  text-align: center;
}
.claim-form .gfield.gsection.claim-form-section .gsection_title,
.claim-form .claim-form-section .gsection_title {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: clamp(24px, 24px + 8 * (100vw - 320px) / 1600, 32px) !important;
  font-weight: 500 !important;
  line-height: clamp(28px, 28px + 4 * (100vw - 320px) / 1600, 32px) !important;
  letter-spacing: -1px;
}
.claim-form .gfield.gsection.claim-form-section .gsection_description,
.claim-form .claim-form-section .gsection_description {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1600, 20px) !important;
  font-weight: inherit !important;
  line-height: clamp(20px, 20px + 4 * (100vw - 320px) / 1600, 24px) !important;
}
.claim-form .claim-form-radio {
  position: relative;
  margin-bottom: clamp(24px, 24px + 8 * (100vw - 320px) / 1600, 32px);
  padding-left: 0;
}
.claim-form .claim-form-radio .gfield_label,
.claim-form .claim-form-radio legend.gfield_label {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  min-height: 38px;
  margin: 0 0 16px !important;
  padding-left: 52px !important;
  color: #ffffff !important;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1600, 20px) !important;
  font-weight: inherit !important;
  line-height: clamp(18px, 18px + 4 * (100vw - 320px) / 1600, 22px) !important;
}
.claim-form .claim-form-radio .gfield_required {
  display: none;
}
.claim-form .claim-form-radio .ginput_container_radio {
  padding-left: 0 !important;
}
.claim-form .claim-form-radio .gfield_label::before,
.claim-form .claim-form-radio legend.gfield_label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #6100C4;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}
.claim-form .claim-form-radio.question-1 .gfield_label::before,
.claim-form .claim-form-radio.question-1 legend.gfield_label::before {
  content: "1";
}
.claim-form .claim-form-radio.question-2 .gfield_label::before,
.claim-form .claim-form-radio.question-2 legend.gfield_label::before {
  content: "2";
}
.claim-form .claim-form-radio.question-3 .gfield_label::before,
.claim-form .claim-form-radio.question-3 legend.gfield_label::before {
  content: "3";
}
.claim-form .claim-form-radio.question-4 .gfield_label::before,
.claim-form .claim-form-radio.question-4 legend.gfield_label::before {
  content: "4";
}
.claim-form .claim-form-radio::before {
  display: none !important;
  content: none !important;
}
.claim-form .claim-form-radio--horizontal .gfield_radio {
  width: 100%;
  max-width: 577px;
  margin: 0 !important;
  padding: 0 !important;
}
.claim-form .claim-form-radio--horizontal .gchoice {
  position: relative;
  min-width: 0;
  margin: 0 !important;
  /* OPTION 1 */
  /* OPTION 2 */
  /* OPTION 3 */
}
.claim-form .claim-form-radio--horizontal .gchoice input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.claim-form .claim-form-radio--horizontal .gchoice label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 12px 24px !important;
  gap: 8px;
  border: 0 !important;
  border-radius: 10px;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: inherit !important;
  line-height: 18px !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.claim-form .claim-form-radio--horizontal .gchoice label::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  box-sizing: border-box;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1;
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(1) label {
  background: #D8EDE1 !important;
  color: #236C4A !important;
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(1) label::before {
  content: "✓";
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(1) input[type=radio]:checked + label {
  background: #236C4A !important;
  color: #ffffff !important;
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(2) label {
  background: #f4f4f4 !important;
  color: #ff3a3a !important;
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(2) label::before {
  content: "×";
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(2) input[type=radio]:checked + label {
  background: #ff3a3a !important;
  color: #ffffff !important;
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(3) label {
  background: #ffffff !important;
  color: #252436 !important;
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(3) label::before {
  content: "?";
}
.claim-form .claim-form-radio--horizontal .gchoice:nth-child(3) input[type=radio]:checked + label {
  background: #252436 !important;
  color: #ffffff !important;
}
.claim-form .claim-form-radio--horizontal .gchoice input[type=radio]:checked + label::before {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.claim-form .claim-form-radio--horizontal .gchoice input[type=radio]:focus-visible + label {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.claim-form .claim-form-radio--cards {
  width: 100% !important;
}
.claim-form .claim-form-radio--cards .ginput_container_radio {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
}
.claim-form .claim-form-radio--cards .gfield_radio {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.claim-form .claim-form-radio--cards .gchoice {
  position: relative;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  inline-size: 100% !important;
  max-inline-size: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.claim-form .claim-form-radio--cards input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.claim-form .claim-form-radio--cards .gchoice label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  inline-size: 100% !important;
  max-inline-size: none !important;
  min-height: 48px;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 12px 20px !important;
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 10px !important;
  color: #252436 !important;
  font-family: inherit !important;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px) !important;
  font-weight: inherit !important;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.claim-form .claim-form-radio--cards .gchoice label:hover {
  background: #252436 !important;
  border-color: #252436 !important;
  color: #ffffff !important;
}
.claim-form .claim-form-radio--cards input[type=radio]:checked + label {
  background: #252436 !important;
  border-color: #252436 !important;
  color: #ffffff !important;
}
.claim-form .claim-form-radio--cards input[type=radio]:focus-visible + label {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.claim-form .gfield:not(.claim-form-radio):not(.claim-form-section) {
  margin-bottom: clamp(18px, 18px + 6 * (100vw - 320px) / 1600, 24px);
}
.claim-form .gfield:not(.claim-form-radio) .gfield_label {
  color: #ffffff !important;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px) !important;
  font-weight: inherit !important;
}
.claim-form .gfield input[type=text],
.claim-form .gfield input[type=email],
.claim-form .gfield input[type=tel],
.claim-form .gfield input[type=number],
.claim-form .gfield textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 44px;
  box-sizing: border-box;
  padding: 8px 10px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: inherit !important;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px) !important;
  font-weight: inherit !important;
  outline: none !important;
}
.claim-form .gfield input[type=text]:focus,
.claim-form .gfield input[type=email]:focus,
.claim-form .gfield input[type=tel]:focus,
.claim-form .gfield input[type=number]:focus,
.claim-form .gfield textarea:focus {
  border-bottom-color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
}
.claim-form .gfield input[type=text]::-moz-placeholder, .claim-form .gfield input[type=email]::-moz-placeholder, .claim-form .gfield input[type=tel]::-moz-placeholder, .claim-form .gfield input[type=number]::-moz-placeholder, .claim-form .gfield textarea::-moz-placeholder {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}
.claim-form .gfield input[type=text]::placeholder,
.claim-form .gfield input[type=email]::placeholder,
.claim-form .gfield input[type=tel]::placeholder,
.claim-form .gfield input[type=number]::placeholder,
.claim-form .gfield textarea::placeholder {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}
.claim-form .ginput_container_phone {
  width: 100% !important;
}
.claim-form .ginput_container_phone input[type=tel] {
  width: 100% !important;
  max-width: none !important;
}
.claim-form .gfield--input-type-datepicker .ginput_container_date {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}
.claim-form .gfield--input-type-datepicker .ginput_container_date input.datepicker,
.claim-form .gfield--input-type-datepicker .ginput_container_date input[type=text] {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  min-height: 44px;
  box-sizing: border-box;
  padding: 8px 36px 8px 10px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: inherit !important;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1600, 16px) !important;
  font-weight: inherit !important;
}
.claim-form .gfield--input-type-datepicker .ginput_container_date button.gform-datepicker-toggle {
  flex: none !important;
  margin-inline-start: -27px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateX(0) !important;
  z-index: 20 !important;
}
.claim-form .gfield--input-type-datepicker .ginput_container_date .gform-datepicker-toggle-icon {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
}
.claim-form input[type=text],
.claim-form input[type=email],
.claim-form input[type=tel],
.claim-form input[type=number],
.claim-form input[type=url],
.claim-form input[type=password],
.claim-form input[type=date],
.claim-form input.datepicker,
.claim-form select,
.claim-form textarea {
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}
.claim-form input[type=text]::-moz-placeholder, .claim-form input[type=email]::-moz-placeholder, .claim-form input[type=tel]::-moz-placeholder, .claim-form input[type=number]::-moz-placeholder, .claim-form input[type=url]::-moz-placeholder, .claim-form input[type=password]::-moz-placeholder, .claim-form input[type=date]::-moz-placeholder, .claim-form input.datepicker::-moz-placeholder, .claim-form textarea::-moz-placeholder {
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  opacity: 1;
}
.claim-form input[type=text]::placeholder,
.claim-form input[type=email]::placeholder,
.claim-form input[type=tel]::placeholder,
.claim-form input[type=number]::placeholder,
.claim-form input[type=url]::placeholder,
.claim-form input[type=password]::placeholder,
.claim-form input[type=date]::placeholder,
.claim-form input.datepicker::placeholder,
.claim-form textarea::placeholder {
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  opacity: 1;
}
.claim-form select,
.claim-form select option {
  font-size: 16px !important;
  line-height: 20px !important;
}
.claim-form input:-webkit-autofill,
.claim-form input:-webkit-autofill:hover,
.claim-form input:-webkit-autofill:focus,
.claim-form textarea:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 0 0 1000px #7B01F7 inset !important;
  caret-color: #ffffff !important;
}
.claim-form .gfield_validation_message {
  margin-top: 6px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #ff3a3a !important;
  font-size: 13px !important;
  font-weight: inherit !important;
  line-height: 16px !important;
}
.claim-form .gfield_error {
  --gf-local-color: #ff3a3a !important;
  --gf-local-color-in-fail: #ff3a3a !important;
  --gf-local-color-in-fail-light: #ff3a3a !important;
}
.claim-form .gfield_error .gfield_validation_message {
  color: #ff3a3a !important;
}
.claim-form .gform_page_footer,
.claim-form .gform_footer {
  width: 100%;
  margin: 0 !important;
  padding: clamp(20px, 20px + 12 * (100vw - 320px) / 1600, 32px) clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px) clamp(24px, 24px + 16 * (100vw - 320px) / 1600, 40px);
}
.claim-form .gform_next_button,
.claim-form .gform_button {
  min-height: clamp(56px, 56px + 8 * (100vw - 320px) / 1600, 64px);
  margin: 0 !important;
  padding: 16px 40px !important;
  background-color: #252436 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3 10H16M11 5L16 10L11 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(50% + 42px) center !important;
  background-size: 20px 20px !important;
  border: 2px solid #252436 !important;
  border-radius: 94px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: inherit !important;
  font-size: clamp(14px, 14px + 5 * (100vw - 320px) / 1600, 19px) !important;
  font-weight: inherit !important;
  line-height: clamp(16px, 16px + 3 * (100vw - 320px) / 1600, 19px) !important;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.claim-form .gform_next_button:hover, .claim-form .gform_next_button:focus,
.claim-form .gform_button:hover,
.claim-form .gform_button:focus {
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3 10H16M11 5L16 10L11 15' stroke='%23252436' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(50% + 42px) center !important;
  background-size: 20px 20px !important;
  border-color: #ffffff !important;
  color: #252436 !important;
  -webkit-text-fill-color: #252436 !important;
  box-shadow: none !important;
  outline: none !important;
}
.claim-form .gform_previous_button {
  min-height: clamp(56px, 56px + 8 * (100vw - 320px) / 1600, 64px);
  margin: 0 !important;
  padding: 16px 40px !important;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17 10H4M9 5L4 10L9 15' stroke='%237B01F7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(50% - 42px) center !important;
  background-size: 20px 20px !important;
  border: 2px solid #ffffff !important;
  border-radius: 94px !important;
  box-shadow: none !important;
  color: #7B01F7 !important;
  -webkit-text-fill-color: #7B01F7 !important;
  font-family: inherit !important;
  font-size: clamp(14px, 14px + 5 * (100vw - 320px) / 1600, 19px) !important;
  font-weight: inherit !important;
  line-height: clamp(16px, 16px + 3 * (100vw - 320px) / 1600, 19px) !important;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.25s ease;
}
.claim-form .gform_previous_button:hover, .claim-form .gform_previous_button:focus {
  background-color: #ffffff !important;
  border-color: #7B01F7 !important;
  color: #7B01F7 !important;
  -webkit-text-fill-color: #7B01F7 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17 10H4M9 5L4 10L9 15' stroke='%237B01F7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(50% - 42px) center !important;
  background-size: 20px 20px !important;
  box-shadow: none !important;
  outline: none !important;
}
.claim-form .gform_next_button,
.claim-form .gform_previous_button,
.claim-form .gform_button {
  height: 64px !important;
  min-height: 64px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}
.claim-form .gform_page_footer .gform_next_button:only-child {
  width: 100% !important;
  max-width: none !important;
}
.claim-form .gform_page_footer:has(.gform_previous_button) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
.claim-form .gform_page_footer:has(.gform_previous_button) .gform_previous_button,
.claim-form .gform_page_footer:has(.gform_previous_button) .gform_next_button {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
  inline-size: 268px !important;
  min-inline-size: 268px !important;
  max-inline-size: 268px !important;
  box-sizing: border-box !important;
}
.claim-form .gform_page_footer:has(button[type=submit]),
.claim-form .gform_page_footer:has(#gform_submit_button_1) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  gap: 24px;
}
.claim-form .gform_page_footer:has(button[type=submit]) .gform_previous_button,
.claim-form .gform_page_footer:has(button[type=submit]) button[type=submit],
.claim-form .gform_page_footer:has(button[type=submit]) #gform_submit_button_1,
.claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_previous_button,
.claim-form .gform_page_footer:has(#gform_submit_button_1) button[type=submit],
.claim-form .gform_page_footer:has(#gform_submit_button_1) #gform_submit_button_1 {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
  inline-size: 268px !important;
  min-inline-size: 268px !important;
  max-inline-size: 268px !important;
  box-sizing: border-box !important;
}
.claim-form .gform_page_footer button[type=submit],
.claim-form .gform_page_footer #gform_submit_button_1 {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
  inline-size: 268px !important;
  min-inline-size: 268px !important;
  max-inline-size: 268px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  background-image: none !important;
  background-position: initial !important;
  background-repeat: no-repeat !important;
  box-sizing: border-box !important;
}
.claim-form .gform_page_footer button[type=submit]::after,
.claim-form .gform_page_footer #gform_submit_button_1::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 9H15M10 4L15 9L10 14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.claim-form .gform_page_footer button[type=submit]:hover, .claim-form .gform_page_footer button[type=submit]:focus,
.claim-form .gform_page_footer #gform_submit_button_1:hover,
.claim-form .gform_page_footer #gform_submit_button_1:focus {
  background-image: none !important;
}
.claim-form .gform_page_footer button[type=submit]:hover::after, .claim-form .gform_page_footer button[type=submit]:focus::after,
.claim-form .gform_page_footer #gform_submit_button_1:hover::after,
.claim-form .gform_page_footer #gform_submit_button_1:focus::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 9H15M10 4L15 9L10 14' stroke='%23252436' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* =========================================================
   GRAVITY FORMS ORBITAL - PROGRESS PERCENTAGE
   ========================================================= */
body .gform-theme--framework .claim-form .gf_progressbar_percentage span {
  position: absolute !important;
  top: -24px !important;
  right: 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  white-space: nowrap !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
  z-index: 50 !important;
}

/* =========================================================
   ORBITAL DATEPICKER
   ========================================================= */
body .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

body .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input.datepicker {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  box-sizing: border-box !important;
  padding-right: 36px !important;
}

body .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date button.gform-datepicker-toggle.gform-theme-button {
  position: relative !important;
  flex: none !important;
  margin-inline-start: -27px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateX(0) !important;
  z-index: 20 !important;
}

body .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date .gform-datepicker-toggle-icon {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
}

/* =========================================================
   CALENDAR POPUP
   ========================================================= */
body .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date .gform-datepicker-calendar {
  position: absolute !important;
  top: calc(100% - 72px) !important;
  left: auto !important;
  right: 30px !important;
  bottom: auto !important;
  z-index: 999999 !important;
  flex: none !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  transform: none !important;
  overflow: visible !important;
}

body .gform-theme--framework .gform-datepicker-calendar .monthMessage {
  display: none !important;
}

body .claim-form,
body .claim-form .gform_wrapper,
body .claim-form .gform_body,
body .claim-form .gform_page,
body .claim-form .gform_page_fields,
body .claim-form .gform_fields,
body .claim-form .gfield--input-type-datepicker,
body .claim-form .ginput_container_date {
  overflow: visible !important;
}

/* =========================================================
   RESPONSIVE
   NORMAL / INLINE CLAIM FORM
   ORDER: 1500+ → 1200-1499 → 992-1199 → 768-991
          → 640-767 → 560-639 → 480-559 → BELOW 480
   ========================================================= */
/* =========================================================
   1500+
   ========================================================= */
@media (min-width: 1500px) {
  .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, 177px);
    justify-content: space-between;
    gap: 0;
  }
  .claim-form .claim-form-radio--horizontal .gchoice {
    width: 177px;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 177px;
    padding: 12px 24px !important;
    gap: 8px;
    font-size: 16px !important;
  }
}
/* =========================================================
   1200 - 1499
   ========================================================= */
@media (min-width: 1200px) and (max-width: 1500px) {
  .claim-form .gform_next_button,
  .claim-form .gform_button {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .claim-form .gform_page_footer button[type=submit],
  .claim-form .gform_page_footer #gform_submit_button_1 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .claim-form .gform_page_footer:has(.gform_previous_button) .gform_previous_button,
  .claim-form .gform_page_footer:has(.gform_previous_button) .gform_next_button {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    inline-size: 210px !important;
    min-inline-size: 210px !important;
    max-inline-size: 210px !important;
  }
  .claim-form .gform_page_footer:has(button[type=submit]) .gform_previous_button,
  .claim-form .gform_page_footer:has(button[type=submit]) button[type=submit],
  .claim-form .gform_page_footer:has(button[type=submit]) #gform_submit_button_1,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_previous_button,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) button[type=submit],
  .claim-form .gform_page_footer:has(#gform_submit_button_1) #gform_submit_button_1 {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
    inline-size: 210px !important;
    min-inline-size: 210px !important;
    max-inline-size: 210px !important;
  }
  .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, 140px);
    justify-content: space-between;
    gap: 0;
  }
  .claim-form .claim-form-radio--horizontal .gchoice {
    width: 140px;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 140px;
    padding: 11px 14px !important;
    gap: 6px;
    font-size: 15px !important;
  }
}
/* =========================================================
   992 - 1199
   ========================================================= */
@media (min-width: 992px) and (max-width: 1200px) {
  .claim-form {
    /* =====================================================
       RADIO
       ===================================================== */
    /* =====================================================
       PREVIOUS + NEXT
       ===================================================== */
    /* =====================================================
       PREVIOUS + SUBMIT
       ===================================================== */
  }
  .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .claim-form .claim-form-radio--horizontal .gchoice {
    width: 100%;
    min-width: 0;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 115px;
    min-width: 0;
    padding: 11px 18px !important;
    gap: 5px;
    font-size: 14px !important;
  }
  .claim-form .gform_page_footer:has(.gform_previous_button) {
    flex-direction: column-reverse;
  }
  .claim-form .gform_page_footer:has(.gform_previous_button) .gform_previous_button,
  .claim-form .gform_page_footer:has(.gform_previous_button) .gform_next_button {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 100% !important;
    max-inline-size: 100% !important;
  }
  .claim-form .gform_page_footer:has(button[type=submit]),
  .claim-form .gform_page_footer:has(#gform_submit_button_1) {
    flex-direction: column-reverse;
  }
  .claim-form .gform_page_footer:has(button[type=submit]) .gform_previous_button,
  .claim-form .gform_page_footer:has(button[type=submit]) button[type=submit],
  .claim-form .gform_page_footer:has(button[type=submit]) #gform_submit_button_1,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_previous_button,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) button[type=submit],
  .claim-form .gform_page_footer:has(#gform_submit_button_1) #gform_submit_button_1 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 100% !important;
    max-inline-size: 100% !important;
  }
}
/* =========================================================
   768 - 991
   SAME RADIO SIZE AS 1500+
   ========================================================= */
@media (min-width: 768px) and (max-width: 991px) {
  .claim-form {
    margin: 0 auto;
  }
  .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, 177px) !important;
    justify-content: space-between;
    width: 100% !important;
    max-width: 577px;
    gap: 0 !important;
  }
  .claim-form .claim-form-radio--horizontal .gchoice {
    width: 177px !important;
    min-width: 177px !important;
    max-width: 177px !important;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 177px !important;
    min-width: 177px !important;
    max-width: 177px !important;
    padding: 12px 24px !important;
    gap: 8px;
    font-size: 16px !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   767 AND BELOW
   COMMON MOBILE BUTTON RULES
   ========================================================= */
@media (max-width: 767px) {
  .claim-form {
    margin: 0 auto;
    /* Previous + Next / Previous + Submit */
    /* Step 1 - Next only */
  }
  .claim-form .gform_page_footer:has(.gform_previous_button),
  .claim-form .gform_page_footer:has(button[type=submit]),
  .claim-form .gform_page_footer:has(#gform_submit_button_1),
  .claim-form .gform_footer:has(.gform_previous_button) {
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
  }
  .claim-form .gform_page_footer:has(.gform_previous_button) .gform_previous_button,
  .claim-form .gform_page_footer:has(.gform_previous_button) .gform_next_button,
  .claim-form .gform_page_footer:has(.gform_previous_button) .gform_button,
  .claim-form .gform_page_footer:has(.gform_previous_button) .gform_submit_button,
  .claim-form .gform_page_footer:has(.gform_previous_button) button[type=submit],
  .claim-form .gform_page_footer:has(.gform_previous_button) #gform_submit_button_1,
  .claim-form .gform_page_footer:has(button[type=submit]) .gform_previous_button,
  .claim-form .gform_page_footer:has(button[type=submit]) .gform_next_button,
  .claim-form .gform_page_footer:has(button[type=submit]) .gform_button,
  .claim-form .gform_page_footer:has(button[type=submit]) .gform_submit_button,
  .claim-form .gform_page_footer:has(button[type=submit]) button[type=submit],
  .claim-form .gform_page_footer:has(button[type=submit]) #gform_submit_button_1,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_previous_button,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_next_button,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_button,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_submit_button,
  .claim-form .gform_page_footer:has(#gform_submit_button_1) button[type=submit],
  .claim-form .gform_page_footer:has(#gform_submit_button_1) #gform_submit_button_1,
  .claim-form .gform_footer:has(.gform_previous_button) .gform_previous_button,
  .claim-form .gform_footer:has(.gform_previous_button) .gform_next_button,
  .claim-form .gform_footer:has(.gform_previous_button) .gform_button,
  .claim-form .gform_footer:has(.gform_previous_button) .gform_submit_button,
  .claim-form .gform_footer:has(.gform_previous_button) button[type=submit],
  .claim-form .gform_footer:has(.gform_previous_button) #gform_submit_button_1 {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .claim-form .gform_page_footer .gform_next_button:only-child {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* =========================================================
   640 - 767
   ========================================================= */
@media (min-width: 640px) and (max-width: 767px) {
  .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .claim-form .claim-form-radio--horizontal .gchoice {
    width: 100%;
    min-width: 0;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 177px;
    min-width: 0;
    padding: 10px 16px !important;
    gap: 5px;
    font-size: 14px !important;
  }
}
/* =========================================================
   560 - 639
   ========================================================= */
@media (min-width: 560px) and (max-width: 639px) {
  .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  .claim-form .claim-form-radio--horizontal .gchoice {
    width: 100%;
    min-width: 0;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 140px;
    min-width: 0;
    padding: 10px 12px !important;
    gap: 4px;
    font-size: 13px !important;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label::before {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    font-size: 13px;
  }
}
/* =========================================================
   480 - 559
   ========================================================= */
@media (min-width: 480px) and (max-width: 559px) {
  .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, 120px);
    justify-content: space-between;
    gap: 6px;
  }
  .claim-form .claim-form-radio--horizontal .gchoice {
    width: 120px;
    min-width: 0;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 120px;
    padding: 10px 12px !important;
    gap: 4px;
    font-size: 13px !important;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label::before {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    font-size: 13px;
  }
}
/* =========================================================
   BELOW 480
   ========================================================= */
@media (max-width: 480px) {
  .claim-form {
    max-width: 100%;
    border-radius: 24px;
  }
  .claim-form__header {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 24px 24px 0 0;
  }
  .claim-form__body {
    border-radius: 0 0 24px 24px;
  }
  .claim-form .gf_progressbar_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .claim-form .gform_page_fields {
    padding-left: 15px;
    padding-right: 15px;
  }
  .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 577px;
    gap: 8px;
  }
  .claim-form .claim-form-radio--horizontal .gchoice {
    flex: none;
    width: auto;
    min-width: 0;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 100px;
    min-width: 0;
    min-height: 40px;
    padding: 10px 14px !important;
    gap: 5px;
    font-size: 14px !important;
    white-space: nowrap;
  }
  .claim-form .claim-form-radio--horizontal .gchoice label::before {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    font-size: 9px;
  }
  .claim-form .gform_page_footer,
  .claim-form .gform_footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Datepicker */
  body .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date .gform-datepicker-calendar {
    top: calc(100% - 125px) !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    max-width: calc(100vw - 95px) !important;
    transform: none !important;
  }
}
/* =========================================================
   CLAIM FORM POPUP
   ========================================================= */
.claim-form-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1000000 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  /* =======================================================
     OPEN STATE
     ======================================================= */
  /* =======================================================
     OVERLAY
     ======================================================= */
  /* =======================================================
     DIALOG
     ======================================================= */
  /* =======================================================
     CONTENT
     ======================================================= */
  /* =======================================================
     CLOSE BUTTON
     ======================================================= */
  /* =======================================================
     FORM BUTTONS
     768+ = ROW / 268PX
     ======================================================= */
}
.claim-form-popup.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.claim-form-popup__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(20, 0, 40, 0.82);
  cursor: pointer;
}
.claim-form-popup__dialog {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 685px;
  max-height: calc(100vh - 80px);
  opacity: 1;
  visibility: visible;
  transform: none;
}
.claim-form-popup__content {
  position: relative;
  display: block;
  width: 100%;
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 32px;
  opacity: 1;
  visibility: visible;
}
.claim-form-popup__content .claim-form {
  display: block;
  width: 100%;
  max-width: 685px;
  margin: 0;
  border-radius: 32px;
  opacity: 1;
  visibility: visible;
}
.claim-form-popup__close {
  position: absolute;
  top: -16px;
  right: -24px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.claim-form-popup__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: #7B01F7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.claim-form-popup__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transform-origin: center;
}
.claim-form-popup__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.claim-form-popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.claim-form-popup__close:hover, .claim-form-popup__close:focus-visible {
  transform: scale(1.05);
}
.claim-form-popup .claim-form {
  /* Previous + Next */
  /* Previous + Submit */
}
.claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button),
.claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]),
.claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1),
.claim-form-popup .claim-form .gform_footer:has(.gform_previous_button) {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px;
}
.claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button) .gform_previous_button,
.claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button) .gform_next_button {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
  inline-size: 268px !important;
  min-inline-size: 268px !important;
  max-inline-size: 268px !important;
  box-sizing: border-box !important;
}
.claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) .gform_previous_button,
.claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) button[type=submit],
.claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) #gform_submit_button_1,
.claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_previous_button,
.claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) button[type=submit],
.claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) #gform_submit_button_1 {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
  inline-size: 268px !important;
  min-inline-size: 268px !important;
  max-inline-size: 268px !important;
  box-sizing: border-box !important;
}

/* =========================================================
   BODY OPEN STATE
   ========================================================= */
body.claim-form-popup-open {
  overflow: hidden;
}
body.claim-form-popup-open .claim-form-popup {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* =========================================================
   1200 - 1499
   POPUP RADIO SAME AS 1500+
   ========================================================= */
@media (min-width: 1200px) and (max-width: 1500px) {
  .claim-form-popup .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, 177px) !important;
    justify-content: space-between;
    width: 100% !important;
    max-width: 577px;
    gap: 0 !important;
  }
  .claim-form-popup .claim-form .claim-form-radio--horizontal .gchoice {
    width: 177px !important;
    min-width: 177px !important;
    max-width: 177px !important;
  }
  .claim-form-popup .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 177px !important;
    min-width: 177px !important;
    max-width: 177px !important;
    padding: 12px 24px !important;
    gap: 8px;
    font-size: 16px !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   992 - 1199
   POPUP RADIO SAME AS 1500+
   ========================================================= */
@media (min-width: 992px) and (max-width: 1200px) {
  .claim-form-popup .claim-form .claim-form-radio--horizontal .gfield_radio {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(3, 177px) !important;
    justify-content: space-between;
    width: 100% !important;
    max-width: 577px;
    gap: 0 !important;
  }
  .claim-form-popup .claim-form .claim-form-radio--horizontal .gchoice {
    width: 177px !important;
    min-width: 177px !important;
    max-width: 177px !important;
  }
  .claim-form-popup .claim-form .claim-form-radio--horizontal .gchoice label {
    width: 177px !important;
    min-width: 177px !important;
    max-width: 177px !important;
    padding: 12px 24px !important;
    gap: 8px;
    font-size: 16px !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   991 AND BELOW
   POPUP SPACING
   ========================================================= */
@media (max-width: 991px) {
  .claim-form-popup {
    padding: 30px 20px;
  }
  .claim-form-popup__dialog {
    max-height: calc(100vh - 60px);
  }
  .claim-form-popup__content {
    max-height: calc(100vh - 60px);
  }
  .claim-form-popup__close {
    top: -14px;
    right: -10px;
  }
}
/* =========================================================
   767 AND BELOW
   COMMON MOBILE POPUP RULES
   ========================================================= */
@media (max-width: 767px) {
  .claim-form-popup {
    align-items: flex-start;
    padding: 24px 15px;
    /* =====================================================
       BUTTONS
       FULL WIDTH / COLUMN REVERSE
       ===================================================== */
  }
  .claim-form-popup__dialog {
    max-height: calc(100vh - 48px);
  }
  .claim-form-popup__content {
    max-height: calc(100vh - 48px);
    border-radius: 24px;
  }
  .claim-form-popup__content .claim-form {
    border-radius: 24px;
  }
  .claim-form-popup .claim-form {
    /* Step 1 */
  }
  .claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button),
  .claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]),
  .claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1),
  .claim-form-popup .claim-form .gform_footer:has(.gform_previous_button) {
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
  }
  .claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button) .gform_previous_button,
  .claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button) .gform_next_button,
  .claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button) .gform_button,
  .claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button) .gform_submit_button,
  .claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button) button[type=submit],
  .claim-form-popup .claim-form .gform_page_footer:has(.gform_previous_button) #gform_submit_button_1,
  .claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) .gform_previous_button,
  .claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) .gform_next_button,
  .claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) .gform_button,
  .claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) .gform_submit_button,
  .claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) button[type=submit],
  .claim-form-popup .claim-form .gform_page_footer:has(button[type=submit]) #gform_submit_button_1,
  .claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_previous_button,
  .claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_next_button,
  .claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_button,
  .claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) .gform_submit_button,
  .claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) button[type=submit],
  .claim-form-popup .claim-form .gform_page_footer:has(#gform_submit_button_1) #gform_submit_button_1,
  .claim-form-popup .claim-form .gform_footer:has(.gform_previous_button) .gform_previous_button,
  .claim-form-popup .claim-form .gform_footer:has(.gform_previous_button) .gform_next_button,
  .claim-form-popup .claim-form .gform_footer:has(.gform_previous_button) .gform_button,
  .claim-form-popup .claim-form .gform_footer:has(.gform_previous_button) .gform_submit_button,
  .claim-form-popup .claim-form .gform_footer:has(.gform_previous_button) button[type=submit],
  .claim-form-popup .claim-form .gform_footer:has(.gform_previous_button) #gform_submit_button_1 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
  .claim-form-popup .claim-form .gform_page_footer .gform_next_button:only-child {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .claim-form-popup__close {
    top: -10px;
    right: -10px;
    width: 42px;
    height: 42px;
  }
  .claim-form-popup__close::before {
    width: 22px;
    height: 22px;
  }
}
/* =========================================================
   480 AND BELOW
   ONLY EXTRA-SMALL DIFFERENCES
   ========================================================= */
@media (max-width: 480px) {
  .claim-form-popup {
    padding: 15px;
  }
  .claim-form-popup__dialog {
    max-height: calc(100vh - 30px);
  }
  .claim-form-popup__content {
    max-height: calc(100vh - 30px);
  }
  .claim-form-popup__close {
    width: 40px;
    height: 40px;
  }
}
