:root {
  --light-grey: #7f8b99;
  --white: white;
  --dark-grey: #393f47;
  --primary-blue: #0b71d9;
  --black: #0b0d0e;
  --bg-gray: #eff2f6;
  --silver: #b8bfc6;
  --green-static: #57991f;
  --red: #c83833;
  --green-bg: #eaf7df;
  --bg-gray-50: rgba(239, 242, 246, .5);
  --gray-light-50: #b8bfc6;
  --red-bg: #ffeded;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

.heading {
  color: #0b0d0e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.paragraph {
  color: #393f47;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.paragraph.gray {
  color: var(--light-grey);
}

.paragraph.center-align {
  text-align: center;
}

.link {
  color: #393f47;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.container {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  display: inline;
}

.navbar {
  width: 100%;
  background-color: var(--white);
  padding-left: 96px;
  padding-right: 96px;
}

.brand {
  margin-top: 22px;
}

.nav-menu {
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.nav-link {
  height: auto;
  color: #7f8b99;
  padding: 12px 16px 12px 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  left: 12px;
  right: 12px;
}

.nav-link:hover {
  color: var(--dark-grey);
  background-color: rgba(208, 214, 221, .3);
  border-radius: 4px;
}

.outlined-button {
  color: var(--primary-blue);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(11, 113, 217, .3);
  border-radius: 4px;
  margin-left: 8px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.outlined-button:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  border-width: 1px;
}

.outlined-button:focus {
  border-width: 3px;
}

.hero-section {
  height: 95vh;
  align-items: center;
  padding-left: 104px;
  padding-right: 104px;
  display: flex;
}

.hero-section:active {
  background-color: var(--white);
}

.text-box {
  width: 80%;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.title-2 {
  color: var(--black);
  letter-spacing: -.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 52px;
}

.columns {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block {
  margin-top: 32px;
}

.primary-button {
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border: 0 solid rgba(11, 113, 217, .3);
  border-radius: 4px;
  padding: 20px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.primary-button:hover {
  background-color: #0a64bf;
  border-width: 0;
  border-radius: 4px;
}

.primary-button:focus, .primary-button:visited {
  border-width: 0;
}

.perks-section {
  width: 100%;
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 104px 40px;
}

.title-3 {
  letter-spacing: -.6px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.title-3.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.title-3.black.center-align {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.preks {
  width: 100%;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 56px;
}

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

.icon-box {
  width: 64px;
  height: 64px;
  background-color: var(--bg-gray);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-box.violet {
  background-color: #efebfa;
}

.icon-box.blue {
  background-color: #eaf3fe;
}

.icon-box.green {
  background-color: #eaf7df;
}

.icon-box.orange {
  background-color: #fff4eb;
}

.integration-process {
  width: 100%;
  background-color: var(--bg-gray);
  padding-left: 104px;
  padding-right: 104px;
}

.container-integration {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 96px;
  display: flex;
}

.integration {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  margin-top: 56px;
  margin-bottom: 56px;
}

.integration-point {
  background-color: var(--white);
  border-radius: 8px;
  padding: 40px;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.subheading {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.subheading.gray-dark {
  color: var(--dark-grey);
}

.integration-text {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.ors {
  background-color: var(--bg-gray);
  padding-left: 104px;
  padding-right: 104px;
}

.optimization {
  width: 100%;
  background-color: var(--white);
  border: 0 solid #000;
  border-radius: 12px;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 32px;
  padding: 48px 48px 0;
  display: flex;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.txt-box {
  width: 40%;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 56px;
  padding-right: 24px;
  display: flex;
}

.img-box {
  width: 60%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 32px;
}

.reporting {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.txt-box-2 {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}

.image {
  width: 100%;
}

.header-1 {
  letter-spacing: -.45px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.payment-model {
  background-color: var(--bg-gray);
  margin-left: 0;
  padding-bottom: 96px;
  padding-left: 176px;
  padding-right: 176px;
  display: block;
}

.txt-box-3 {
  width: 85%;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.container-payment {
  justify-content: center;
  display: flex;
}

.payment-logos {
  grid-column-gap: 64px;
  justify-content: center;
  margin-top: 56px;
  display: flex;
}

.logo-bg {
  width: 120px;
  height: 120px;
  background-color: var(--white);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

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

.section {
  min-height: auto;
  background-color: var(--bg-gray);
  padding-bottom: 96px;
  padding-left: 104px;
  padding-right: 104px;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.contact-form {
  background-color: var(--bg-gray);
  color: var(--bg-gray);
  padding-bottom: 96px;
  padding-left: 104px;
  padding-right: 104px;
}

.form-bg {
  background-color: var(--white);
  border-radius: 12px;
  padding: 48px 0 0;
}

.form-columns {
  grid-column-gap: 40px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.left-side {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.form-title {
  width: 80%;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-left: 48px;
  display: flex;
}

.right-side {
  margin-right: 48px;
}

.form {
  flex-direction: column;
  display: flex;
}

.field-label {
  color: var(--black);
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-field {
  height: 48px;
  border: 1px solid var(--silver);
  color: var(--dark-grey);
  border-radius: 4px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-field:active {
  border-color: var(--silver);
}

.textarea {
  height: auto;
  border: 1px solid var(--silver);
  color: var(--black);
  border-radius: 4px;
  margin-bottom: 24px;
  font-size: 16px;
}

.checkbox-field {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 24px;
}

.paragraph-medium {
  color: #393f47;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-medium.gray {
  color: var(--light-grey);
}

.paragraph-medium.center-align {
  text-align: center;
}

.paragraph-medium.green {
  color: var(--green-static);
  font-weight: 400;
}

.checkbox {
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-small {
  color: #393f47;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.gray {
  color: var(--light-grey);
}

.paragraph-small.center-align {
  text-align: center;
}

.paragraph-small.red {
  color: var(--red);
}

.paragraph-small.white {
  color: #fff;
}

.link-2 {
  color: var(--light-grey);
}

.faq-a-text {
  color: var(--light-grey);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.faq-divider {
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, .25);
}

.c-faq-q {
  width: auto;
  min-width: auto;
  border-radius: 0 8px 8px 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-faq {
  max-width: none;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.cloneable-area {
  min-height: auto;
}

.c-note {
  align-items: center;
  margin-bottom: 60px;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: var(--silver);
  border-radius: 2px;
}

.note {
  color: #aaa;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

.c-faq-a-text {
  width: auto;
  min-width: auto;
  border-bottom-right-radius: 8px;
  padding: 0 24px 24px;
}

.section-2 {
  width: auto;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.c-faq-item {
  border-left: 0px solid var(--primary-blue);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 1.2em;
  line-height: 1.6em;
  display: flex;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: var(--silver);
  border-radius: 2px;
  position: absolute;
}

.c-faq-divider {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 24px;
}

.faq-q-text {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.c-content.cloneable {
  width: auto;
  max-width: 928px;
  padding-top: 56px;
}

.word-highlight {
  color: #fff;
  font-weight: 400;
}

.c-faq-icon {
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.container-5 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-5.cloneable {
  width: auto;
  max-width: none;
  border: 0 solid #000;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0%;
  display: flex;
}

.div-block-3 {
  width: 4px;
  border-left: 0px solid var(--primary-blue);
  background-color: var(--primary-blue);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-size: 0;
  line-height: 0;
}

.div-block-4 {
  width: auto;
}

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

.form-block {
  margin-bottom: 48px;
}

.footer {
  background-color: var(--bg-gray);
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.divider {
  height: 1px;
  background-color: rgba(184, 191, 198, .5);
}

.grid-footer {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 32px;
  margin-left: 96px;
  margin-right: 96px;
}

.link-column {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.subheading-2 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.subheading-2.gray-dark {
  color: var(--dark-grey);
  font-size: 14px;
}

.footer-link {
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link.gray {
  color: var(--light-grey);
}

.icons {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  display: flex;
}

.link-block {
  margin-right: 0;
  padding-right: 0;
}

.linkedin-copy {
  width: auto;
  height: auto;
  margin-right: 8px;
}

.linkedin-copy:hover {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 12px;
}

.paragraph-gray-14 {
  color: #7f8b99;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.success-message {
  background-color: var(--green-bg);
  border-radius: 4px;
  padding: 16px;
}

.image-2 {
  display: block;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 0;
}

.secondary-button-box {
  padding-left: 8px;
}

.image-9 {
  width: 96px;
}

.image-13 {
  border-radius: 8px;
}

.navbar-affiliate {
  width: 100%;
  background-color: var(--white);
  padding-left: 96px;
  padding-right: 96px;
}

.process {
  width: 100%;
  background-color: var(--bg-gray);
  padding-left: 104px;
  padding-right: 104px;
}

.container-10 {
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.steps {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 56px;
  margin-bottom: 56px;
}

.step {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.steps-text {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.emoji-box {
  justify-content: flex-end;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.perks {
  width: 100%;
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 104px 96px;
}

.for-who {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 56px;
}

.audience {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.image-box {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-box.violet {
  background-color: #efebfa;
}

.image-box.blue {
  background-color: #eaf3fe;
}

.image-box.green {
  background-color: #eaf7df;
}

.image-box.orange {
  background-color: #fff4eb;
}

.audience-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.advantages {
  background-color: var(--bg-gray);
  padding-left: 96px;
  padding-right: 96px;
}

._2-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  margin-top: 56px;
  margin-bottom: 96px;
}

.left-part {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.grid-2 {
  height: 100%;
  grid-template-areas: "Area Area";
}

.promo {
  background-color: var(--white);
  border-radius: 8px;
  display: flex;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.advantage {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.txt-box-4 {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.txt-box-5 {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px 0 32px 32px;
  display: flex;
}

.image-14 {
  flex: 0 auto;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-box-6 {
  width: 100%;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.image-15 {
  display: block;
}

.image-16 {
  margin-left: 40px;
}

.link-3 {
  color: var(--primary-blue);
  text-decoration: none;
}

.footer-dte {
  background-color: var(--bg-gray);
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.hero-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-3 {
  height: 90vh;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-box-main {
  width: 50%;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-right: 72px;
  display: flex;
}

.image-17 {
  display: block;
}

.main-img-box {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.navbar-affiliate-dte {
  width: 100%;
  background-color: var(--white);
  padding-left: 96px;
  padding-right: 96px;
}

.footer-de {
  background-color: var(--bg-gray);
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.link-4 {
  color: var(--light-grey);
}

.footer-fr {
  background-color: var(--bg-gray);
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.affiliate-hero-section {
  height: 90vh;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sadow {
  background-color: var(--bg-gray);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sadow-2 {
  background-color: #eff2f6;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-fields {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  display: flex;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -24px;
}

.checkbox-field-2 {
  grid-column-gap: 8px;
  margin-bottom: 8px;
  display: flex;
}

.checkbox-div {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-direction: column;
  padding-bottom: 16px;
  display: flex;
}

.adexchange {
  width: 100%;
  background-color: var(--white);
  border: 0 solid #000;
  border-radius: 12px;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 96px;
  padding: 48px;
  display: flex;
  box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
}

.txt-box-ad {
  width: 50%;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 32px;
  display: flex;
}

.img-box-ad {
  width: 50%;
  color: #eaf3fe;
  background-color: #eaf3fe;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.subheader {
  color: #393f47;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheader.gray {
  color: var(--light-grey);
}

.subheader.center-align {
  text-align: center;
}

.benefits-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.benefit-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.adexchange-tag {
  background-color: #81d354;
  border-radius: 4px;
  padding-bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.adexchange-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.image-18 {
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 991px) {
  .paragraph.center-on-mobile {
    font-size: 18px;
  }

  .container {
    height: 56px;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .navbar {
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .brand {
    justify-content: flex-start;
    margin-top: 12px;
    display: flex;
  }

  .nav-menu {
    width: 50vw;
    background-color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 56px;
    padding-bottom: 32px;
  }

  .nav-link {
    background-color: var(--white);
    padding-left: 32px;
  }

  .outlined-button {
    margin-left: 0;
  }

  .hero-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-box {
    width: 92%;
  }

  .title-2 {
    letter-spacing: -.6px;
    font-size: 36px;
    line-height: 48px;
  }

  .div-block {
    margin-top: 24px;
  }

  .perks-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-3.black {
    letter-spacing: -.5px;
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 38px;
  }

  .title-3.black.center-align {
    letter-spacing: -.5px;
    font-size: 28px;
    line-height: 38px;
  }

  .preks {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 32px;
  }

  .integration-process {
    padding-left: 32px;
    padding-right: 32px;
  }

  .integration {
    margin-top: 32px;
  }

  .ors {
    padding-left: 32px;
    padding-right: 32px;
  }

  .optimization {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .txt-box {
    width: 100%;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .img-box {
    width: 75%;
    justify-content: space-between;
    align-items: stretch;
  }

  .grid {
    grid-column-gap: 16px;
  }

  .reporting {
    padding-top: 32px;
  }

  .txt-box-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .payment-model {
    padding-left: 32px;
    padding-right: 32px;
  }

  .payment-logos, .div-block-2 {
    grid-column-gap: 32px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-bg {
    border-radius: 16px;
    padding-top: 32px;
  }

  .form-columns {
    grid-column-gap: 24px;
  }

  .form-title {
    width: 75%;
    margin-left: 32px;
  }

  .right-side {
    margin-right: 32px;
  }

  .c-faq {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cloneable-area {
    min-height: auto;
  }

  .section-2 {
    max-width: 100%;
    align-items: center;
  }

  .c-content.cloneable {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-5.cloneable {
    width: auto;
  }

  .div-block-3 {
    min-width: 4px;
  }

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

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

  .icon {
    color: var(--light-grey);
  }

  .menu-button {
    justify-content: flex-end;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--white);
    padding: 16px;
  }

  .grid-footer {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-3 {
    width: auto;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-button-box {
    justify-content: flex-start;
    padding-left: 32px;
    display: flex;
  }

  .navbar-affiliate {
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .process {
    padding-left: 16px;
    padding-right: 16px;
  }

  .steps {
    grid-column-gap: 16px;
    margin-top: 32px;
  }

  .step {
    padding: 16px;
  }

  .perks {
    padding-left: 16px;
    padding-right: 16px;
  }

  .for-who {
    grid-column-gap: 24px;
  }

  .advantages {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._2-columns {
    grid-column-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .left-part {
    padding-top: 32px;
  }

  .txt-box-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .txt-box-5 {
    justify-content: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .txt-box-6 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-box-main {
    width: 50%;
    padding-right: 24px;
  }

  .navbar-affiliate-dte {
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .affiliate-hero-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .adexchange {
    flex-direction: column;
    align-items: center;
    margin-bottom: 96px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .txt-box-ad {
    width: 100%;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .img-box-ad {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .subheader.center-on-mobile {
    font-size: 18px;
  }

  .image-18 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.center-on-mobile {
    text-align: center;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    padding-left: 16px;
  }

  .hero-section {
    height: auto;
    object-fit: contain;
    flex-direction: row;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-box {
    width: 85%;
    margin-top: 96px;
  }

  .title-2 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
  }

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

  .column {
    justify-content: center;
  }

  .div-block {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 16px;
    display: flex;
  }

  .primary-button {
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .perks-section {
    margin-top: 64px;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-3.black, .title-3.black.center-align {
    font-size: 28px;
    line-height: 38px;
  }

  .preks {
    grid-column-gap: 56px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .perk {
    grid-row-gap: 12px;
  }

  .icon-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
  }

  .integration-process {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-integration {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .integration {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .ors {
    padding-left: 16px;
    padding-right: 16px;
  }

  .optimization {
    margin-top: 32px;
  }

  .img-box {
    width: 100%;
  }

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

  .header-1 {
    color: var(--dark-grey);
    font-size: 24px;
    line-height: 30px;
  }

  .payment-model {
    padding-bottom: 64px;
  }

  .payment-logos {
    margin-top: 24px;
  }

  .logo-bg {
    width: 96px;
    height: 96px;
  }

  .section, .contact-form {
    padding-bottom: 64px;
  }

  .form-bg {
    border-radius: 8px;
    box-shadow: 1px 1px 3px rgba(62, 76, 89, .12);
  }

  .form-columns {
    grid-column-gap: 0px;
    box-shadow: none;
    border-radius: 8px;
    flex-direction: column;
    grid-template-columns: .75fr 1fr;
    margin-left: 32px;
    margin-right: 32px;
    display: flex;
  }

  .left-side {
    width: auto;
  }

  .form-title {
    width: auto;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .right-side {
    margin-right: 0;
  }

  .faq-a-text {
    font-size: 16px;
    line-height: 150%;
  }

  .c-faq {
    max-width: none;
  }

  ._w-faq-icon {
    width: 16px;
    height: 16px;
  }

  .c-faq-a-text {
    width: 100%;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .c-faq-q-text {
    padding: 12px;
  }

  .faq-q-text {
    font-size: 16px;
    line-height: 150%;
  }

  .c-content.cloneable {
    width: auto;
    padding-top: 32px;
  }

  .c-faq-icon {
    padding: 12px 24px 12px 12px;
  }

  .container-5.cloneable {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-3 {
    width: 2px;
    min-width: 3px;
  }

  .grid-footer {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "Area Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-4 Area-4 Area-4 Area-4 Area-4"
                         "Area-5 Area-5 Area-5 Area-5 Area-5"
                         "Area-6 Area-6 Area-6 Area-6 Area-6";
  }

  .icons {
    justify-content: flex-start;
    display: flex;
  }

  .image-3 {
    max-width: 80%;
  }

  .column-2 {
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .secondary-button-box {
    padding-left: 16px;
  }

  .image-4 {
    width: 90px;
  }

  .image-5, .image-6 {
    transform: rotate(90deg);
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: inline;
  }

  .navbar-affiliate, .process {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .steps {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .step {
    padding: 24px;
  }

  .perks {
    margin-top: 64px;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .for-who {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .audience {
    grid-row-gap: 12px;
  }

  .image-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
  }

  .advantages {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._2-columns {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .txt-box-4 {
    padding-bottom: 32px;
  }

  .div-block-57 {
    height: 100%;
    margin-right: 32px;
  }

  .hero-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .section-3 {
    height: auto;
  }

  .text-box-main {
    width: 85%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 96px;
    padding-right: 0;
  }

  .main-img-box {
    width: 70%;
    margin-bottom: 56px;
  }

  .navbar-affiliate-dte {
    padding-left: 16px;
    padding-right: 16px;
  }

  .affiliate-hero-section {
    height: auto;
  }

  ._2-fields {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-content: space-between;
    justify-content: space-between;
    align-self: auto;
    display: flex;
  }

  ._1st {
    width: 50%;
    flex-direction: column;
    align-self: auto;
    display: flex;
  }

  ._2nd {
    width: 50%;
  }

  .adexchange {
    margin-top: 32px;
    padding-bottom: 32px;
  }

  .img-box-ad {
    width: 100%;
  }

  .subheader {
    font-size: 16px;
    line-height: 24px;
  }

  .subheader.center-on-mobile {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.center-on-mobile {
    text-align: center;
  }

  .navbar {
    padding-right: 0;
  }

  .nav-menu {
    width: 80vw;
  }

  .nav-link {
    padding-left: 16px;
  }

  .text-box {
    width: 100%;
    margin-top: 96px;
  }

  .title-2 {
    text-align: center;
  }

  .div-block {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .primary-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .perks-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .preks {
    grid-column-gap: 32px;
    grid-template-columns: 1fr;
  }

  .container-integration {
    padding-bottom: 64px;
  }

  .integration-point {
    padding: 24px;
  }

  .optimization {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .txt-box {
    padding-bottom: 16px;
  }

  .img-box {
    width: 100%;
  }

  .reporting {
    padding-top: 24px;
  }

  .txt-box-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .payment-model {
    padding-left: 16px;
    padding-right: 16px;
  }

  .txt-box-3 {
    width: auto;
  }

  .payment-logos {
    grid-column-gap: 8px;
    margin-top: 16px;
  }

  .logo-bg {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 8px;
  }

  .form-bg {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
  }

  .form-columns {
    grid-row-gap: 24px;
    box-shadow: none;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .form-title, .right-side {
    margin-left: 0;
    margin-right: 0;
  }

  .form {
    width: 100%;
  }

  .text-field, .textarea {
    background-color: rgba(0, 0, 0, 0);
  }

  .checkbox {
    font-size: 18px;
  }

  .note {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .c-content.cloneable {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .icon {
    font-size: 24px;
  }

  .menu-button {
    padding: 16px;
  }

  .grid-footer {
    grid-template-columns: 1fr;
    grid-template-areas: "Area Area Area"
                         "Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3"
                         "Area-4 Area-4 Area-4"
                         "Area-5 Area-5 Area-5"
                         "Area-6 Area-6 Area-6";
    margin-left: 16px;
    margin-right: 18px;
  }

  .icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .link-block {
    margin-right: 0;
  }

  .linkedin-copy {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .image-3 {
    max-width: 100%;
  }

  .column-2 {
    margin-top: 64px;
  }

  .secondary-button-box {
    padding-left: 16px;
  }

  .image-4 {
    width: 80px;
  }

  .image-9 {
    width: 90px;
  }

  .image-10, .image-11, .image-12 {
    width: 48px;
  }

  .navbar-affiliate {
    padding-right: 0;
  }

  .container-10 {
    padding-bottom: 64px;
  }

  .step {
    padding: 24px;
  }

  .perks {
    padding-left: 16px;
    padding-right: 16px;
  }

  .for-who {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  ._2-columns {
    margin-top: 32px;
  }

  .left-part {
    padding-top: 24px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-areas: "Area Area";
    display: flex;
  }

  .promo {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .txt-box-5 {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-57 {
    height: auto;
    margin-right: 0;
  }

  .txt-box-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-16 {
    margin-left: 24px;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .text-box-main {
    width: 100%;
    margin-top: 96px;
  }

  .image-17 {
    max-width: 100%;
  }

  .main-img-box {
    width: 100%;
    margin-bottom: 0;
  }

  .navbar-affiliate-dte {
    padding-right: 0;
  }

  .affiliate-hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .adexchange {
    margin-bottom: 72px;
    padding: 24px;
  }

  .txt-box-ad {
    padding-bottom: 16px;
  }

  .img-box-ad {
    width: 100%;
  }

  .subheader.center-on-mobile {
    text-align: center;
  }

  .adexchange-tag {
    top: 8px;
    right: 8px;
  }
}

#w-node-_1d9976a9-14de-aba4-20e7-e5f6189f75d2-26a28f6d, #w-node-bc14696f-50cf-f148-4b59-4cc11ee6e41d-26a28f6d, #w-node-_36cf8785-ba06-9a58-ff8e-41a7e65f6da0-26a28f6d, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38ba-26a28f6d, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bb-26a28f6d, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bd-26a28f6d, #w-node-_8f56f440-c540-4e9f-1e22-e11651a68379-26a28f6d, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837a-26a28f6d, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837c-26a28f6d, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456aa-26a28f6d, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ab-26a28f6d, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ad-26a28f6d, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152c-26a28f6d, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152d-26a28f6d, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152f-26a28f6d, #w-node-_69c77efb-5943-9191-6858-716241c9cb69-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dd440fe8-adac-e1f7-7edf-a340ee2505e1-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9420e3fe-ff75-65ce-2467-e0437cfed005-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1bfd27a-e991-7d8f-1d97-81672bfaaead-26a28f6d {
  align-self: stretch;
}

#w-node-_18545835-2106-3391-e4ec-0d3420bf01b7-26a28f6d {
  align-self: start;
}

#w-node-_032e2d58-0ede-e64d-4a45-2c3ad9557494-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f42b9fb-6aff-19bb-a476-396b966bf46f-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9168376d-0c93-a8ab-b293-8f373192d583-26a28f6d, #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-26a28f6d, #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-26a28f6d, #w-node-_686605f7-c535-2716-361c-d598224fa48e-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-26a28f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-26a28f6d {
  align-self: end;
}

#w-node-_1d9976a9-14de-aba4-20e7-e5f6189f75d2-dca28f6e, #w-node-bc14696f-50cf-f148-4b59-4cc11ee6e41d-dca28f6e, #w-node-_36cf8785-ba06-9a58-ff8e-41a7e65f6da0-dca28f6e, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38ba-dca28f6e, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bb-dca28f6e, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bd-dca28f6e, #w-node-_8f56f440-c540-4e9f-1e22-e11651a68379-dca28f6e, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837a-dca28f6e, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837c-dca28f6e, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456aa-dca28f6e, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ab-dca28f6e, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ad-dca28f6e, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152c-dca28f6e, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152d-dca28f6e, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152f-dca28f6e, #w-node-_69c77efb-5943-9191-6858-716241c9cb69-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dd440fe8-adac-e1f7-7edf-a340ee2505e1-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9420e3fe-ff75-65ce-2467-e0437cfed005-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1bfd27a-e991-7d8f-1d97-81672bfaaead-dca28f6e {
  align-self: stretch;
}

#w-node-_18545835-2106-3391-e4ec-0d3420bf01b7-dca28f6e {
  align-self: start;
}

#w-node-_032e2d58-0ede-e64d-4a45-2c3ad9557494-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f42b9fb-6aff-19bb-a476-396b966bf46f-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9168376d-0c93-a8ab-b293-8f373192d583-dca28f6e, #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-dca28f6e, #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-dca28f6e, #w-node-_686605f7-c535-2716-361c-d598224fa48e-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-dca28f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-dca28f6e {
  align-self: end;
}

#w-node-_1d9976a9-14de-aba4-20e7-e5f6189f75d2-d0a28f6f, #w-node-bc14696f-50cf-f148-4b59-4cc11ee6e41d-d0a28f6f, #w-node-_36cf8785-ba06-9a58-ff8e-41a7e65f6da0-d0a28f6f, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38ba-d0a28f6f, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bb-d0a28f6f, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bd-d0a28f6f, #w-node-_8f56f440-c540-4e9f-1e22-e11651a68379-d0a28f6f, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837a-d0a28f6f, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837c-d0a28f6f, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456aa-d0a28f6f, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ab-d0a28f6f, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ad-d0a28f6f, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152c-d0a28f6f, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152d-d0a28f6f, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152f-d0a28f6f, #w-node-_69c77efb-5943-9191-6858-716241c9cb69-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dd440fe8-adac-e1f7-7edf-a340ee2505e1-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9420e3fe-ff75-65ce-2467-e0437cfed005-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1bfd27a-e991-7d8f-1d97-81672bfaaead-d0a28f6f {
  align-self: stretch;
}

#w-node-_18545835-2106-3391-e4ec-0d3420bf01b7-d0a28f6f {
  align-self: start;
}

#w-node-_032e2d58-0ede-e64d-4a45-2c3ad9557494-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f42b9fb-6aff-19bb-a476-396b966bf46f-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9168376d-0c93-a8ab-b293-8f373192d583-d0a28f6f, #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-d0a28f6f, #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-d0a28f6f, #w-node-_686605f7-c535-2716-361c-d598224fa48e-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-d0a28f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-d0a28f6f {
  align-self: end;
}

#w-node-_1d9976a9-14de-aba4-20e7-e5f6189f75d2-f5d7f04f, #w-node-bc14696f-50cf-f148-4b59-4cc11ee6e41d-f5d7f04f, #w-node-_36cf8785-ba06-9a58-ff8e-41a7e65f6da0-f5d7f04f, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38ba-f5d7f04f, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bb-f5d7f04f, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bd-f5d7f04f, #w-node-_8f56f440-c540-4e9f-1e22-e11651a68379-f5d7f04f, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837a-f5d7f04f, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837c-f5d7f04f, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456aa-f5d7f04f, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ab-f5d7f04f, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ad-f5d7f04f, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152c-f5d7f04f, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152d-f5d7f04f, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152f-f5d7f04f, #w-node-_69c77efb-5943-9191-6858-716241c9cb69-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dd440fe8-adac-e1f7-7edf-a340ee2505e1-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9420e3fe-ff75-65ce-2467-e0437cfed005-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1bfd27a-e991-7d8f-1d97-81672bfaaead-f5d7f04f {
  align-self: stretch;
}

#w-node-_18545835-2106-3391-e4ec-0d3420bf01b7-f5d7f04f {
  align-self: start;
}

#w-node-_003361b1-cb6a-3735-e5ab-69909367c57e-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_003361b1-cb6a-3735-e5ab-69909367c585-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9168376d-0c93-a8ab-b293-8f373192d583-f5d7f04f, #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-f5d7f04f, #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-f5d7f04f, #w-node-_686605f7-c535-2716-361c-d598224fa48e-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-f5d7f04f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-f5d7f04f {
  align-self: end;
}

#w-node-_1d9976a9-14de-aba4-20e7-e5f6189f75d2-5ba5fc34, #w-node-bc14696f-50cf-f148-4b59-4cc11ee6e41d-5ba5fc34, #w-node-_36cf8785-ba06-9a58-ff8e-41a7e65f6da0-5ba5fc34, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38ba-5ba5fc34, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bb-5ba5fc34, #w-node-_319c3926-3573-fea7-7529-ed66dd7d38bd-5ba5fc34, #w-node-_8f56f440-c540-4e9f-1e22-e11651a68379-5ba5fc34, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837a-5ba5fc34, #w-node-_8f56f440-c540-4e9f-1e22-e11651a6837c-5ba5fc34, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456aa-5ba5fc34, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ab-5ba5fc34, #w-node-_5b6f3f04-a1be-81bd-7f0e-e84d150456ad-5ba5fc34, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152c-5ba5fc34, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152d-5ba5fc34, #w-node-a7fc0bc9-dc9c-4bc9-2f99-3854c452152f-5ba5fc34, #w-node-_69c77efb-5943-9191-6858-716241c9cb69-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dd440fe8-adac-e1f7-7edf-a340ee2505e1-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9420e3fe-ff75-65ce-2467-e0437cfed005-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1bfd27a-e991-7d8f-1d97-81672bfaaead-5ba5fc34 {
  align-self: stretch;
}

#w-node-_18545835-2106-3391-e4ec-0d3420bf01b7-5ba5fc34 {
  align-self: start;
}

#w-node-_8658f77b-1b1b-2932-61d1-b5ff1a40f772-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8658f77b-1b1b-2932-61d1-b5ff1a40f779-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9168376d-0c93-a8ab-b293-8f373192d583-5ba5fc34, #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-5ba5fc34, #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-5ba5fc34, #w-node-_686605f7-c535-2716-361c-d598224fa48e-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-5ba5fc34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-5ba5fc34 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-26a28f6d, #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-dca28f6e, #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-d0a28f6f, #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-f5d7f04f, #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-5ba5fc34 {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-26a28f6d, #w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-26a28f6d {
    justify-self: center;
  }

  #w-node-_032e2d58-0ede-e64d-4a45-2c3ad9557494-26a28f6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-26a28f6d {
    grid-area: Area-3;
  }

  #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-26a28f6d {
    grid-area: Area-4;
  }

  #w-node-_686605f7-c535-2716-361c-d598224fa48e-26a28f6d {
    grid-area: Area-5;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-26a28f6d {
    grid-area: Area-2;
    align-self: baseline;
    justify-self: stretch;
  }

  #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-26a28f6d {
    grid-area: Area-6;
    align-self: end;
  }

  #w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-dca28f6e, #w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-dca28f6e {
    justify-self: center;
  }

  #w-node-_032e2d58-0ede-e64d-4a45-2c3ad9557494-dca28f6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-dca28f6e {
    grid-area: Area-3;
  }

  #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-dca28f6e {
    grid-area: Area-4;
  }

  #w-node-_686605f7-c535-2716-361c-d598224fa48e-dca28f6e {
    grid-area: Area-5;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-dca28f6e {
    grid-area: Area-2;
    align-self: baseline;
    justify-self: stretch;
  }

  #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-dca28f6e {
    grid-area: Area-6;
    align-self: end;
  }

  #w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-d0a28f6f, #w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-d0a28f6f {
    justify-self: center;
  }

  #w-node-_032e2d58-0ede-e64d-4a45-2c3ad9557494-d0a28f6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-d0a28f6f {
    grid-area: Area-3;
  }

  #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-d0a28f6f {
    grid-area: Area-4;
  }

  #w-node-_686605f7-c535-2716-361c-d598224fa48e-d0a28f6f {
    grid-area: Area-5;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-d0a28f6f {
    grid-area: Area-2;
    align-self: baseline;
    justify-self: stretch;
  }

  #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-d0a28f6f {
    grid-area: Area-6;
    align-self: end;
  }

  #w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-f5d7f04f, #w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-f5d7f04f {
    justify-self: center;
  }

  #w-node-_003361b1-cb6a-3735-e5ab-69909367c57e-f5d7f04f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-f5d7f04f {
    grid-area: Area-3;
  }

  #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-f5d7f04f {
    grid-area: Area-4;
  }

  #w-node-_686605f7-c535-2716-361c-d598224fa48e-f5d7f04f {
    grid-area: Area-5;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-f5d7f04f {
    grid-area: Area-2;
    align-self: baseline;
    justify-self: stretch;
  }

  #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-f5d7f04f {
    grid-area: Area-6;
    align-self: end;
  }

  #w-node-_4c746eba-4c7f-c82e-91e5-892fa058c2eb-5ba5fc34, #w-node-dc9f8e24-b874-17f8-9e70-83d5671294cb-5ba5fc34 {
    justify-self: center;
  }

  #w-node-_8658f77b-1b1b-2932-61d1-b5ff1a40f772-5ba5fc34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bcd4f32c-cebe-60a2-c5f4-646a38e76dc4-5ba5fc34 {
    grid-area: Area-3;
  }

  #w-node-cf86c541-1817-7689-60c6-5c1fe119c7cc-5ba5fc34 {
    grid-area: Area-4;
  }

  #w-node-_686605f7-c535-2716-361c-d598224fa48e-5ba5fc34 {
    grid-area: Area-5;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-5ba5fc34 {
    grid-area: Area-2;
    align-self: baseline;
    justify-self: stretch;
  }

  #w-node-_14185cf2-be5b-d2ec-2103-fc2d48a45474-5ba5fc34 {
    grid-area: Area-6;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9168376d-0c93-a8ab-b293-8f373192d583-26a28f6d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-26a28f6d {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: baseline;
    justify-self: start;
  }

  #w-node-_9168376d-0c93-a8ab-b293-8f373192d583-dca28f6e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-dca28f6e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: baseline;
    justify-self: start;
  }

  #w-node-_9168376d-0c93-a8ab-b293-8f373192d583-d0a28f6f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-d0a28f6f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: baseline;
    justify-self: start;
  }

  #w-node-_9168376d-0c93-a8ab-b293-8f373192d583-f5d7f04f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-f5d7f04f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: baseline;
    justify-self: start;
  }

  #w-node-_9168376d-0c93-a8ab-b293-8f373192d583-5ba5fc34 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b2b72470-af7e-d342-e36c-0bbe5190eea1-5ba5fc34 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: baseline;
    justify-self: start;
  }
}


