:root {
  --gray--gray-800: #1d3158;
  --gray--gray-900: #0d2c5a;
  --gray--white: white;
  --gray--gray-200: #e8e7ee;
  --gray--gray-100: #f6f6f9;
  --gray--gray-700: #586174;
  --teal--light: #f0faf8;
  --gray--gray-300: #dcdce5;
  --gray--gray-500: #acb4c3;
  --gray--gray-600: #818a9c;
  --midnight-blue: #0d2c5a;
  --gray--gray-400: #c4c9d4;
  --deep-sky-blue: #5dafe0;
  --light-sky-blue: #87c5e8;
  --light-blue: #a9d5ef;
  --light-blue-2: #cbe6f6;
  --dark-slate-blue: #14458f;
  --royal-blue: #1c5fc4;
  --steel-blue: #3b7ee3;
  --alice-blue: #eef7fc;
  --cornflower-blue: #70a1eb;
  --spark-library-foreground-secondary: #000000c2;
  --spark-library-black: black;
  --spark-library-light-steel-purple: #a695fb;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-foreground-interactive: #5532fa;
  --walsh-black: #2c2c2c;
  --walsh-walsh-mid-gray: #ddd;
  --walsh-walsh-mid-green: #47888a;
  --walsh-walsh-dark-green: #2c5c5d;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-border-default: #00000029;
  --spark-library-foreground-tertiary: #0000008f;
  --red: white;
  --purple--light: #f6f0fa;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--gray--gray-800);
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

h4 {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  color: #020e27;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

h6 {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

a {
  color: var(--gray--white);
  letter-spacing: -.02em;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

ul {
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 32px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.button-navigation {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.button-navigation:hover {
  background-color: var(--gray--gray-900);
  color: #fff;
}

.navigation {
  z-index: 55;
  background-color: #0000;
  border-bottom: 1px solid #f6f6f9;
  align-items: center;
  height: 140px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-navigation {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--gray--gray-100);
  color: var(--gray--gray-800);
  border-radius: 20px;
}

.nav-link.w--current {
  color: #000;
}

.brand-logo {
  width: 250px;
}

.navigation-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-menu {
  clear: none;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  position: static;
}

.brand {
  margin-right: 2vw;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.title-wrapper-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-template {
  padding: 60px 3%;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.colour {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px #38327c14;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  margin-top: 24px;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.template-title-small {
  color: var(--gray--gray-700);
  letter-spacing: 1px;
  font-weight: 600;
}

.gray-800 {
  background-color: var(--gray--gray-800);
}

.style-guide-block {
  text-align: left;
  background-color: #f9f9fb;
  border: 1px solid #e4e8f1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 32px 42px;
  display: flex;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.template-block {
  color: #000;
  background-color: #faffe0;
  border: 1px solid #bfe03e;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 32px;
}

.template-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--gray--gray-200);
  flex-direction: column;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.style-detail {
  color: #6a768a;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.button-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

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

.paragraph-small.text-weight-medium {
  font-weight: 500;
}

.paragraph-small.text-color-white {
  color: var(--teal--light);
}

.paragraph-small.text-color-gray-800 {
  color: var(--gray--gray-800);
}

.paragraph-small.text-color-gray-700 {
  color: var(--gray--gray-700);
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.gray-300 {
  background-color: var(--gray--gray-300);
}

.font-size {
  color: #939eb4;
  font-size: 16px;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 16px;
  display: flex;
}

.line-break {
  background-color: #e4e8f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.template-short-link {
  color: var(--gray--gray-900);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.style-title {
  color: #000;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.template-menu {
  white-space: normal;
  border: 1px solid #e4e8f1;
  min-height: 240px;
  padding: 18px 18px 24px;
  position: sticky;
  top: 10%;
}

.gray-500 {
  background-color: var(--gray--gray-500);
}

.style-grid {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.button-primary {
  grid-column-gap: 8px;
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ebfa9e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  color: var(--gray--white);
  background-color: #2a514c;
}

.typography-block {
  border-bottom: 1px solid #ececec;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.button-cell {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.gray-600 {
  background-color: var(--gray--gray-600);
}

.gray-900 {
  background-color: var(--gray--gray-900);
}

.template-section {
  padding: 20px 5% 100px;
}

.text-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.paragraph-large {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-large.text-color-gray-900 {
  color: var(--gray--gray-900);
}

.paragraph-large.text-color-gray-700 {
  color: var(--gray--gray-700);
}

.paragraph-large.text-color-gray-800 {
  color: var(--gray--gray-900);
  margin-top: 10px;
}

.paragraph-large.text-color-gray-800.text1 {
  margin-bottom: 24px;
}

.paragraph-large.text-color-gray-100 {
  color: var(--gray--gray-100);
}

.heading-detail-large {
  color: var(--gray--gray-900);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.heading-detail-large.text-color-gray-800 {
  color: var(--gray--gray-800);
}

.heading-detail-regular {
  color: var(--gray--gray-800);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.heading-detail-regular.text-color-gray-700 {
  color: var(--gray--gray-700);
}

.heading-detail-regular.text-color-white {
  color: var(--gray--white);
}

.heading-detail-small {
  color: var(--gray--gray-900);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.gray-700 {
  background-color: var(--gray--gray-700);
}

.gray-400 {
  background-color: var(--gray--gray-400);
}

.gray-200 {
  background-color: var(--gray--gray-200);
}

.gray-100 {
  background-color: var(--gray--gray-100);
}

.title-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-home {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#0d2c5ab5, #0d2c5ab5), url('../images/skyline-fahrzeug-zulassung-service-frankfurt-hofheim-carplusservice.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  padding: 100px 5%;
  position: relative;
}

.container-small {
  z-index: 1;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-block {
  background-color: var(--gray--gray-100);
  justify-content: center;
  align-items: center;
  height: 582px;
  display: flex;
}

.video-lightbox {
  color: var(--gray--gray-900);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 16px;
  transition: all .2s;
  display: flex;
}

.video-lightbox:hover {
  transform: scale(1.1);
}

.image-cover {
  background-color: var(--gray--gray-100);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-regular {
  color: #f3f5fb;
  background-color: #0000;
  padding: 0 0% 100px;
  position: relative;
  overflow: hidden;
}

.button-form-submit {
  color: #fff;
  text-align: center;
  background-color: #bfe03e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 12px 44px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.footer-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo {
  width: 48px;
  margin-right: 16px;
}

.footer-link-block {
  color: #fff;
  border-top: 1px solid #f0faf81a;
  border-bottom: 1px solid #f0faf81a;
  margin-bottom: 32px;
  text-decoration: none;
}

.template-changelog {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.update-badge {
  color: #020e27;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px solid #e4e8f1;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 620px;
  max-height: 100%;
  padding: 100px 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

._404-icon {
  width: 124px;
  margin-bottom: 32px;
}

.field-label {
  display: none;
}

.heading-detail-standard {
  color: var(--gray--gray-900);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.badge-wrapper {
  align-items: center;
  margin-bottom: 16px;
}

.primary-darker {
  background-color: var(--deep-sky-blue);
}

.primary-base {
  background-color: var(--light-sky-blue);
}

.primary-lighter {
  background-color: var(--light-blue);
}

.primary-light {
  background-color: var(--light-blue-2);
}

.grid-header {
  grid-column-gap: 110px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  height: 100%;
}

.content-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  height: 100%;
  display: flex;
  position: relative;
}

.home-heading {
  max-width: 440px;
  margin-bottom: 24px;
}

.home-heading.bottom-margin-08 {
  margin-bottom: 8px;
}

.section-feature {
  color: #8aa2d1;
  background-color: #f3f5fb;
  padding: 60px 5%;
}

.feature-container-block {
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-detail-card {
  color: var(--gray--gray-900);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.smaill-icon {
  margin-right: 8px;
}

.review-avatar {
  background-color: #ebfa9e;
  border-radius: 100px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 8px;
  overflow: hidden;
}

.article-wrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.article p {
  margin-bottom: 32px;
}

.article ul {
  color: #020e27;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.article blockquote {
  color: #317231;
  background-color: #f0faf0;
  border-left-style: none;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px;
  font-size: 16px;
  line-height: 32px;
}

.article li {
  margin-bottom: 14px;
}

.article img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.green-darker {
  background-color: var(--midnight-blue);
}

.green-base {
  background-color: var(--dark-slate-blue);
}

.green-light {
  background-color: var(--royal-blue);
}

.green-lighter {
  background-color: var(--steel-blue);
}

.banner-alert {
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  line-height: 24px;
  display: flex;
}

.paragraph-regular {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular.text-color-gray-800 {
  color: var(--gray--gray-800);
  font-family: Roboto, sans-serif;
}

.paragraph-regular.text-color-white {
  color: var(--gray--white);
}

.paragraph-regular.text-color-gray-700 {
  color: var(--gray--gray-700);
}

.paragraph-regular.text-color-gray-500 {
  color: var(--gray--gray-500);
}

.primary-lightest {
  background-color: var(--alice-blue);
}

.green-lightest {
  background-color: var(--cornflower-blue);
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-image-block {
  max-width: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-card {
  z-index: 3;
  position: absolute;
  inset: auto auto 10% -15%;
  overflow: hidden;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

.card-image {
  width: 213px;
}

.hero-pattern-01 {
  z-index: 3;
  width: 100px;
  display: none;
  position: absolute;
  inset: 88px -48px auto auto;
}

.hero-pattern-02 {
  z-index: 3;
  width: 50px;
  display: none;
  position: absolute;
  inset: 220px auto 0% -24px;
}

.sub-heading {
  color: var(--gray--gray-900);
  letter-spacing: -.01em;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading.margin-bottom-08 {
  margin-bottom: 8px;
}

.caption {
  color: var(--gray--gray-800);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.caption.text-color-gray-600 {
  color: var(--gray--gray-600);
}

.home-heading-content {
  color: var(--gray--gray-800);
  letter-spacing: -.02em;
  max-width: 400px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.button-secondary {
  background-color: var(--gray--white);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  text-align: center;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--gray--gray-100);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  outline-width: 0;
  outline-style: none;
}

.button-important {
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-important:hover {
  background-color: var(--gray--gray-800);
  color: var(--gray--white);
}

.button-primary-small {
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ebfa9e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-primary-small:hover {
  color: var(--gray--white);
  background-color: #2a514c;
}

.button-secondary-small {
  background-color: var(--gray--white);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  text-align: center;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-secondary-small:hover {
  background-color: var(--gray--gray-100);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  outline-width: 0;
  outline-style: none;
}

.button-important-small {
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-important-small:hover {
  background-color: var(--gray--gray-800);
  color: var(--gray--white);
}

.button-primary-icon-small {
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ebfa9e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-primary-icon-small:hover {
  color: var(--gray--white);
  background-color: #2a514c;
}

.icon-normal {
  background-color: var(--light-blue);
  color: var(--midnight-blue);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-secondary-icon-small {
  background-color: var(--gray--white);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  text-align: center;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-secondary-icon-small:hover {
  background-color: var(--gray--gray-100);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  outline-width: 0;
  outline-style: none;
}

.button-important-icon-small {
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-important-icon-small:hover {
  background-color: var(--gray--gray-800);
  color: var(--gray--white);
}

.button-primary-icon {
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ebfa9e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-primary-icon:hover {
  color: var(--gray--white);
  background-color: #2a514c;
}

.button-secondary-icon {
  background-color: var(--gray--white);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  text-align: center;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-secondary-icon:hover {
  background-color: var(--gray--gray-100);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  outline-width: 0;
  outline-style: none;
}

.button-important-icon {
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 12px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-important-icon:hover {
  background-color: var(--gray--gray-800);
  color: var(--gray--white);
}

.home-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: grid;
}

.button-small {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-small.text-color-white {
  color: var(--gray--white);
}

.hero-rate-wrapper {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.square-wrapper {
  color: #2a514c;
  background-color: #ebfa9e;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.span-medium {
  font-weight: 500;
}

.button-primary-large {
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #3ab0e5;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 14px 32px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, color .3s;
  display: flex;
}

.button-primary-large:hover {
  background-color: var(--midnight-blue);
  color: var(--gray--white);
}

.button-secondary-icon-large {
  background-color: var(--gray--white);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  text-align: center;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, color .3s;
  display: flex;
}

.button-secondary-icon-large:hover {
  background-color: var(--gray--gray-100);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  outline-width: 0;
  outline-style: none;
}

.section-review {
  padding: 44px 5%;
}

.review-wrapper {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.business-card-large {
  border: 1px solid var(--gray--gray-200);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  display: flex;
}

.business-title {
  color: var(--gray--gray-900);
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.business-line-break {
  background-color: var(--gray--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.business-card {
  border-top: 1px solid var(--gray--gray-200);
  border-right: 1px solid var(--gray--gray-200);
  border-bottom: 1px solid var(--gray--gray-200);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.business-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray--gray-900);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1420px;
}

.grid-three-column.margin-bottom-32 {
  margin-bottom: 32px;
}

.feature-card {
  grid-row-gap: 24px;
  background-color: var(--gray--white);
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  box-shadow: 0 68px 72px -44px #13531314;
}

.icon-extra-large {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.card-title {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.card-title.text-color-white {
  color: var(--gray--white);
}

.button-secondary-right-icon {
  grid-column-gap: 8px;
  background-color: var(--gray--white);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  text-align: center;
  border-radius: 7px;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-secondary-right-icon:hover {
  background-color: var(--gray--gray-100);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  outline-width: 0;
  outline-style: none;
}

.feature-icon-01 {
  background-color: var(--light-blue-2);
  color: var(--midnight-blue);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 16px;
  display: flex;
}

.feature-icon-02 {
  background-color: var(--light-blue);
  color: var(--light-blue-2);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 16px;
  display: flex;
}

.feature-icon-03 {
  background-color: var(--light-sky-blue);
  color: #2a514c;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 16px;
  display: flex;
}

.content-heading {
  z-index: 2;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 700;
  position: relative;
}

.content-heading.text-color-white {
  color: var(--gray--white);
}

.content-item-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 32px;
  display: flex;
}

.author-wrapper {
  grid-row-gap: 12px;
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .3s;
  display: flex;
  position: static;
}

.button-primary-right-icon:hover {
  background-color: var(--midnight-blue);
  color: var(--gray--white);
}

.feature-container-small {
  background-color: var(--midnight-blue);
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.feature-block {
  grid-column-gap: 24px;
  color: var(--gray--white);
  align-items: center;
  display: flex;
}

.paragraph-regular-medium {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular-medium.text-color-gray-800 {
  color: var(--gray--gray-800);
}

.paragraph-regular-medium.text-color-teal-dark {
  color: #2a514c;
}

.feature-large-03 {
  background-color: var(--light-blue-2);
  color: #432a51;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 24px;
  display: flex;
}

.feature-large-02 {
  background-color: var(--light-blue-2);
  color: #2a514c;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 24px;
  display: flex;
}

.feature-large-01 {
  background-color: var(--alice-blue);
  color: #2a514c;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 24px;
  display: flex;
}

.container-small-3 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.grid-content {
  grid-column-gap: 110px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  height: 100%;
}

.grid-content-02 {
  grid-column-gap: 150px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}

.content-card {
  z-index: 3;
  position: absolute;
  inset: auto auto 48px -72px;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

.content-card-02 {
  z-index: 3;
  position: absolute;
  inset: auto -72px 54px auto;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

.content-pattern-01 {
  z-index: -1;
  width: 50px;
  position: absolute;
  inset: -2px -12px auto auto;
}

.content-pattern-02 {
  width: 200px;
  position: absolute;
  inset: 74px -50px auto auto;
}

.content-pattern-03 {
  width: 100px;
  display: none;
  position: absolute;
  inset: 108px auto auto -46px;
}

.content-form-block {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
}

.content-text-field {
  border: 1px solid var(--gray--gray-200);
  min-height: 48px;
  margin-bottom: 24px;
  padding: 12px 12px 12px 16px;
}

.content-text-field::placeholder {
  color: var(--gray--gray-600);
  letter-spacing: -.02em;
}

.button-submit-form {
  grid-column-gap: 8px;
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ebfa9e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .3s;
  display: flex;
}

.button-submit-form:hover {
  color: var(--gray--white);
  background-color: #2a514c;
}

.heading-wrapper-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-wrapper-small.margin-bottom-56 {
  max-width: 560px;
  margin-bottom: 56px;
}

.badge-wrapper-small {
  color: var(--gray--gray-700);
  text-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.content-pattern-04 {
  z-index: 0;
  position: absolute;
  inset: auto -23px 0% auto;
}

.blog-card {
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-image-wrapper {
  height: 290px;
  overflow: hidden;
}

.blog-content-card {
  border-right: 1px solid var(--gray--gray-200);
  border-bottom: 1px solid var(--gray--gray-200);
  border-left: 1px solid var(--gray--gray-200);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.blog-content-card.without-border {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.blog-time-text {
  color: var(--gray--gray-600);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.blog-time-text.text-color-gray-600 {
  color: var(--gray--gray-600);
}

.blog-title {
  color: var(--gray--gray-900);
  letter-spacing: -.01em;
  margin-top: 4px;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.blog-avatar-wrapper {
  grid-column-gap: 12px;
  color: var(--gray--gray-900);
  align-items: center;
  margin-top: auto;
  display: flex;
}

.blog-avatar {
  outline-color: var(--gray--white);
  outline-offset: 0px;
  border-radius: 96px;
  outline-width: 4px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 24px 24px #2f2a5105;
}

.cta-container-block {
  background-color: var(--gray--gray-900);
  border-radius: 11px;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 110px;
  display: block;
  position: relative;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  width: 100%;
}

.content-pattern-05 {
  z-index: 0;
  width: 40px;
  display: none;
  position: absolute;
  inset: 0% -20px auto auto;
}

.cta-heading-content {
  z-index: 2;
  color: var(--gray--white);
  letter-spacing: -.02em;
  max-width: 1000px;
  margin-bottom: 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.cta-item {
  align-items: center;
  display: flex;
}

.paragraph-small-medium {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-small-medium.text-color-white {
  color: var(--gray--white);
}

.grid-content-03 {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  height: 100%;
}

.content-pattern-06 {
  z-index: 0;
  width: 200px;
  position: absolute;
  inset: 68px -15px auto auto;
}

.content-card-03 {
  z-index: 3;
  position: absolute;
  inset: auto auto 62px -72px;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

.heading-content-wrapper {
  max-width: 400px;
}

.heading-content-wrapper.margin-bottom-24 {
  margin-bottom: 24px;
}

.detail-block {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.grid-detail {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
}

.span-primary {
  color: #bfe03e;
}

.detail-line {
  background-color: var(--gray--gray-200);
  width: 1px;
  height: 100%;
}

.button-primary-full {
  grid-column-gap: 8px;
  background-color: var(--deep-sky-blue);
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 12px 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-full:hover {
  background-color: var(--midnight-blue);
  color: var(--gray--white);
}

.heading-wrapper-regular {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-wrapper-regular.margin-bottom-48 {
  margin-bottom: 48px;
}

.heading-wrapper-regular.margin-bottom-96 {
  margin-bottom: 96px;
}

.heading-wrapper-regular.margin-bottom-64 {
  margin-bottom: 64px;
}

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

.faq-plus-icon, .faq-minus-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
}

.faq-paragraph {
  color: #2a514c;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}

.faq-question {
  grid-row-gap: 16px;
  border: 1px solid var(--gray--gray-200);
  background-color: var(--gray--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.faq-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
}

.faq-wrapper {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item-border {
  border: 1px solid var(--gray--gray-200);
  background-color: var(--alice-blue);
  cursor: pointer;
  width: 100%;
  padding: 16px 24px;
  display: block;
  overflow: hidden;
}

.faq-content-block {
  grid-column-gap: 16px;
  color: #323c3e;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  color: var(--gray--gray-900);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.faq-content-title {
  color: #323c3e;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.section-footer {
  padding: 60px 5% 40px;
}

.footer-container-block {
  z-index: 5;
  background-image: url('../images/Footer-BG.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  position: relative;
}

.footer-block {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.footer-title {
  color: var(--gray--white);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.grid-footer-link {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
}

.footer-link-column {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.footer-link-title {
  color: #ebfa9e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-links:hover {
  color: #c8f9e4;
}

.footer-divider {
  background-color: #f0faf81a;
  width: 1px;
  height: 100%;
}

.footer-bottom-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-social-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.footer-social-link {
  color: #ebfa9e;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.footer-social-wrapper {
  border: 1px solid #ebfa9e;
}

.social-divider {
  background-color: #ebfa9e;
  width: 1px;
  height: 100%;
}

.header-container {
  z-index: 5;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-grid {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  align-items: center;
  height: 100%;
}

.hero-card-02 {
  z-index: 3;
  position: absolute;
  inset: auto -12px 20px auto;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

.hero-pattern-04 {
  z-index: 3;
  position: absolute;
  inset: 76px 28px auto auto;
}

.business-card-wrapper {
  flex: 1;
  align-items: stretch;
  display: flex;
}

.hero-image-02 {
  z-index: 2;
  object-fit: cover;
}

.feature-card-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.content-item-wrapper-02 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.author-avatar {
  background-color: #ebfa9e;
  border-radius: 99px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.feature-card-large {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
}

.feature-card-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button-important-right-icon {
  grid-column-gap: 8px;
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 12px 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-important-right-icon:hover {
  background-color: var(--gray--gray-800);
  color: var(--gray--white);
}

.button-important-right-icon.margin-top-32 {
  border-radius: 8px;
  margin-top: 32px;
}

.feature-block-wrapper {
  background-image: url('../images/Feature-BG-3.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.content-detail {
  border: 1px solid var(--gray--gray-200);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
}

.content-card-04 {
  z-index: 3;
  position: absolute;
  inset: auto auto 48px -72px;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

.blog-container-block {
  background-image: url('../images/Background-Perks.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
  display: block;
  position: relative;
}

.blog-card-white {
  background-color: var(--gray--white);
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
  box-shadow: 0 108px 132px -90px #1c243614;
}

.cta-container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.square-wrapper-large {
  color: #51392a;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ebfa9e;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  padding: 16px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.square-wrapper-large.color-orange {
  color: var(--midnight-blue);
  background-color: #0d2c5adb;
  border-radius: 12px;
}

.square-wrapper-large.color-teal {
  background-color: var(--royal-blue);
  color: var(--gray--gray-100);
  border-radius: 12px;
}

.square-wrapper-large.color-purple {
  background-color: var(--cornflower-blue);
  color: #432a51;
  border-radius: 12px;
}

.process-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 80%;
  display: flex;
}

.newsletter-container-block {
  background-image: url('../images/Newsletter-BG.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.newsletter-wrapper {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.cta-heading {
  color: #2a514c;
}

.content-pattern-07 {
  z-index: 0;
  position: absolute;
  inset: -12px 8px auto auto;
}

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

.newsletter-from-wrapper {
  width: 100%;
  max-width: 330px;
}

.newsletter-text-field {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #2a514c;
  min-height: 48px;
  margin-bottom: 24px;
  padding: 12px 12px 12px 16px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.newsletter-text-field::placeholder {
  color: #2a514c;
}

.button-form-submit-dark {
  grid-column-gap: 8px;
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 12px 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-form-submit-dark:hover {
  background-color: var(--gray--gray-800);
  color: var(--gray--white);
}

.icon-submit-button {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.submit-button-text {
  flex: 1;
}

.section-footer-small {
  background-color: #f8f8f8;
  padding: 0 0%;
}

.section-full {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-logo-02 {
  width: 200px;
}

.footer-line {
  background-color: var(--gray--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.grid-social-link-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-social-link-02 {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.footer-menu-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  padding: 8px 16px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-dropdown-toggle {
  padding: 8px 8px 8px 16px;
  display: flex;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  display: flex;
}

.footer-dropdown-list {
  background-color: var(--gray--white);
}

.footer-dropdown-list.w--open {
  box-shadow: 64px 64px 132px -24px #1c24360f;
}

.footer-dropdown-link {
  text-align: center;
  padding: 8px 16px;
}

.header-review-card {
  max-width: 350px;
}

.review-content {
  margin-top: 24px;
  margin-bottom: 32px;
}

.author-wrapper-small {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.section-statistics {
  padding: 20px 5%;
}

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

.grid-statistics {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-01 {
  background-image: url('../images/Card-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.grid-number {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.number-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-title {
  color: var(--gray--gray-700);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.number-wrapper {
  border: 1px solid var(--gray--gray-200);
  padding: 28px 24px;
}

.feature-line {
  background-color: var(--gray--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 32px;
}

.feature-card-border {
  grid-row-gap: 32px;
  border: 1px solid var(--gray--gray-200);
  box-shadow: none;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.feature-button {
  grid-column-gap: 12px;
  background-color: var(--gray--gray-100);
  color: var(--gray--gray-900);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.feature-button:hover {
  background-color: var(--gray--gray-200);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: none;
}

.feature-button-text {
  flex: 1;
}

.testimonial-container {
  background-image: url('../images/Review-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}

.content-pattern-09 {
  z-index: -1;
  width: 30px;
  display: none;
  position: absolute;
  inset: 22px 6px auto auto;
}

.testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--gray--white);
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 108px 132px -90px #1c243614;
}

.testimonial-stars {
  width: 100%;
  max-width: 160px;
  height: 32px;
}

.review-card-green {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ebfa9e;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.review-card-teal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #2a514c;
  background-color: #cff2ed;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.review-card-pink {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #432a51;
  background-color: #e6cff2;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.cta-card-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 48px;
}

.cta-card {
  grid-row-gap: 24px;
  background-color: var(--gray--white);
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 108px 132px -90px #1c243614;
}

.cta-icon {
  color: #51392a;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f2ddcf;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 16px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.cta-icon-02 {
  color: #2a514c;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #cff2ed;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 16px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.cta-icon-03 {
  color: #432a51;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #e6cff2;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 16px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.blog-collection {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-wrapper-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  max-width: 400px;
}

.section-footer-large {
  padding: 40px 5%;
}

.footer-large {
  z-index: 5;
  background-image: url('../images/Footer-BG-Large.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px 40px;
  position: relative;
}

.grid-footer-link-02 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-column-small {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-block-large {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.section-cta-02 {
  padding: 40px 5%;
}

.cta-container-small {
  z-index: 6;
  background-image: url('../images/CTA-BG-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 32px;
  display: flex;
  position: relative;
}

.cta-heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
  position: relative;
}

.square-wrapper-dark {
  color: #ebfa9e;
  background-color: #2a514c;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.cta-from-wrapper {
  width: 100%;
  max-width: 512px;
  margin-top: 48px;
}

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

.cta-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-text-field {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #2a514c;
  max-width: 292px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 16px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cta-text-field::placeholder {
  color: #2a514c;
}

.footer-social-link-03 {
  color: #ebfa9e;
  border: 1px solid #ebfa9e;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.section-newsletter {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-image-wrapper {
  position: relative;
}

.about-pattern {
  position: absolute;
  inset: auto auto 118px -33px;
}

.about-pattern-02 {
  position: absolute;
  inset: 0 -21px auto auto;
}

.pattern-02 {
  z-index: -1;
  width: 86px;
  height: 108px;
  display: none;
  position: absolute;
  inset: 30px -22px auto auto;
}

.company-text-wrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.text-content-title {
  margin-bottom: 24px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.mask {
  overflow: visible;
}

.slide {
  max-width: 400px;
  margin-right: 40px;
}

.about-card {
  border: 1px solid var(--gray--gray-200);
  border-radius: 9px;
  padding: 32px;
}

.about-badge {
  background-color: var(--alice-blue);
  color: #4a512a;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding: 4px 12px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.about-card-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.about-badge-02 {
  background-color: var(--alice-blue);
  color: #2a514c;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding: 4px 12px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.about-badge-03 {
  background-color: var(--alice-blue);
  color: #432a51;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding: 4px 12px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.left-arrow {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto auto -72px 152px;
}

.right-arrow {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 150px -72px auto;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--gray--gray-200);
  background-color: var(--gray--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.team-avatar {
  background-color: var(--gray--gray-100);
  border-radius: 100%;
  width: 132px;
  height: 132px;
  overflow: hidden;
}

.team-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-name {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.team-social-wrapper {
  border: 1px solid var(--gray--gray-200);
}

.grid-team-social {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.team-social-link {
  color: var(--gray--gray-900);
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  padding: 8px 23px;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: var(--gray--white);
}

.team-social-divider {
  background-color: var(--gray--gray-200);
  width: 1px;
  height: 100%;
}

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

.page-wrapper-full {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.page-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  max-width: 80%;
  position: absolute;
}

.title-wrapper-centre-small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-header {
  height: 450px;
  margin-top: 48px;
  position: relative;
}

.blog-detail-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 24px 24px;
}

.pattern-01 {
  z-index: -1;
  width: 60px;
  position: absolute;
  inset: 0 -16px auto auto;
}

.product-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.product-wrapper {
  border: 1px solid var(--gray--gray-200);
  border-radius: 12px;
  align-items: center;
  display: flex;
}

.company-badge {
  background-color: var(--light-blue);
  color: var(--midnight-blue);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 6px 12px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.product-column {
  border-radius: .25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 340px;
  max-width: 440px;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.hiw-divider {
  background-color: var(--gray--gray-200);
  width: 1px;
  height: 100%;
}

.product-column-large {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.product-thumb {
  background-color: var(--gray--gray-100);
  width: 100%;
  height: 220px;
  margin-top: 24px;
  overflow: hidden;
}

.customers-pattern {
  z-index: -1;
  width: 60px;
  height: 108px;
  display: none;
  position: absolute;
  inset: -8px 14px auto auto;
}

.content-card-05 {
  z-index: 3;
  position: absolute;
  inset: auto auto 114px -80px;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

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

.content-card-06 {
  z-index: 3;
  position: absolute;
  inset: auto -80px 114px auto;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

.content-column-04 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 498px;
  display: flex;
  position: relative;
}

.content-pattern-10 {
  z-index: -1;
  position: absolute;
  inset: 24px 79px auto auto;
}

.customers-testimonial {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-quote {
  color: #bfe03e;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-quote {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.customer-name {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.pattern-03 {
  z-index: -1;
  width: 50px;
  height: 108px;
  position: absolute;
  inset: -9px -17px auto auto;
}

.section-pricing {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.pricing-wrapper {
  background-image: url('../images/Pricing-BG.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5%;
}

.pricing-card-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.pricing-icon-wrapper {
  color: #2a514c;
  background-color: #ebfa9e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.pricing-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--gray--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.pricing-divider {
  background-color: var(--gray--gray-200);
  width: 100%;
  height: 1px;
}

.grid-pricing-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.pricing-price {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.button-pricing {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.button-pricing:hover {
  background-color: var(--gray--gray-200);
}

.heading-wrapper-xsmall {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-wrapper-xsmall.margin-bottom-48 {
  max-width: 440px;
  margin-bottom: 48px;
}

.pattern-04 {
  z-index: -1;
  width: 40px;
  height: 108px;
  position: absolute;
  inset: -23px 6px auto auto;
}

.table-lable-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.check-icon {
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.check-icon.icon-green {
  background-color: var(--light-blue-2);
  color: var(--midnight-blue);
}

.check-icon.icon-red {
  color: #51392a;
  background-color: #f2ddcf;
}

.table-row-top {
  background-color: var(--deep-sky-blue);
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
}

.table-title {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.table-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--gray--gray-200);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: center;
  padding: 24px 32px;
}

.pricing-detail {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-header {
  padding: 48px 5% 64px;
}

.heading-wrapper-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-pattern {
  z-index: 3;
  position: absolute;
  inset: 79px auto 0% -31px;
}

.pricing-pattern-02 {
  z-index: 3;
  position: absolute;
  inset: auto -48px 235px auto;
}

.content-card-07 {
  z-index: 3;
  position: absolute;
  inset: auto auto 48px -72px;
  box-shadow: 0 88px 132px -44px #1c24360f;
}

.pricing-pattern-03 {
  z-index: -1;
  position: absolute;
  inset: 119px 12px auto auto;
}

.pricing-heading-02 {
  color: var(--gray--white);
}

.pricing-heading-wrapper {
  max-width: 530px;
  margin-bottom: 16px;
  position: relative;
}

.pricing-pattern-04 {
  z-index: -1;
  position: absolute;
  inset: -2px 42px auto auto;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 229px;
  margin-top: 44px;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.plan-type {
  color: var(--gray--white);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.toggle-price {
  cursor: pointer;
  background-color: #bfe03e;
  border-radius: 50px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 44px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 2px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.toggle-round {
  z-index: 1;
  background-color: var(--gray--white);
  border-radius: 50%;
  flex: none;
  width: 20px;
  height: 20px;
  position: absolute;
  box-shadow: 0 6px 12px #00660314;
}

.pricing-background {
  z-index: -1;
  object-fit: cover;
  min-height: 1076px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.container-pricing-large {
  background-image: url('../images/Pricing-Dark-BG.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px 60px;
  display: block;
  position: relative;
}

.section-pricing-large {
  padding: 80px 5% 100px;
}

.pricing-save {
  color: #bfe03e;
  position: absolute;
  inset: auto -95px -17px auto;
}

.pricing-price-month, .pricing-price-year {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.pricing-icon-small {
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.square-wrapper-02 {
  background-color: var(--gray--gray-900);
  color: #ebfa9e;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.square-wrapper-03 {
  background-color: var(--gray--gray-900);
  color: #cff2ed;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.square-wrapper-04 {
  background-color: var(--gray--gray-900);
  color: #f2ddcf;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.button-pricing-dark {
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.button-pricing-dark:hover {
  background-color: var(--gray--gray-800);
}

.pricing-card-primary {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ebfa9e;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.pricing-divider-primary {
  background-color: #4a512a1a;
  width: 100%;
  height: 1px;
}

.pricing-card-teal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #cff2ed;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.pricing-divider-teal {
  background-color: #2a514c1a;
  width: 100%;
  height: 1px;
}

.pricing-divider-orange {
  background-color: #51392a1a;
  width: 100%;
  height: 1px;
}

.pricing-card-orange {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f2ddcf;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.pricing-pattern-05 {
  z-index: -1;
  position: absolute;
  inset: 10px -6px auto auto;
}

.table-comparison {
  border: 1px solid var(--gray--gray-200);
  padding: 48px;
}

.table-row-top-02 {
  margin-left: auto;
  margin-right: auto;
}

.table-content {
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
}

.table-row-primary {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--gray--gray-200);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.table-title-dark {
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-detail-02 {
  color: var(--gray--gray-900);
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-detail-large {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.contact-card-content {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 34px;
  margin-bottom: 34px;
  display: flex;
}

.contact-card-icon {
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: flex;
}

.contact-card-icon.icon-teal {
  background-color: var(--gray--gray-900);
  color: #cff2ed;
}

.contact-card-icon.icon-purple {
  background-color: var(--gray--gray-900);
  color: #e6cff2;
}

.contact-card-icon.icon-primary {
  background-color: var(--gray--gray-900);
  color: #ebfa9e;
}

.contact-card-bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-contact-block {
  padding: 44px 5%;
}

.contact-card-icon-large {
  color: #2a514c;
  background-color: #ebfa9e;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.contact-card-column-02 {
  background-image: url('../images/Contact-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 56px;
  position: relative;
}

.contact-card-column-03 {
  background-image: url('../images/Contact-3.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 56px;
  position: relative;
}

.contact-card-column {
  background-image: url('../images/Contact-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 56px;
  position: relative;
}

.section-account {
  min-height: 80vh;
  padding: 190px 5% 32px;
  position: relative;
}

.account-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.account-logo {
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
}

.account-heading {
  color: var(--gray--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.button-sign-in {
  grid-column-gap: 8px;
  background-color: var(--gray--white);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  outline-width: 1px;
  outline-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-sign-in:hover {
  background-color: var(--gray--gray-100);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  color: var(--gray--gray-900);
  outline-width: 0;
  outline-style: none;
}

.icon-small {
  width: 24px;
  height: 24px;
}

.account-divider-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.account-line {
  background-color: var(--gray--gray-200);
  width: 100%;
  height: 1px;
}

.account-divider-title {
  color: var(--gray--gray-400);
  letter-spacing: .08em;
  text-transform: uppercase;
  flex: none;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.account-form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-field-label {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.account-field {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 44px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.account-field::placeholder {
  color: var(--gray--gray-400);
}

.input-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

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

.input-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.input-icon-wrapper {
  color: var(--gray--gray-400);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 12px auto 12px 12px;
}

.account-text-field-large {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 44px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.account-text-field-large::placeholder {
  color: var(--gray--gray-400);
}

.input-icon-wrapper-02 {
  color: var(--gray--gray-400);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 12px 12px 12px auto;
}

.account-forgot-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.account-checkbox-field {
  color: var(--gray--gray-900);
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  display: flex;
}

.checkbox {
  border: 1.5px solid var(--gray--gray-300);
  background-color: var(--gray--gray-100);
  border-radius: 0;
  width: 18px;
  height: 18px;
  margin: 4px 12px 4px 4px;
}

.checkbox:hover {
  border-color: var(--gray--gray-500);
}

.checkbox.w--redirected-checked {
  background-color: var(--gray--gray-900);
  background-image: url('../images/check-fill.svg');
  border-style: none;
  border-radius: 0;
}

.link-forgot {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.button-form {
  grid-column-gap: 8px;
  background-color: var(--light-blue-2);
  color: var(--gray--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 12px 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-form:hover {
  background-color: var(--gray--gray-900);
  color: var(--gray--white);
}

.button-form:active {
  background-color: var(--midnight-blue);
}

.link-register {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--gray--gray-700);
  text-align: center;
  letter-spacing: -.02em;
  align-items: center;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.account-register {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 32px;
}

.register {
  color: var(--gray--gray-900);
  font-weight: 500;
}

.grid-account-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 16px;
}

.account-field-small {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.account-field-small:active, .account-field-small:focus {
  border-color: var(--gray--gray-400);
}

.account-field-small::placeholder {
  color: var(--gray--gray-400);
}

.account-field-small.margin-bottom-24 {
  margin-bottom: 24px;
}

.account-pattern {
  position: absolute;
  inset: 50% auto auto 10%;
}

.account-pattern-02 {
  position: absolute;
  inset: 50% 10% auto auto;
}

.contact-card-block-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--gray--gray-200);
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.contact-pattern-02 {
  width: 100px;
  display: none;
  position: absolute;
  inset: 50% auto auto 10%;
}

.contact-pattern-03 {
  width: 150px;
  display: none;
  position: absolute;
  inset: 40% 10% auto auto;
  overflow: visible;
}

.contact-background {
  z-index: -1;
  background-color: var(--gray--gray-100);
  width: 100%;
  max-width: 1060px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact-form {
  background-color: var(--gray--white);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 0 88px 132px -24px #1c24360f;
}

.form-text-area {
  border: 1px solid var(--gray--gray-200);
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  min-height: 104px;
  margin-bottom: 24px;
  padding: 12px 16px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-text-area::placeholder {
  color: var(--gray--gray-500);
}

.contact-block-large {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.feature-small-01 {
  border-right: 1px solid var(--gray--gray-200);
  color: #bfe03e;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.feature-card-column {
  border: 1px solid var(--gray--gray-200);
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.feature-card-title {
  padding: 16px 24px;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.cta-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.password-field {
  color: #020e27;
  background-color: #0000;
  border: 1px solid #e4e8f1;
  min-height: 56px;
  margin-bottom: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
  transition: all .2s;
}

.password-field:focus {
  border-color: var(--gray--gray-500);
}

.password-field::placeholder {
  color: var(--gray--gray-700);
}

.link {
  color: #31726b;
}

.page-wrapper {
  margin-bottom: 60px;
}

.success-message {
  color: #317231;
  background-color: #f0faf0;
}

.nav-link-dropdown {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  white-space: nowrap;
  padding: 8px 32px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-dropdown:hover {
  background-color: var(--gray--gray-100);
  border-radius: 20px;
}

.nav-link-dropdown.w--current {
  color: #dde4e4;
}

.nav-link-dropdown.w--open {
  background-color: #f6f6f9;
}

.nav-icon {
  margin-right: 10px;
}

.dropdown-list {
  min-width: 240px;
}

.dropdown-list.w--open {
  background-color: #0000;
  border-radius: 16px;
  min-width: 270px;
  padding-top: 41px;
  left: -60px;
}

.navigation-card {
  border: 1px solid var(--gray--gray-200);
  background-color: #fff;
  padding: 12px;
  box-shadow: 68px 68px 148px -24px #2f2a5114;
}

.navigation-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.dropdown-link {
  color: var(--gray--gray-900);
  text-align: left;
  letter-spacing: -.01em;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #f6f6f9;
}

.dropdown-link.w--current {
  color: #130b46;
  background-color: #f6f6f9;
}

.contact-image {
  margin-bottom: 32px;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.company-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.button-secondary-button {
  background-color: var(--gray--gray-900);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.contact-card {
  border: 1px solid #fff;
  flex-direction: column;
  padding: 32px;
  transition: border-color .3s;
  display: flex;
  box-shadow: 62px 62px 132px -24px #1c24360f;
}

.contact-card:hover {
  border-color: var(--gray--gray-200);
}

.text-weight-semibold {
  font-weight: 600;
}

.icon-medium {
  color: var(--gray--gray-900);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.section-large {
  padding: 120px 5%;
  position: relative;
}

.contact-text {
  color: var(--gray--gray-700);
  line-height: 24px;
}

.caption-regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular.text-color-gray-800 {
  color: #323c3e;
}

.contact-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.contact-icon-wrap {
  color: #323c3e;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

.contact-button-wrapper {
  max-width: 142px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.detail-section {
  padding: 60px 5%;
  position: relative;
}

.table-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.career-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.career-image {
  height: 500px;
  position: relative;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  margin-top: 72px;
}

.career-card {
  border: 1px solid var(--gray--gray-200);
  padding: 32px;
}

.career-author {
  grid-row-gap: 12px;
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  font-weight: 500;
  display: flex;
}

.perks-section {
  background-image: url('../images/Background-Perks.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  padding: 80px 5%;
  position: relative;
}

.perk-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.perk-icon {
  background-color: #ebfa9e;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  margin-bottom: 32px;
  display: flex;
}

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

.category-checkbox {
  background-color: #e9eced;
  border-style: none;
  border-width: 0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.category-checkbox.w--redirected-checked {
  background-color: #e9eced;
  background-image: url('../images/check.svg');
  background-size: 26px;
  border-style: none;
  border-width: 0;
  border-radius: 4px;
}

.category-checkbox.w--redirected-focus {
  border-style: none;
  border-width: 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px #94a5a840;
}

.table-submit-hidden {
  display: none;
}

.careers-search-detail {
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.careers-job-thumb {
  background-color: var(--gray--gray-100);
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  overflow: hidden;
}

.checkbox-wrapper {
  border: 1px solid #ccd4d6;
  border-radius: 8px;
  padding: 12px;
}

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

.careers-card {
  grid-row-gap: 24px;
  border: 1px solid var(--gray--gray-200);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.careers-job-title {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.careers-job-detail {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.checkbox-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
}

.chevron-down {
  margin: 0;
  position: relative;
}

.career-filter {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.career-filter-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-end;
  display: flex;
}

.careers-category-selected {
  grid-column-gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.chevron-circle {
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.careers-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.careers-tag.red-tag {
  color: #4a512a;
  background-color: #ebfa9e;
}

.careers-tag.teal-tag {
  color: #2a514c;
  background-color: #cff2ed;
}

.careers-job-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.caption-medium {
  color: #1c2122;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.caption-medium.text-color-gray-600 {
  color: #607276;
}

.span-green {
  color: #bfe03e;
}

.careers-tag-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.careers-button {
  background-color: var(--gray--gray-900);
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #323c3e;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.careers-card-detail {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-toggle {
  grid-column-gap: 8px;
  border: 1px solid var(--gray--gray-200);
  color: #323c3e;
  letter-spacing: -.02em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.careers-dot {
  background-color: #ccd4d6;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.category-field-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.table-checkbox-field {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.careers-tags {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.career-dropdown-list {
  background-color: #b38f8f;
}

.career-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 8px;
}

.career-dropdown {
  width: 100%;
  min-width: 180px;
}

.career-logo {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.perk-icon-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-line-small {
  background-color: #e6e6e6;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.career-information {
  border-left: 4px solid #bfe03e;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
  display: flex;
}

.career-badge-small {
  color: #6070c8;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.career-heading {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
}

.career-detail-wrapper {
  align-items: center;
  display: flex;
}

.career-contact-wrapper {
  color: #666;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.career-line {
  background-color: #e6e6e6;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.career-header {
  margin-bottom: 64px;
}

.career-date {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.career-tag {
  letter-spacing: -.01em;
  margin-right: 14px;
  font-size: 14px;
  line-height: 24px;
}

.career-tag-wrapper {
  align-items: center;
  display: flex;
}

.career-dot {
  background-color: #1a1a1a;
  border-radius: 32px;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  margin-right: 8px;
}

.career-icon {
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.career-list {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  color: var(--gray--gray-900);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 32px;
  display: grid;
}

.sub-heading-regular {
  letter-spacing: -.03em;
  font-size: 20px;
  line-height: 32px;
}

.career-list-number {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  color: #1a1a1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 32px;
  list-style-type: decimal;
  display: grid;
}

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

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-card-middle {
  grid-row-gap: 24px;
  border-left: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
  box-shadow: 0 68px 72px -44px #13531314;
}

.section-story {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.number-block-middle {
  border-right: 1px solid var(--gray--gray-200);
  border-left: 1px solid var(--gray--gray-200);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.feature-wrapper {
  grid-row-gap: 12px;
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.blog-thumb {
  align-items: flex-end;
  height: 400px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-detail {
  background-color: #fff;
  width: 100%;
  padding: 24px;
}

.blog-author {
  grid-column-gap: 12px;
  color: var(--gray--gray-900);
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.contact-background-top {
  z-index: -1;
  background-image: url('../images/Contact-Textured.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1060px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-block-small {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.team-avatar-large {
  background-color: #f0faf0;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-bottom: 60px;
}

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

.pricing-grid-large, .feature-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.feature-item {
  grid-row-gap: 12px;
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.feature-item-white {
  grid-row-gap: 12px;
  color: var(--gray--white);
  letter-spacing: -.02em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.feature-small-02 {
  border-right: 1px solid var(--gray--gray-200);
  color: #c395da;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.feature-small-03 {
  border-right: 1px solid var(--gray--gray-200);
  color: #95da95;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.feature-card-column-middle {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--gray--gray-200) var(--gray--gray-100);
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.section-feautre-small {
  padding: 44px 5%;
}

.blog-featured-list {
  margin-top: 80px;
}

.template-link {
  color: var(--steel-blue);
}

.perk-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.block-02 {
  background-image: url('../images/Card-BG-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.block-03 {
  background-image: url('../images/Card-BG-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.header-grid-small {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}

.process-container {
  z-index: 5;
  background-image: url('../images/Contact-BG-2.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  position: relative;
}

.section-process {
  padding: 80px 5% 120px;
}

.cta-check-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.table-row-secondary {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--gray--gray-200);
  background-color: var(--gray--gray-100);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.heading {
  font-size: 36px;
}

.heading-2 {
  font-size: 42px;
}

.heading-3 {
  font-size: 46px;
}

.heading-4 {
  font-size: 40px;
}

.heading-5 {
  font-size: 34px;
}

.heading-6 {
  font-size: 32px;
}

.heading-7 {
  font-size: 26px;
}

.heading-8 {
  font-size: 20px;
}

.heading-9 {
  color: var(--alice-blue);
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text-block {
  font-style: normal;
  font-weight: 400;
}

.button_2 {
  margin-top: 20px;
}

.text-block-2 {
  color: var(--gray--white);
}

.image-2 {
  max-width: 200px;
}

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

.text-block-3 {
  z-index: 10;
  color: var(--gray--gray-900);
  text-align: center;
  font-weight: 300;
  position: relative;
}

.image-3 {
  filter: saturate(0%);
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

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

.div-block {
  text-align: center;
}

.table-title-copy {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-2 {
  text-align: center;
}

.grid-2 {
  grid-template-rows: auto;
}

.button2 {
  margin-left: 20px;
}

.button-primary-right-icon-copy {
  grid-column-gap: 8px;
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .3s;
  display: flex;
  position: static;
}

.button-primary-right-icon-copy:hover {
  background-color: var(--midnight-blue);
  color: var(--gray--white);
}

.text-span {
  color: var(--deep-sky-blue);
}

.text-span-2 {
  color: var(--deep-sky-blue);
  font-size: 18px;
}

.container-copy {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title2 {
  color: #0d2c5a;
  text-align: center;
  margin-bottom: 31px;
}

.heading-10, .heading-11, .heading-12 {
  font-size: 24px;
}

.text-block-4 {
  font-size: 18px;
}

.text-block-5 {
  color: var(--gray--gray-800);
  margin-top: 10px;
  font-size: 1em;
}

.button-primary-right-icon-copy-copy {
  grid-column-gap: 8px;
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 12px 24px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, color .3s;
  display: flex;
  position: static;
}

.button-primary-right-icon-copy-copy:hover {
  background-color: var(--midnight-blue);
  color: var(--gray--white);
}

.image-cover-secrtion-2 {
  background-color: var(--gray--gray-100);
  object-fit: cover;
  width: 100%;
  height: 80%;
}

.section-regular-not-there {
  padding: 80px 5%;
  display: none;
  position: relative;
  overflow: hidden;
}

.f-logo-plain {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 10px 24px;
  display: flex;
}

.f-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.f-h6-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-small {
  background-color: #f3f5fb;
  padding: 64px 5%;
  position: relative;
}

.f-image-cover {
  object-fit: cover;
  background-color: #f3f5fb;
  width: 100%;
  height: 100%;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-input-outlined {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-content-icon-wrapper {
  background-color: #f7f9fd;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0d2c5a;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

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

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--gray--gray-900);
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-section-large-copy {
  background-color: #f3f5fb;
  padding: 92px 5%;
  display: none;
  position: relative;
}

.f-footer-link {
  color: #160042;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #642eff;
}

.f-footer-vertical-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: #e4e6f1;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-social {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: #fff;
  padding: 32px 5%;
  position: relative;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-content-image-wrapper-large-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-button-neutral-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0d2c5a;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: #282556;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item-2 {
  grid-column-gap: 16px;
  color: #0d2c5a;
  align-items: center;
  display: flex;
}

.f-content-list-wrapper-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-paragraph-large-2 {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.f-h2-heading {
  color: #0d2c5a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 33px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-33 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-34 {
  margin-bottom: 12px;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.spark-absolute-dark-background {
  background-color: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-dark-button {
  background-color: #1e116e;
  border-style: solid;
  border-color: #1e116e;
}

.spark-button.spark-dark-button:hover {
  opacity: .5;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: #f0ecfd;
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-lightbox-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #5532fa;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph.spark-secondary-font-color {
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-primary-background {
  z-index: 2;
  color: #fff;
  background-color: #0d2c5a;
  border-radius: 20px;
  max-width: 1300px;
  padding: 64px;
}

.spark-section {
  background-color: #f3f5fb;
  width: 100%;
  padding: 70px 64px 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.feature-button-copy {
  grid-column-gap: 12px;
  color: var(--gray--gray-900);
  text-align: center;
  background-color: #0d2c5a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.feature-button-copy:hover {
  background-color: var(--gray--gray-200);
  outline-color: var(--gray--gray-200);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: none;
}

.text-block-6 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.f-section-large-newn {
  padding: 0 5% 92px;
  display: none;
  position: relative;
}

.section-regular-neubhjb {
  padding: 0 5% 140px;
  position: relative;
  overflow: hidden;
}

.f-heading-detail-small-copy {
  color: #6b7094;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding-bottom: 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-7, .text-block-8, .text-block-9 {
  font-family: Roboto, sans-serif;
}

.sysf-c-t-neutral-90 {
  color: #1e2024;
}

.sysf-body-text {
  color: #636b75;
  margin-top: 0;
}

.sysf-body-text.sysf-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.4285;
}

.sysf-body-text.sysf-s.sysf-s-m-b-0 {
  margin-bottom: 0;
  font-size: .75rem;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-button {
  color: #fff;
  text-align: center;
  background-color: #2f54eb;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: #597ef7;
}

.sysf-button:active {
  background-color: #1d39c4;
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb;
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: #1d39c4;
}

.sysf-button.sysf-medium:active {
  background-color: #10239e;
}

.sysf-button.sysf-medium:focus {
  background-color: #1d39c4;
}

.sysf-button.sysf-medium.sysf-form-button {
  background-color: #1e3158;
  width: 100%;
  margin-bottom: 12px;
}

.sysf-button.sysf-medium.sysf-form-button:hover {
  background-color: #031e46;
}

.sysf-input {
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.sysf-input:hover {
  border-color: #85a5ff;
}

.sysf-input:active {
  border-color: #597ef7;
}

.sysf-input:focus {
  background-color: #fff;
  border-color: #2f54eb;
}

.sysf-input::placeholder {
  color: #838d95;
}

.sysf-input.sysf-medium {
  height: 44px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
}

.sysf-input.sysf-medium:hover {
  border-color: #3ab0e5;
}

.sysf-heading {
  color: #0e0f11;
}

.sysf-heading.sysf-xs {
  color: #0d2c5a;
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.sysf-heading.sysf-xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-hero-form-wrapper {
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 20px;
  margin-left: 64px;
  margin-right: 64px;
  padding: 48px;
  box-shadow: 0 4px 14px -4px #00000026;
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-list-item {
  margin-top: 3px;
  margin-right: 4px;
  font-size: 18px;
}

.sysf-icon-list-item {
  align-items: flex-start;
  margin-bottom: .25rem;
  display: flex;
}

.sysf-c-t-primary-60 {
  color: #2f54eb;
}

.sysf-tagline {
  color: #2f54eb;
  letter-spacing: -.006em;
  background-color: #f2f6ff;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-c-b-primary-20 {
  background-color: #e5eeff;
}

.sysf-hero-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-hero-section {
  position: relative;
  overflow: hidden;
}

.sysf-c-b-primary-10 {
  background-color: #f2f6ff;
}

.section-regular-copy {
  padding: 50px 5% 140px;
  position: relative;
  overflow: hidden;
}

.button-primary-large-copy {
  color: var(--gray--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #3ab0e5;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 14px 32px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, color .3s;
  display: flex;
}

.button-primary-large-copy:hover {
  background-color: var(--midnight-blue);
  color: var(--gray--white);
}

.section-regular-top {
  color: #f3f5fb;
  background-color: #f3f5fb;
  padding: 100px 5% 80px;
  position: relative;
  overflow: hidden;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
  color: var(--gray--gray-900);
}

.text-block-18, .text-block-19 {
  color: #fff;
}

.paragraph-regular-copy {
  color: var(--gray--gray-900);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-copy.text-color-gray-800 {
  color: var(--gray--gray-800);
  font-family: Roboto, sans-serif;
}

.paragraph-regular-copy.text-color-white {
  color: var(--gray--white);
}

.paragraph-regular-copy.text-color-gray-700 {
  color: var(--gray--gray-700);
}

.paragraph-regular-copy.text-color-gray-500 {
  color: var(--gray--gray-500);
}

.f-section-large-2-copy {
  padding: 92px 5%;
  display: none;
  position: relative;
}

.section-regular-new {
  color: #f3f5fb;
  background-color: #0000;
  padding: 140px 0% 70px;
  position: relative;
  overflow: hidden;
}

.heading-13, .heading-14 {
  letter-spacing: 0;
}

.f-section-large-newn-copy {
  padding: 60px 5%;
  position: relative;
}

.paragraph {
  color: var(--gray--gray-800);
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  color: var(--gray--gray-900);
}

.nav-link-copy {
  color: var(--deep-sky-blue);
  letter-spacing: -.02em;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link-copy:hover {
  background-color: var(--gray--gray-100);
  color: var(--gray--gray-800);
  border-radius: 20px;
}

.nav-link-copy.w--current {
  color: #000;
}

.text-span-3, .text-span-4 {
  color: var(--deep-sky-blue);
}

.spark-small-sub-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-bold-heading.spark-no-bottom-margin:hover {
  color: var(--deep-sky-blue);
}

.spark-bold-heading.spark-no-bottom-margin:active {
  color: var(--midnight-blue);
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1em;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon:hover {
  color: var(--deep-sky-blue);
}

.spark-flex-center {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.spark-flex-center:hover {
  color: var(--deep-sky-blue);
}

.spark-simple-side-icon-tab {
  background-color: var(--alice-blue);
  color: var(--spark-library-black);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-side-icon-tab:hover {
  border-bottom-color: var(--spark-library-light-steel-purple);
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--midnight-blue);
}

.spark-simple-side-icon-tab.w--current {
  border-bottom-color: var(--spark-library-foreground-interactive);
  background-color: var(--midnight-blue);
  color: #fff;
}

.spark-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: inline-block;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-secondary-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  text-align: center;
  margin-top: .125rem;
  margin-bottom: 26px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  text-align: center;
}

.spark-section-2 p {
  padding-top: 0;
  font-family: Roboto, sans-serif;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.image-4 {
  max-width: 120%;
}

.image-5 {
  max-width: 80%;
}

.image-6 {
  max-width: 200%;
}

.image-7, .image-8, .image-9 {
  max-width: 80%;
}

.link-2 {
  color: var(--deep-sky-blue);
}

.spark-three-column-grid-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-link-block-transparent-2 {
  box-shadow: inset 1px -1px 0 0 var(--walsh-walsh-mid-gray), inset -1px 1px 0 0 var(--walsh-walsh-mid-gray), inset -1px -1px 0 0 var(--walsh-walsh-mid-gray), inset 1px 1px 0 0 var(--walsh-walsh-mid-gray);
  color: var(--walsh-black);
  text-align: center;
  background-color: #0000;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-2:hover {
  box-shadow: none;
  color: var(--walsh-walsh-dark-green);
  background-color: #e4e4e4;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-black {
  color: var(--walsh-black);
  border-radius: 8px;
  padding: 15px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.walsh-nav-float {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  max-width: 140%;
  height: 50px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-float-menu {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 20px;
}

.walsh-nav-wrapper-green-padding {
  z-index: 10;
  background-color: var(--gray--white);
  padding: 20px 30px;
  position: sticky;
  top: 0;
}

.image-10 {
  height: 40px;
}

.navigation-menu-copy {
  clear: none;
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: center;
  display: flex;
  position: static;
}

.grid-3 {
  order: 1;
  grid-template-columns: 100%;
  justify-items: start;
}

.image-11 {
  height: 30px;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--light-blue-2);
  opacity: 1;
  color: var(--gray--gray-900);
}

.spark-nav-link:active {
  background-color: var(--alice-blue);
  color: var(--gray--gray-900);
}

.spark-nav-link.w--current {
  color: var(--gray--gray-900);
}

.spark-nav-link.w--current:active {
  color: var(--deep-sky-blue);
}

.spark-nav-link.spark-button {
  background-color: var(--deep-sky-blue);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 9px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  border-color: var(--midnight-blue);
  background-color: var(--gray--gray-900);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-nav-link.spark-button:active {
  border-color: var(--midnight-blue);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-nav-link.spark-with-mega-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  transition: background-color .15s, color .15s, opacity .15s;
  display: flex;
}

.spark-nav-link.spark-with-mega-dropdown:hover {
  background-color: var(--alice-blue);
  color: var(--midnight-blue);
}

.spark-nav-link.spark-with-mega-dropdown:active {
  background-color: var(--alice-blue);
  transition: background-color .15s, opacity .15s, color .15s;
}

.spark-nav-link.spark-with-mega-dropdown.w--open {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive);
  border-radius: 8px;
  transition: color .15s, background-color .15s, opacity .15s;
  position: static;
}

.spark-button-2 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-dropdown-link {
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 8px 16px;
  transition: color .15s, background-color .15s;
}

.spark-dropdown-link:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-sub-heading {
  border-bottom: 1px solid #00000029;
  padding-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 500;
}

.spark-sub-nav-list {
  flex-direction: column;
  width: 200px;
  display: flex;
}

.spark-sub-text-in-card-link {
  background-color: var(--gray--gray-900);
  text-align: left;
  background-image: url('../images/arrow-right.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  font-size: 1rem;
  position: absolute;
}

.spark-card-link {
  color: var(--spark-library-white);
  background-image: url('../images/kfz-zulassung-fahrzeug-zulassung-service-frankfurt-hofheim-carplusservice.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link:hover {
  opacity: 1;
}

.spark-mega-dropdown-card_1 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--spark-library-white);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.spark-mega-dropdown-card_1.spark-condensed-card_1 {
  grid-column-gap: 32px;
  justify-content: space-between;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-mega-dropdown-list.w--open {
  background-color: var(--spark-library-white);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 72px 0% 0%;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-mega-dropdown {
  position: static;
}

.spark-nav-with-mega-dropdowns {
  align-items: center;
  display: flex;
  position: static;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-mega-dropdown-variety-links {
  background-color: var(--spark-library-white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.spark-card-link-copy_1 {
  color: var(--spark-library-white);
  background-image: url('../images/AdobeStock_61231806_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link-copy_1:hover {
  opacity: 1;
}

.spark-card-link-copy {
  color: var(--spark-library-white);
  background-image: url('../images/AdobeStock_340509552_Preview.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link-copy:hover {
  opacity: 1;
}

.spark-card-link_2 {
  color: var(--spark-library-white);
  background-image: url('../images/kfz-abmeldung-fahrzeug-zulassung-service-frankfurt-hofheim-carplusservice.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link_2:hover {
  opacity: 1;
}

.spark-card-link-copy-copy-copy {
  color: var(--spark-library-white);
  background-image: url('../images/ausfuhrkennzeichen-fahrzeug-zulassung-service-frankfurt-hofheim-carplusservice.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link-copy-copy-copy:hover {
  opacity: 1;
}

.spark-mega-dropdown-card_1-copy {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--spark-library-white);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.spark-mega-dropdown-card_1-copy.spark-condensed-card_1, .spark-mega-dropdown-card_1-copy.spark-condensed-card_1-copy {
  grid-column-gap: 32px;
  justify-content: space-between;
}

.spark-card-link_2-copy {
  color: var(--spark-library-white);
  background-image: url('../images/kurzzeitkennzeichen-fahrzeug-zulassung-service-frankfurt-hofheim-carplusservice.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link_2-copy:hover {
  opacity: 1;
}

.spark-card-link_4 {
  color: var(--spark-library-white);
  background-image: url('../images/AdobeStock_60165880_Preview.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link_4:hover {
  opacity: 1;
}

.spark-card-link_4-copy {
  color: var(--spark-library-white);
  background-image: url('../images/AdobeStock_26639186_Preview.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link_4-copy:hover {
  opacity: 1;
}

.spark-card-link-copy_1-copy {
  color: var(--spark-library-white);
  background-image: url('../images/kfz-ummeldung-fahrzeug-zulassung-service-frankfurt-hofheim-carplusservice.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link-copy_1-copy:hover {
  opacity: 1;
}

.spark-card-link-copy-copy-copy-copy {
  color: var(--spark-library-white);
  background-image: url('../images/saisonkennzeichen-fahrzeug-zulassung-service-frankfurt-hofheim-carplusservice.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link-copy-copy-copy-copy:hover {
  opacity: 1;
}

.spark-card-link_2-copy-copy {
  color: var(--spark-library-white);
  background-image: url('../images/wunschkennzeichen-fahrzeug-zulassung-service-frankfurt-hofheim-carplusservice.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 240px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-card-link_2-copy-copy:hover {
  opacity: 1;
}

.spark-line-4 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-5 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link-2 {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-2.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-2.spark-square-button {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 8px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-square-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-light-nav-link {
  color: var(--spark-library-black);
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.spark-light-nav-link.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-light-nav-link.spark-square-button {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive);
  text-align: center;
  border-style: none;
  border-radius: 8px;
  margin-right: 12px;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: color .2s, background-color .15s;
}

.spark-light-nav-link.spark-square-button:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-background--interactive);
}

.spark-nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.spark-square-menu-with-hiring-button {
  background-color: var(--spark-library-white);
  width: 100%;
  height: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.postnav_img {
  height: 30px;
  line-height: 30px;
  position: static;
}

.postnav_img:hover {
  filter: saturate(57%);
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-right: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.div-block-3 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section {
  float: none;
  border-top: 1px solid var(--gray--gray-200);
  background-color: #0000;
  justify-content: flex-end;
  padding: 1% 64px;
  display: flex;
  position: relative;
}

.div-block-4, .div-block-5 {
  display: flex;
}

.container-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 0;
  display: flex;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading-2.spark-card-title {
  color: var(--gray--gray-900);
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
}

.spark-card-details-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 840px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  display: block;
}

.spark-wrapped-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card-2.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 30% 70%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-tabs-content {
  width: 100%;
}

.spark-flat-tab {
  box-shadow: 0 3px 0 0 var(--gray--gray-100);
  color: var(--spark-library-black);
  background-color: #0000;
  padding: 24px 80px;
  transition: box-shadow .3s, color .15s;
}

.spark-flat-tab:hover {
  box-shadow: 0 3px 0 0 var(--light-blue-2);
  opacity: 1;
  color: var(--light-sky-blue);
}

.spark-flat-tab.w--current {
  border-bottom-color: var(--spark-library-foreground-interactive);
  box-shadow: 0 3px 0 0 var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  background-color: #0000;
}

.spark-flat-tabs-menu {
  grid-column-gap: 0px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-parent {
  width: 100%;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 0 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  color: var(--gray--gray-700);
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.spark-section-3 ul {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.text-block-20 {
  font-family: Outfit, sans-serif;
}

.text-block-20:active {
  color: var(--deep-sky-blue);
}

.spark-button-3 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--gray--gray-900);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.text-block-21 {
  color: var(--gray--gray-700);
  font-family: Outfit, sans-serif;
}

.text-span-5 {
  color: var(--gray--gray-700);
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: var(--spark-library-foreground-interactive);
}

.spark-three-column-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-section-4 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-4 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.text-span-6 {
  color: var(--gray--gray-900);
}

.spark-secondary-paragraph-5 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-small-icon-3 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-3.spark-primary-color {
  color: var(--spark-library-foreground-interactive);
}

.spark-three-column-grid-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-container-5 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.spark-section-5 {
  width: 100%;
  max-width: 1440px;
  padding: 0 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-5 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 p {
  margin-bottom: 20px;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

.spark-button-4 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-4-copy {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  margin-top: 20px;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4-copy:hover {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  opacity: 1;
}

.div-block-7 {
  margin-top: 100px;
}

.grid-three-column-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1420px;
}

.grid-three-column-copy.margin-bottom-32 {
  margin-bottom: 32px;
}

.text-span-7 {
  color: var(--deep-sky-blue);
}

.spark-form-success {
  background-color: var(--spark-library-background--interactive);
  text-align: center;
  border-radius: 8px;
  padding: 24px;
}

.spark-button-5 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-5:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-5.spark-full-width {
  border-color: var(--gray--gray-900);
  background-color: var(--gray--gray-900);
  text-align: center;
  width: 100%;
}

.spark-button-5.spark-full-width:hover {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
}

.spark-input {
  border: 1px solid var(--spark-library-border-default);
  background-color: var(--spark-library-white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library-foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library-foreground-tertiary);
}

.spark-input.spark-message-input {
  max-width: 100%;
  min-height: 16ch;
}

.spark-regular-form {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spark-foreground-secondary {
  color: var(--spark-library-foreground-secondary);
}

.spark-centered-902 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-6 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-6 {
  width: 100%;
  padding: 0 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-6 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-6 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-6 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-6 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-6 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-6 li {
  margin-bottom: .5rem;
}

.field-label-a {
  color: var(--midnight-blue);
  margin-top: 2%;
}

.field-label-3 {
  color: var(--gray--gray-900);
}

.field-label-4, .field-label-5 {
  color: var(--midnight-blue);
}

.text-block-22 {
  color: var(--gray--gray-900);
}

.div-block-8 {
  height: 20px;
}

.multi-step-form-grid-item---brix {
  grid-template-rows: auto auto auto auto auto auto auto;
  overflow: visible;
}

.fragebogen_wert-copy2 {
  color: #007c9b;
}

.date {
  border-radius: 0;
  margin-bottom: 20px;
}

.date.spark-input {
  border-radius: 8px;
}

.select-field {
  overflow: auto;
}

.radio-button-field {
  color: var(--midnight-blue);
}

.radio-button-label {
  color: var(--gray--gray-900);
}

.input-field-wrap {
  color: var(--deep-sky-blue);
  margin-bottom: 24px;
}

.field-label-6 {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-left-icon {
  color: var(--midnight-blue);
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

.text-field-left-icon:focus {
  border-color: #642eff;
}

.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  inset: auto auto auto 16px;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
}

.first-step-grid---brix.uniform-space---brix {
  grid-row-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.multi-step-form-grid-item---brix-2 {
  overflow: visible;
}

.checkbox-item--brix {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.checkbox---brix {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  border-width: 2px;
  border-color: #0000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  inset: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px #13124212;
}

.checkbox---brix:hover {
  border-color: #bfbaff;
}

.checkbox---brix.w--redirected-checked {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1f255912;
}

.select-item-icon---brix {
  max-width: 23%;
  margin-right: 12px;
}

.multi-step-form-label---brix {
  color: #170f49;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label---brix.no-margin---brix {
  z-index: 40;
  margin-bottom: 0;
  display: block;
  position: relative;
}

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

.link-3, .link-4 {
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.field-label-2a {
  color: var(--gray--gray-900);
  padding-top: 5%;
  padding-bottom: 0%;
  font-weight: 700;
}

.radio-button-field-2 {
  align-items: stretch;
  min-height: 210px;
  max-height: 300px;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.radio-button {
  cursor: pointer;
  border: 1.2px solid #d9dbe9;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: inset 0 0 7px #14142b14;
}

.radio-button.w--redirected-checked {
  border-width: 7px;
  border-color: #4a3aff;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #4a3aff33;
}

.multi-step-form-radio-trigger---brix {
  color: #170f49;
  text-transform: none;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 2px #13124212;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: var(--light-blue);
}

.multi-step-form-radio-trigger---brix:active {
  border-color: var(--light-blue-2);
}

.text-block-23 {
  color: var(--gray--gray-900);
}

.text-span-8 {
  color: var(--gray--gray-900);
  font-weight: 700;
}

.text-span-9 {
  font-size: 14px;
  font-weight: 400;
}

.text-span-10, .text-span-11 {
  font-size: 14px;
  line-height: 1.5;
}

.text-span-12 {
  font-size: 10px;
}

.text-span-13 {
  font-size: 18px;
}

.bold-text {
  color: var(--deep-sky-blue);
  font-size: 30px;
}

.text-span-14, .text-span-15 {
  font-size: 10px;
}

.underline {
  color: #c50003;
  font-size: 10px;
}

.radio-button-2, .radio-button-3, .radio-button-4, .radio-button-5, .radio-button-6, .radio-button-7, .radio-button-8, .radio-button-9 {
  margin-top: 7px;
}

.date-2 {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.date-2:hover {
  border-color: #e3e6eb;
}

.date-2:active, .date-2:focus {
  border-color: #43464d;
}

.date-2::placeholder {
  color: #32343a66;
}

.text-block-24 {
  color: var(--midnight-blue);
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.div-block-9 {
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.image-13 {
  width: 100%;
  height: auto;
  padding: 26px 26px 0;
  display: inline-block;
}

.spark-section-2-copy {
  width: 100%;
  padding: 26px 64px 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2-copy h5 {
  text-align: center;
  margin-top: .125rem;
  margin-bottom: 26px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2-copy h4 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2-copy h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2-copy h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2-copy h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2-copy h6 {
  text-align: center;
}

.spark-section-2-copy p {
  padding-top: 0;
  font-family: Roboto, sans-serif;
}

.spark-section-2-copy ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2-copy li {
  margin-bottom: .5rem;
}

.paragraph-large-copy {
  color: var(--spark-library-white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-large-copy.text-color-gray-900 {
  color: var(--gray--gray-900);
}

.paragraph-large-copy.text-color-gray-700 {
  color: var(--gray--gray-700);
}

.paragraph-large-copy.text-color-gray-800 {
  color: var(--gray--gray-900);
  margin-top: 10px;
}

.paragraph-large-copy.text-color-gray-800.text1 {
  margin-bottom: 24px;
}

.paragraph-large-copy.text-color-gray-100 {
  color: var(--gray--gray-100);
}

.checkbox-label {
  color: var(--gray--gray-900);
}

.div-block-10 {
  height: 20px;
}

.text-span-16, .text-span-17 {
  color: var(--deep-sky-blue);
}

.link-5 {
  color: var(--deep-sky-blue);
  margin-left: 5px;
}

.text-span-18, .text-span-19, .text-span-20, .link-6 {
  color: var(--deep-sky-blue);
}

.text-span-21 {
  color: var(--royal-blue);
  text-decoration: underline;
}

.heading-15 {
  font-size: 4.5em;
}

.link-9, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  color: var(--deep-sky-blue);
}

.div {
  color: #001963;
}

.radio-button-label-2, .field-label-7, .text-block-25 {
  color: #000;
}

.label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.label.white {
  color: #d0d0d0;
}

.level-logo {
  width: 162px;
  height: 18px;
  margin-bottom: 0;
}

.section-header-2 {
  margin-bottom: 32px;
}

.section-header-2.small-header {
  margin-bottom: 16px;
}

.section-header-2.medium-header {
  margin-bottom: 40px;
}

.question-box {
  flex: 1;
}

.email-link {
  color: #696969;
  flex: none;
  margin-right: auto;
  text-decoration: none;
  transition: all .35s;
}

.email-link:hover {
  color: #fff;
}

.question {
  flex-direction: column;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  inset: 0%;
}

.submit-button {
  color: #696969;
  object-fit: fill;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  margin-left: 0;
  padding-left: 15px;
  font-size: 18px;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-span-30 {
  font-size: .5rem;
  font-style: italic;
  line-height: 1;
}

.price-box {
  z-index: 99;
  color: #fff;
  background-color: #0e2b5a;
  border: 1px solid #fff;
  padding: 32px 40px 40px;
  display: none;
  position: fixed;
  inset: auto 40px 75px auto;
}

.fixed-navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.skew-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.skew-wrapper.left {
  text-align: left;
  align-items: flex-start;
}

.text {
  color: #0f2c5a;
  font-size: 22px;
}

.nav-container-lvl {
  max-width: 80rem;
}

.arrow_button-line {
  margin-top: 8px;
}

.radio-sub-text {
  color: #949494;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.question-center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 80px;
  display: flex;
}

.question-center-box {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
  border: 1px solid #fff;
  padding-top: 68px;
  padding-bottom: 68px;
}

.radio-main-text {
  color: #3b5378;
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  position: relative;
}

.radio-main-text.smaller-text {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.5;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.brand-2 {
  width: 12rem;
  padding-left: 0;
  position: relative;
}

.brand-2.w--current {
  align-self: auto;
}

.radio-button-10 {
  text-align: left;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.footer-section {
  z-index: 10;
  background-color: #fff;
  position: fixed;
  inset: auto 0% 0%;
}

.lvl-nav-link {
  padding: 1.25rem;
  transition: opacity .5s;
}

.lvl-nav-link:hover {
  opacity: .5;
}

.lvl-nav-link.w--current {
  color: #fff;
}

.lvl-nav-link.disable {
  color: #ffffff4d;
  padding-bottom: .75rem;
  line-height: 1;
  display: none;
}

.footer {
  color: #fff;
  border-top: 1px #0003;
  justify-content: flex-end;
  width: 100vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 5vw;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.checkbox-2 {
  background-color: #fff0;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-left: -32px;
  margin-right: 24px;
  transition: border-color .2s, background-color .2s;
}

.checkbox-2:hover {
  background-color: #3898ec12;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--light-blue);
  background-image: none;
  border-color: #fff;
}

.lvl-navbtn {
  background-color: #3898ec00;
  border: 1px solid #fff;
  margin-left: auto;
  padding: .5rem 1.25rem;
  transition: all .5s;
}

.lvl-navbtn:hover {
  color: #000;
  background-color: #fff;
}

.sm-link {
  color: #000;
  flex: none;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.sm-link:hover {
  text-shadow: 1px 1px 6px #fff;
}

.sm-link.last {
  margin-right: 0;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 2rem;
  margin-right: auto;
  display: flex;
}

.question-wrapper {
  position: relative;
}

.arrow_button-text {
  align-items: flex-end;
  display: flex;
}

.home-link {
  transition: opacity .5s;
  display: block;
  position: relative;
}

.home-link:hover {
  opacity: .5;
}

.icon-16px {
  width: 12px;
  height: 12px;
}

.image-29 {
  height: 18px;
  margin-right: 4px;
}

.page-padding_lvl {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.line {
  background-color: #000;
  height: 2px;
}

.image-w162 {
  width: 162px;
  height: 17px;
}

.container-main {
  text-align: left;
  max-width: 1219px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.radio-circle-box {
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-right: 24px;
  transition: border-color .2s, background-color .2s;
  position: relative;
}

.paragraph-8 {
  color: #3f3f3f;
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.text-field {
  color: #000;
  border: 0 solid #000;
  border-bottom: 1px solid #767676;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
  transition: border-color .2s;
}

.text-field:active, .text-field:focus {
  border-bottom-color: #fff;
}

.pro-partner {
  width: 100%;
  margin-top: .5rem;
  transition: opacity .5s;
}

.pro-partner:hover {
  opacity: .5;
}

.text-block-26 {
  font-weight: 500;
  transition: all .3s;
}

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

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

.radio-input {
  background-color: #fff0;
  border-color: #ccc;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s, border-color .2s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 #0000;
}

.radio-input:active {
  box-shadow: 0 0 #0000;
}

.radio-input.w--redirected-checked {
  border: 2px #fff;
  border-radius: 10px;
  box-shadow: -2px -2px 8px -3px #e0e0e0, 2px 2px 6px #00000057, 0 0 #0000;
}

.input-box {
  width: 100%;
  margin-bottom: 40px;
}

.form-2 {
  background-color: #0000;
}

.checkbox-field {
  cursor: pointer;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 32px;
  display: flex;
}

.checkbox-label-2 {
  color: #0e2c5a;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.headingy-hero-heading-title-13 {
  margin-top: 0;
  margin-bottom: 114px;
  font-size: 70px;
  line-height: 1;
}

.y-arrow_button {
  color: #000;
  position: relative;
}

.y-arrow_button.contact-form {
  background-color: var(--gray--gray-100);
  align-self: flex-start;
}

.radio-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.price-2 {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-27 {
  color: #000;
  margin-right: 24px;
  font-size: 22px;
}

.text-block-27.contact-form {
  background-color: var(--gray--gray-100);
  margin-left: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-22 {
  font-size: 50px;
}

.y-section-2-copy {
  color: #d4d4d4;
  padding-top: 160px;
  padding-bottom: 0;
}

.question-unten {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  inset: 0%;
}

.heading-23 {
  color: #0f2c5a;
}

.text-span-31 {
  color: #a00000;
}

.superscript {
  font-size: 15px;
  font-weight: 800;
}

.text-span-32 {
  font-weight: 500;
}

.code-embed {
  margin-top: 60px;
}

.form {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-header {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-back {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-box {
  cursor: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 460px;
  padding: 40px 40px 32px;
  position: relative;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

@media screen and (min-width: 1440px) {
  .skew-wrapper {
    justify-content: flex-start;
  }

  .footer {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .button-navigation {
    display: none;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-navigation {
    position: relative;
  }

  .nav-link {
    color: #262626;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .navigation-menu {
    align-items: center;
    display: flex;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .menu-button {
    background-color: var(--gray--gray-900);
    color: #fff;
    padding: 10px;
    transition: all .35s;
  }

  .menu-button:hover {
    background-color: var(--gray--gray-700);
  }

  .menu-button.w--open {
    background-color: #bfe03e;
  }

  .section-template {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .template-block {
    margin-top: 0;
  }

  .style-full-grid {
    grid-template-columns: 3fr;
  }

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

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

  .section-feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .business-card-large {
    width: 100%;
  }

  .business-card {
    border-left: 1px solid var(--gray--gray-200);
    border-top-style: none;
  }

  .business-card.middle-card {
    border-left-style: none;
    border-right-style: none;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-content, .grid-content-02 {
    grid-template-columns: 1fr;
  }

  .cta-container-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-content-03 {
    grid-template-columns: 1fr;
  }

  .faq-content {
    width: 100%;
  }

  .footer-container-block {
    padding-left: 44px;
    padding-right: 44px;
  }

  .grid-footer-link {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-divider {
    display: none;
  }

  .header-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-card-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .process-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .header-review-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-collection, .grid-footer-link-02, .team-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .content-column-04 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .table {
    min-width: 900px;
  }

  .pricing-table-wrapper {
    overflow: scroll;
  }

  .table-row-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .table-comparison {
    min-width: 1140px;
  }

  .account-pattern {
    left: 5%;
  }

  .account-pattern-02 {
    right: 5%;
  }

  .contact-pattern-02, .contact-pattern-03 {
    display: none;
  }

  .feature-card-column {
    width: 100%;
  }

  .feature-grid, .cta-grid {
    grid-template-columns: 1fr;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-dropdown {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-list.w--open {
    padding-top: 10px;
    position: relative;
    left: 0;
  }

  .navigation-card {
    box-shadow: none;
    border-style: none;
  }

  .dropdown-link:hover {
    background-color: #f6f6f9;
  }

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

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

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

  .feature-card-middle {
    border: 1px #000;
  }

  .blog-thumb {
    height: 340px;
  }

  .blog-list, .pricing-grid-large, .feature-grid-large {
    grid-template-columns: 1fr;
  }

  .feature-card-column-middle {
    border-right-style: solid;
    border-right-color: var(--gray--gray-200);
    border-left-style: solid;
    border-left-color: var(--gray--gray-200);
    width: 100%;
  }

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

  .header-wrapper {
    text-align: center;
    align-items: center;
    max-width: 580px;
  }

  .header-grid-small {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-content-image-wrapper-large-2 {
    max-width: 100%;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .spark-flex-row.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-container.spark-primary-background {
    padding: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .sysf-button.sysf-medium, .sysf-input {
    font-size: 16px;
  }

  .sysf-hero-form-wrapper {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .sysf-hero-left-1-form-text {
    text-align: left;
  }

  .sysf-hero-grid-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .sysf-st-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link-copy {
    color: #262626;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-simple-stacked-icon-tabs {
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-three-column-grid-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--walsh-black);
    background-color: #0000;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-black {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-black:hover {
    background-color: #0000;
  }

  .walsh-nav-float {
    z-index: 1;
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

  .navigation-menu-copy {
    align-items: center;
    display: flex;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-sub-nav-list {
    width: 100%;
  }

  .spark-mega-dropdown-card_1 {
    z-index: 1;
    grid-column-gap: 32px;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .spark-mega-dropdown-card_1.spark-condensed-card_1 {
    grid-row-gap: 32px;
  }

  .spark-mega-dropdown-list.w--open {
    z-index: 10;
    box-shadow: none;
    position: relative;
    top: 0;
  }

  .spark-mega-dropdown {
    width: 100%;
    position: relative;
  }

  .spark-nav-with-mega-dropdowns {
    z-index: 99;
    background-color: var(--spark-library-white);
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    position: absolute;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-mega-dropdown-variety-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-mega-dropdown-card_1-copy {
    z-index: 1;
    grid-column-gap: 32px;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .spark-mega-dropdown-card_1-copy.spark-condensed-card_1, .spark-mega-dropdown-card_1-copy.spark-condensed-card_1-copy {
    grid-row-gap: 32px;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: #0000;
  }

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-2.spark-square-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-light-nav-link {
    text-align: left;
    margin-bottom: 1rem;
  }

  .spark-light-nav-link.spark-square-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner-2 {
    padding: 0;
  }

  .spark-square-menu-with-hiring-button, .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-6 {
    flex: 1;
    justify-content: space-between;
    padding-left: 0;
  }

  .spark-wrapped-card-2 {
    width: 45%;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-flat-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-three-column-grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-three-column-grid-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-section-5 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-three-column-copy {
    grid-template-columns: 1fr 1fr;
  }

  .spark-input.spark-message-input {
    padding-top: 12px;
  }

  .spark-section-6 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-template-rows: 250px;
  }

  .radio-button-field-2 {
    padding: 40px 24px;
  }

  .multi-step-form-radio-trigger---brix {
    height: 230px;
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .spark-section-2-copy {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .lvl-nav-link {
    border-bottom: 1px solid #fca311;
  }

  .lvl-navbtn {
    align-self: flex-start;
    margin-top: 2rem;
  }

  .nav-menu-2 {
    background-color: #000000f2;
    flex-direction: column;
    margin-top: 1rem;
    margin-left: 0;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .menu-btn.w--open {
    color: #fca311;
    background-color: #c8c8c800;
  }

  .pop-up-button {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 44px;
  }

  h4 {
    font-size: 40px;
  }

  .button-navigation {
    display: none;
  }

  .colour {
    margin-bottom: 25px;
  }

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

  .video-block {
    height: 400px;
  }

  .section-regular {
    padding-top: 60px;
  }

  .footer-content {
    flex-direction: column;
  }

  .content-column {
    padding-bottom: 20px;
  }

  .section-feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .banner-alert {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .hero-pattern-01, .hero-pattern-02 {
    display: none;
  }

  .business-logo {
    flex-direction: column;
  }

  .grid-three-column, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .faq-question {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: center;
  }

  .section-full {
    padding-top: 60px;
  }

  .footer-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-statistics, .grid-number, .blog-collection {
    grid-template-columns: 1fr;
  }

  .faq-wrapper-large {
    flex-direction: column;
  }

  .faq-grid-large {
    max-width: none;
  }

  .footer-large {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-form {
    flex-direction: column;
  }

  .section-newsletter {
    padding-top: 60px;
  }

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

  .product-wrapper {
    flex-direction: column;
  }

  .product-column {
    max-width: none;
  }

  .product-column-large, .content-column-04 {
    padding-bottom: 20px;
  }

  .section-pricing {
    padding-top: 60px;
  }

  .table {
    min-width: 760px;
  }

  .section-pricing-large {
    padding-top: 60px;
  }

  .table-content {
    min-width: 200px;
  }

  .account-pattern, .account-pattern-02 {
    display: none;
  }

  .contact-block-large {
    padding-bottom: 40px;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .detail-section {
    padding-top: 60px;
  }

  .career-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .perks-section {
    padding-top: 60px;
  }

  .career-filter-wrapper {
    width: 100%;
  }

  .career-information {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-heading {
    font-size: 32px;
  }

  .career-detail-wrapper {
    margin-bottom: 14px;
  }

  .career-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-story {
    padding-top: 60px;
  }

  .contact-block-small {
    padding-bottom: 40px;
  }

  .pricing-grid-large, .feature-grid-large, .perk-grid {
    grid-template-columns: 1fr;
  }

  .header-wrapper {
    padding-bottom: 20px;
  }

  .section-process, .section-regular-not-there {
    padding-top: 60px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large, .f-section-regular, .f-section-large-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .f-section-large-newn {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular-copy, .section-regular-neubhjb {
    padding-top: 60px;
  }

  .sysf-heading.sysf-xl {
    margin-bottom: 12px;
  }

  .sysf-hero-form-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .sysf-hero-grid-3 {
    grid-row-gap: 24px;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-regular-copy, .section-regular-top {
    padding-top: 60px;
  }

  .f-section-large-2-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular-new {
    padding-top: 60px;
  }

  .f-section-large-newn-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    flex: none;
    margin-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-icon-tabs {
    width: 100%;
    margin-right: 0%;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-three-column-grid-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link.spark-with-mega-dropdown {
    justify-content: space-between;
  }

  .spark-card-link {
    background-position: 50%;
    width: 100%;
  }

  .spark-mega-dropdown-card_1 {
    padding: 16px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-mega-dropdown-variety-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-card-link-copy_1, .spark-card-link-copy, .spark-card-link_2, .spark-card-link-copy-copy-copy {
    background-position: 50%;
    width: 100%;
  }

  .spark-mega-dropdown-card_1-copy {
    padding: 16px;
  }

  .spark-card-link_2-copy, .spark-card-link-copy_1-copy, .spark-card-link_4, .spark-card-link_4-copy, .spark-card-link-copy_1-copy, .spark-card-link-copy-copy-copy-copy, .spark-card-link_2-copy-copy {
    background-position: 50%;
    width: 100%;
  }

  .spark-nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link-2.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-light-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-light-nav-link.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-hiring-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    flex: 1;
    justify-content: space-between;
    padding-left: 0;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-wrapped-card-2 {
    width: 100%;
  }

  .spark-wrapped-card-2.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

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

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-4 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-three-column-grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-5 {
    margin-bottom: 32px;
  }

  .spark-three-column-grid-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-container-5 {
    width: 100%;
  }

  .spark-section-5 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .grid-three-column-copy {
    grid-template-columns: 1fr;
  }

  .spark-container-6 {
    width: 100%;
  }

  .spark-section-6 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
    grid-row-gap: 24px;
  }

  .spark-section-2-copy {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .email-link {
    display: none;
  }

  .question {
    margin-bottom: 40px;
  }

  .price-box {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .footer {
    justify-content: space-between;
  }

  .sm-link {
    margin-left: 8px;
    margin-right: 8px;
  }

  .page-padding_lvl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-main {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .text-block-26 {
    display: none;
  }

  .question-unten {
    margin-bottom: 40px;
  }

  .pop-up-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .title-wrapper-centre {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .style-guide-block {
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .paragraph-large {
    font-size: 1em;
    line-height: 1.5em;
  }

  .paragraph-large.text-color-gray-800 {
    font-size: 1.2em;
  }

  .heading-detail-regular {
    font-size: 1em;
  }

  .section-regular {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

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

  .heading-detail-standard {
    font-size: 17px;
  }

  .badge-wrapper {
    flex-direction: column;
  }

  .feature-container-block {
    text-align: center;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-regular {
    font-size: 1em;
    line-height: 1.5rem;
  }

  .hero-card {
    max-width: 80%;
    left: 5%;
  }

  .sub-heading {
    font-size: 1.5em;
  }

  .business-card.middle-card {
    border-right-style: solid;
    border-right-color: var(--gray--gray-200);
    border-left-style: solid;
    border-left-color: var(--gray--gray-200);
  }

  .feature-card {
    padding: 24px;
  }

  .feature-container-small {
    text-align: center;
    flex-direction: column;
  }

  .badge-wrapper-small {
    flex-direction: column;
  }

  .cta-container-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-two-column {
    display: block;
  }

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

  .detail-line {
    display: none;
  }

  .heading-wrapper-regular.margin-bottom-96 {
    width: 100%;
  }

  .faq-question {
    padding: 16px;
  }

  .faq-item-border {
    padding: 24px 14px;
  }

  .footer-container-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-logo-wrapper {
    flex-direction: column;
  }

  .grid-footer-link {
    grid-template-columns: 1fr;
  }

  .footer-link-column {
    text-align: center;
    align-items: center;
    padding: 24px 14px;
  }

  .business-card-wrapper {
    flex-direction: column;
  }

  .feature-card-large {
    padding: 14px;
  }

  .feature-block-wrapper {
    text-align: center;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-full {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .footer-menu-link {
    justify-content: center;
  }

  .testimonial-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-footer-link-02 {
    grid-template-columns: 1fr;
  }

  .section-newsletter {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .mask {
    width: 270px;
    height: auto;
    margin-bottom: 9px;
  }

  .slide {
    max-width: 350px;
    margin-bottom: -10px;
    margin-right: 2%;
  }

  .about-card {
    width: 100%;
  }

  .left-arrow {
    margin-top: 0;
    padding-top: 0;
    left: 1%;
  }

  .right-arrow {
    left: 79%;
    right: auto;
  }

  .section-pricing {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .pricing-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .table-lable-grid {
    grid-column-gap: 14px;
  }

  .table {
    min-width: 700px;
  }

  .table-row-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .table-row {
    grid-column-gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .toggle-wrapper {
    flex-direction: column;
  }

  .toggle-price {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .section-pricing-large {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .pricing-save {
    display: none;
  }

  .pricing-card-primary, .pricing-card-teal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .table-comparison {
    min-width: 700px;
  }

  .table-row-top-02 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .table-row-primary {
    grid-column-gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-contact-block {
    padding-top: 0;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-block-large {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr;
  }

  .detail-section, .perks-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .career-filter, .career-filter-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .careers-job-wrapper {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .career-detail-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  .career-dot {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .feature-card-middle {
    padding: 14px;
  }

  .section-story {
    height: auto;
    padding-top: 40px;
    padding-bottom: 75px;
  }

  .blog-thumb, .contact-block-small {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-process {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .table-row-secondary {
    grid-column-gap: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block {
    text-align: left;
    font-size: .6em;
  }

  .text-span-2 {
    font-size: 1em;
  }

  .title2 {
    font-size: 2em;
  }

  .section-regular-not-there {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .f-image-cover {
    object-fit: contain;
    height: auto;
  }

  .f-content-image-wrapper {
    height: auto;
  }

  .f-content-form {
    flex-direction: column;
  }

  .f-section-regular {
    padding-top: 0;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

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

  .spark-flex-row.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-hero-sub-paragraph.spark-secondary-font-color {
    font-size: 1em;
  }

  .spark-container.spark-primary-background {
    padding: 20px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2rem;
  }

  .section-regular-copy, .section-regular-neubhjb {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-button.sysf-medium.sysf-form-button {
    margin-top: 4px;
  }

  .sysf-input.sysf-medium {
    margin-bottom: .5rem;
  }

  .sysf-hero-form-wrapper {
    padding: 24px;
  }

  .section-regular-copy, .section-regular-top {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-regular-new {
    padding: 40px 7%;
    overflow: hidden;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    padding: 16px;
    line-height: 1em;
  }

  .spark-simple-stacked-icon-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-link-block-transparent-2 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-black {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--midnight-blue);
    color: var(--midnight-blue);
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--midnight-blue);
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--midnight-blue);
    color: var(--midnight-blue);
  }

  .spark-simple-menu-button {
    color: var(--deep-sky-blue);
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-link.spark-with-mega-dropdown {
    justify-content: space-between;
    margin-bottom: .5rem;
  }

  .spark-card-link {
    height: 260px;
  }

  .spark-mega-dropdown-card_1.spark-condensed-card_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spark-nav-with-mega-dropdowns {
    border-radius: 20px;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library-white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-mega-dropdown-variety-links {
    padding-right: 0;
  }

  .spark-card-link-copy_1, .spark-card-link-copy, .spark-card-link_2, .spark-card-link-copy-copy-copy {
    height: 260px;
  }

  .spark-mega-dropdown-card_1-copy.spark-condensed-card_1, .spark-mega-dropdown-card_1-copy.spark-condensed-card_1-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spark-card-link_2-copy, .spark-card-link-copy_1-copy, .spark-card-link_4, .spark-card-link_4-copy, .spark-card-link-copy_1-copy, .spark-card-link-copy-copy-copy-copy, .spark-card-link_2-copy-copy {
    height: 260px;
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-nav-link-2.spark-square-button {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
  }

  .spark-light-nav-link {
    margin-bottom: .5rem;
  }

  .spark-light-nav-link.spark-square-button {
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 8px 6px;
    font-size: .75rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner-2 {
    background-color: var(--spark-library-white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-hiring-button {
    padding-right: 0;
  }

  .postnav_img {
    width: auto;
    height: 40px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12 {
    max-width: 80%;
  }

  .link-block {
    height: 40px;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-bold-heading-2.spark-card-title {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .spark-wrapped-card-2.spark-stacked {
    width: 100%;
  }

  .spark-flat-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-section-3 {
    padding: 0 20px 64px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-section-3 p {
    font-size: 1em;
    line-height: 1.5em;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .spark-900-width-2.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section-5 {
    padding: 64px 20px;
  }

  .spark-section-5 h1 {
    font-size: 3rem;
  }

  .spark-section-5 h2 {
    font-size: 2.5rem;
  }

  .spark-centered-902 {
    margin-bottom: 64px;
  }

  .spark-section-6 {
    padding: 64px 20px;
  }

  .spark-section-6 h1 {
    font-size: 3rem;
  }

  .spark-section-6 h2 {
    font-size: 2.5rem;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 300px;
    grid-template-columns: 1fr;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .radio-button-field-2 {
    padding: 40px 20px;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    min-height: 250px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

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

  .spark-section-2-copy {
    padding: 64px 20px;
  }

  .spark-section-2-copy h5 {
    font-size: .8rem;
  }

  .spark-section-2-copy h1 {
    font-size: 3rem;
  }

  .spark-section-2-copy h2 {
    font-size: 2.5rem;
  }

  .checkbox-label {
    font-size: .8em;
    line-height: 1.2em;
  }

  .bold-text-2 {
    font-size: .6em;
  }

  .link-7, .link-8 {
    color: var(--deep-sky-blue);
  }

  .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
    font-size: 3em;
  }

  .paragraph-6 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .heading-21 {
    font-size: 3em;
  }

  .text-span-22 {
    color: var(--gray--gray-900);
  }

  .paragraph-7 {
    color: var(--gray--gray-800);
  }

  .link-9, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
    color: var(--deep-sky-blue);
  }

  .text-span-28, .text-span-29 {
    color: var(--gray--gray-900);
  }

  .skew-wrapper {
    margin-right: 0;
  }

  .radio-main-text {
    font-size: 18px;
  }

  .brand-2 {
    width: 9rem;
  }

  .radio-button-10 {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    justify-content: space-between;
    font-size: 13px;
  }

  .arrow_button-text {
    justify-content: space-between;
    align-items: flex-start;
  }

  .arrow_button-text.toget {
    justify-content: flex-start;
  }

  .icon-16px {
    width: 14px;
    height: 14px;
  }

  .image-29 {
    height: 24px;
  }

  .page-padding_lvl {
    overflow: hidden;
  }

  .line {
    background-color: #696969;
  }

  .radio-circle-box {
    flex: none;
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .pro-partner {
    position: relative;
  }

  .y-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .headingy-hero-heading-title-13 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .text-block-27 {
    font-size: 20px;
  }

  .y-section-2-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }
}

#w-node-b3cf563a-b5a2-7d79-d1c6-78810e7aed7c-006c7303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cca7840f-72ea-dd03-d0d7-c6899f291ab2-006c7303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2ee31d77-7a65-2a6d-bc7b-c6fc0f5994ec-006c7303, #w-node-d1477186-f3b2-adf0-7ce9-a450c7df0f51-006c7303, #w-node-_217cb1f3-faef-8e9b-1681-e1466db57771-006c7303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_60ca1af4-f052-0a71-eaa4-b28f0e3b5cdd-006c7303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f9808f6-5201-b0f9-e0d9-eaefa2379da6-006c7303, #w-node-_52df5852-3144-c3e6-84c5-affec7ddaace-006c7303, #w-node-bf033803-1fc7-dd76-5496-c8c28284d8ed-006c7303, #w-node-b540abcc-edf4-8736-6b6e-ae338be13945-006c7303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9a2072b9-110c-b1f8-9c1a-f5b807fb68c1-006c7303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf85a532-cc99-3be0-7f27-d8c90e48bf1b-006c7303, #w-node-_41eea4ea-7f68-3505-c326-fb5a61a23960-006c7303, #w-node-_41eea4ea-7f68-3505-c326-fb5a61a23964-006c7303, #w-node-_41eea4ea-7f68-3505-c326-fb5a61a23968-006c7303, #w-node-_41eea4ea-7f68-3505-c326-fb5a61a2396c-006c7303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_41eea4ea-7f68-3505-c326-fb5a61a23970-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e090-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e09a-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0a4-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0ae-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0ba-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0c4-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0ce-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0d8-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0e2-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0ec-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e0f6-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e100-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e10c-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e115-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e11e-006c7303, #w-node-_135f2593-2250-41ad-83db-d3003e26e127-006c7303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_438bb8fd-9592-4d1b-a788-2256a855061a-006c7303, #w-node-b80e3cef-bcc1-dbcf-fcff-c08e6c431e4b-006c7303 {
  justify-self: end;
}

#w-node-_1167c7d0-142e-6d61-d94c-8f18ff6b79aa-006c7303 {
  justify-self: start;
}

#w-node-_52315ada-4997-e5cc-757f-6e8795ad8c96-971a0f7e, #w-node-_52315ada-4997-e5cc-757f-6e8795ad8cb3-971a0f7e, #w-node-_6b24179a-d0e8-b3dd-b33b-3b3fb2bde707-b2bde704, #w-node-_6b24179a-d0e8-b3dd-b33b-3b3fb2bde713-b2bde704, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3b5-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3c3-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3c4-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3d2-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3d3-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3e1-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3e2-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3f5-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3f7-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3f8-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3fa-2984a3a7, #w-node-ecd2aac2-40ab-7729-39fd-40d62984a3fb-2984a3a7, #w-node-_2900cd56-d87b-6069-9701-41928941c68a-ae2de7f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff691fc5-0f70-6afc-5058-37788dd22dbc-ae2de7f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cbccf1ce-67aa-f431-acba-426915bf20a5-006c730e, #w-node-e1a7a085-e429-9c10-3317-e49b825de7c4-006c730e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3523c5f5-94ea-4e99-2f14-a7d9aae49e43-aae49e42, #w-node-fb20ded1-2831-24f0-5358-6255185d5521-006c7312 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_7a1631f5-9028-29ff-a142-776443463b80-006c7316, #w-node-f5bb91c0-6e09-63a1-40e8-6cc4929359ce-006c7316, #w-node-_65d8dfcb-f017-9e94-5346-f33d5cf1f6fd-006c7316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d258d5e-c13c-55aa-6e38-6fb7d14c09cd-006c7316 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b6d8d81b-f04f-2dbb-fe6e-0cd7a5e88407-006c7316, #w-node-fe6dcc80-054a-c843-f826-006355e41b69-006c7316, #w-node-aa0fcc53-8e9a-d255-232a-031c807966fa-006c7316, #w-node-c41e5f62-be27-256c-9dc3-3a893ef7a730-006c7316, #w-node-b9c9ddf7-d598-5326-3445-39440e5a8599-006c7316, #w-node-b833da2d-fe06-45b7-f29f-65493e32d46e-006c7316, #w-node-c0ff4bd1-560c-c015-3925-e95c9d9ef59b-006c7316, #w-node-_8225d9e2-aaf4-34a4-91c6-69391726c10f-448b8e93, #w-node-_8225d9e2-aaf4-34a4-91c6-69391726c111-448b8e93, #w-node-_8225d9e2-aaf4-34a4-91c6-69391726c113-448b8e93, #w-node-c6d33620-1bb0-4b22-f6d9-8d07448b8ec9-448b8e93, #w-node-c6d33620-1bb0-4b22-f6d9-8d07448b8ed8-448b8e93, #w-node-c6d33620-1bb0-4b22-f6d9-8d07448b8ee7-448b8e93, #w-node-c6d33620-1bb0-4b22-f6d9-8d07448b8ef6-448b8e93, #w-node-b12f7e26-48ed-1493-a6df-1f92123d6063-006c731e, #w-node-ebbb7fcd-8d73-5668-5441-5c2288b01c1c-006c731e, #w-node-_29de681b-928f-8df3-d7da-44a527c6a271-006c7325, #w-node-_29de681b-928f-8df3-d7da-44a527c6a279-006c7325, #w-node-_57b55223-0db1-38ac-1926-aff8cf5eafae-006c7325, #w-node-_57b55223-0db1-38ac-1926-aff8cf5eafb8-006c7325, #w-node-_839e47a0-d9d5-c629-b060-d0e16fad62fa-006c7325, #w-node-_51a40ba3-be34-14f3-364e-56cdee0658d2-006c7325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7d7f800-2032-89cd-12a7-d7884080661e-006c7326 {
  justify-self: end;
}

#w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13aa-006c7373, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13b2-006c7373, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13c4-006c7373, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13cc-006c7373, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13de-006c7373, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13e6-006c7373, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13aa-006c7392, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13b2-006c7392, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13c4-006c7392, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13cc-006c7392, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13de-006c7392, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13e6-006c7392, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13aa-006c7393, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13b2-006c7393, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13c4-006c7393, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13cc-006c7393, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13de-006c7393, #w-node-_3429677e-1c53-fc8d-2df6-8b69cc4c13e6-006c7393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4189038-51dd-0a74-905c-4f65830622a0-006c73aa {
  align-self: center;
}

#w-node-e4189038-51dd-0a74-905c-4f65830622a5-006c73aa {
  place-self: center;
}

#w-node-e4189038-51dd-0a74-905c-4f65830622a0-006c73ac {
  align-self: center;
}

#w-node-e4189038-51dd-0a74-905c-4f65830622a5-006c73ac {
  place-self: center;
}

#w-node-_026a010f-8e69-941f-c8de-a13936b768f3-006c73b0 {
  justify-self: center;
}

#w-node-_012bb536-3099-3a96-6a34-8a8ffc53c8f9-006c73b0 {
  place-self: center;
}

#w-node-e4c51bb2-6dd2-6d5f-d5a4-932fbf816d3e-006c73b0, #w-node-dd8f5184-84d8-8e84-5fa9-6e3522ed2161-006c73b0, #w-node-_2a4a30a9-8220-3b16-e94d-d71479111ca0-006c73b0, #w-node-_2a4a30a9-8220-3b16-e94d-d71479111ca2-006c73b0, #w-node-_9e9fb271-24f0-2a0b-1fd9-750500c896ac-006c73b0, #w-node-b1a4e4d7-0fb3-8265-18ec-a5e34b0072f4-006c73b0, #w-node-_6fddef12-6958-9695-1126-e0773cfaeedf-006c73b0, #w-node-a4abe47f-cbd3-4f77-6c5f-46b4e606c2be-006c73b0 {
  justify-self: center;
}

#w-node-_2311ba6a-0818-036d-b407-c373350e4281-006c73b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-acc7df0f-f462-c09d-d40f-05cbfb14e177-006c73b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-acd21351-99da-1378-0c57-0c870ef1fd13-006c73b1, #w-node-acd21351-99da-1378-0c57-0c870ef1fd3d-006c73b1, #w-node-acd21351-99da-1378-0c57-0c870ef1fd67-006c73b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dbadffb-5410-cecb-b140-3cd6dd396640-dd39663e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb20ded1-2831-24f0-5358-6255185d5521-006c73b3 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: center;
}

#w-node-_0d523fa5-c72b-44ef-6815-6724db6aea49-006c73b8, #w-node-_0d523fa5-c72b-44ef-6815-6724db6aea53-006c73b8, #w-node-_6dc910b4-6019-2423-6a99-f27a387eb297-006c73b8, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbca-006c73b8, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbd4-006c73b8, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbde-006c73b8, #w-node-b4dd7d21-1145-87a8-166a-90223ae209f9-006c73b8, #w-node-_0d523fa5-c72b-44ef-6815-6724db6aea49-006c73b9, #w-node-_0d523fa5-c72b-44ef-6815-6724db6aea53-006c73b9, #w-node-_6dc910b4-6019-2423-6a99-f27a387eb297-006c73b9, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbca-006c73b9, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbd4-006c73b9, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbde-006c73b9, #w-node-b4dd7d21-1145-87a8-166a-90223ae209f9-006c73b9, #w-node-_0d523fa5-c72b-44ef-6815-6724db6aea49-006c73bb, #w-node-_0d523fa5-c72b-44ef-6815-6724db6aea53-006c73bb, #w-node-_6dc910b4-6019-2423-6a99-f27a387eb297-006c73bb, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbca-006c73bb, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbd4-006c73bb, #w-node-_92d5aa96-9acb-e85a-9ab7-3c1176c1bbde-006c73bb, #w-node-b4dd7d21-1145-87a8-166a-90223ae209f9-006c73bb, #w-node-d426d975-62ca-900c-4200-0be00e70f1ca-006c73bd, #w-node-cce1d2af-a4be-125f-6357-552d08a86c0e-006c73bd, #w-node-d0ea40f2-472e-8ebe-935a-6bf61c46310b-006c73bd, #w-node-_48b6106d-e33a-87b8-1439-514f1919c5f7-006c73bd, #w-node-_17d133ba-7bcf-4cec-5d09-9c87f56b95d9-006c73bd, #w-node-_16d380fe-5d37-2e00-b47c-4627956512cd-006c73bd, #w-node-_56ebf92d-6e08-e1c4-d7a9-210367217d62-006c73bd, #w-node-_7319763c-df1f-13ff-5eef-0b2c4b9c6027-006c73bd, #w-node-fe5d895c-b570-9818-a82d-5310fb58d987-006c73bd, #w-node-a76ed1d5-54bf-0320-032a-7070799b63eb-006c73bd, #w-node-d426d975-62ca-900c-4200-0be00e70f1d1-006c73bd, #w-node-f1dd3b0c-08b8-e728-4f3e-c32a712f316f-006c73bd, #w-node-d426d975-62ca-900c-4200-0be00e70f1d8-006c73bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a93d1e2-ce97-d634-32f5-45902485d200-23fdaef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b80e3cef-bcc1-dbcf-fcff-c08e6c431e3a-006c7303, #w-node-a7d7f800-2032-89cd-12a7-d7884080660d-006c7326 {
    order: -9999;
  }

  #w-node-acc7df0f-f462-c09d-d40f-05cbfb14e177-006c73b1 {
    justify-self: center;
  }
}


