:root {
  --white: white;
  --brand-950: #0f403d;
  --brand-100: #cce3df;
  --brand-200: #b7d1cd;
  --marlimar-black: #231f20;
  --brand-800: #396461;
  --brand-50: #e1f5f1;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

a {
  text-decoration: underline;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  border: 4px solid #fff;
  border-width: 4px 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: block;
}

.navbar-link:hover {
  border-style: solid;
  border-width: 4px 0;
  border-color: var(--white) var(--brand-950) var(--brand-950);
  color: #e03a39;
}

.text {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_fill {
  grid-column-gap: 8px;
  background-color: var(--brand-950);
  object-fit: fill;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 12px 20px;
  font-family: Generalsans, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button_fill:hover {
  background-color: #0b2e2c;
}

.button_fill.navbtn {
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.button_fill.navbtn:hover {
  background-color: #0b2e2c;
}

.button_fill.form {
  border-radius: 0 5px 5px 0;
  width: auto;
  min-height: 0;
  padding: 8px 16px;
}

.button_fill.light {
  background-color: var(--brand-100);
  color: var(--brand-950);
  padding: 16px 24px;
}

.button_fill.light:hover {
  background-color: var(--brand-200);
}

.button_fill.light.small {
  padding: 12px 20px;
}

.navbar-logo-left-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 86px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.button_outline {
  grid-column-gap: 8px;
  border: 1px solid #231f20;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.btn_text {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.btn_text.light {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-weight: 500;
}

.btn_text.reg {
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
}

.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 84px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.section {
  background-color: #fff;
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 570px;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.hero-heading-left {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.heading.dark {
  color: var(--marlimar-black);
  font-size: 3rem;
}

.subheading {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.btn_fill {
  grid-column-gap: 8px;
  background-color: #e13939;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.btn_fill.large {
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn_text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.btn_outline {
  grid-column-gap: 8px;
  border: 1px solid #231f20;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.btn_outline.large {
  padding-top: 12px;
  padding-bottom: 12px;
}

.column-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-5 {
  object-fit: cover;
}

.logo-title {
  grid-row-gap: 32px;
  background-color: #ebf0f4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 24px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.logos {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.logo-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 44.5px;
  text-decoration: none;
  display: flex;
}

.logo-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.logo-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 44.5px;
  text-decoration: none;
  display: flex;
}

.logo-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 231px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.features-list {
  grid-column-gap: 80px;
  background-color: #f7f8f8;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.columns {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.intro {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.title {
  color: var(--marlimar-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.title.light {
  color: var(--white);
}

.title.small {
  font-size: 32px;
}

.title.popup {
  color: var(--brand-950);
  -webkit-text-stroke-color: var(--brand-800);
}

.description {
  color: var(--marlimar-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.description.light {
  color: var(--white);
}

.btn_llink {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.feature {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature_item {
  grid-column-gap: 12px;
  background-color: var(--brand-950);
  border-radius: 6px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 52.8px;
  height: 52.8px;
  padding: 12px;
  text-decoration: none;
  display: block;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 28.8px;
  height: 28.8px;
  text-decoration: none;
  display: flex;
}

.feature_text {
  color: var(--marlimar-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.feature_text.subtitle {
  font-size: 24px;
}

.feature_text.form-title {
  color: #7e7578;
  font-size: 16px;
}

.navbar-2, .navbar-3 {
  z-index: 2147483647;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logo-title-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 24px 64px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #99a0a6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.logos-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 111.204px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 184.8px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 94.6415px;
  height: 38px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 43px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 155.829px;
  height: 25.0379px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/bgdetail_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.section-2._404 {
  border-bottom: 1px solid var(--brand-800);
  background-position: 50% 0;
  background-size: cover;
}

.hero-heading-left-2 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 64px 24px 32px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 500px;
  max-width: 650px;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 776px;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.subheader {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.btn_fill-2 {
  grid-column-gap: 8px;
  background-color: #e13939;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.btn_text-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-5 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-6 {
  object-fit: cover;
}

.content-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 150px;
  text-decoration: none;
  display: flex;
}

.logos_text {
  color: #99a0a6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 111.204px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 184.8px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 94.6415px;
  height: 38px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 43px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 155.829px;
  height: 25.0379px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: auto;
  align-items: center;
  display: flex;
}

.btn_primary {
  background-color: var(--brand-950);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  min-height: 44px;
  padding: 12px 24px;
  font-family: Generalsans, sans-serif;
  text-decoration: none;
}

.button_secondary {
  border: 1px solid #bdbbbb;
  border-radius: 100px;
  min-width: 120px;
  padding: 12px 20px;
}

.button_secondary.login {
  border: 1px solid #bdbbbb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.button_secondary.login:hover {
  border-color: var(--brand-200);
  background-color: var(--brand-50);
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.image-7 {
  min-width: 500px;
  max-width: 100%;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.text-block {
  color: var(--brand-950);
  text-transform: uppercase;
  align-self: center;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 16px;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--brand-950);
  border-radius: 5px;
  align-self: flex-start;
  padding: 6px 12px;
  display: flex;
}

.brand-span {
  color: var(--brand-100);
}

.logo-title-3 {
  grid-row-gap: 32px;
  background-color: #ebf0f4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.content-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.logos-3 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.logo-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 44.5px;
  text-decoration: none;
  display: flex;
}

.logo-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.logo-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 44.5px;
  text-decoration: none;
  display: flex;
}

.logo-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 231px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.hero-stack {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-header-content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #231f20;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-16 {
  color: #212121;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-10 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-11 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.iconcard {
  grid-row-gap: 24px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 184px;
  text-decoration: none;
  display: flex;
}

.if_icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.actions-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button_fill-2 {
  grid-column-gap: 8px;
  background-color: #231f20;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.footer {
  grid-row-gap: 40px;
  background-color: var(--brand-950);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  text-decoration: none;
  display: flex;
}

.columns-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.marlimar_2015_white-1 {
  object-fit: cover;
}

.frame-13 {
  grid-column-gap: 64px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 429.5px;
  text-decoration: none;
  display: flex;
}

.content-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 90px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 90px;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: var(--brand-800);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.hero-heading-left-3 {
  grid-column-gap: 80px;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.tc_content_header {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.column-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome-2 {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.description-2 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button_fill-3 {
  grid-column-gap: 8px;
  background-color: #e13939;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.btn_text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.column-8 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.navbar-4 {
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-3 {
  background-color: #231f20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.content-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-14 {
  grid-row-gap: 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-15 {
  grid-column-gap: 96px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-column-gap: 16px;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.frame-16 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-24 {
  color: #b8b8b8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-18 {
  grid-column-gap: 96px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-19 {
  grid-column-gap: 16px;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.hero-stack-2 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.small-container-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.content-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-26 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-20 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21 {
  grid-row-gap: 16px;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 184px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 42.125px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.actions-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button_fill-4 {
  grid-column-gap: 8px;
  background-color: #e13939;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.btn_text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.section-4 {
  background-color: var(--brand-800);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-22 {
  grid-column-gap: 64px;
  grid-row-gap: 96px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.frame-23 {
  grid-column-gap: 96px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-24 {
  grid-column-gap: 16px;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.frame-25 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.module_title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.module_text {
  color: var(--brand-200);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-26 {
  grid-column-gap: 16px;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.frame-27 {
  grid-column-gap: 16px;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.dollar {
  object-fit: cover;
}

.frame-28 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-31 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-41 {
  grid-row-gap: 10px;
  background-color: #e13939;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 474px;
  padding: 19px 27px;
  text-decoration: none;
  display: flex;
  position: fixed;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .26);
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.highlight_item {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.highlight_item.top {
  border-top-width: 0;
  border-top-color: var(--brand-950);
  border-bottom-color: silver;
}

.highlight_item.bottom {
  border-top-width: 0;
  border-bottom-width: 0;
}

.highlight_title {
  color: var(--marlimar-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.highlight_text {
  color: #6d6d6d;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
}

.highlight_image {
  width: 50%;
}

.highlights {
  grid-column-gap: 80px;
  background-color: #f7f8f8;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.flex-block {
  grid-column-gap: 5%;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.div-block-7 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  max-width: 1200px;
  padding: 64px 24px;
  display: flex;
}

.section-5 {
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-7 {
  max-width: 1200px;
}

.tc_title {
  color: var(--marlimar-black);
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.tc_title.h3 {
  font-size: 20px;
  font-weight: 600;
}

.rich-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.div-block-8 {
  color: #535353;
  padding: 64px 24px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
}

.tc_link {
  color: var(--brand-950);
  font-weight: 500;
  text-decoration: underline;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 24px;
  display: grid;
}

.paragraph {
  flex-flow: column;
  line-height: 20px;
  display: flex;
}

.paragraph-2, .paragraph-3 {
  flex-flow: column;
  display: flex;
}

.policy-title {
  grid-column-gap: 80px;
  background-color: var(--brand-950);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  max-width: 1200px;
  display: block;
}

.columns-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-9, .div-block-10 {
  width: 100%;
}

.tc_text {
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-11 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  display: flex;
}

.section-6 {
  padding: 64px 24px;
}

.tc_tag {
  color: var(--white);
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.content_header {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.info_tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  border: 1px solid #cecece;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 24px;
  display: flex;
}

.text-field {
  border: 1px solid #c4c4c4;
  border-right-width: 0;
  border-radius: 5px 0 0 5px;
  max-width: 464px;
  min-height: 48px;
  font-family: Generalsans, sans-serif;
}

.div-block-13 {
  align-items: stretch;
  width: 100%;
  height: 48px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.container-9 {
  z-index: 9999999;
  position: fixed;
}

.popup_wrapper {
  background-color: rgba(36, 36, 36, .2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding-top: 25vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_modal {
  background-color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 35%;
  max-width: 35%;
  padding: 0;
  font-family: Urbanist Variablefont Wght, sans-serif;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-8 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.popup_content {
  justify-content: center;
  align-items: center;
  padding: 64px 24px;
}

.success-message {
  border: 1px solid var(--brand-800);
  background-color: var(--brand-50);
  border-radius: 5px;
}

.success_title {
  color: var(--brand-800);
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-2 {
  text-align: left;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.error_title {
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-span {
  color: #c22c2c;
  font-family: Urbanist Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.error-message {
  border: 1px solid #c22c2c;
  border-radius: 5px;
  padding: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-content {
    padding-right: 8px;
  }

  .navbar-menu {
    max-width: unset;
    flex: 1;
    position: absolute;
  }

  .navbar-link {
    background-color: #fff;
    justify-content: center;
    width: 100%;
  }

  .button_fill {
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button_fill.navbtn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-logo-left-2 {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    height: 38px;
  }

  .button_outline {
    justify-content: center;
  }

  .btn_text.light {
    text-transform: none;
  }

  .container, .logos, .columns, .logos-2 {
    flex-direction: column;
    align-items: center;
  }

  .section-2 {
    background-image: linear-gradient(to bottom, var(--brand-950), var(--brand-950));
  }

  .hero-heading-left-2 {
    padding-top: 16px;
  }

  .container-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block {
    padding-left: 18px;
  }

  .div-block-2 {
    padding: 16px;
  }

  .button-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    padding: 16px;
    display: flex;
  }

  .menu-button {
    background-color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--brand-950);
    background-image: linear-gradient(to bottom, var(--brand-950), var(--brand-950));
  }

  .div-block-3 {
    background-color: #fff;
    padding: 0 16px;
  }

  .button_secondary {
    color: #231f20;
    border: 1.5px solid #bdbbbb;
    border-radius: 5px;
    width: 100%;
    font-family: Generalsans, sans-serif;
    font-weight: 500;
  }

  .button_secondary.login {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-7 {
    min-width: 0;
  }

  .div-block-5 {
    width: 80%;
  }

  .logos-3 {
    flex-direction: column;
    align-items: center;
  }

  .frame-10 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: stretch;
    display: grid;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
  }

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

  .frame-13 {
    justify-content: center;
    align-items: center;
  }

  .content-9, .footer-links, .content-10 {
    align-items: center;
  }

  .menu-button-2 {
    background-color: var(--white);
    border-radius: 5px;
  }

  .menu-button-2.w--open {
    background-color: var(--brand-950);
    border-radius: 5px;
  }

  .tc_content_header {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .column-8 {
    width: 100%;
  }

  .section-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-22 {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: stretch;
  }

  .container-6 {
    max-width: 728px;
  }

  .rich-text-block {
    width: 80%;
  }

  .content_header {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .form {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .button_fill.navbtn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature_item {
    flex: none;
  }

  .btn_primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-button {
    background-color: var(--white);
  }

  .frame-10 {
    align-items: start;
    justify-items: stretch;
  }

  .frame-13 {
    justify-content: center;
    align-items: center;
  }

  .tc_content_header {
    justify-content: center;
    align-items: flex-start;
  }

  .frame-22 {
    align-items: start;
    justify-items: stretch;
  }

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

  .section-5 {
    height: auto;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .rich-text-block, .div-block-12, .info_tag {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button_fill {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button_fill.navbtn {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    font-size: 3rem;
  }

  .btn_fill {
    border-radius: 5px;
  }

  .btn_fill.mobile {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .features-list {
    background-color: #fafafa;
  }

  .title {
    font-size: 32px;
  }

  .feature_item {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    padding: 12px;
    display: flex;
  }

  .feature_text {
    font-size: 16px;
  }

  .feature_text.subtitle {
    line-height: 124%;
  }

  .logos-2 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-left-2 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container-2 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .column-4 {
    min-width: 0;
    height: auto;
  }

  .subheader {
    font-size: 18px;
  }

  .actions-2 {
    width: 100%;
  }

  .btn_fill-2 {
    border-radius: 5px;
    width: 100%;
  }

  .column-5 {
    width: 100%;
    height: auto;
  }

  .image-wrapper-2 {
    width: 100%;
  }

  .image-6 {
    width: 100%;
    height: 100%;
  }

  .logos_text {
    text-align: center;
    font-family: Satoshi, sans-serif;
  }

  .btn_primary {
    text-align: center;
    width: auto;
  }

  .div-block-5 {
    width: 100%;
  }

  .hero-stack {
    background-color: #fff;
  }

  .frame-10 {
    grid-column-gap: 16px;
    grid-row-gap: 44px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    justify-items: stretch;
    display: grid;
  }

  .frame-11 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .iconcard {
    min-width: 0;
  }

  .if_icon {
    width: 36px;
    height: 36px;
  }

  .actions-3 {
    flex: 1;
    width: 100%;
  }

  .columns-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .column-6 {
    grid-column-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .frame-13 {
    grid-column-gap: 64px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-links {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .link {
    text-align: center;
    flex: 1;
  }

  .content-10 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .actions-4 {
    width: 100%;
  }

  .frame-22 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .highlight_title {
    font-size: 16px;
  }

  .flex-block {
    grid-template-columns: 1fr;
  }

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-5 {
    height: auto;
  }

  .container-6 {
    max-width: none;
  }

  .rich-text-block {
    width: 100%;
  }

  .list {
    grid-template-columns: 1fr;
  }

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


@font-face {
  font-family: 'Urbanist Variablefont Wght';
  src: url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}