:root {
  --color--dark: #1f1f1f;
  --color--red: #d33338;
  --color--white: white;
  --color--gray: #f5f5f5;
}

.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-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-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('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.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;
}

body {
  color: var(--color--dark);
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  color: var(--color--dark);
  letter-spacing: -.04375rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--color--dark);
  letter-spacing: -.07rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  color: var(--color--dark);
  letter-spacing: -.06rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  color: var(--color--dark);
  letter-spacing: -.07rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 100%;
}

p {
  color: var(--color--dark);
  margin-bottom: 0;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 140%;
}

a {
  color: var(--color--dark);
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: opacity .35s;
}

.h3 {
  color: var(--color--dark);
  letter-spacing: -.06rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.styles__card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.h2 {
  color: var(--color--dark);
  letter-spacing: -.07px;
  text-transform: uppercase;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 100%;
}

.h2.low {
  text-transform: none;
}

.heading-card {
  color: var(--color--dark);
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 110%;
}

.heading-card.u-text-center {
  z-index: 2;
  position: relative;
}

.h1 {
  color: var(--color--dark);
  letter-spacing: -.04375px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

.styles__card-preview {
  text-align: center;
  border-bottom: 1px solid #1d1c1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  display: flex;
  position: relative;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.h4 {
  color: var(--color--dark);
  letter-spacing: -.07px;
  margin-top: 0;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 130%;
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.u-bg-white {
  background-color: var(--color--white);
}

.label-text {
  letter-spacing: -.07rem;
  text-transform: uppercase;
  font-family: Taylorsans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 120%;
}

.container {
  width: 100%;
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.u-d-flex.vertical {
  flex-direction: column;
  align-items: center;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px dotted #888680;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.paragraph-3 {
  color: var(--color--dark);
  letter-spacing: -.12rem;
  font-size: 3rem;
  line-height: 110%;
}

.paragraph-3.brand {
  color: var(--color--white);
  text-transform: uppercase;
  transition: color .35s;
}

.paragraph-3.brand:hover {
  color: var(--color--red);
}

.u-mb-1 {
  margin-bottom: 1rem;
}

.u-mb-3-13 {
  margin-bottom: 3.13rem;
}

.section {
  position: relative;
}

.section.style-guide {
  margin-left: 1rem;
  margin-right: 1rem;
}

.label-text-1-125 {
  color: var(--color--dark);
  letter-spacing: -.04375rem;
  text-transform: uppercase;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

.data-text {
  color: var(--color--dark);
  letter-spacing: -.045rem;
  margin-bottom: 1.5em;
  font-family: Taylorsans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 140%;
}

.text-button {
  color: var(--color--dark);
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 110%;
}

.text-button-small {
  color: var(--color--dark);
  text-transform: uppercase;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 110%;
}

.u-bg-red {
  background-color: var(--color--red);
}

.u-bg-black {
  background-color: #1d1c1a;
}

.u-text-gray {
  color: var(--color--gray);
}

.h2-2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.u-bg-gray {
  background-color: var(--color--gray);
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-text-red {
  color: var(--color--red);
}

.u-text-dark {
  color: var(--color--dark);
}

.u-bg-dark {
  background-color: var(--color--dark);
}

.u-bg-dark.large {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 12.4rem 0 0%;
}

.u-text-white {
  color: var(--color--white);
}

.u-text-white.text-s-1-25.u-text-uppercase.hover-red {
  transition-property: all;
}

.u-text-white.text-s-1-25.u-text-uppercase.hover-red:hover {
  color: var(--color--red);
  font-weight: 500;
}

.u-text-white.footer {
  text-decoration: underline;
}

.input-group {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .85rem;
  padding-top: 1px;
  padding-right: 1px;
  display: flex;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

.input-check {
  background-color: #0000;
  border-color: #888680;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 #0000;
}

.input-check:hover {
  background-color: #dfddd6;
  border-color: #d14424;
}

.input-check.w--redirected-checked {
  background-color: #d14424;
  background-size: 16px;
  border-color: #d14424;
}

.input-check.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #d14424;
  outline: 2px solid #d14424;
}

.input-check.cc-light:hover {
  background-color: #888680;
}

.btn {
  border: 1px solid var(--color--white);
  background-color: var(--color--white);
  color: var(--color--red);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 12.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: all .35s, border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.btn:hover {
  background-color: var(--color--dark);
  color: var(--color--white);
}

.btn.cc-secondary {
  border: 1px solid var(--color--dark);
  background-color: var(--color--dark);
  color: var(--color--white);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .35s, opacity .2s;
}

.btn.cc-secondary:hover {
  border: 1px solid var(--color--dark);
  background-color: var(--color--white);
  color: var(--color--dark);
}

.btn.u-w-100 {
  z-index: 1;
  position: relative;
}

.btn.small {
  width: 10.5625rem;
  margin-top: .31rem;
  margin-bottom: .31rem;
  margin-right: .31rem;
  padding: .625rem .9375rem;
  font-size: .875rem;
  transition: opacity .35s, border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn.small:hover {
  opacity: .8;
}

.input {
  color: #1d1c1a;
  background-color: #0000;
  border: 1px solid #888680;
  border-radius: 12.5rem;
  height: 100%;
  min-height: 2rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.75rem;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  inset: 0%;
}

.input:hover, .input:focus {
  border-color: var(--color--dark);
}

.input::placeholder {
  color: #888680;
}

.input.cc-select {
  background-image: url('../images/arrow-black.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.input.cc-light {
  color: #fff;
}

.input.is-text-area {
  border-radius: 1rem;
}

.u-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.input-radio {
  background-color: #0000;
  border-color: #888680;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  background-color: #dfddd6;
  border-color: #d14424;
}

.input-radio.w--redirected-checked {
  background-color: #d14424;
  border-width: 1px;
  border-color: #d14424;
}

.input-radio.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #d14424;
  outline: 2px solid #d14424;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px #302f2c;
}

.input-radio.cc-light:hover {
  background-color: #888680;
}

.u-bg-white-2 {
  background-color: #fff;
}

.form-success {
  background-color: #0000;
  min-height: 320px;
  position: relative;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.input-label {
  z-index: 1;
  background-color: var(--color--white);
  color: #1d1c1a;
  border-top-right-radius: 3px;
  margin-bottom: -.85rem;
  margin-left: 1.5rem;
  padding-bottom: 4px;
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: .9rem;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: #0000;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.u-p-0 {
  padding: 0;
}

.u-text-center {
  text-align: center;
}

.u-h-100 {
  height: 100%;
}

.u-d-none {
  display: none;
}

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-border {
  width: 100%;
  height: 1px;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.is-vertical {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
}

.u-pt-3 {
  padding-top: 3em;
}

.u-w-100 {
  width: 100%;
}

.u-mt-3 {
  margin-top: 3rem;
}

.u-p-1 {
  padding: 1rem;
}

.u-pt-0 {
  padding-top: 0;
}

.u-mb-1-25 {
  margin-bottom: 1.25rem;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-d-block {
  display: block;
}

.u-z-index-1 {
  z-index: 1;
  position: relative;
}

.u-mt-0 {
  margin-top: 0;
}

.u-pb-3 {
  padding-bottom: 3em;
}

.u-text-right {
  text-align: right;
}

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.u-ml-1 {
  margin-left: 1rem;
}

.u-mt-1 {
  margin-top: 1rem;
}

.u-mt-2 {
  margin-top: 2rem;
}

.u-position-relative {
  position: relative;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-mr-1 {
  margin-right: 1rem;
}

.styles__utility-wrap {
  margin-bottom: 40px;
  padding: 1px;
}

.styles__utility-wrap.cc-padding {
  background-image: url('../images/bg-padding.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-margin {
  background-image: url('../images/bg-margin.svg');
  background-position: 0 0;
  background-size: 4px;
}

.u-mt-auto {
  margin-top: auto;
}

.page-wrapper {
  position: relative;
  overflow: clip;
}

.u-pt-2 {
  padding-top: 2em;
}

.u-pb-1 {
  padding-bottom: 1em;
}

.u-pb-2 {
  padding-bottom: 2em;
}

.u-pt-1 {
  padding-top: 1em;
}

.u-overflow-visible {
  overflow: visible;
}

.u-m-0 {
  margin: 0;
}

.styles_utility-card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  padding: 20px;
}

.u-mlr-1-25 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-uppercase:hover {
  opacity: .85;
}

.navbar {
  z-index: 90;
  background-color: #0000;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.container-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 117.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.quick-menu-wrapper {
  grid-column-gap: 1.25rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-s-1 {
  color: var(--color--dark);
  font-size: 1rem;
  line-height: 140%;
}

.menu-btn {
  z-index: 10;
  grid-column-gap: .625rem;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.menu-btn.w--open {
  background-color: #0000;
}

.burger-lottie {
  width: 2rem;
  height: 2rem;
}

.logo-items {
  z-index: 9999;
  position: absolute;
}

.logo-items.is-preloader {
  top: 10rem;
  transform: scale(4);
}

.logo-icon {
  color: var(--color--dark);
  width: 12.4321rem;
  height: 1.76956rem;
}

.u-p-lr-1-25 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.logo-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.nav-menu_wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100svh;
  display: flex;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-row-gap: 1rem;
  background-color: var(--color--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-right: 1.25rem;
  display: flex;
}

.nav-menu-full {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_hero {
  position: relative;
}

.padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padding-global.u-mb-11-25.u-mb-mob-7 {
  margin-bottom: 7.75rem;
}

.content-hero-wrapper {
  background-color: var(--color--dark);
  border-radius: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3.75rem 1.25rem 1.25rem;
  display: flex;
}

.u-mb-2-5 {
  margin-bottom: 2.5rem;
}

.bottom__content-hero {
  display: flex;
  position: relative;
}

.img-hero-wrapper {
  border-radius: .3125rem;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.img-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 36.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.label-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.75rem;
  height: 13.75rem;
  display: flex;
  position: absolute;
  inset: -4rem -2.5rem auto auto;
  overflow: hidden;
}

.circle {
  background-color: var(--color--white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.loop-spin {
  width: 11.9349rem;
  height: 11.9349rem;
  animation-name: loop-spin;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  position: absolute;
}

.content-label {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 6.25rem;
  display: flex;
  position: absolute;
}

.u-mb-11-25 {
  margin-bottom: 11.25rem;
}

.section_how-it-work {
  position: relative;
}

.card__how-it-work {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-card {
  background-color: var(--color--gray);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: 21.25rem;
  padding: 1.88rem;
  display: flex;
  position: relative;
}

.iyems__ctep-card {
  grid-row-gap: .63rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number__step-card-wrapper {
  width: 1.4375rem;
  height: 1.8125rem;
  position: absolute;
  top: 3.75rem;
}

.link__ctep-card {
  text-decoration: underline;
}

.step-card-empty {
  border: 1px solid var(--color--gray);
  border-radius: .625rem;
}

.section_payment-types {
  flex-flow: column;
  display: flex;
  position: relative;
}

.payment-types-grid {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.payment-type-card {
  background-color: var(--color--gray);
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  height: 15rem;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: relative;
}

.label__payment-card {
  justify-content: flex-end;
  width: 13rem;
  display: flex;
  position: absolute;
  inset: auto 1.88rem 1.88rem auto;
}

.payment-icon {
  width: 13rem;
}

.decor-icon-wrapper__payment-type-card {
  z-index: 1;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
}

.decor-icon-wrapper__payment-type-card.u-d-none-mob {
  display: none;
}

.decor-icon {
  opacity: .3;
  width: 12.5rem;
  height: 12.5rem;
}

.u-mb-1-88 {
  margin-bottom: 1.88rem;
}

.text-red-link {
  color: var(--color--red);
  font-size: 1.75rem;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity .35s;
}

.text-red-link:hover {
  opacity: .9;
}

.section_brands {
  position: relative;
}

.brands-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand-items {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.875rem;
  flex-flow: wrap;
  justify-content: center;
  width: 57%;
  display: flex;
}

.text-s-1-25 {
  font-size: 1.25rem;
  line-height: 140%;
}

.text-s-1-25.all-faq {
  text-transform: uppercase;
  font-weight: 300;
  transition: all .35s, opacity .35s;
}

.text-s-1-25.all-faq:hover {
  opacity: .8;
  font-weight: 500;
}

.section_img-marquee {
  position: relative;
}

.u-pb-11-25 {
  padding-bottom: 11.25rem;
}

.img-center {
  object-fit: cover;
  width: 100%;
}

.img-center-wrapper__section-marquee {
  z-index: 3;
  object-fit: cover;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 28.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cintent__img-marquee {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5.63rem;
  padding-bottom: 5.63rem;
  display: flex;
  position: relative;
}

.img-left-wrapper__section-marquee {
  z-index: 1;
  object-fit: cover;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 21.375rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 17%;
  overflow: hidden;
}

.img-left {
  object-fit: cover;
  width: 100%;
}

.img-right-wrapper__section-marquee {
  object-fit: cover;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 21.375rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 17%;
  overflow: hidden;
}

.img-right {
  object-fit: cover;
  width: 100%;
}

.marquee {
  z-index: 2;
  grid-column-gap: .5rem;
  opacity: .2;
  width: 99vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.marquee-content {
  flex: none;
  min-width: 100%;
  display: flex;
}

.text-marquee {
  color: var(--color--white);
  text-transform: uppercase;
  font-size: 9.375rem;
  line-height: 130%;
}

.section_cta {
  position: relative;
}

.content-wrapper__cta {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.content__cta {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: stretch;
  width: 58.125rem;
  display: flex;
}

.section_faq {
  position: relative;
}

.items-wrapper__faq {
  width: 100%;
}

.item__faq {
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.grid__faq {
  grid-column-gap: .63rem;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 1.56rem;
}

.divider {
  background-color: var(--color--gray);
  width: 100%;
  height: .0625rem;
  margin-bottom: 1.56rem;
}

.divider.op-3 {
  opacity: .3;
}

.content-wrapper__faq {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number-faq {
  color: var(--color--dark);
  letter-spacing: -.07rem;
  text-transform: uppercase;
  font-family: Taylorsans, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 110%;
}

.heding-wrapper__faq {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.answer-wrapper {
  width: 100%;
  overflow: hidden;
}

.all-items-row {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.section_feedback {
  position: relative;
}

.grid__feedback {
  grid-column-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card__feedback {
  grid-row-gap: 1.25rem;
  background-color: var(--color--gray);
  border-radius: .625rem;
  flex-direction: column;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
}

.heading-wrapper__feedback-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.big-label-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.p {
  max-width: 7.865rem;
}

.o {
  max-width: 9.54738rem;
  margin-left: -3px;
}

.k {
  max-width: 7.92113rem;
  margin-left: -3px;
}

.u {
  max-width: 9.00063rem;
  margin-bottom: -1px;
  margin-left: -10px;
}

.a {
  max-width: 9.253rem;
  margin-left: -3px;
}

.a.is-2 {
  margin-left: 0;
  margin-right: -5px;
}

.j {
  max-width: 8.35569rem;
  margin-left: -3px;
}

.c {
  max-width: 8.76231rem;
  margin-right: -15px;
}

.m {
  max-width: 9.95394rem;
}

.sam-wrapper {
  align-items: flex-end;
  display: flex;
}

.buy-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: flex-end;
  display: flex;
}

.footer {
  z-index: 2;
  position: relative;
}

.content-wrapper__footer {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
}

.nav__footer {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.newslater-wrapper__footer {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  width: 45.6rem;
  display: flex;
}

.input-field {
  border: 1px solid var(--color--gray);
  color: #ffffff80;
  background-color: #0000;
  border-radius: 3.125rem;
  height: 3.75rem;
  margin-bottom: 0;
  padding: 1.19rem 1.25rem;
  line-height: 140%;
}

.input-field:focus {
  border-color: var(--color--red);
}

.form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.social-wrapper {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.social-wrapper.is-horizontal {
  flex-flow: row-reverse;
  justify-content: space-between;
}

.h4-number {
  color: var(--color--dark);
  letter-spacing: -.07px;
  margin-top: 0;
  font-family: Taylorsans, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 130%;
}

.h4-number.u-text-white {
  color: var(--color--white);
}

.social-icon-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.soc-icon {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: opacity .35s;
  display: flex;
}

.soc-icon:hover {
  opacity: .7;
}

.soc-icon.is-white {
  color: var(--color--white);
}

.soc-icon.is-white.is-hidden, .soc-icon.hidden {
  display: none;
}

.u-hidden {
    display: none;
}

.payment-type__footer {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: .63rem;
  display: flex;
}

.payment-icon__footer {
  opacity: .7;
  color: var(--color--white);
  width: 2.8125rem;
}

.policy-wrapper {
  padding-bottom: 1.25rem;
}

.private-policy-items {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.preloader-wrapper {
  z-index: 99;
  flex-direction: row;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.column__preloader {
  z-index: 99;
  background-color: var(--color--white);
  width: 10%;
  height: 100%;
  position: relative;
}

.loading-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.load-line-wrapper {
  background-color: var(--color--gray);
  width: 50%;
  height: 2px;
  overflow: hidden;
}

.load {
  background-color: var(--color--dark);
  width: 100%;
  height: 2px;
  margin-left: -100%;
}

.brand-modal-wrapper {
  z-index: 120;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg__brand-modal {
  z-index: 121;
  background-color: #1f1f1f99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brands-items {
  z-index: 122;
  background-color: var(--color--dark);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-underline {
  cursor: pointer;
  text-decoration: underline;
  transition: opacity .35s;
}

.bold-underline:hover {
  opacity: .7;
}

.bold-underline.size-1-25 {
  font-size: 1.25rem;
}

.btn-close {
  cursor: pointer;
  position: absolute;
  inset: 2% 1% auto auto;
}

.btn-close.newslater {
  transition: opacity .2s;
  top: -5%;
  right: -4%;
}

.btn-close.newslater:hover {
  opacity: .7;
}

.close-icon {
  color: var(--color--white);
  width: 2rem;
  height: 2rem;
}

.close-icon.invert {
  color: var(--color--dark);
}

.preloader-logo-container {
  justify-content: center;
  width: 100%;
  padding-top: 1.25rem;
  display: flex;
  position: absolute;
}

.preloader-logo-container.u-d-none {
  display: none;
}

.bg-btn {
  background-color: var(--color--red);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.section_delivery-pay {
  position: relative;
}

.section_delivery-pay.style-guide {
  margin-left: 1rem;
  margin-right: 1rem;
}

.content-wrapper__delivery-pay {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.row-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.section_reviews {
  position: relative;
}

.section_reviews.style-guide {
  margin-left: 1rem;
  margin-right: 1rem;
}

.content-wrapper__feedback, .content-question {
  padding-top: 4rem;
}

.heading-card-span {
  font-size: 2rem;
  font-weight: 400;
  text-decoration: underline;
}

.content-wrapper__contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  padding-top: 4rem;
}

.content__about-us {
  padding-top: 4rem;
}

.newslater-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.newslater-form-wrapper {
  background-color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.newslater-modal-form {
  margin-bottom: 0;
}

.grid_2col-newslater {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1rem;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wr-modal-newslater {
  background-color: var(--color--white);
  width: 100%;
  height: 100%;
  position: relative;
}

.img-wr-modal-newslater.u-d-none-mob {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.img-modal-newslater {
  object-fit: cover;
  width: 100%;
}

.grid-wr {
  z-index: 1000;
  justify-content: center;
  width: 70%;
  height: 60%;
  display: flex;
  position: relative;
}

.texl_link-pp {
  font-size: 1.125rem;
  text-decoration: underline;
}

.bg-click {
  z-index: 99;
  background-color: #1f1f1fbf;
  position: absolute;
  inset: 0%;
}

.icon-wrapper-close {
  transition: transform .2s;
}

.contacts_form-wrapper {
  background-color: var(--color--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.soc-icon-svg {
  width: 2rem;
  height: 2rem;
  transition: opacity .35s;
}

.soc-icon-svg:hover {
  opacity: .7;
}

.soc-icon-svg.is-white {
  color: var(--color--white);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-bottom: 0;
  display: flex;
}

._404_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.text_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.form_success {
  background-color: var(--color--gray);
  border-radius: 5rem;
  padding: 1.4rem;
}

.form_error {
  border-radius: 5rem;
}

.contacts-modal-form {
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .heading-card.dark {
    background-color: var(--color--red);
  }
}


@media screen and (max-width: 1260px) {
  .quick-menu-wrapper {
     width: 30rem;
     flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 1.75rem;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .h2-2 {
    font-size: 3.2rem;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .logo-wrapper {
    justify-content: flex-start;
    padding-left: 1.25rem;
  }

  .card__how-it-work {
    grid-template-columns: 1fr 1fr;
  }

  .payment-types-grid.u-mb-1-88 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .payment-type-card {
    height: 20rem;
  }

  .label__payment-card {
    bottom: 1rem;
    right: 1rem;
  }

  .payment-icon {
    width: 10rem;
  }

  .brand-items.u-mb-1-88 {
    width: 80%;
  }

  .img-left-wrapper__section-marquee {
    left: 4%;
  }

  .img-right-wrapper__section-marquee {
    right: 4%;
  }

  .content__cta {
    width: 100%;
  }

  .u-d-none-mob {
    display: none;
  }

  .btn-close.newslater {
    top: -10%;
    right: 0%;
  }

  .row-content {
    width: 100%;
  }

  .newslater-wrapper {
    display: none;
  }

  .newslater-form-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .newslater-modal-form {
    margin-bottom: 0;
  }

  .grid_2col-newslater {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .contacts_form-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text_wrapper {
    width: 100%;
  }

  .contacts-modal-form {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  p {
    font-size: 1rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h2 {
    font-size: 1.75rem;
  }

  .heading-card {
    font-size: 1.1rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .h4 {
    font-size: 1.25rem;
  }

  .card-body {
    padding: 20px;
  }

  .label-text {
    font-size: 1.25rem;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .paragraph-3 {
    font-size: 1.3rem;
  }

  .u-mb-3-13.small {
    font-size: 2.3rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .label-text-1-125 {
    font-size: 1.1rem;
  }

  .text-button {
    font-size: 1rem;
  }

  .h2-2 {
    font-size: 2.5rem;
  }

  .btn {
    padding: .5em 1em;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .text-s-1 {
    font-size: 1.1rem;
  }

  .section_hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_how-it-work {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section_payment-types {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .payment-types-grid.u-mb-1-88 {
    grid-template-columns: 1fr;
  }

  .payment-type-card {
    height: 15rem;
  }

  .section_brands {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .text-s-1-25 {
    font-size: 1.1rem;
  }

  .section_img-marquee {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .img-center-wrapper__section-marquee {
    width: 17rem;
  }

  .img-left-wrapper__section-marquee {
    width: 15rem;
    left: 2%;
  }

  .img-right-wrapper__section-marquee {
    width: 15rem;
    right: 2%;
  }

  .section_cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .content__cta {
    width: 100%;
  }

  .section_faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid__faq {
    grid-template-columns: .25fr 1fr;
  }

  .number-faq {
    font-size: 1.25rem;
  }

  .section_feedback {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .grid__feedback.u-mb-1-88 {
    grid-template-columns: 1fr;
  }

  .big-label-wrapper {
    margin-bottom: -1rem;
  }

  .nav__footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
  }

  .newslater-wrapper__footer {
    width: 100%;
  }

  .h4-number {
    font-size: 1.25rem;
  }

  .btn-close.newslater {
    right: 4%;
  }

  .section_reviews {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading {
    font-size: 1.25rem;
  }

  .u-mb-mob-7 {
    margin-bottom: 7rem;
  }

  .content-wrapper__contacts {
    width: 100%;
  }

  .grid_2col-newslater {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 90%;
  }

  .img-wr-modal-newslater {
    height: 40%;
    overflow: hidden;
  }

  .img-wr-modal-newslater.u-d-none-mob {
    height: 100%;
  }

  .grid-wr {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h2, .heading-card {
    font-size: 2rem;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .container {
    width: 100%;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .paragraph-3 {
    font-size: 2rem;
  }

  .u-mb-3-13.small {
    font-size: 2.1rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h2-2 {
    font-size: 2rem;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-text-white.text-s-1-25.u-text-uppercase {
    text-align: center;
  }

  .btn.small {
    width: 8rem;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-text-uppercase.mob-size {
    font-size: 1.5rem;
  }

  .container-nav {
    width: 86%;
  }

  .container-nav.u-p-lr-1-25 {
    width: 100%;
  }

  .logo-items {
    padding-left: 0;
  }

  .nav-menu {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .main-wrapper {
    overflow: clip;
  }

  .section_hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .content-hero-wrapper {
    padding-top: 1.25rem;
  }

  .content-hero {
    height: 22rem;
  }

  .label-wrapper {
    right: -2rem;
  }

  .section_how-it-work {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .card__how-it-work {
    grid-template-columns: 1fr;
  }

  .section_payment-types {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .payment-types-grid.u-mb-1-88 {
    grid-template-columns: 1fr;
  }

  .payment-type-card {
    height: 15rem;
  }

  .section_brands {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brands-wrapper {
    grid-row-gap: 1rem;
  }

  .brand-items.u-mb-1-88 {
    width: 100%;
  }

  .section_img-marquee {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .img-left-wrapper__section-marquee {
    top: -66px;
  }

  .img-right-wrapper__section-marquee {
    bottom: -70px;
  }

  .section_cta {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .content__cta {
    width: 100%;
  }

  .section_faq {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .grid__faq {
    grid-template-columns: .25fr 1fr;
  }

  .section_feedback {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .big-label-wrapper {
    margin-bottom: -1rem;
  }

  .u {
    margin-bottom: 0;
  }

  .input-field {
    height: 3rem;
    font-size: 1rem;
  }

  .social-wrapper.is-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .private-policy-items {
    grid-row-gap: .7rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .btn-close.newslater {
    top: -6%;
    right: 5%;
  }

  .section_reviews {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid_2col-newslater {
    width: 100%;
  }
}

#w-node-_8397d1d4-beda-0f9d-3247-27d6e9b0807f-81c1c85b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dc44847-1881-bacf-e997-2a5da9d69805-81c1c85b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_48064d5e-4f8b-ce5d-4ff0-8e34d611f104-81c1c85b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15d00477-6da0-2270-e503-64c2b95a4a67-81c1c85b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7d1237cd-f7e3-261b-d9ca-410d9973649c-81c1c85b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e590efc3-5ec4-d465-d768-1b1ddeb1be60-81c1c85b {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-b838340d-30ff-9bb9-0363-9fbc44a111a0-81c1c85b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f918dcc5-b842-e210-3e66-d18ae0341f82-81c1c85b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3985f2ae-4d7f-c0ad-f8f4-5d96bd323ef9-81c1c85b, #w-node-_099a8315-e9bd-a74a-3ea1-1fff1a6a61fd-81c1c85b, #w-node-cabcfa22-200d-c593-0a41-5c53ac0be1c0-81c1c85b, #w-node-_649dcd7f-0557-7db9-acc4-23c535cf5913-81c1c85b, #w-node-_07083510-66cf-6843-b59e-7efac3313417-81c1c85b, #w-node-bd788aab-a1df-e35b-bec1-b5d4d3ee0c38-81c1c85b, #w-node-bd788aab-a1df-e35b-bec1-b5d4d3ee0c3b-81c1c85b, #w-node-d45ebc73-b135-81c9-52a7-bb20e39f3c4f-81c1c85b, #w-node-d45ebc73-b135-81c9-52a7-bb20e39f3c52-81c1c85b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85254911-d8e3-3d44-cfd9-91cdc12781b0-81c1c85b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_28250a93-de10-7171-69b7-f13a46b7af8f-81c1c85b, #w-node-_495ca862-1101-2372-607a-cd303b6c8170-81c1c85b, #w-node-_94cbe15f-2845-5e61-a458-747b55aac719-81c1c85b, #w-node-_83e6bf79-5dde-09a0-1c88-bf381f6ef88c-d5335365, #w-node-_6822d018-4eec-14a9-2ddb-c8501308b84c-d5335365, #w-node-_83e6bf79-5dde-09a0-1c88-bf381f6ef894-d5335365, #w-node-_128c5009-303a-f568-f155-5405f220a00b-d5335365, #w-node-_83e6bf79-5dde-09a0-1c88-bf381f6ef89c-d5335365, #w-node-e23fab26-5fe7-f9c2-8615-ee4319647860-d5335365 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9f986c5-eefa-c858-d551-5d2b885d702d-d5335365 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4f7cf007-1a09-2836-d3c0-dfc1155e2f95-d5335365 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_82fa8e93-bc5c-935a-a2c8-8b4c1457047f-d5335365 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_59e5804f-8e87-03b5-1cc8-7e2580474107-d5335365, #w-node-_1d126fa0-0a14-ff20-5056-44151df379d1-d5335365 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5234bd9-02cd-ad55-4a1b-f877c731ac9d-d5335365 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_31718dfd-41bd-23c1-a934-4c2e25e60de7-9dca87d2, #w-node-_31718dfd-41bd-23c1-a934-4c2e25e60dea-9dca87d2, #w-node-_31718dfd-41bd-23c1-a934-4c2e25e60df7-9dca87d2, #w-node-_31718dfd-41bd-23c1-a934-4c2e25e60dfa-9dca87d2, #w-node-ba377157-0c96-bcf0-eec2-81bde7901d6a-9dca87d2, #w-node-ba377157-0c96-bcf0-eec2-81bde7901d6d-9dca87d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c220526c-75e5-a43b-bd83-98d9587b5de2-9dca87d2 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-e0672e4b-8c6c-c185-7579-d4abf4dfc26d-81c1c85b {
    order: 9999;
  }

  #w-node-_4dc44847-1881-bacf-e997-2a5da9d69805-81c1c85b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_7d1237cd-f7e3-261b-d9ca-410d9973649c-81c1c85b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cabcfa22-200d-c593-0a41-5c53ac0be1c0-81c1c85b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b2026f9-6602-f219-364a-50d91484c0b3-4fcad460 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8397d1d4-beda-0f9d-3247-27d6e9b0807f-81c1c85b {
    order: -9999;
  }

  #w-node-a9f986c5-eefa-c858-d551-5d2b885d702d-d5335365, #w-node-_82fa8e93-bc5c-935a-a2c8-8b4c1457047f-d5335365, #w-node-b5234bd9-02cd-ad55-4a1b-f877c731ac9d-d5335365 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4dc44847-1881-bacf-e997-2a5da9d69805-81c1c85b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_15d00477-6da0-2270-e503-64c2b95a4a67-81c1c85b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7d1237cd-f7e3-261b-d9ca-410d9973649c-81c1c85b {
    grid-row: 3 / 4;
  }

  #w-node-b838340d-30ff-9bb9-0363-9fbc44a111a0-81c1c85b {
    grid-area: 5 / 1 / 5 / 1;
}
}


@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Taylorsans';
  src: url('../fonts/TaylorSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Taylorsans';
  src: url('../fonts/TaylorSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}