@font-face {
  font-family: Epilogue;
  src: url('../fonts/Epilogue-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url('../fonts/Epilogue-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url('../fonts/Epilogue-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotoflex;
  src: url('../fonts/RobotoFlex-Regular.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

h1 {
  color: #000;
  margin-top: 176px;
  margin-bottom: 46px;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 74px;
  font-weight: 600;
  line-height: 84px;
}

h2 {
  color: #f5eee1;
  margin-top: 20px;
  margin-bottom: 36px;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.button-back {
  color: #000;
  background-color: #fff;
  padding: 28px 40px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  display: none;
}

.container {
  text-align: center;
}

.container.center {
  flex-flow: column;
  align-items: center;
  margin-top: 170px;
  margin-bottom: 100px;
  display: flex;
}

.black-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  background-color: #000;
  border-radius: 22px;
  max-width: 1980px;
  padding: 8px 74px 24px;
  display: flex;
  position: relative;
}

.section {
  text-align: center;
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 62px;
  padding-right: 62px;
}

.section.second {
  padding-top: 100px;
}

.section.second-2 {
  padding-top: 136px;
}

.navbar {
  background-color: #000;
  border-radius: 100px;
  max-width: 1980px;
  height: 54px;
  max-height: 54px;
  margin-left: 50px;
  margin-right: 50px;
  top: 45px;
}

.nav-link {
  color: #fff;
  letter-spacing: .15px;
  max-height: 52px;
  padding-top: 14px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: none;
}

.nav-link:hover {
  text-underline-offset: 3px;
  -webkit-text-decoration: underline dotted #85878a;
  text-decoration: underline dotted #85878a;
}

.nav-link.edit {
  padding-top: 0;
}

.nav-link.left-margin {
  color: #fff;
  padding-left: 4px;
  text-decoration: none;
}

.nav-link.left-margin:hover {
  -webkit-text-decoration: underline dotted #85878a;
  text-decoration: underline dotted #85878a;
}

.brand {
  margin-top: 10px;
}

.nav-menu {
  margin-right: 26px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  max-width: 1980px;
}

.offering-quadrant {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
}

.offering-quadrant.top-left {
  border-style: none;
  border-top-left-radius: 22px;
}

.offering-quadrant.top-center {
  border-top-style: none;
  border-bottom-style: none;
}

.offering-quadrant.top-right {
  border-style: none;
  border-top-right-radius: 22px;
}

.offering-quadrant.top-center-2 {
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.offering-quadrant.bottom-left {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-left-radius: 22px;
}

.offering-quadrant.bottom-center {
  border-left-style: none;
}

.offering-quadrant.bottom-right {
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 22px;
}

.bodycopy-1 {
  color: #000;
  letter-spacing: .5px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bodycopy-1.white {
  color: #fff;
}

.bodycopy-1._636 {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.bodycopy-1.edit {
  margin-bottom: 14px;
  padding: 2px 6px;
  text-decoration: none;
  transition: background-color .2s;
}

.bodycopy-1.edit:hover {
  text-underline-offset: 4px;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 2px;
}

.bodycopy-1.optional {
  text-align: left;
  max-width: 1066px;
  margin: -76px auto 94px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 22px;
  min-height: 60vh;
  padding: 0;
}

.label {
  color: #000;
  letter-spacing: .4px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.label.hide {
  margin-top: 16px;
  display: none;
}

.faux-h2 {
  color: #000;
  max-width: 702px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.faux-h2.edit {
  max-width: none;
}

.faux-h2.edit-2 {
  max-width: none;
  margin-bottom: 28px;
  margin-left: 0;
  margin-right: 0;
}

.h2 {
  color: #000;
}

.h2.tan {
  color: #f5eee1;
}

.h2._850 {
  max-width: 850px;
  margin: 216px auto 122px;
}

.h2.margin {
  margin-top: 232px;
  margin-bottom: 129px;
}

.h2.margin-2 {
  margin-top: 74px;
  margin-bottom: 93px;
}

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

.h2.margin-4 {
  margin-top: 74px;
  margin-bottom: 36px;
}

.icon {
  margin-bottom: 15px;
}

.tabs-tan {
  color: #000;
  background-color: #f5eee1;
  border-radius: 50px;
  margin-bottom: 48px;
  margin-left: 237px;
  margin-right: 237px;
  padding: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.tab-link-step-1 {
  background-color: #f5eee1;
  border-radius: 22px;
  margin-left: 2px;
  margin-right: 2px;
  transition: all .2s;
}

.tab-link-step-1:hover {
  color: #f5eee1;
  background-color: #000;
}

.tab-link-step-1.w--current {
  color: #f5eee1;
  background-color: #000;
  margin-left: 2px;
  margin-right: 2px;
}

.tab-link-step-1._2 {
  background-color: #fff;
}

.tab-link-step-1._2:hover, .tab-link-step-1._2.w--current {
  color: #fff;
  background-color: #000;
}

.tab-link-step-2 {
  background-color: #f5eee1;
  border-radius: 22px;
  margin-left: 2px;
  margin-right: 2px;
  transition: all .2s;
}

.tab-link-step-2:hover {
  color: #f5eee1;
  background-color: #000;
}

.tab-link-step-2.w--current {
  color: #f5eee1;
  background-color: #000;
  border-radius: 22px;
}

.tab-link-step-2._2 {
  background-color: #fff;
  border-radius: 22px;
}

.tab-link-step-2._2:hover, .tab-link-step-2._2.w--current {
  color: #fff;
  background-color: #000;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  width: 50%;
  height: 694px;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.line {
  background-color: #5f6368;
  min-width: 2.75px;
  margin-top: 16px;
  margin-left: 37px;
  margin-right: 37px;
}

.icon-2 {
  max-width: 56px;
}

.bottom-align {
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  width: 50%;
  height: 50vh;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.navigation {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
}

.navigation.fixed {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
}

.black-box-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1980px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.line-horizontal {
  background-color: #5f6368;
  width: 100%;
  min-height: 2.75px;
  max-height: 2.75px;
  margin-bottom: 36px;
}

.div-block-3 {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 390px;
  display: flex;
  position: relative;
}

.point {
  min-width: 25%;
  max-width: 25%;
  margin-top: 5%;
  margin-left: 48px;
  margin-right: 48px;
}

.faux-h3 {
  color: #000;
  margin-top: 74px;
  margin-bottom: 36px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.faux-h3.edit {
  margin-top: 0;
  margin-bottom: 0;
}

.faux-h3.edit-2 {
  margin-top: 34px;
  margin-bottom: 0;
}

.faux-h3.edit-3 {
  color: #fff;
  margin-top: 4px;
}

.illo {
  margin-top: 160px;
}

.illo.margin {
  margin-top: 58px;
}

.hero-illo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 439px;
  margin-top: 12px;
  display: flex;
  position: relative;
}

.faux-h3-semibold {
  color: #000;
  margin-top: 74px;
  margin-bottom: 36px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.faux-h3-semibold.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.faux-h3-semibold.margin-2 {
  margin-top: 36px;
  margin-bottom: 0;
  display: block;
}

.faux-h3-semibold.absolute {
  z-index: 1;
  position: absolute;
}

.offering-quad-info {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  min-height: 266px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-bottom: 24px;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.div-block-5 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 390px;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.tabs {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 242px;
  display: flex;
}

.tabs._2 {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
}

.step-image {
  margin-top: 92px;
}

.grey-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #e6e6e6;
  border-radius: 22px;
  max-width: 1980px;
  margin-top: 120px;
  display: flex;
}

.quick-stack-3 {
  width: 100%;
  padding: 36px;
}

.quick-stack-4, .quick-stack-5 {
  width: 100%;
}

.slot-blue {
  text-align: center;
  background-color: #a7e9ff;
  border: 2.75px solid #000;
  border-radius: 500px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 726px;
  padding-left: 15%;
  padding-right: 15%;
  transition: filter .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slot-blue:hover {
  filter: drop-shadow(10px 10px #00000040);
}

.slot-grey-dotted {
  text-align: center;
  background-color: #d8d8d8;
  border: 2.75px dashed #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 353px;
  transition: filter .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slot-grey-dotted:hover {
  filter: drop-shadow(10px 10px #00000040);
}

.h2-special {
  color: #000;
  text-align: center;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.h2-special.rotate {
  transform: rotate(-90deg);
}

.slot-grey-solid {
  text-align: center;
  background-color: #d8d8d8;
  border: 2.75px solid #000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 353px;
  transition: filter .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slot-grey-solid:hover {
  filter: drop-shadow(10px 10px #00000040);
}

.slot-tan {
  text-align: center;
  background-color: #f5eee1;
  border: 2.75px solid #000;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 726px;
  padding-left: 32px;
  padding-right: 32px;
  transition: filter .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slot-tan:hover {
  filter: drop-shadow(10px 10px #00000040);
}

.bodycopy-2 {
  color: #000;
  letter-spacing: .25px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 22px;
}

.bodycopy-2.edit {
  margin-top: 18px;
}

.bodycopy-2.black {
  color: #000;
}

.bodycopy-2.link {
  color: #fff;
}

.bodycopy-2.link:hover {
  text-underline-offset: 3px;
  -webkit-text-decoration: underline dotted #85878a;
  text-decoration: underline dotted #85878a;
}

.bodycopy-2.bold {
  font-weight: 700;
}

.warm-tan-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #e7d8bf;
  border-radius: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: none;
  margin-bottom: 32px;
  display: flex;
}

.avatar {
  background-color: #fff;
  background-image: url('../images/avatar.png');
  background-position: 50% 1%;
  background-size: 85px;
  border: 2.75px solid #000;
  border-radius: 100px;
  width: 85px;
  height: 85px;
  position: relative;
  top: -40px;
}

.div-block-7 {
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-white {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  min-width: 445px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.tabs-content {
  text-align: left;
}

.quick-stack-6 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  padding: 0;
}

.tool {
  border: 1px solid #000;
  border-bottom-style: none;
  border-radius: 12px 12px 0 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
}

.tool.center {
  border-top-style: none;
  border-radius: 0;
}

.tool.bottom {
  border-top-style: none;
  border-bottom-style: solid;
  border-radius: 0 0 12px 12px;
}

.combined-with {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -11px;
  margin-bottom: -11px;
  display: flex;
  position: relative;
}

.dotted-line {
  border-top: 1px dashed #000;
  width: 100%;
  position: absolute;
}

.combined-with-div {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  align-items: center;
  padding-left: 6px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.easy-stack {
  display: flex;
}

.easy-stack-icon {
  margin-top: -5px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.tool-feature {
  border-bottom: 1px dashed #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 11px;
  padding-bottom: 8px;
  display: flex;
}

.tool-feature.first {
  margin-top: 38px;
}

.bodycopy-2-bold {
  color: #000;
  letter-spacing: .25px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 22px;
}

.preview {
  background-color: #fff;
  border-radius: 0 0 22px 22px;
  flex-flow: row;
  padding: 26px;
}

.note {
  margin-right: 16px;
}

.faq-line {
  border-top: 1px solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.faq-thick-line {
  background-color: #000;
  border-top: 2.25px solid #000;
  width: 204px;
}

.faq {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.answer {
  text-align: left;
  max-width: 85%;
}

.question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
  display: flex;
}

.div-block-9 {
  background-color: #000;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  display: flex;
  position: relative;
}

.vertical-line {
  background-color: #5f6368;
  min-width: 2.75px;
  height: 126px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-5-copy {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 636px;
  display: flex;
  position: relative;
}

.logo-invert {
  filter: invert();
  width: 582px;
}

.logo-invert.max-width {
  width: 90px;
  min-width: 90px;
}

.disclaimer {
  background-color: #000;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  max-width: 1980px;
  height: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding-right: 12px;
  display: flex;
}

.logo {
  max-width: 163px;
  margin-left: 25px;
}

.footer-links {
  max-width: 980px;
  margin: 122px auto;
  padding: 0;
}

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

.spacer {
  width: 100%;
  min-height: 45px;
}

.label-1 {
  transform-style: preserve-3d;
  position: absolute;
  inset: 10% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.label-2 {
  position: absolute;
  inset: 10% auto auto 0%;
}

.label-3 {
  position: absolute;
  inset: auto 0% 5% auto;
}

.label-4 {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 5% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-curl {
  color: #000;
  background-color: #a7e9ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 28px 39px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-curl:hover {
  background-image: linear-gradient(223deg, #69daff 7%, #a7e9ff 25%);
}

.button-curl.margin {
  margin-top: 63px;
}

.button-curl.wider {
  cursor: pointer;
  padding-left: 82px;
  padding-right: 82px;
}

.button-curl.wider.margin {
  margin-top: 62px;
}

.corner {
  background-image: linear-gradient(225deg, #fff, #a7e9ff 28%, #fff);
  width: 40px;
  height: 40px;
  position: absolute;
  inset: -40px -40px auto auto;
}

.white-block {
  z-index: 1;
  background-color: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: -70px -70px auto auto;
  transform: rotate(45deg);
}

.white-block.black {
  background-color: #000;
}

.multiply {
  mix-blend-mode: multiply;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.slot-image {
  text-align: center;
  background-color: #d8d8d8;
  border: 2.75px dashed #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 353px;
  padding: 5% 15%;
  transition: filter .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.slot-image:hover {
  filter: drop-shadow(10px 10px #00000040);
}

.h1.edit {
  margin-top: 228px;
  margin-bottom: 8px;
}

.h1.edit-2 {
  margin-top: 74px;
  margin-bottom: 54px;
}

.wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-flex;
}

.wrap-2 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.box-animation {
  width: 875px;
}

.black-line {
  background-color: #000;
  width: 100%;
  height: 2.75px;
  position: absolute;
  top: 330.125px;
}

.wrinkle {
  width: 100px;
  position: absolute;
  inset: auto 19% 101px auto;
}

.nav-text {
  color: #fff;
  letter-spacing: .15px;
  max-height: 52px;
  padding: 14px 6px 20px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.nav-text.slash {
  color: #5f6368;
}

.nav-text.force-active {
  color: #85878a;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.cell-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.cell-8.last {
  border-right-style: none;
}

.radio-button-field {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.radio-button {
  cursor: pointer;
  border: 2.75px solid #000;
  order: 1;
  width: 27px;
  height: 27px;
  margin-top: 16px;
  margin-left: 0;
}

.radio-button:hover {
  background-color: #a7e9ff;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio-button.w--redirected-checked {
  background-color: #a7e9ff;
  border: 2.5px solid #000;
  box-shadow: inset 0 0 0 4px #fff;
}

.slide-nav {
  display: none;
}

.left-arrow {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  left: -100px;
}

.left-arrow:hover {
  transform: scale(1.2);
}

.right-arrow {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  right: -100px;
}

.right-arrow:hover {
  transform: scale(1.2);
}

.slider {
  background-color: #ddd0;
  border: 2.75px solid #000;
  border-radius: 22px;
  max-width: 1065px;
  height: 199px;
  margin: 88px auto 94px;
}

.form-footer {
  z-index: -1;
  background-image: linear-gradient(0deg, #fff 37%, #fff0 62%);
  max-width: 1980px;
  height: 126px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  inset: auto 0% 20px;
}

.image {
  position: relative;
  top: auto;
  bottom: 5px;
  left: 75svw;
}

.form-footer-line {
  background-color: #000;
  width: 100%;
  height: 2.75px;
  position: relative;
  bottom: -98px;
}

.back-button {
  background-color: #ebebeb;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  transform: rotate(90deg);
}

.back-button:hover {
  transform: scale(1.2)rotate(90deg);
}

.back-link-block {
  z-index: 1;
  color: #000;
  align-items: center;
  width: 100px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 92px 92px;
}

.back-link-block:hover {
  text-underline-offset: 3px;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 2px;
}

.quick-stack-8 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: left;
  margin-bottom: 108px;
  padding-left: 0;
  padding-right: 0;
}

.cell-9 {
  text-align: center;
  background-color: #ebebeb;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 36px 36px;
}

.cell-10 {
  text-align: center;
  background-color: #a7e9ff;
  border: 2.75px solid #000;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 36px 36px;
}

.faux-h1 {
  color: #000;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 74px;
  font-weight: 600;
  line-height: 84px;
}

.icon-ban.larger {
  width: 85px;
  max-width: none;
}

.spacer-2 {
  width: 100%;
  height: 62px;
}

.right-edge-blocker {
  background-color: #fff;
  width: 50px;
  height: 100%;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.complete {
  display: inline-block;
}

.percentage {
  color: #85878a;
  letter-spacing: .15px;
  max-height: 52px;
  padding: 14px 6px 20px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.percentage._10, .percentage._15, .percentage._20, .percentage._25, .percentage._35, .percentage._45, .percentage._55, .percentage._60, .percentage._70, .percentage._75, .percentage._80, .percentage._90, .percentage._98, .percentage._99, .percentage._100 {
  display: none;
}

.percentage.white {
  color: #fff;
}

.form-section {
  text-align: center;
  max-width: 1980px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  padding-left: 62px;
  padding-right: 62px;
}

.text-field {
  color: #000;
  border: 2.75px solid #000;
  border-radius: 22px;
  max-width: 1066px;
  height: 98px;
  margin: 88px auto 94px;
  padding-left: 36px;
  padding-right: 36px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  transition: border-radius .6s cubic-bezier(.445, .05, .55, .95);
}

.text-field:hover {
  border-style: dashed;
}

.text-field:focus {
  border-style: dashed;
  border-color: #000;
  border-radius: 12px;
}

.text-field::placeholder {
  color: #00000040;
}

.text-area {
  color: #000;
  border: 2.75px solid #000;
  border-radius: 22px;
  max-width: 1066px;
  height: 250px;
  min-height: 250px;
  margin: 88px auto 94px;
  padding: 32px 36px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  transition: border-radius .6s cubic-bezier(.445, .05, .55, .95);
}

.text-area:hover {
  border-style: dashed;
}

.text-area:focus {
  border-style: dashed;
  border-color: #000;
  border-radius: 12px;
}

.text-area::placeholder {
  color: #00000040;
}

.optional {
  color: #000;
  letter-spacing: .25px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 22px;
}

.optional.edit {
  margin-top: -36px;
  margin-bottom: 46px;
}

.quick-stack-7-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2.75px solid #000;
  border-radius: 22px;
  max-width: 1065px;
  height: 199px;
  margin: 88px auto 94px;
  padding: 0;
}

.checkbox {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox-field {
  cursor: pointer;
  border: 2.75px solid #000;
  border-radius: 6px;
  order: 1;
  width: 25px;
  height: 25px;
  margin-top: 16px;
  margin-left: 0;
}

.checkbox-field:hover {
  background-image: url('../images/icon-form-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.checkbox-field.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/icon-form-checkmark.svg');
  background-position: 50%;
  background-size: auto;
  border: 2.5px solid #000;
}

.checkbox-field.disabled {
  opacity: .25;
  cursor: not-allowed;
  background-color: #fff;
  background-image: url('../images/icon-form-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.checkbox-field.edit {
  margin-top: 0;
  position: absolute;
  left: 302px;
}

.checkbox-field.edit-2 {
  margin-top: 0;
  position: absolute;
  right: 3%;
}

.terms-and-policies {
  border: 2.75px solid #000;
  border-radius: 22px;
  max-width: 353px;
  margin: 88px auto 94px;
  position: relative;
}

.terms-and-policies.edit {
  border-radius: 12px;
  max-width: none;
  margin-top: 22px;
  margin-bottom: 22px;
}

.div-block-11 {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-11.last {
  border-bottom-style: none;
}

.checkbox-field-2 {
  flex: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.aria-link-block {
  z-index: 1;
  border-bottom: 1px solid #000;
  justify-content: flex-end;
  width: 158px;
  display: flex;
  position: absolute;
}

.aria-link-block.privacy-policy {
  width: 132px;
}

.aria-link-block.cookie-policy {
  width: 130px;
}

.jumplink {
  border-bottom: 2px solid #fff;
  margin-bottom: -1px;
}

.jumplink-icon {
  padding-left: 8px;
}

.success-message {
  background-color: #fff;
  margin-top: 64px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.button-no-curl {
  color: #000;
  background-color: #a7e9ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 28px 82px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  overflow: hidden;
}

.button-no-curl:hover {
  background-color: #76ddff;
}

.button-no-curl.edit {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 36px;
  padding-right: 36px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: none;
  padding-top: 128px;
  display: flex;
}

.sticky-left-menu {
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  min-width: 313px;
  padding: 20px 24px 28px;
  position: sticky;
  top: 40px;
}

.link-block {
  border-top: 1px dashed #5f6368;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.link-block.first {
  margin-top: 72px;
}

.jumplink-invert {
  filter: invert();
  transform: rotate(45deg);
}

.div-block-14 {
  min-width: 526px;
  max-width: 42%;
  margin-left: 140px;
}

.h1-special {
  margin-top: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.list {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
}

.bold {
  font-weight: 700;
}

.emphasize {
  background-color: #ebebeb;
  border-radius: 12px;
  margin: 32px -24px;
  padding: 32px 24px;
}

.link {
  color: #000;
}

.link:hover {
  text-decoration-style: dotted;
}

.cell-12 {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-13 {
  grid-column-gap: 13%;
  grid-row-gap: 13%;
  border-bottom: 2.75px solid #000;
  justify-content: flex-end;
  align-items: center;
}

.quick-stack-9 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding: 0;
}

.h3-edit {
  margin-bottom: 20px;
}

.form-block {
  text-align: left;
}

._2-col-div-sticky {
  border-bottom: 1px dashed #e6e6e6;
  justify-content: space-between;
  margin-bottom: 66px;
  padding-bottom: 46px;
  display: flex;
}

._2-col-div-sticky.last {
  border-bottom: 2.75px dashed #000;
}

.right-col {
  min-width: 60%;
}

.sticky {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: sticky;
  top: 36px;
}

.form-field-small {
  color: #000;
  letter-spacing: .5px;
  border: 2.75px solid #000;
  border-radius: 12px;
  height: 76px;
  margin-top: 22px;
  margin-bottom: 50px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: border-radius .6s cubic-bezier(.445, .05, .55, .95);
}

.form-field-small:hover {
  border-style: dashed;
}

.form-field-small:focus {
  border-style: dashed;
  border-color: #000;
  border-radius: 12px;
}

.form-field-small::placeholder {
  color: #00000040;
}

._2-col-div {
  text-align: left;
  border-bottom: 1px dashed #e6e6e6;
  justify-content: space-between;
  min-height: 412px;
  margin-top: 200px;
  margin-bottom: 66px;
  padding-bottom: 46px;
  display: flex;
}

.right-col-copy {
  aspect-ratio: 3 / 2;
  text-align: center;
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 60%;
  display: flex;
}

.left-col-copy {
  max-width: 33%;
}

.form-drop-down {
  color: #000;
  letter-spacing: .5px;
  background-color: #fff;
  border: 2.75px solid #000;
  border-radius: 12px;
  height: 76px;
  margin-top: 22px;
  margin-bottom: 50px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: border-radius .6s cubic-bezier(.445, .05, .55, .95);
}

.form-drop-down:hover {
  border-style: dashed;
}

.form-drop-down:focus {
  border-style: dashed;
  border-color: #000;
  border-radius: 12px;
}

.form-drop-down::placeholder {
  color: #00000040;
}

.text-area-small {
  color: #000;
  border: 2.75px solid #000;
  border-radius: 12px;
  height: 250px;
  min-height: 250px;
  margin: 22px auto;
  padding: 22px 28px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: border-radius .6s cubic-bezier(.445, .05, .55, .95);
}

.text-area-small:hover {
  border-style: dashed;
}

.text-area-small:focus {
  border-style: dashed;
  border-color: #000;
  border-radius: 12px;
}

.text-area-small::placeholder {
  color: #00000040;
}

.angle-arrow {
  margin-bottom: 36px;
}

.icon-expert-form {
  margin-right: 12px;
}

.dotted-line-2 {
  min-height: 1px;
  max-height: 1px;
  display: none;
}

.easy-stack-cover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #000;
  width: 260px;
  min-height: 340px;
  padding-bottom: 28px;
  transform: rotate(-7deg);
}

.cell-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 12px;
}

.cell-16 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.arrow-right-rotate {
  width: 16px;
  margin-left: 16px;
  transform: rotate(-45deg);
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-16 {
  background-color: #a7e9ff;
  border: 1px dashed #000;
  border-radius: 50px;
  min-width: 40px;
  height: 46px;
}

.cell-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-17 {
  background-color: #f5eee1;
  border: 1px dashed #000;
  border-radius: 50px;
  width: 50%;
  min-height: 47px;
}

.div-block-17-copy {
  background-color: #ebebeb;
  border: 1px solid #000;
  border-radius: 50px;
  width: 50%;
  min-height: 47px;
}

.trio-of-ellipses {
  flex-flow: column;
  width: 75%;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  margin-top: 4px;
  display: flex;
}

.div-block-20 {
  background-color: #ebebeb;
  width: 350px;
  height: 8px;
}

.div-block-20.edit {
  width: 250px;
}

.pdf-paper {
  background-image: linear-gradient(#fff 91%, #e6e6e6);
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-21 {
  background-color: #ebebeb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 68px;
  margin-bottom: 46px;
  padding-right: 25px;
  display: flex;
}

.greek-block {
  background-color: #ebebeb;
  min-width: 200px;
  min-height: 8px;
  margin-top: 6px;
}

.greek-block.edit {
  width: 170px;
  min-width: auto;
}

.greek-block.edit-0 {
  min-width: 100px;
  margin-top: 0;
  margin-left: 24px;
}

.greek-holder {
  margin-bottom: 6px;
}

.greek-holder.edit {
  width: 75%;
}

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

.div-block-25 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 168px;
  display: flex;
}

.div-block-25.edit {
  width: auto;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.greek-block-2 {
  background-color: #ebebeb;
  min-height: 8px;
  margin-top: 6px;
}

.greek-block-2.edit {
  max-width: 75%;
}

.greek-block-2.edit-0 {
  margin-top: 0;
}

.greek-block-2.edit-2 {
  max-width: 85%;
}

.spacer-3 {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  min-width: 23px;
  min-height: 23px;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2.75px solid #000;
  border-radius: 22px;
  max-width: 1980px;
  margin-bottom: 132px;
  padding: 0;
}

.cell-19 {
  background-color: #ebebeb;
  border-right: 1.375px solid #000;
  border-bottom-left-radius: 22px;
  justify-content: center;
  align-items: center;
  padding-bottom: 7%;
  padding-left: 10%;
  padding-right: 10%;
}

.cell-20 {
  background-color: #ebebeb;
  border-left: 1.375px solid #000;
  border-bottom-right-radius: 22px;
  justify-content: center;
  align-items: center;
  padding-bottom: 7%;
  padding-left: 10%;
  padding-right: 10%;
}

.cell-21 {
  background-color: #ebebeb;
  border-left: 1.375px solid #000;
  border-right: 1.375px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 7%;
  padding-left: 10%;
  padding-right: 10%;
}

.chart-left-cell {
  border-bottom: 1px dashed #000;
  border-left: 1.375px #000;
  border-right: 1.375px solid #000;
  justify-content: center;
  align-items: stretch;
}

.chart-left-cell.bottom {
  border-bottom-style: none;
  justify-content: flex-end;
  align-items: stretch;
}

.chart-left-cell.bottom-center {
  border-bottom-style: none;
  border-left-style: solid;
  justify-content: flex-end;
  align-items: stretch;
}

.chart-center-cell {
  border-bottom: 1px dashed #000;
  border-left: 1.375px solid #000;
  border-right: 1.375px solid #000;
  justify-content: center;
  align-items: stretch;
}

.div-block-28 {
  justify-content: space-around;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 12px;
  display: flex;
}

.div-block-28.first {
  margin-top: 12px;
}

.dotted-line-3 {
  border-bottom: 1px dashed #000;
  flex: 1;
  height: 1px;
}

.dotted-line-3.left {
  margin-right: 12px;
}

.dotted-line-3.right {
  margin-left: 12px;
}

.price {
  margin-bottom: -28px;
}

.price.first {
  margin-bottom: 9px;
}

.chart-right-cell {
  border-bottom: 1px dashed #000;
  border-left: 1.375px solid #000;
  justify-content: center;
  align-items: stretch;
}

.chart-right-cell.bottom-left {
  border-bottom-style: none;
  justify-content: flex-end;
  align-items: stretch;
}

.chart-bar-contractors {
  z-index: -1;
  transform-origin: 50% 100%;
  height: 22px;
  transform-style: preserve-3d;
  background-color: #a7e9ff;
  flex: 0 auto;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.chart-bar-our-way {
  z-index: -1;
  background-color: #a7e9ff;
  height: 22px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

.slider-2 {
  display: none;
}

.div-block-28-copy {
  justify-content: space-around;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 12px;
  display: flex;
}

.chart-bar-agencies {
  z-index: -1;
  transform-origin: 50% 100%;
  height: 22px;
  transform-style: preserve-3d;
  background-color: #a7e9ff;
  flex: 0 auto;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.div-block-34 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: center;
  padding: 12%;
  display: flex;
}

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

.image-4 {
  width: 600px;
  max-width: 600px;
  margin-bottom: -3px;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .button-back {
    width: 212px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-back:hover {
    text-underline-offset: 3px;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .black-box {
    flex-flow: column;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.edit {
    text-align: right;
  }

  .nav-menu {
    background-color: #000;
    border-radius: 22px;
    width: 100%;
    margin-top: 12px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .offering-quadrant {
    border-right-style: none;
  }

  .offering-quadrant.top-left {
    border-bottom-style: solid;
  }

  .offering-quadrant.top-center {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .offering-quadrant.top-right {
    border-left-style: solid;
  }

  .offering-quadrant.top-center-2, .offering-quadrant.bottom-center {
    border-right-style: none;
  }

  .offering-quadrant.bottom-right {
    border-left-style: solid;
  }

  .quick-stack {
    min-height: auto;
  }

  .label.margin {
    margin-bottom: 4px;
  }

  .h2._850 {
    margin-bottom: 82px;
  }

  .h2.margin, .h2.margin-2 {
    margin-bottom: 86px;
  }

  .h2.margin-3 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .tabs-tan {
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block {
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .line {
    display: none;
  }

  .bottom-align {
    width: auto;
    height: auto;
    margin-top: 36px;
    position: relative;
  }

  .black-box-horizontal {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .line-horizontal {
    display: none;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .point {
    max-width: none;
  }

  .hero-illo {
    overflow: hidden;
  }

  .faux-h3-semibold.margin-2 {
    margin-top: 48px;
  }

  .div-block-5 {
    min-height: auto;
  }

  .quick-stack-4, .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .slot-blue {
    padding-left: 10%;
    padding-right: 10%;
  }

  .slot-tan {
    min-height: 850px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-7 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .tool-feature {
    flex-flow: column;
    margin-top: 0;
    padding-bottom: 16px;
  }

  .tool-feature.first {
    flex-flow: column;
  }

  .faq-thick-line {
    width: 175px;
  }

  .div-block-5-copy {
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-button {
    color: #fff;
    padding-top: 13px;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .cell-6 {
    display: none;
  }

  .h1, .h1.edit {
    margin-top: 136px;
  }

  .wrap {
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .wrap-2 {
    display: inline;
  }

  .box-animation {
    transform: scale(1.3);
  }

  .black-line, .wrinkle {
    display: none;
  }

  .nav-text {
    text-align: center;
    width: 100%;
  }

  .nav-text.slash {
    display: none;
  }

  .cell-8 {
    border-bottom: 1px solid #000;
    border-right-style: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cell-8.last {
    border-bottom-style: none;
  }

  .radio-button-field {
    flex-flow: row;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .radio-button {
    flex: 0 auto;
    margin-top: 0;
    position: absolute;
    right: 88px;
  }

  .slide-nav {
    display: block;
    top: 334px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slider {
    max-width: 100%;
    height: auto;
  }

  .form-footer {
    position: static;
  }

  .image {
    margin-left: 50%;
    margin-right: 50%;
    position: relative;
    left: -130px;
  }

  .back-link-block {
    display: none;
  }

  .form {
    padding-top: 170px;
  }

  .quick-stack-8 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-9, .cell-10 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spacer-2 {
    height: 24px;
  }

  .cell-11 {
    display: none;
  }

  .form-icon {
    width: 36px;
  }

  .mask {
    height: 300px;
  }

  .percentage {
    text-align: center;
    width: 100%;
  }

  .form-section {
    height: auto;
    padding-top: 0;
  }

  .quick-stack-7-copy {
    height: auto;
  }

  .checkbox {
    flex-flow: row;
    flex: auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .checkbox-field {
    flex: 0 auto;
    margin-top: 0;
    position: absolute;
    right: 90px;
  }

  .sticky-left-menu {
    display: none;
  }

  .div-block-14 {
    min-width: auto;
    max-width: none;
    margin-left: 0;
  }

  .cell-12 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  ._2-col-div-sticky {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-bottom: 12px;
  }

  .right-col {
    margin-top: 40px;
  }

  ._2-col-div {
    border-bottom-style: none;
    flex-flow: column;
    margin-bottom: 36px;
  }

  .left-col-copy {
    max-width: none;
    margin-bottom: 60px;
  }

  .text-area-small {
    margin-bottom: 52px;
  }

  .image-2 {
    max-width: 65%;
    margin-top: 16px;
    margin-bottom: 48px;
  }

  .icon-expert-form {
    margin-right: 10px;
  }

  .dotted-line-2 {
    border-bottom: 1px dashed #e6e6e6;
    flex: 1;
    margin-left: 16px;
    display: block;
  }

  .easy-stack-cover {
    min-height: 325px;
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .arrow-right-rotate {
    transform: rotate(45deg);
  }

  .div-block-15 {
    margin-bottom: 20px;
  }

  .div-block-20 {
    margin-top: 6px;
  }

  .pdf-paper {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .greek-block.edit-0 {
    display: none;
  }

  .greek-holder.edit {
    width: 50%;
  }

  .greek-holder.edit.show-hide {
    display: none;
  }

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

  .div-block-34 {
    flex-flow: column;
    padding: 10% 5%;
  }

  .div-block-35 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .button-back {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .container.center {
    margin-top: 116px;
  }

  .black-box {
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    height: 36px;
    max-height: 36px;
    margin-left: 20px;
    margin-right: 20px;
    top: 0;
  }

  .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link.edit {
    text-align: center;
  }

  .brand {
    margin-top: 5px;
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 12px;
  }

  .bodycopy-1 {
    font-size: 14px;
    line-height: 22px;
  }

  .bodycopy-1.optional {
    margin-top: -44px;
    margin-bottom: 55px;
  }

  .bodycopy-1.show-hide {
    display: none;
  }

  .quick-stack {
    border-radius: 12px;
  }

  .faux-h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .h2 {
    margin-bottom: 24px;
  }

  .h2._850 {
    margin-top: 124px;
  }

  .h2.margin {
    margin-top: 134px;
    margin-bottom: 46px;
  }

  .h2.margin-2 {
    margin-bottom: 36px;
  }

  .h2.margin-3 {
    margin-bottom: 4px;
  }

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

  .icon {
    max-width: 44px;
  }

  .tabs-tan {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .tab-link-step-1, .tab-link-step-1.w--current {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .tab-link-step-1._2, .tab-link-step-1._2.w--current {
    text-align: center;
    width: 100%;
  }

  .tab-link-step-2 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 24px;
  }

  .tab-link-step-2._2 {
    text-align: center;
    width: 100%;
  }

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

  .icon-2 {
    max-width: 44px;
  }

  .bottom-align {
    margin-bottom: 0;
  }

  .navigation {
    margin-top: 20px;
  }

  .black-box-horizontal {
    border-radius: 12px;
    margin-top: -36px;
  }

  .point {
    margin-left: 0;
    margin-right: 0;
  }

  .faux-h3 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .illo.margin {
    max-width: 80%;
  }

  .illo.edit {
    max-width: 80%;
    margin-top: 136px;
  }

  .illo.edit-2 {
    max-width: 80%;
    margin-top: 100px;
  }

  .hero-illo {
    background-image: none;
    height: 300px;
    margin-top: 32px;
  }

  .faux-h3-semibold {
    font-size: 18px;
    line-height: 24px;
  }

  .faux-h3-semibold.margin-2 {
    margin-top: 36px;
  }

  .tabs {
    margin-bottom: 180px;
  }

  .step-image {
    max-width: 80%;
    margin-top: 24px;
  }

  .grey-box {
    border-radius: 12px;
  }

  .quick-stack-3 {
    padding: 20px;
  }

  .slot-blue {
    border-width: 2px;
    min-height: 550px;
  }

  .slot-tan {
    border-width: 2px;
    border-radius: 22px;
    min-height: 700px;
  }

  .warm-tan-box {
    border-radius: 12px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatar {
    background-position: 50%;
    background-size: 58px;
    border-width: 2px;
    width: 56px;
    height: 56px;
    top: -25px;
  }

  .div-block-7 {
    margin-bottom: 40px;
  }

  .tabs-white {
    border-radius: 26px;
    min-width: 100%;
  }

  .tool {
    height: 68px;
    padding-left: 16px;
  }

  .tool-feature, .tool-feature.first {
    flex-flow: column;
    overflow: hidden;
  }

  .preview {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-flow: column;
    padding: 20px;
  }

  .note {
    margin-bottom: 8px;
  }

  .faq-thick-line {
    border-top-width: 1.75px;
    width: 124px;
  }

  .arrow {
    max-width: 30px;
  }

  .div-block-9 {
    border-radius: 12px;
    margin-top: 94px;
    overflow: hidden;
  }

  .vertical-line {
    display: none;
  }

  .div-block-5-copy {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .disclaimer {
    flex-flow: column;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo {
    max-width: 126px;
    margin-left: 16px;
  }

  .logo.hide {
    display: none;
  }

  .footer-links {
    margin-top: 86px;
    margin-bottom: 30px;
  }

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

  .spacer {
    min-height: 20px;
  }

  .label-4 {
    inset: auto 0% -20% auto;
  }

  .button-curl.margin, .button-curl.wider {
    width: 100%;
  }

  .multiply {
    max-width: 85%;
  }

  .slot-image {
    border-width: 2px;
    border-radius: 50px;
  }

  .menu-button {
    padding-top: 5px;
  }

  .h1 {
    margin-top: 82px;
    margin-bottom: 36px;
  }

  .h1.edit {
    margin-top: 82px;
  }

  .h1.edit-2 {
    margin-top: 44px;
    margin-bottom: 20px;
  }

  .icon-3 {
    max-width: 36px;
  }

  .nav-text {
    font-size: 14px;
    line-height: 20px;
  }

  .radio-button {
    width: 24px;
    height: 24px;
    right: 44px;
  }

  .slider {
    border-width: 2px;
    border-radius: 12px;
    margin-top: 44px;
  }

  .form-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    padding-top: 104px;
  }

  .cell-9, .cell-10 {
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faux-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .icon-ban.larger {
    width: 47px;
  }

  .spacer-2 {
    height: 20px;
  }

  .right-edge-blocker {
    display: none;
  }

  .percentage {
    font-size: 14px;
    line-height: 20px;
  }

  .form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    border-width: 2px;
    border-radius: 12px;
    height: 82px;
    margin-top: 44px;
    margin-bottom: 55px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-area {
    border-width: 2px;
    border-radius: 12px;
    height: auto;
    min-height: 200px;
    margin-top: 44px;
    margin-bottom: 55px;
    padding: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .optional.edit {
    margin-top: -26px;
  }

  .optional.edit.last {
    margin-bottom: 24px;
  }

  .quick-stack-7-copy {
    border-width: 2px;
    border-radius: 12px;
    margin-top: 44px;
    margin-bottom: 55px;
  }

  .checkbox-field {
    width: 23px;
    height: 23px;
    right: 44px;
  }

  .checkbox-field.edit-2 {
    border-width: 2px;
  }

  .terms-and-policies {
    border-width: 2px;
    border-radius: 12px;
    margin-top: 44px;
    margin-bottom: 55px;
  }

  .terms-and-policies.edit {
    border-radius: 10px;
    margin-bottom: 0;
  }

  .aria-link-block {
    width: 140px;
  }

  .aria-link-block.privacy-policy {
    width: 120px;
  }

  .aria-link-block.cookie-policy {
    width: 118px;
  }

  .button-no-curl {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .h1-special {
    font-size: 28px;
    line-height: 36px;
  }

  .emphasize {
    border-radius: 6px;
    margin: 24px -20px;
    padding: 24px 20px;
  }

  .cell-13 {
    border-bottom-width: 2px;
  }

  .quick-stack-9 {
    overflow: hidden;
  }

  .right-col {
    margin-top: 24px;
  }

  .form-field-small {
    border-width: 2px;
    border-radius: 8px;
    height: 56px;
    margin-top: 16px;
    margin-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  ._2-col-div {
    margin-top: 128px;
    margin-bottom: 12px;
  }

  .right-col-copy {
    border-radius: 10px;
  }

  .left-col-copy {
    margin-bottom: 42px;
  }

  .form-drop-down {
    border-width: 2px;
    border-radius: 8px;
    height: 56px;
    margin-top: 16px;
    margin-bottom: 34px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .text-area-small {
    border-width: 2px;
    border-radius: 12px;
    height: auto;
    min-height: 200px;
    margin-top: 16px;
    margin-bottom: 38px;
    padding: 16px 20px 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .angle-arrow {
    max-width: 24px;
    margin-bottom: 12px;
  }

  .icon-expert-form {
    max-width: 44px;
    margin-right: 8px;
  }

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

  .dotted-line-2 {
    margin-left: 14px;
  }

  .easy-stack-cover {
    width: 240px;
    min-height: 310px;
  }

  .pdf-paper {
    width: 100%;
  }

  .div-block-21 {
    margin-bottom: 38px;
  }

  .greek-holder.show-hide {
    display: none;
  }

  .quick-stack-10 {
    border-width: 2px;
  }

  .chart-bar-contractors {
    background-color: #ebebeb;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    transform: scale3d(1, 7.2, 1);
  }

  .chart-bar-contractors.blue {
    background-color: #a7e9ff;
  }

  .chart-bar-our-way {
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 8px;
  }

  .chart-bar-our-way.grey {
    background-color: #ebebeb;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .slider-2 {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 12px;
    height: auto;
    margin-top: 24px;
    margin-bottom: 114px;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(102px, auto) minmax(204px, auto) minmax(auto, 1fr) minmax(102px, auto) minmax(102px, auto);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-28-copy {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-31 {
    border-bottom: 1px dashed #000;
  }

  .div-block-31.last {
    border-bottom-style: none;
  }

  .div-block-32 {
    text-align: center;
    background-color: #ebebeb;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 18px 36px 84px;
    display: flex;
  }

  .chart-bar-agencies {
    background-color: #ebebeb;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 16px;
    transform: scale3d(1, 17, 1);
  }

  .chart-bar-agencies.blue {
    background-color: #a7e9ff;
  }

  .slide-nav-2 {
    margin-bottom: 24px;
  }

  .div-block-35 {
    margin-bottom: 36px;
  }

  .image-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button-back {
    width: 100%;
  }

  .container.center {
    margin-top: 98px;
  }

  .section.second, .section.second-2 {
    padding-top: 72px;
  }

  .offering-quadrant, .offering-quadrant.top-center {
    border-left-style: none;
  }

  .offering-quadrant.top-right {
    border-top-style: solid;
    border-left-style: none;
    border-top-right-radius: 0;
  }

  .offering-quadrant.bottom-right {
    border-left-style: none;
    border-bottom-left-radius: 22px;
  }

  .bodycopy-1.show-hide {
    display: none;
  }

  .faux-h2 {
    margin-bottom: 38px;
  }

  .h2._850 {
    margin-top: 108px;
    margin-bottom: 60px;
  }

  .h2.margin {
    margin-top: 98px;
  }

  .h2.margin-2, .h2.margin-4 {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .icon {
    margin-bottom: 8px;
  }

  .tabs-tan {
    border-radius: 26px;
    min-width: 90%;
  }

  .tab-link-step-1, .tab-link-step-1.w--current, .tab-link-step-2 {
    text-align: center;
  }

  .black-box-horizontal {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .faux-h3 {
    margin-top: 48px;
  }

  .faux-h3.edit-2 {
    margin-top: 16px;
  }

  .illo.margin {
    max-width: 95%;
    margin-top: 36px;
  }

  .illo.edit {
    max-width: 95%;
    margin-top: 112px;
  }

  .illo.edit-2 {
    margin-top: 76px;
  }

  .hero-illo {
    background-image: none;
    height: 210px;
    margin-top: 8px;
  }

  .faux-h3-semibold.margin-2 {
    margin-top: 24px;
  }

  .faux-h3-semibold.absolute {
    margin-top: 51px;
  }

  .offering-quad-info {
    min-height: 150px;
    padding-bottom: 8px;
  }

  .tabs {
    margin-bottom: 148px;
  }

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

  .grey-box {
    margin-top: 64px;
  }

  .quick-stack-3 {
    padding: 14px;
  }

  .slot-blue {
    min-height: 500px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .warm-tan-box {
    margin-bottom: 5%;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .avatar {
    top: -23px;
  }

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

  .quick-stack-6 {
    padding-top: 14px;
  }

  .tool {
    height: 84px;
  }

  .tool-feature {
    overflow: hidden;
  }

  .preview {
    padding: 16px;
  }

  .faq-line {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .faq-thick-line {
    width: 76px;
  }

  .answer {
    max-width: 90%;
  }

  .question {
    margin-bottom: 16px;
  }

  .div-block-5-copy {
    padding: 48px 24px;
  }

  .footer-links {
    margin-top: 68px;
  }

  .button-curl {
    padding: 22px 24px;
  }

  .button-curl.wider {
    width: 100%;
  }

  .slot-image {
    min-height: 250px;
  }

  .h1 {
    margin-top: 62px;
    margin-bottom: 24px;
  }

  .h1.edit {
    margin-top: 62px;
  }

  .cell-8 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .radio-button {
    width: 24px;
    height: 24px;
  }

  .slide-nav {
    font-size: 11px;
    top: 278px;
  }

  .slider {
    margin-top: 32px;
    margin-bottom: 72px;
  }

  .form {
    padding-top: 92px;
  }

  .quick-stack-8 {
    margin-bottom: -24px;
  }

  .mask {
    height: 248px;
  }

  .text-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-area {
    padding: 20px;
  }

  .checkbox-field {
    width: 24px;
    height: 24px;
  }

  .checkbox-field.edit-2 {
    right: 4%;
  }

  .button-no-curl {
    padding: 22px 24px;
  }

  .quick-stack-9 {
    margin-bottom: 36px;
  }

  .form-field-small, .form-drop-down {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-area-small {
    padding: 20px;
  }

  .image-2 {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 44px;
  }

  .icon-expert-form {
    max-width: 36px;
  }

  .easy-stack-cover {
    width: 210px;
    transform: rotate(0);
  }

  .pdf-paper {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-21 {
    min-height: 52px;
    margin-bottom: 32px;
  }

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

#w-node-_598d7fae-192a-677a-2eea-e33b4076af14-28bf93a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_98494c0a-6887-7063-889c-d62caffb6c08-28bf93a1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6856cf1-2215-b4ce-b947-1e1d2605734f-28bf93a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6856cf1-2215-b4ce-b947-1e1d26057350-28bf93a1, #w-node-be2a9d94-505b-bf91-e924-7634f6cb9c45-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-a5b31e85-a7aa-3203-0263-143c7f5e6376-28bf93a1 {
  grid-template-rows: auto auto minmax(auto, 46px);
  grid-template-columns: 1fr 1fr;
}

#w-node-e9c0391f-ce0c-36b0-c030-14ac1a62cffd-28bf93a1, #w-node-e9c0391f-ce0c-36b0-c030-14ac1a62d001-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-93178871861a-28bf93a1 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-93178871861b-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-931788718627-28bf93a1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-93178871866a-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-931788718671-28bf93a1 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-931788718678-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-931788718684-28bf93a1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-9317887186b1-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-9317887186b8-28bf93a1 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-9317887186bf-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-9317887186cb-28bf93a1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3681ec3f-55fb-cbfe-dd35-9317887186fe-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-_510a1661-63d5-3c89-acfd-5d58b53b15bb-28bf93a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_510a1661-63d5-3c89-acfd-5d58b53b15bc-28bf93a1 {
  grid-column: span 2 / span 2;
}

#w-node-_70ccc808-7a51-ee18-a16d-18c28c0527ef-28bf93a1 {
  grid-template-rows: minmax(148px, auto) minmax(284px, 1fr) minmax(148px, auto) minmax(224px, auto);
  grid-template-columns: minmax(33%, auto) minmax(33%, auto) minmax(33%, auto);
}

#w-node-f699ab5c-0e10-fa04-2c97-5411ec7214e9-ec7214e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3b24352c-a733-760a-60e3-1b53c1894e5f-ad7af1bd, #w-node-c9da593e-ada7-aed5-8bcd-542cb9963aaa-ad7af1bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c29eb445-f405-3468-ef86-81a74cc810f8-ad7af1bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_47567f2b-fb12-fffd-fbcd-0d01dfb24e20-ad7af1bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-c16465ab-da42-63dc-17bf-6af71109cd3b-33860cf8 {
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 35%) 1fr;
}

#w-node-_9b5fd481-1c9a-e6a5-5b30-f31ec1d2175a-63efc51e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9b5fd481-1c9a-e6a5-5b30-f31ec1d2175c-63efc51e {
  grid-row: span 3 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_598d7fae-192a-677a-2eea-e33b4076af14-28bf93a1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_98494c0a-6887-7063-889c-d62caffb6c09-28bf93a1, #w-node-_98494c0a-6887-7063-889c-d62caffb6c0a-28bf93a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-f6856cf1-2215-b4ce-b947-1e1d2605734f-28bf93a1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a5b31e85-a7aa-3203-0263-143c7f5e6376-28bf93a1 {
    grid-template-rows: auto auto minmax(auto, 46px);
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_3681ec3f-55fb-cbfe-dd35-93178871861b-28bf93a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3681ec3f-55fb-cbfe-dd35-931788718625-28bf93a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3681ec3f-55fb-cbfe-dd35-931788718678-28bf93a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3681ec3f-55fb-cbfe-dd35-931788718682-28bf93a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3681ec3f-55fb-cbfe-dd35-9317887186bf-28bf93a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3681ec3f-55fb-cbfe-dd35-9317887186c9-28bf93a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_90e61355-31f9-eef9-4a23-790b08793814-28bf93a1, #w-node-_0762f605-d884-4651-5da4-9e92bd781b7b-28bf93a1 {
    grid-column: span 2 / span 2;
  }

  #w-node-f699ab5c-0e10-fa04-2c97-5411ec7214ea-ec7214e9, #w-node-f699ab5c-0e10-fa04-2c97-5411ec7214f1-ec7214e9, #w-node-f699ab5c-0e10-fa04-2c97-5411ec7214f8-ec7214e9 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3b24352c-a733-760a-60e3-1b53c1894e5f-ad7af1bd, #w-node-c9da593e-ada7-aed5-8bcd-542cb9963aaa-ad7af1bd, #w-node-c29eb445-f405-3468-ef86-81a74cc810f8-ad7af1bd, #w-node-_47567f2b-fb12-fffd-fbcd-0d01dfb24e20-ad7af1bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c16465ab-da42-63dc-17bf-6af71109cd3b-33860cf8 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_9b5fd481-1c9a-e6a5-5b30-f31ec1d2175a-63efc51e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9b5fd481-1c9a-e6a5-5b30-f31ec1d2175c-63efc51e {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3681ec3f-55fb-cbfe-dd35-93178871861a-28bf93a1 {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
  }

  #w-node-_0f156dd1-2680-97da-1ab1-853ca19b464e-28bf93a1, #w-node-d2ed5d2e-e591-5dc0-be72-0240e857b76e-28bf93a1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d473bdcb-4a66-1db0-b2d3-e6bafce26f9c-28bf93a1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d83b6a47-2f80-4e33-9323-4623f5b319e7-28bf93a1 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-be726887-4ff7-cb6e-fe3e-3bdd26ad0e0a-28bf93a1 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_746c7368-88b2-def4-eb97-dc8ed05ef5ff-28bf93a1 {
    grid-area: 5 / 1 / 6 / 4;
    justify-self: center;
  }

  #w-node-d719b06c-5943-b637-fe1c-f8bd6e11165f-28bf93a1 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: end;
  }

  #w-node-_2bbd49a0-4888-dc21-7aee-4828e50f7724-28bf93a1 {
    grid-area: 2 / 2 / 5 / 3;
    align-self: end;
  }

  #w-node-_6a26fa38-4605-5f6a-fdce-6bd0492679e8-28bf93a1 {
    grid-area: 4 / 3 / 5 / 4;
    align-self: end;
  }

  #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb19-28bf93a1, #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb1a-28bf93a1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb1b-28bf93a1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb1c-28bf93a1 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb25-28bf93a1 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb26-28bf93a1 {
    grid-area: 5 / 1 / 6 / 4;
    justify-self: center;
  }

  #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb2b-28bf93a1 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: end;
  }

  #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb2c-28bf93a1 {
    grid-area: 2 / 2 / 5 / 3;
    align-self: end;
  }

  #w-node-f8d66544-3fba-eea0-04a3-97f9751fbb2d-28bf93a1 {
    grid-area: 4 / 3 / 5 / 4;
    align-self: end;
  }

  #w-node-b405f324-4085-c057-3ffd-fd11c96216d9-28bf93a1, #w-node-b405f324-4085-c057-3ffd-fd11c96216da-28bf93a1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b405f324-4085-c057-3ffd-fd11c96216db-28bf93a1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b405f324-4085-c057-3ffd-fd11c96216dc-28bf93a1 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-b405f324-4085-c057-3ffd-fd11c96216e5-28bf93a1 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-b405f324-4085-c057-3ffd-fd11c96216e6-28bf93a1 {
    grid-area: 5 / 1 / 6 / 4;
    justify-self: center;
  }

  #w-node-b405f324-4085-c057-3ffd-fd11c96216eb-28bf93a1 {
    grid-area: 4 / 1 / 5 / 2;
    align-self: end;
  }

  #w-node-b405f324-4085-c057-3ffd-fd11c96216ec-28bf93a1 {
    grid-area: 2 / 2 / 5 / 3;
    align-self: end;
  }

  #w-node-b405f324-4085-c057-3ffd-fd11c96216ed-28bf93a1 {
    grid-area: 4 / 3 / 5 / 4;
    align-self: end;
  }

  #w-node-_70ccc808-7a51-ee18-a16d-18c28c0527ef-28bf93a1 {
    display: none;
  }

  #w-node-c9da593e-ada7-aed5-8bcd-542cb9963aaa-ad7af1bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c16465ab-da42-63dc-17bf-6af71109cd3b-33860cf8 {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 100%);
  }
}

@media screen and (max-width: 479px) {
  #w-node-_598d7fae-192a-677a-2eea-e33b4076af14-28bf93a1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3681ec3f-55fb-cbfe-dd35-931788718625-28bf93a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoflex';
  src: url('../fonts/RobotoFlex-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}