/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
@import url("https://use.typekit.net/nnx1lgq.css");
@import url("https://use.typekit.net/nnx1lgq.css");
@import url("https://use.typekit.net/nnx1lgq.css");
@import url("https://use.typekit.net/nnx1lgq.css");
* {
  margin: 0;
  padding: 0;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
body {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #1C1C2A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.unmudify {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C2A;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 56px;
  }
}

p {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

a.body-link {
  color: #365BF6;
}

a.body-link:hover {
  text-decoration: underline;
}

.text-brand {
  color: #365BF6;
}

.text-brand-dark {
  color: #183274;
}

/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-bold {
  font-weight: 700;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-baseline {
  align-items: baseline;
}

.full-width {
  width: 100%;
}

.capped-width {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .desktop-break {
    display: none;
  }
}
/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 50px;
  }
}

.container.surface-brand-blue {
  background-color: #365BF6;
}

.container.unmudify {
  padding: 0 50px !important;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.appContainer.lightgrey {
  background: #F7F7F7;
}

.header-container--sticky {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1302;
}

.legalPage {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .legalPage {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .legalPage .menu {
    min-width: 33%;
  }
}
.legalPage .content {
  margin-top: -15px;
  overflow: auto;
}
.legalPage .content h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
.legalPage .content h2 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}
.legalPage .content ul {
  margin-left: 18px;
}
.legalPage .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 16px 0;
}
.legalPage .content li {
  font-size: 16px;
  font-weight: 300;
  margin: 16px 0;
}
.legalPage .content a {
  color: #365BF6;
}
.legalPage .content a:hover {
  text-decoration: underline;
}
.legalPage .content .table-wrapper {
  overflow-x: auto;
}
.legalPage .content table {
  border-collapse: collapse;
}
.legalPage .content table td, .legalPage .content table th {
  font-size: 16px;
  font-weight: 300;
  padding: 8px 12px;
  border: 1px solid #ccc;
  text-align: left;
}
.legalPage .version {
  text-align: right;
  font-size: 12px;
  font-weight: 100;
}

.payment__back-button {
  position: relative;
  min-height: 640px;
}

.monthlyPaymentModal p {
  margin-bottom: 15px;
}
.monthlyPaymentModal svg {
  color: red;
  margin-top: -5px;
  vertical-align: middle;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
#iub-legalDoc .container {
  padding: 0 !important;
}
#iub-legalDoc .main-header h1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: #365BF6;
  color: #fff;
  height: 192px;
  line-break: anywhere;
  padding: 0 30px;
}
#iub-legalDoc .main-header p {
  padding: 0 30px;
  margin-top: 20px;
}
#iub-legalDoc ul {
  padding-left: 20px;
}
#iub-legalDoc ul li {
  line-height: 1.5;
}
#iub-legalDoc h2 {
  line-height: 1;
  margin: 20px 0;
}
#iub-legalDoc h3 {
  line-height: 1;
  margin: 10px 0;
}
#iub-legalDoc h4 {
  line-height: 1;
  margin: 5px 0;
}
#iub-legalDoc .table-wrapper {
  overflow-x: auto;
  margin: 1rem 0;
}
#iub-legalDoc .table-wrapper .trackers-duration-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  font-size: 0.9rem;
  background-color: #fff;
}
#iub-legalDoc .table-wrapper .trackers-duration-table thead.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#iub-legalDoc .table-wrapper .trackers-duration-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
#iub-legalDoc .table-wrapper .trackers-duration-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
#iub-legalDoc .table-wrapper .trackers-duration-table tbody tr td {
  padding: 0.75rem 1rem;
  text-align: left;
  word-break: break-word;
}
#iub-legalDoc .aside-main-wrapper, #iub-legalDoc .pre-footer, #iub-legalDoc footer {
  margin-top: 30px;
  padding: 0 30px;
}
#iub-legalDoc .aside-main-wrapper .legalDoc__accordion {
  border: 1px solid grey;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 15px;
}
#iub-legalDoc .aside-main-wrapper .legalDoc__accordion summary {
  align-items: flex-start;
  background-position: top -4px right -4px;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
  display: flex;
  gap: 15px;
}
#iub-legalDoc .aside-main-wrapper .legalDoc__accordion summary figure {
  border: 1px solid grey;
  border-radius: 8px;
  display: grid;
  flex: 0 0 60px;
  height: 60px;
  place-content: center;
  width: 60px;
}
#iub-legalDoc .aside-main-wrapper .legalDoc__accordion summary > div {
  padding-right: 36px;
}
#iub-legalDoc .aside-main-wrapper .legalDoc__accordion summary .accordion__meta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  font-size: 1.125rem;
  margin-top: 0.25lh;
}
#iub-legalDoc footer {
  margin-bottom: 30px;
}
#iub-legalDoc footer h2 {
  display: none;
}
#iub-legalDoc .table-of-content-btn-wrapper, #iub-legalDoc #table-of-content-wrapper, #iub-legalDoc .section__summary {
  display: none;
}

@media (min-width: 768px) {
  #iub-legalDoc .main-header h1 {
    height: 224px;
  }
  #iub-legalDoc .aside-main-wrapper summary {
    align-items: center;
  }
  #iub-legalDoc .aside-main-wrapper summary .accordion__meta {
    align-items: center;
    gap: 24px;
  }
}
/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.about1 {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .about1 {
    flex-direction: row;
  }
}
.about1__title {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #1C1C2A;
}
@media (min-width: 768px) {
  .about1__title {
    width: 50%;
    font-size: 64px;
    line-height: 64px;
  }
}
@media (min-width: 768px) {
  .about1__content {
    width: 50%;
  }
}
.about1__content p {
  margin: 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .about1__content p {
    font-size: 20px;
  }
}
.about1__content i {
  color: #E5FF87;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.about2a {
  max-width: 1440px;
  margin: 0 auto;
  background-image: url("../../../images/brochureware/Tilt_web_about.svg");
  height: 160px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .about2a {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .about2a {
    height: 612px;
  }
}

.about2 {
  padding: 60px 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 576px) {
  .about2 {
    padding: 80px 0;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .about2 {
    font-size: 96px;
    line-height: 96px;
  }
}

.container.surface-brand-blue {
  background-image: url("../../../images/brochureware/about_star_background.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.about3 {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .about3 {
    flex-direction: row;
    padding: 40px 0;
  }
}
.about3__title {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .about3__title {
    text-align: left;
    width: 50%;
  }
}
.about3__title h1 {
  font-weight: 500 !important;
}
.about3__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .about3__cards {
    width: 50%;
    padding: 0;
  }
}
.about3__cards .card {
  display: flex;
  flex-direction: column;
  align-content: end;
  justify-content: center;
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about3__cards .card {
    justify-content: end;
    padding: 24px;
    height: 360px;
  }
}
.about3__cards .card-content {
  position: relative;
  z-index: 2;
}
.about3__cards .card-content h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .about3__cards .card-content h3 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
.about3__cards .card-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  z-index: 1;
}
.about3__cards .card-icon--swirl {
  object-fit: cover;
  bottom: 0;
  width: 120px;
  height: 100%;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .about3__cards .card-icon--swirl {
    width: 200px;
  }
}
.about3__cards .card-icon--zigzag {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about3__cards .card-icon--zigzag {
    width: 220px;
    height: 220px;
  }
}
.about3__cards .card1 {
  background-color: #365BF6;
  color: #fff;
}
.about3__cards .card2 {
  background-color: #E5FF87;
  min-height: 300px;
}
@media (min-width: 768px) {
  .about3__cards .card2 {
    height: 360px;
  }
}
.about3__cards .card3 {
  background-color: #CFD8FF;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.about4 {
  background-color: rgb(28, 28, 42);
  background-image: url("../../../images/brochureware/about_hawd_background.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .about4 {
    padding: 40px;
  }
}
.about4 .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .about4 .wrapper {
    flex-direction: row;
  }
}
.about4__photo {
  margin: 30px 0 50px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .about4__photo {
    margin: 30px 0 80px 0;
  }
}
@media (min-width: 1200px) {
  .about4__photo {
    width: 50%;
  }
}
.about4__photo img {
  width: 340px;
}
@media (min-width: 768px) {
  .about4__photo img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .about4__photo img {
    width: 420px;
  }
}
@media (min-width: 1200px) {
  .about4__photo img {
    width: 600px;
  }
}
.about4__content {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .about4__content {
    padding-left: 40px;
    width: 50%;
  }
}
.about4__content h1 {
  color: #FFFEFB;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
@media (min-width: 768px) {
  .about4__content h1 {
    margin-bottom: 40px;
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
  }
}
.about4__content div {
  margin: 8px 0;
}
.about4__content p {
  padding: 20px 0;
  color: #FFFEFB;
  border-bottom: 1px solid #39373F;
  font-weight: 300;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.about5 .wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .about5 .wrapper {
    flex-direction: row;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.about5__expansionpanel {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  border-radius: 15px !important;
  box-shadow: none;
}
.about5__cst {
  font-weight: 600;
}
.about5__summary {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .about5__summary {
    margin-bottom: 0;
    padding-right: 32px;
  }
}
.about5__summary h1 {
  margin-bottom: 20px;
  font-weight: 500;
}
.about5__summary p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .about5__summary p {
    font-size: 20px;
  }
}
.about5__faqs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.about5__faqs .mud-expand-panel {
  flex: 0 0 auto;
  margin-bottom: 15px;
}
.about5__faqs .mud-expand-panel:last-of-type {
  margin-bottom: 0;
}
.about5__faqs .mud-expand-panel-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1C1C2A;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about5__faqs .mud-expand-panel-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.about5__faqs p {
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 768px) {
  .about5__faqs p {
    font-size: 16px;
  }
}
.about5__faqs ul {
  margin-top: 10px;
}
.about5__faqs li {
  margin-left: 20px;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.title {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.intro {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px !important;
}

.policy__content h1 {
  font-size: 28px;
  font-weight: 600;
}
.policy__content p {
  font-size: 16px;
  font-weight: 400;
}
.policy__content ul {
  margin-top: 10px;
}
.policy__content li {
  margin-left: 20px;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 768px) {
  .policy__content li {
    font-size: 16px;
  }
}
.policy__content table {
  border-collapse: collapse;
}
.policy__content table td, .policy__content table th {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 12px;
  border: 1px solid #ccc;
  text-align: left;
}

.mud-nav-link:hover {
  background-color: transparent !important;
}

.tc-nav-link .mud-nav-link-text p {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.overview {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.tc-nav-link {
  border-bottom: 1px solid #e0e0e0;
}
.tc-nav-link > .mud-nav-link:hover {
  background-color: transparent !important;
}
.tc-nav-link > a.active {
  color: #365BF6 !important;
  background-color: transparent !important;
}

.tc-hero {
  background: #365BF6;
  color: #fff;
  height: 208px;
  display: flex;
  align-items: center;
}

.tc-bottom-hero {
  background: #E5FF87;
  color: #fff;
  height: 321px;
  display: flex;
  align-items: center;
}

.tc-btn-ask-tilt {
  background-color: #000 !important;
  color: #fff !important;
}
.tc-btn-ask-tilt .mud-button-icon-end {
  color: #E5FF87 !important;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.support-hero {
  border-radius: 0;
  background: #365BF6;
  color: #fff;
  min-height: 208px;
  display: flex;
  align-items: center;
}
.support-hero h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 64px;
  color: #fff;
}

.support-hero-desc {
  font-weight: 300;
}

.support-btn-ask-tilt {
  background-color: #fff !important;
  color: #1C1C2A !important;
  width: 100%;
}
@media (min-width: 768px) {
  .support-btn-ask-tilt {
    width: auto !important;
  }
}

.support__image {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.support-banner {
  width: 100%;
}

.makingClaim {
  background-color: #1C1C2A;
  color: #fff;
  min-height: 608px;
  padding: 20px;
  margin-bottom: 20px;
}
.makingClaim .mud-grid .mud-grid-item-md-6 {
  flex-grow: 1;
  max-width: 100% !important;
}
.makingClaim img {
  width: 100%;
}
@media (min-width: 768px) {
  .makingClaim img {
    width: auto !important;
  }
}
.makingClaim h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #FFFEFB;
}
.makingClaim p {
  font-size: 18px;
  line-height: 24px;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.topBanner {
  background: rgb(28, 28, 42);
  color: #FFFEFB;
  font-size: 12px;
  font-weight: 300;
}
.topBanner .content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
}
@media (min-width: 576px) {
  .topBanner {
    font-size: 16px;
  }
}
.topBanner span {
  display: block;
}
@media (min-width: 768px) {
  .topBanner span {
    display: inline;
  }
}
.topBanner a {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #FFFEFB;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (min-width: 768px) {
  .topBanner a {
    margin-left: 30px;
  }
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.download-banner {
  background: #FFFFFF;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 12px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(26, 26, 38, 0.04);
  color: #1C1C2A;
  max-width: 1400px;
  margin: 24px auto;
}
.download-banner__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.download-banner__title {
  font-size: 32px;
  font-weight: 500;
  color: #1C1C2A;
  line-height: 32px;
  padding-left: 14px !important;
}
.download-banner__stores {
  display: flex;
  gap: 8px;
}
.download-banner__store-link {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 0.2em 0.7em;
  box-sizing: border-box;
  transition: border-color 0.18s, box-shadow 0.18s;
  height: 58px;
}
.download-banner__store-link img {
  height: 42px;
  width: auto;
  display: block;
}
.download-banner__store-link:focus, .download-banner__store-link:hover {
  box-shadow: 0 2px 12px rgba(26, 26, 38, 0.07);
}
.download-banner__qr {
  margin-left: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  border-radius: 24px;
  padding: 24px 36px 16px 36px;
}
.download-banner__qr-img-wrap {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-banner__qr-img {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 8px;
}
.download-banner__qr-caption {
  margin-top: 10px;
  font-size: 14px;
  color: #1C1C2A;
  opacity: 0.8;
  text-align: center;
}

.mobile-policy {
  min-height: auto;
  background: rgb(28, 28, 42);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.mobile-policy__app-store {
  display: none;
}
@media (min-width: 1200px) {
  .mobile-policy__app-store {
    display: block;
  }
}
.mobile-policy__tiles {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 24px;
}
.mobile-policy__tiles-img {
  width: 92vw;
  max-width: 400px;
  height: auto;
  display: block;
}
.mobile-policy__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  margin: 0;
  width: 90vw;
  max-width: auto;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 768px) {
  .mobile-policy__content {
    font-size: 96px;
    line-height: 96px;
  }
}
.mobile-policy__app-store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 32px;
  margin-top: 32px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .mobile-policy__app-store-buttons {
    display: none;
  }
}
.mobile-policy__app-store-buttons .mobile-policy__store-link {
  background: #FFFFFF;
  border-radius: 999px;
  padding: 0.6em 1.4em;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
  text-decoration: none;
  height: 48px;
  display: flex;
  align-items: center;
}
.mobile-policy__app-store-buttons .mobile-policy__store-link:hover, .mobile-policy__app-store-buttons .mobile-policy__store-link:focus {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
.mobile-policy__app-store-buttons .mobile-policy__store-link img {
  height: 40px;
  width: auto;
  display: block;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.btn-link {
  margin: 30px 0;
  background-color: #1C1C2A;
  color: #fff;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0;
  font-size: 16px;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 768px) {
  .btn-link {
    padding: 14px 16px;
    width: 165px;
  }
}
.btn-link svg {
  margin-left: 8px;
}

.btn-link:hover {
  background-color: #39373F;
}

.btn-outline {
  background-color: inherit;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 8px;
  font-weight: 600;
}

.basic-footer {
  background-color: #1030B4; /* Blue background */
  color: #FFFFFF; /* White text */
  padding: 48px 16px;
  position: relative;
}

.basic-footer .footer-container {
  margin: 0 auto;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.Insuranceatyourspeed {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #365BF6;
  border-radius: 24px;
  box-sizing: border-box;
  color: #fff;
  align-items: center;
  text-align: center;
  margin: 8px;
}
@media (min-width: 1200px) {
  .Insuranceatyourspeed {
    padding: 40px;
    margin: 40px;
  }
}
.Insuranceatyourspeed__title {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .Insuranceatyourspeed__title {
    font-size: 48px;
    line-height: 48px;
  }
}
.Insuranceatyourspeed__subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 36px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .Insuranceatyourspeed__subtitle {
    font-size: 20px;
    line-height: 20px;
  }
}
.Insuranceatyourspeed__image {
  width: 100%;
  max-width: 750px;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(30, 50, 130, 0.12);
  display: block;
  margin: 0 auto;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.risk-capture-container {
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 16px;
}
@media (min-width: 768px) {
  .risk-capture-container {
    padding: 16px 16px 24px 32px;
  }
}
.risk-capture-container--surface-brand-blue {
  background-color: #365BF6;
}
.risk-capture-container--surface-primary {
  background-color: #FFFEFB;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.support-section {
  background: #F7F7F7;
  width: 100%;
  justify-content: space-between;
  padding: 40px 16px 24px 16px;
  gap: 40px;
}
@media (min-width: 1200px) {
  .support-section {
    flex-direction: row;
    align-items: stretch;
    display: flex;
    padding: 80px 64px 80px 64px;
    gap: 80px;
  }
}
.support-section__left, .support-section__right {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .support-section__left, .support-section__right {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
  }
}
.support-section__left {
  padding-left: 4vw;
}
.support-section__right {
  padding-left: 4vw;
}
@media (min-width: 1200px) {
  .support-section__right {
    align-items: flex-end;
    padding-left: 0px;
  }
}
.support-section__title {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #151515;
  margin: 0;
  padding-bottom: 18px;
}
@media (min-width: 1200px) {
  .support-section__title {
    font-size: 56px;
    line-height: 56px;
    padding-bottom: 0px;
  }
}
.support-section__desc {
  font-size: 18px;
  line-height: 18px;
  color: #151515;
  text-align: left;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .support-section__desc {
    font-size: 20px;
    line-height: 20px;
  }
}

.help-image {
  width: 100%;
}

.help-image--desktop {
  display: none;
}

.help-image--mobile {
  display: block;
}

@media (min-width: 768px) {
  .help-image--desktop {
    display: block;
  }
  .help-image--mobile {
    display: none;
  }
}
/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.why-container {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.why-choose-tilt__title {
  color: #FFFEFB;
  font-weight: 500 !important;
}
.why-choose-tilt .content-section-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .why-choose-tilt .content-section-container {
    flex-direction: row;
  }
}
.why-choose-tilt .content-section-container img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .why-choose-tilt .content-section-container img {
    width: 80%;
  }
}
.why-choose-tilt .description {
  font-size: 20px !important;
  font-weight: 300;
  line-height: 28px;
  color: #FFFEFB !important;
}
@media (min-width: 768px) {
  .why-choose-tilt .description {
    margin-inline-end: 156px !important;
  }
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
body {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #1C1C2A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.unmudify {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C2A;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 56px;
  }
}

p {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

a.body-link {
  color: #365BF6;
}

a.body-link:hover {
  text-decoration: underline;
}

.text-brand {
  color: #365BF6;
}

.text-brand-dark {
  color: #183274;
}

.how-it-works {
  width: 100%;
  min-height: 100%;
  background: #FFFEFB;
  padding: 60px 0 60px 0px;
}
.how-it-works__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .how-it-works__row {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 150px;
  }
}
.how-it-works__rowHead {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .how-it-works__rowHead {
    flex-direction: row;
    padding-left: 0;
  }
}
.how-it-works .scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.how-it-works .scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
.how-it-works__left {
  flex: 0 0 50%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.how-it-works__left.headline {
  padding-left: 0;
}
@media (min-width: 769px) {
  .how-it-works__left.headline {
    padding-left: 20px;
  }
}
.how-it-works__title {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
  color: #1C1C2A;
}
@media (min-width: 1200px) {
  .how-it-works__title {
    font-size: 56px;
    line-height: 56px;
  }
}
.how-it-works__step-block {
  margin-top: 18px;
}
.how-it-works__step-badge {
  display: inline-block;
  background: #365BF6;
  color: #FFFEFB;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  border-radius: 16px;
  padding: 5px 16px;
  margin-bottom: 10px;
  margin-left: 4px;
  vertical-align: middle;
}
.how-it-works__headline {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  margin: 10px 0 18px 0;
  color: #1C1C2A;
}
.how-it-works__desc {
  padding-bottom: 48px;
  font-size: 18px;
  color: #1C1C2A;
  font-weight: 300;
  line-height: 28px;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .how-it-works__desc {
    font-size: 20px;
    padding-bottom: 0px;
  }
}
.how-it-works__right {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  box-sizing: border-box;
  gap: 32px;
}
@media (min-width: 1200px) {
  .how-it-works__right {
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 48%;
    display: flex;
    padding-right: 40px;
    min-width: 520px;
  }
}
.how-it-works__img {
  width: 100%;
}
.how-it-works__img-insured {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .how-it-works__img-insured {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.how-it-works__img-cards {
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .how-it-works__img-cards {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.how-it-works__cta-wrapper .cta-card {
  margin-left: auto;
  background: #E5FF87;
  border-radius: 16px;
  padding: 16px 50px 16px 8px;
  min-width: 327px;
  max-width: 343px;
  position: fixed !important;
  bottom: 20px;
  right: 64px;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .how-it-works__cta-wrapper .cta-card {
    right: 50% !important;
    transform: translateX(50%) translateY(20px);
    width: 90%;
    max-width: 320px;
  }
}
.how-it-works__cta-wrapper .cta-card.sticky {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .how-it-works__cta-wrapper .cta-card.sticky {
    transform: translateX(50%) translateY(0);
  }
}
.how-it-works__cta-wrapper .cta-card .cta-star {
  position: static;
  top: 6px;
  left: 32px;
  width: 34px;
  height: 34px;
}
.how-it-works__cta-wrapper .cta-card .btn-link {
  margin: 8px;
}
.how-it-works__cta-wrapper .cta-card .cta-title {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 8px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.how-it-works__cta-wrapper .cta-card .cta-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.how-it-works__cta-wrapper .cta-card .cta-learn-more {
  color: #1C1C2A;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: text-decoration 0.2s;
  text-wrap-mode: nowrap;
}
.how-it-works__cta-wrapper .cta-card .cta-learn-more:hover {
  text-decoration: underline;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.icon-list .mud-list-item-icon {
  min-width: max-content;
  padding-right: 8px;
}

.icon-list--primary .mud-list-item-icon {
  color: #1C1C2A;
}

.icon-list--secondary .mud-list-item-icon {
  color: #39373F;
}

.icon-list--inverted .mud-list-item-icon {
  color: #FFFEFB;
}

.icon-list--brand .mud-list-item-icon {
  color: #E5FF87;
}

.icon-list--brand-blue .mud-list-item-icon {
  color: #365BF6;
}

.icon-list--error .mud-list-item-icon {
  color: #FF5651;
}

.icon-list--success .mud-list-item-icon {
  color: #138525;
}

.icon-list--warning .mud-list-item-icon {
  color: #FAAD14;
}

.icon-list--disabled .mud-list-item-icon {
  color: #D2D2D2;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.header-retrieve-quote {
  padding: 20px;
}
.header-retrieve-quote__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-retrieve-quote__top svg:hover {
  cursor: pointer;
}
.header-retrieve-quote .mud-drawer-header {
  padding: 12px 0;
}
.header-retrieve-quote .mud-input-control {
  margin-bottom: 20px;
}
.header-retrieve-quote .prominent {
  background-color: #1C1C2A;
  color: #fff;
}
.header-retrieve-quote .prominent svg {
  color: #E5FF87;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.whoWeCover {
  background-color: #FFFEFB;
}
.whoWeCover__container {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 80px;
}
.whoWeCover h1 {
  margin-bottom: 32px;
  font-weight: 500 !important;
  line-height: 40px;
  color: #222222;
  text-align: center;
}
.whoWeCover__pills .content {
  padding: 0 0 65px 0;
  display: flex;
  flex-direction: column;
}
.whoWeCover__pills .pill {
  display: flex;
  justify-content: flex-start;
  background-color: #0B0D17;
  padding: 8px 16px;
  border-radius: 50px;
  color: #fff;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.whoWeCover__pills .pill svg {
  background-color: #365BF6;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  margin-left: -7px;
}
.whoWeCover__pills .pill div {
  padding: 0 10px;
}

.splide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: block;
}
.splide__pagination {
  position: relative;
  transform: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  bottom: 0;
}
.splide__pagination__page {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D2D2D2;
  border: none;
  margin: 0;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.splide__pagination__page.is-active {
  background: #1C1C2A;
  transform: scale(1.2);
}
.splide__pagination__page:hover {
  background: #6b7280;
}
.splide__arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}
.splide__arrow {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}
.splide__arrow:hover {
  background: #365BF6;
}
.splide__arrow:hover svg {
  fill: #fff;
}
.splide__arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.splide__arrow svg {
  fill: #6b7280;
  width: 16px;
  height: 16px;
}
.splide__arrow--prev {
  left: auto;
  right: auto;
  transform: none;
}
.splide__arrow--prev svg {
  transform: rotate(180deg);
}
.splide__arrow--next {
  left: auto;
  right: auto;
  transform: none;
}
.splide__track {
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.splide__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.splide__slide {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.splide__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .splide__actions {
    padding: 0 40px;
  }
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
body {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #1C1C2A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.unmudify {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C2A;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 56px;
  }
}

p {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

a.body-link {
  color: #365BF6;
}

a.body-link:hover {
  text-decoration: underline;
}

.text-brand {
  color: #365BF6;
}

.text-brand-dark {
  color: #183274;
}

.howden-section {
  background: #FEF5F1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howden-section__content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .howden-section__content {
    padding: 48px 32px;
  }
}
.howden-section__top-text {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .howden-section__top-text {
    font-size: 20px;
  }
}
.howden-section .text-bottom {
  margin-bottom: 35px;
}
.howden-section__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.howden-section__bottom-section {
  gap: 32px;
  display: grid;
}
.howden-section__rated {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin: 0;
}
@media (min-width: 768px) {
  .howden-section__rated {
    font-size: 24px;
  }
}
.howden-section__reviews {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  margin-top: 0;
}
@media (min-width: 768px) {
  .howden-section__reviews {
    font-size: 20px;
  }
}
.howden-section__reviews a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
@media (min-width: 992px) {
  .legalPageMenu {
    padding-right: 60px;
  }
}
.legalPageMenu__dropdown {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .legalPageMenu__dropdown {
    display: none;
  }
}
.legalPageMenu h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}
.legalPageMenu ul {
  list-style-type: none;
  display: none;
}
@media (min-width: 992px) {
  .legalPageMenu ul {
    display: block;
  }
}
.legalPageMenu li {
  padding: 16px 0;
  border-top: 1px solid #D2D2D2;
}
.legalPageMenu li a, .legalPageMenu li a:active, .legalPageMenu li a:visited {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #39373F;
}
.legalPageMenu li:last-child {
  border-bottom: 1px solid #D2D2D2;
}

.legalPageHero {
  height: 192px;
  background: #365BF6;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .legalPageHero {
    height: 224px;
  }
}
.legalPageHero h3 {
  font-size: 56px;
  font-weight: 500;
  line-height: 48px;
}

.tc .tc, .pp .pp {
  color: #365BF6 !important;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.payment-switch-toggle[aria-checked=true] .payment-switch-toggle__toggle-item--color-switch {
  color: #183274;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.confirmation.fixed920 {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .confirmation.fixed920 {
    width: 920px;
  }
}

.confirmation {
  display: flex;
  flex-direction: column;
}
.confirmation svg {
  width: 16px;
  height: 16px;
}
.confirmation__header {
  display: none;
}
@media (min-width: 992px) {
  .confirmation__header {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 20px 0;
  }
}
.confirmation__cover {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 24px 32px;
}
@media (min-width: 992px) {
  .confirmation__cover {
    background: #fff;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .confirmation__cover {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .confirmation__cover .period {
    width: 60%;
  }
}
.confirmation__cover .period p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.confirmation__cover .period svg {
  width: 40px;
  height: 40px;
}
.confirmation__cover .period h1 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
}
.confirmation__cover .info {
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .confirmation__cover .info {
    width: 40%;
    margin-top: -20px;
  }
}
.confirmation__cover .info a {
  width: 100%;
}
.confirmation__cover .info > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #D2D2D2;
}
.confirmation__cover .info > div div {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.confirmation__cover .info > div div svg {
  margin-right: 10px;
}
.confirmation__cover .info > div:last-child {
  border-bottom: none;
}
.confirmation__cover .info a, .confirmation__cover .info span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.confirmation__policy {
  background: #365BF6;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.confirmation__policy .cards {
  display: flex;
  padding: 40px 32px;
}
.confirmation__policy .cards svg {
  color: #fff;
}
.confirmation__policy .card1 img {
  position: absolute;
  right: 0;
  top: -30px;
}
.confirmation__policy .card2 img {
  position: absolute;
  right: 12px;
  top: 25px;
}
.confirmation__policy .card3 img {
  position: absolute;
  right: -10px;
  top: -30px;
}
.confirmation__policy .card {
  height: 191px;
  width: 260px;
  background: #2047E6;
  margin: 1px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  border-radius: 16px;
}
.confirmation__policy .card span {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  display: block;
}
.confirmation__policy .card .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  padding: 0 16px;
  position: relative;
}
.confirmation__policy svg {
  width: 23px;
  height: 23px;
}
.confirmation__policy .actions {
  margin-top: -20px;
}
.confirmation__policy .app {
  margin-top: -15px;
}
.confirmation .mobile-policy {
  background: inherit;
}
.confirmation .mobile-policy__content {
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.confirmation .mobile-policy__content a {
  color: #E5FF87;
}
@media (min-width: 992px) {
  .confirmation .mobile-policy__app-store {
    width: 920px;
    padding: 0 50px;
  }
}
.confirmation .splide__pagination li button {
  background: #CFD8FF;
}
.confirmation .splide__pagination li button.is-active {
  background: #E5FF87;
}
.confirmation .splide:not(.is-overflow) .splide__pagination {
  display: flex;
}
@media (min-width: 992px) {
  .confirmation .splide:not(.is-overflow) .splide__pagination {
    display: none;
  }
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.documents__button {
  border: 1px solid #D2D2D2;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.documents__icon-container {
  background-color: #CFD8FF;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.whathero {
  margin: 0 auto;
  background-color: #FFFEFB;
}
.whathero-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 32px 40px 32px;
}
@media (min-width: 768px) {
  .whathero-content {
    flex-direction: row;
    display: flex;
    padding: 80px 0px 80px 64px;
  }
}
.whathero__text {
  flex: 1 1 0;
  max-width: 600px;
}
.whathero__text .whathero-title-section {
  gap: 16px;
  display: grid;
}
.whathero__text__title-section {
  gap: 16px;
  display: grid;
}
.whathero__text .title-section {
  gap: 16px;
  display: grid;
}
.whathero__text h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #1C1C2A;
  gap: 16px;
}
@media (min-width: 768px) {
  .whathero__text h1 {
    font-size: 64px;
    line-height: 64px;
  }
}
.whathero__text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #39373F;
  gap: 16px;
}
@media (min-width: 768px) {
  .whathero__text p {
    font-size: 20px;
    line-height: 28px;
  }
}
.whathero__text .whathero__bullets {
  list-style: none;
  padding: 0;
  padding-top: 24px;
  margin: 0 0 2rem 0;
}
.whathero__text .whathero__bullets li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #1C1C2A;
}
@media (min-width: 768px) {
  .whathero__text .whathero__bullets li {
    font-size: 20px;
  }
}
.whathero__text .whathero__bullets li .mud-icon-root {
  margin-right: 0.75rem;
  font-size: 1.5rem;
}
.whathero__text .mud-button-root {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(24, 28, 50, 0.08);
}
.whathero__image {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 900px;
}
@media (min-width: 768px) {
  .whathero__image {
    justify-content: flex-end;
    margin-left: 40px;
  }
}
.whathero__image img {
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(24, 28, 50, 0.1);
  background: #fff;
  object-fit: cover;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
body {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #1C1C2A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.unmudify {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C2A;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 56px;
  }
}

p {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
  }
}

a.body-link {
  color: #365BF6;
}

a.body-link:hover {
  text-decoration: underline;
}

.text-brand {
  color: #365BF6;
}

.text-brand-dark {
  color: #183274;
}

.what-is-section {
  background: #F7F7F7;
  padding: 54px 0 54px 0;
}
.what-is-section__container {
  max-width: 1440px;
  margin: 0 auto;
  margin: 0 auto;
  padding: 0 32px;
}
.what-is-section__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.what-is-section__intro-left {
  flex: 1 1 420px;
  min-width: 340px;
  max-width: 630px;
}
.what-is-section__title {
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  color: #23232F;
  margin: 0 0 36px 0;
}
.what-is-section__cta {
  display: inline-flex;
  align-items: center;
  background: #23232F;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 18px 28px 18px 22px;
  cursor: pointer;
  gap: 8px;
  box-shadow: none;
  transition: background 0.2s;
}
.what-is-section__cta:hover, .what-is-section__cta:focus {
  background: #14141a;
}
.what-is-section__cta .what-is-section__arrow {
  margin-left: 6px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.what-is-section__intro-right {
  flex: 1 1 380px;
  min-width: 300px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #39373F;
  margin-top: 18px;
}
.what-is-section__intro-right p {
  margin-bottom: 1.1em;
  font-weight: 300;
}
.what-is-section__essentials {
  margin: 70px 0 0 0;
  text-align: center;
}
.what-is-section__essentials-title {
  color: #1C1C2A;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 32px;
}
.what-is-section__essentials-cards {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.what-is-card {
  position: relative;
  flex: 1 1 330px;
  min-width: 320px;
  min-height: 210px;
  display: flex;
  align-items: flex-end;
  padding: 30px 30px 28px 30px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: none;
  background: #fff;
  transition: box-shadow 0.2s;
}
.what-is-card__text {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  z-index: 2;
  line-height: 32px;
  text-align: left;
}
.what-is-card__icon {
  position: absolute;
  top: 1px;
  right: 0px;
  z-index: 1;
  pointer-events: none;
}
.what-is-card__icon--squiggle {
  padding-right: 30px;
}
.what-is-card--blue {
  background: #396CFF;
  color: #E3ECFF;
}
.what-is-card--blue .what-is-card__text {
  color: #E3ECFF;
}
.what-is-card--blue .what-is-card__icon--stars {
  opacity: 0.65;
}
.what-is-card--yellow {
  background: #EBFF8F;
  color: #23232F;
}
.what-is-card--yellow .what-is-card__text {
  color: #23232F;
}
.what-is-card--yellow .what-is-card__icon--squiggle svg path {
  stroke: #23232F;
  opacity: 0.63;
}
.what-is-card--white {
  background: #fff;
  color: #23232F;
}
.what-is-card--white .what-is-card__text {
  color: #23232F;
}
.what-is-card--white .what-is-card__icon--heart svg path {
  stroke: #D8D8D8;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.whatsIncluded {
  background: #FEFDF9;
}
.whatsIncluded-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .whatsIncluded-container {
    padding: 80px 64px;
  }
}
.whatsIncluded__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .whatsIncluded__content {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .whatsIncluded__intro {
    width: 40%;
    padding: 10px 0px;
  }
}
.whatsIncluded__intro h1 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  color: #1C1C2A;
}
.whatsIncluded__intro p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #39373F;
  margin: 15px 0px 30px;
}
@media (min-width: 768px) {
  .whatsIncluded__intro p {
    display: none;
  }
}
@media (min-width: 768px) {
  .whatsIncluded__carousel {
    width: 60%;
  }
}
.whatsIncluded__carouselTrack {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-top: 16px;
  width: 100%;
}
.whatsIncluded__navigation {
  display: flex;
  justify-content: space-between;
  padding: 20px 5px 0 5px;
  align-items: center;
}
.whatsIncluded__cards .card {
  display: flex;
  flex-direction: column;
  background: #D7DEFF;
  width: 260px;
  height: 340px;
  padding: 24px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .whatsIncluded__cards .card {
    width: 340px;
    height: 370px;
  }
}
.whatsIncluded__cards .card img {
  display: block;
  width: 59px;
  margin-bottom: 38px;
}
.whatsIncluded__cards .card h3 {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  color: #1C1C2A;
  margin-bottom: 18px;
  min-height: 66px;
}
@media (min-width: 768px) {
  .whatsIncluded__cards .card h3 {
    font-size: 40px;
    line-height: 40px;
    min-height: 80px;
  }
}
.whatsIncluded__cards .card h3 br {
  display: none;
}
@media (min-width: 768px) {
  .whatsIncluded__cards .card h3 br {
    display: block;
  }
}
.whatsIncluded__cards .card p {
  font-size: 16px;
  line-height: 20px;
  color: #1C1C2A;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .whatsIncluded__cards .card p {
    font-size: 20px;
    line-height: 28px;
  }
}

.splide:not(.is-overflow) .splide__pagination {
  display: flex;
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
/*
With mobile first approach, we start with default styles for anything less than 576px
Then we begin to include styles for bigger sizes
*/
.who-needs-cover {
  background: rgb(28, 28, 42);
  background-image: url("../../../images/brochureware/WhoNeedsThisBackground.svg");
  background-position: bottom right; /* Position the background image at the bottom right */
  background-repeat: no-repeat; /* Prevent the background image from repeating */
  padding: 40px 32px 40px 32px;
}
.who-needs-cover-content {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  position: relative;
  gap: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .who-needs-cover {
    padding: 80px 64px 80px 64px;
  }
}
.who-needs-cover__header {
  position: relative;
  z-index: 2;
}
.who-needs-cover__title {
  font-weight: 500;
  color: #FFFEFB;
  margin: 0;
}
@media (min-width: 768px) {
  .who-needs-cover__title {
    font-size: 56px;
    line-height: 56px;
    position: relative;
    display: inline-block;
  }
}
.who-needs-cover__main {
  position: relative;
  z-index: 2;
  gap: 60px;
}
@media (min-width: 768px) {
  .who-needs-cover__main {
    display: flex;
    align-items: flex-start;
  }
}
.who-needs-cover__image {
  padding-bottom: 40px;
  max-width: 900px;
}
@media (min-width: 768px) {
  .who-needs-cover__image {
    width: 50%;
    padding-bottom: 0;
  }
}
.who-needs-cover__image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .who-needs-cover__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
  }
}
.who-needs-cover__content {
  margin-left: 0;
  color: #fff;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .who-needs-cover__content {
    flex: 1 1 420px;
    padding-top: 100px;
    padding-right: 100px;
    align-items: flex-start;
    width: 50%;
  }
}
.who-needs-cover__content .get-quote-button {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px 12px 16px;
  color: #000000; /* Black text for the button */
  background-color: #FFFFFF; /* White background */
  border-radius: 10px; /* Rounded edges */
}
@media (min-width: 768px) {
  .who-needs-cover__content .get-quote-button {
    align-self: start;
  }
}
.who-needs-cover__content h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 22px 0;
  color: #FFFEFB;
}
.who-needs-cover__content p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: #FFFEFB;
  margin-bottom: 40px;
}
.who-needs-cover__content.three-items {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .who-needs-cover__content.three-items {
    padding-top: 0;
  }
}

/* Primary Shades */
/* Buttons */
/* Text */
/* Icons */
/* Surface */
.appMenuSpaceReserver {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .appMenuSpaceReserver {
    margin-top: 0;
  }
}

.appMenuContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #F7F7F7;
}

.appMenu.opened {
  height: 100vh;
}
.appMenu.opened .appMenu__navigation {
  display: none;
}
.appMenu.opened .appMenu__content {
  display: block;
}

.appMenu {
  display: block;
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #1C1C2A;
}
@media (min-width: 768px) {
  .appMenu {
    display: none;
  }
}
.appMenu__content {
  display: none;
}
.appMenu__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
.appMenu__navigation svg {
  color: #1C1C2A;
}
.appMenu__topbar {
  display: flex;
  border-bottom: 1px solid #D2D2D2;
}
.appMenu__topbar svg {
  color: #000;
}
.appMenu__topbar div.heading {
  display: flex;
  width: calc(100% - 48px);
  justify-content: center;
  align-items: center;
  color: #000;
}
.appMenu__progress {
  padding: 0 12px;
}
.appMenu__progress p.progress-stack-header {
  font-family: "Inter", "Satoshi", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #1C1C2A;
  margin-left: -15px;
  margin-bottom: 12px;
}
.appMenu__progress p.progress-text {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.appMenu__progress div.progress-icon {
  background: #fff !important;
}
.appMenu__progress div.progress-icon svg {
  color: #424242 !important;
}
.appMenu__progress .progress-text + svg {
  display: none;
}
.appMenu__progress .progress-stage .line.active div {
  background-color: inherit;
}
.appMenu__links {
  margin-top: 80px;
  padding-bottom: 50px;
}
.appMenu__links a > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D2D2D2;
  margin: 0 15px;
  padding: 12px 0;
}
.appMenu__links a > div div:nth-child(1) button {
  margin-left: -15px;
}
.appMenu__links a > div div:nth-child(2) button {
  margin-right: -15px;
}
.appMenu__links a > div div:nth-child(2) button svg {
  color: #39373F;
}
.appMenu__links a:last-child > div {
  border-bottom: none;
}

#declarations-modal ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/*# sourceMappingURL=main.css.map */
