.body {
  background-color: #cccbcb;
}

.section-main {
  flex-flow: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.page-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #dfdee7;
  grid-template-rows: auto;
  grid-template-columns: 65% 35%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-col {
  padding: 30px 55px 20px 20px;
}

.brochure-row {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

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

.download-brochure-cta {
  background-color: #000;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.link-block {
  color: #000;
  flex: auto;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.brochure-image-wrap {
  width: 47%;
  height: 100%;
}

.link-block-2 {
  width: auto;
  height: auto;
}

.cta-arrow {
  color: #0000;
  background-color: #0000;
  border: 16px solid #0000;
  border-left: 0 solid #fff0;
  border-right-color: #000;
  width: 0;
  height: 0;
  position: absolute;
  inset: 8% auto auto -8%;
}

.cta-banner {
  background-color: #4f376e;
  margin-top: 0;
  padding: 15px 20px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.button {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.button._1 {
  color: #4f376e;
  text-align: left;
  cursor: pointer;
  background-color: #2cfeba;
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button._1:hover {
  color: #2cfeba;
  background-color: #28225c;
}

.button._3 {
  background-color: #df1d84;
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.cta-arrrow-2 {
  border: 16px solid #0000;
  border-top-color: #4f376e;
  border-bottom: 0 solid #000;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto -21% 5%;
}

.form-block {
  margin-top: 20px;
}

.submit-button {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  text-align: center;
  margin-top: 60px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.hero-section-wrapper {
  width: 100%;
  height: 300px;
}

.content-container {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 57% 42%;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 20px;
  display: grid;
}

.content-left {
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 40px 20px 55px;
  display: flex;
}

.content-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 30px 0 0;
  display: flex;
}

.cta-arrow-1 {
  position: absolute;
  inset: 6% auto auto -11%;
}

.hero-wrapper {
  flex-flow: row;
  width: 100%;
  max-width: 1600px;
  height: 300px;
  display: flex;
  position: relative;
}

.headline-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #4f376e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1600px;
  height: 100%;
  padding: 50px 0 60px 55px;
  display: none;
  position: absolute;
}

.hero-image {
  background-color: #4f376e;
  width: 65%;
  height: 300px;
}

.headline {
  color: #2cfeba;
  font-family: Lato, sans-serif;
  font-size: 37px;
  font-weight: 900;
  line-height: 43px;
}

.headline.sub {
  color: #fff;
  font-size: 24px;
}

.sub-headline {
  color: #fff;
  width: 738px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.cta-button-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.bullet-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-4 {
  color: #28225c;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.text-block-5 {
  color: #28225c;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.image-2 {
  width: 32px;
}

.bullets {
  color: #28225c;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.form-wrapper {
  background-color: #fff;
  padding: 30px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #333333ab;
  margin-bottom: 3px;
  font-size: 13px;
}

.field-label-6 {
  color: #333333ab;
}

.text-block-6 {
  color: #28225c;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-7 {
  color: #28225c;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.button-2 {
  color: #4f376e;
  text-align: center;
  cursor: pointer;
  background-color: #2cfeba;
  width: 80%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.button-2:hover {
  color: #2cfeba;
  background-color: #28225c;
}

.content-headline-text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  color: #000;
  height: 35px;
  margin-bottom: 5px;
}

.box-container {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  height: 86%;
  display: flex;
}

.box-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #4f376e;
  flex-flow: column;
  height: 50%;
  padding: 30px;
  display: flex;
}

.box-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #4f376e;
  flex-flow: column;
  height: 50%;
  padding: 30px;
  line-height: 26px;
  display: flex;
}

.image-3 {
  align-self: center;
  width: 80%;
}

.text-block-8 {
  color: #2cfeba;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 32px;
}

.text-block-9 {
  color: #df1d84;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 25px;
}

.text-block-10 {
  color: #2cfeba;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.text-block-11 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.headline-subhead_wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-flow: row;
  margin-bottom: 10px;
  display: flex;
}

.image-4 {
  width: 85px;
  position: absolute;
  inset: 18% 6% auto auto;
}

.quote-box-wrapper {
  background-color: #4f376e;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  padding-left: 0;
  padding-right: 55px;
  display: none;
  position: static;
}

.quote-box {
  background-color: #2cfeba;
  flex-flow: column;
  padding: 20px 40px;
  display: flex;
}

.text-block-12 {
  color: #4f376e;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.cell-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.cell-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.fields-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amount_display {
  color: #000;
  width: 160px;
  font-family: Lato, sans-serif;
}

.text-field-7 {
  width: 150px;
}

.field-label-7, .field-label-8 {
  color: #4f376e;
}

.submit-button-2 {
  cursor: pointer;
  background-color: #4f376e;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.submit-button-2:hover {
  color: #4f376e;
  background-color: #fff;
}

.text-block-14 {
  color: #4f376e;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.select-field {
  color: #000;
  width: 160px;
  font-family: Lato, sans-serif;
}

.key-grid {
  grid-column-gap: 0px;
  grid-row-gap: 11px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / 12% 89%;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5, .image-6, .image-7, .image-8, .image-9 {
  width: 20px;
}

.text-block-15 {
  color: #fff;
  font-size: 15px;
}

.text-block-15.high {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-16, .text-block-17, .text-block-18 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.headline-section {
  grid-row-gap: 38px;
  background-color: #4f376e;
  flex-flow: column;
  width: 65%;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 55px;
  display: flex;
}

.quote-section {
  background-color: #4f376e;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 30px 55px 30px 40px;
  display: flex;
}

.headlines-container {
  flex-flow: column;
  display: flex;
}

.image-10 {
  width: 82px;
}

.div-block, .code-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .page-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .main-col {
    position: static;
  }

  .contact-col {
    padding-left: 55px;
  }

  .hero-wrapper {
    flex-flow: column;
    height: auto;
  }

  .headline-wrapper {
    width: 75%;
  }

  .hero-image {
    background-position: 50%;
    height: 260px;
  }

  .headline {
    font-size: 29px;
    line-height: 38px;
  }

  .headline.sub {
    font-size: 18px;
  }

  .sub-headline {
    font-size: 16px;
  }

  .bullet-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 1px;
    grid-template-columns: auto 1fr;
  }

  .text-block-5, .bullets, .text-block-6 {
    font-size: 14px;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .box-1 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .box-2 {
    grid-row-gap: 24px;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .headline-subhead_wrapper {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .amount_display {
    width: 160px;
  }

  .select-field {
    max-width: 160px;
  }

  .headline-section {
    grid-row-gap: 12px;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    position: static;
  }

  .quote-section {
    justify-content: flex-start;
    width: 100%;
    padding-left: 55px;
    position: static;
  }

  .image-10 {
    width: 72px;
  }
}

@media screen and (max-width: 767px) {
  .contact-col {
    padding-top: 0;
  }

  .content-container {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .content-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
    padding-left: 55px;
    padding-right: 55px;
  }

  .headline-wrapper {
    padding-top: 40px;
  }

  .hero-image {
    height: 240px;
  }

  .headline {
    font-size: 28px;
    line-height: 35px;
  }

  .headline.sub {
    font-size: 16px;
  }

  .sub-headline {
    width: 283px;
    font-size: 14px;
    line-height: 23px;
  }

  .bullet-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 24px;
  }

  .text-block-4 {
    font-size: 24px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .bullets {
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .button-2 {
    width: 328px;
    font-size: 17px;
  }

  .box-1, .box-2 {
    max-width: 328px;
  }

  .image-3 {
    align-self: flex-start;
    width: 50%;
  }

  .text-block-8, .text-block-10 {
    font-size: 19px;
  }

  .text-block-12 {
    font-size: 23px;
  }

  .text-block-15.high, .text-block-16, .text-block-17, .text-block-18 {
    font-size: 15px;
  }

  .quote-section {
    padding-left: 55px;
  }

  .image-10 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .contact-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .button._1 {
    font-size: 11px;
  }

  .text-block-3 {
    font-size: 9px;
  }

  .content-left, .content-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headline-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .headline {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .headline.sub {
    width: 277px;
    line-height: 28px;
  }

  .sub-headline {
    white-space: normal;
    word-break: normal;
    width: 285px;
  }

  .bullet-wrapper {
    grid-row-gap: 13px;
  }

  .text-block-4 {
    font-size: 24px;
  }

  .text-block-5 {
    font-size: 11px;
    line-height: 27px;
    text-decoration: none;
  }

  .image-2 {
    width: 20px;
  }

  .bullets, .field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
    font-size: 12px;
  }

  .text-block-6 {
    font-size: 11px;
    line-height: 23px;
  }

  .text-block-7 {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
  }

  .button-2 {
    text-align: center;
    align-self: center;
    width: 88%;
    font-size: 15px;
  }

  .box-1 {
    padding: 20px;
  }

  .box-2 {
    grid-row-gap: 13px;
    padding: 20px;
  }

  .image-3 {
    align-self: center;
  }

  .text-block-8 {
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-10 {
    font-size: 17px;
  }

  .text-block-11 {
    font-size: 13px;
    line-height: 23px;
  }

  .headline-subhead_wrapper {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .text-block-12 {
    font-size: 19px;
  }

  .fields-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .field-label-7, .field-label-8 {
    font-size: 13px;
  }

  .text-block-14 {
    text-align: center;
    font-size: 11px;
  }

  .text-block-15.high, .text-block-16, .text-block-17, .text-block-18 {
    font-size: 14px;
  }

  .headline-section {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quote-section {
    justify-content: center;
    align-self: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#w-node-_75f8333f-bd65-60b3-b2db-b8d00d9bc978-a35de315, #w-node-_2aaae87d-aa0d-74cd-8cd1-a32e0295c73d-a35de315, #w-node-a15376f7-f754-e923-fcc6-0d1859765ea4-a35de315, #w-node-a29ded80-f6e6-6ff2-62db-a14632f76978-a35de315 {
  align-self: center;
}


