:root {
  --warning: #f22828;
  --black: #282828;
  --white: #fff;
  --primary: #fcafc0;
}

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

body {
  color: #282828;
  font-family: Inter, sans-serif;
}

h1 {
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.552vw;
  font-weight: 600;
  line-height: 130%;
}

h2 {
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.615vw;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.302vw;
  font-weight: 600;
  line-height: 150%;
}

p {
  margin-bottom: 0;
  font-size: .833vw;
  font-weight: 400;
  line-height: 150%;
}

.paralarge {
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 150%;
}

.paralarge.centeralign.padding {
  padding: 1vh 2vw;
}

.paralarge.gray {
  color: #282828cc;
}

.paralarge.normal {
  font-weight: 400;
}

.paralarge.normal.w55 {
  width: 55%;
}

.parasmall {
  font-size: .677vw;
}

.parasmall.textred {
  color: var(--warning);
}

.button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.5vh 3vw;
  font-size: .833vw;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.button.w--current {
  color: var(--white);
}

.button.margintop {
  margin-top: 2vh;
}

.button.width100 {
  width: 100%;
}

.welcome-section {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  background-image: url('../images/Welcome-Background-Element.svg'), url('../images/Cover-Page.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 7.5vh 5vw;
  display: flex;
}

.image {
  width: 30vw;
}

.div-block {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 37vw;
  margin-top: -25vh;
  display: flex;
}

.centeralign {
  text-align: center;
}

.thankyousection {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-image: url('../images/Result-Page-CTA.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-left: 5vw;
  display: flex;
  overflow: hidden;
}

.thankyoucontainer {
  z-index: 1;
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.pointer {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.divider.margin {
  margin-bottom: 2.5vh;
}

.pointerwrapper {
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  flex-flow: column;
  padding-right: 6vw;
  display: flex;
}

.introsection {
  grid-column-gap: 7.5vh;
  grid-row-gap: 7.5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7.5vh 10vw 5vh;
  display: flex;
}

.thankscontainer {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  border: 1px solid var(--white);
  background-image: linear-gradient(#fcafc0, #fcafc000);
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 5vh;
  padding-left: 3vw;
  display: flex;
}

.mock {
  width: 50%;
}

.thankstextwrapper {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  margin-bottom: 5vh;
  display: flex;
}

.downloadwrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5vh;
  display: flex;
}

.body {
  background-color: #f4dacc;
}

.resultssection {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5vh 25vw 10vh;
  display: flex;
}

.fontmedium {
  font-weight: 500;
}

.list-item {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  width: 100%;
  margin-bottom: 6vh;
  display: flex;
}

.list {
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 0;
  padding-left: 0;
}

.questionwrapper {
  border: 1px solid var(--primary);
  background-color: var(--white);
  border-radius: 100px;
}

.resultwrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resultsfooter {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5vh 10vw;
  display: flex;
}

.width50 {
  width: 50%;
}

.width50.desktopdisplaynone {
  display: none;
}

.downloadfooterwrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32vw;
  margin-bottom: 7.5vh;
  display: flex;
}

.downloadcontainer {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.logocontainer {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkoutsection {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  background-image: url('../images/Checkout.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 7.5vh 10vw 5vh;
  display: flex;
}

.checkoutcontainer {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  border: 1px solid var(--white);
  background-color: var(--primary);
  border-radius: 40px;
  flex-flow: column;
  width: 100%;
  padding: 5vh 5vw;
  display: flex;
}

.backbutton {
  color: var(--black);
  background-color: #ffffff80;
  border: 1px solid #fcafc0b3;
  border-radius: 100px;
  padding: 1.5vh 3vw;
  font-size: .833vw;
  font-weight: 600;
  line-height: 150%;
}

.questionnairesection {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  background-image: url('../images/Questionaire-Background.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 7.5vh 10vw 5vh;
  display: flex;
}

.questionheadercontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.textbold {
  font-weight: 700;
}

.progresscontainer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progresshighlight {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, -50%);
}

.progressbar {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: relative;
}

.progresswrapper {
  background-color: #ffffff80;
  width: 100%;
  height: 2px;
}

.questionscontainer {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  width: 50vw;
  display: flex;
}

.question {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.questionslist {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.slidecontainer {
  overflow: hidden;
}

.questionnumbercontainer {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  display: flex;
}

.div-block-3 {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  display: flex;
}

.optioncontainer {
  width: 30vw;
  margin-top: 2vh;
}

.radiobtncontainer {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 20vw;
}

.signupsection {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: var(--primary);
  background-image: url('../images/SignUpElement.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.credswrapper {
  z-index: 1;
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25vw;
  margin-top: 22.5vh;
  margin-left: 10vw;
  display: flex;
  position: relative;
}

.signupimage {
  height: 100%;
  position: absolute;
  right: 0;
}

.signupinputcontainer {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mb4 {
  margin-bottom: 2vh;
}

.subtextsignupwrapper {
  grid-column-gap: .25vh;
  grid-row-gap: .25vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.width100 {
  width: 100%;
}

.signupotpcontainer {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.desktopdisplaynone {
  display: none;
}

.checkoutinfowrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricingcontainer {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.selectionwrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.subtaxcontainer {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: column;
  display: flex;
}

.contactinfowrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  width: 45%;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.radiobuttonfield {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5vh 0 1.5vh 2.5vw;
  display: flex;
}

.radio-button-label {
  width: 72%;
}

.pricingradiowrapper {
  border: 1px solid var(--white);
  background-color: #ffffff80;
  border-radius: 20px;
  overflow: hidden;
}

.pricingradiowrapper.width45 {
  width: 51%;
}

.bestvaluewrapper {
  background-image: linear-gradient(86deg, #f86767, #ffdd9b);
  justify-content: center;
  align-items: flex-start;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.textwhite {
  color: var(--white);
}

.form {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  display: flex;
}

.radio-button {
  margin-top: .75vh;
}

.review {
  position: absolute;
  inset: 15% 50% auto auto;
  transform: translate(50%);
}

.utility-page-wrap {
  background-image: url('../images/Checkout.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45vw;
  display: flex;
}

.heading {
  font-size: 12vw;
}

.option {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border: 1px solid var(--primary);
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vh;
  padding: 2vh 2.5vw 2vh 1.5vw;
  display: flex;
}

.option.displaynone {
  display: none;
}

.logosize.logoabs {
  position: absolute;
  inset: 5vh 50% auto;
  transform: translate(-50%);
}

.text-span {
  opacity: .5;
  text-decoration: line-through;
}

.hs1 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  background-image: url('../images/Group-1597884278.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5vh;
  padding-left: 22.5vw;
  padding-right: 22.5vw;
  display: flex;
}

.pillwrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border: 1px solid var(--primary);
  background-color: #ffffff80;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 1vh 1.25vw;
  display: flex;
}

.pillwrapper.small {
  padding-top: .5vh;
  padding-bottom: .5vh;
}

.sb {
  font-weight: 600;
}

.background {
  background-color: #f4dacce6;
}

.hs2 {
  z-index: 1;
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f4dacc80;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -15vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 4vh;
  padding-bottom: 4vh;
  display: flex;
  position: relative;
}

.pillcontainer {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 72%;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.hs4 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10vh 5vw;
  display: flex;
}

.image-3 {
  min-width: 45%;
}

.whycontainer {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkpointercontainer {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-bottom: 1px solid var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2vh;
  display: flex;
}

.checkpointercontainer.noborder {
  border-bottom-width: 0;
}

.checkmarksgrid {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  display: flex;
}

.image-4 {
  width: 2.5vw;
}

.hs3 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -15vh;
  padding: 25vh 0 5vh 5vw;
  display: flex;
  position: relative;
}

.image-5 {
  width: 45%;
}

.div-block-16 {
  z-index: 1;
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 1.5vh;
  grid-row-gap: 1.5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hs5 {
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  background-image: url('../images/PriceRight.png'), url('../images/PriceLeft.png'), linear-gradient(180deg, var(--primary), #fcafc000);
  background-position: 100%, 0%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10vh 17.5vw;
  display: flex;
}

.hs6 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  border-top: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 10vh;
  padding-bottom: 7.5vh;
  display: flex;
}

.hs7 {
  margin-top: 7.5vh;
  padding: 7.5vh 5vw;
  position: relative;
}

.w30 {
  width: 30%;
}

.mockhome {
  width: 50%;
  min-width: 50%;
}

.bestieabslogo {
  position: absolute;
  inset: 0% 50%;
  transform: translate(-50%);
}

.thankscontainerhome {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  border: 1px solid var(--white);
  background-image: linear-gradient(#fcafc0, #fcafc000);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5vh;
  padding-left: 5vw;
  display: flex;
}

.backgroundsection {
  background-image: linear-gradient(#fff9, #fff0);
}

.div-block-18 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 83%;
  display: flex;
}

.thankstextwrapper-copy {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  flex-flow: column;
  margin-bottom: 5vh;
  display: flex;
}

.thankstextwrapper-copy.flexalign {
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  max-width: 35%;
}

.costgridcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vh;
  display: grid;
}

.costcontainer {
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  border: 1px solid var(--white);
  background-color: #f4dacc80;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.costcontainer.background {
  background-image: url('../images/BestieAppCostBackground.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.costtitlecontainer {
  background-color: #fba281;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-top: .5vh;
  padding-bottom: .5vh;
  display: flex;
}

.costtitlecontainer.green {
  background-color: #e2e868;
}

.costpointersgrid {
  grid-column-gap: 1.5vh;
  grid-row-gap: 1.5vh;
  flex-flow: column;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
}

.costpointercontainer {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-bottom: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5vh;
  display: flex;
}

.costpointercontainer.noborder {
  border-bottom-width: 0;
}

.margin5 {
  background-color: #ffffff80;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5vh 2.5vw;
  display: flex;
}

.priceintrocontainer {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
}

.ctacontainer {
  grid-column-gap: 2.5vh;
  grid-row-gap: 2.5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.radius20 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pricecontainer {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hordivider {
  border-left: 1px solid #ffffff80;
}

.strikeline {
  width: 6vw;
  text-decoration: line-through;
}

.pricecutcontainer {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.customwidth {
  text-align: right;
  width: 6vw;
}

._700 {
  font-weight: 700;
}

.image-6 {
  width: 55%;
  margin-top: 20vh;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .paralarge {
    font-size: 16px;
  }

  .paralarge.normal.w55 {
    width: 100%;
  }

  .parasmall {
    font-size: 12px;
  }

  .button {
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 14px;
  }

  .button.nextbutton.width100m {
    width: 100%;
  }

  .image {
    width: 70vw;
  }

  .div-block {
    width: 100%;
  }

  .thankyousection {
    background-image: url('../images/Result-Page-CTA.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 12.5vh 0 0;
  }

  .thankyoucontainer {
    max-width: 100%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .pointer {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .pointerwrapper {
    padding-right: 0;
  }

  .introsection {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .thankscontainer {
    flex-flow: column;
    padding-left: 0;
  }

  .mock {
    width: 100%;
  }

  .thankstextwrapper {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .resultssection, .resultsfooter {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .width50 {
    width: 100%;
  }

  .width50.mobiledisplaynone {
    display: none;
  }

  .width50.desktopdisplaynone {
    display: block;
  }

  .downloadfooterwrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .downloadcontainer {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: wrap-reverse;
  }

  .mobilecenteralign {
    text-align: center;
  }

  .checkoutsection {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .checkoutcontainer {
    padding-top: 10vh;
  }

  .backbutton {
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 14px;
  }

  .questionnairesection {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .questionscontainer {
    width: 100%;
  }

  .questionslist {
    flex-flow: row;
    height: auto;
  }

  .slidecontainer {
    height: auto;
  }

  .optioncontainer {
    width: 100%;
  }

  .radiobtncontainer {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-2 {
    width: 50%;
  }

  .signupsection {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
  }

  .credswrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 7.5vh;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .signupimage {
    position: static;
  }

  .signupinputcontainer, .subtextsignupwrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .width100 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .signupotpcontainer {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .code-embed {
    width: 100%;
  }

  .desktopdisplaynone {
    display: block;
  }

  .divcenter {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .checkoutinfowrapper {
    grid-column-gap: 7.5vh;
    grid-row-gap: 7.5vh;
    flex-flow: column;
  }

  .selectionwrapper, .contactinfowrapper {
    width: 100%;
  }

  .radiobuttonfield {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .utility-page-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .utility-page-content, .div-block-11 {
    width: 100%;
  }

  .logosize {
    width: 25vw;
  }

  .hs1.background {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 130%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .pillwrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hs2 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .grid {
    grid-column-gap: 2.5vh;
    grid-row-gap: 2.5vh;
    grid-template-columns: 1fr;
  }

  .hs4 {
    flex-flow: column;
  }

  .image-4 {
    width: 4vw;
  }

  .hs3 {
    flex-flow: wrap-reverse;
    padding-top: 15vh;
    padding-right: 5vw;
  }

  .image-5 {
    width: 100%;
  }

  .hs5 {
    background-image: linear-gradient(180deg, var(--primary), #fcafc000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 7.5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hs6 {
    flex-flow: column;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hs7 {
    margin-top: 5vh;
  }

  .w30, .mockhome {
    width: 100%;
  }

  .thankscontainerhome {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    padding-top: 10vh;
    padding-left: 0;
  }

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

  .thankstextwrapper-copy {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .thankstextwrapper-copy.flexalign {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .costgridcontainer {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 2.5vh;
  }

  .costpointersgrid, .margin5, .priceintrocontainer {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .strikeline, .customwidth {
    width: 10vw;
  }

  .image-6 {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .button.w--current {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .div-block {
    margin-top: -20vh;
  }

  .checkoutsection {
    grid-column-gap: 7.5vh;
    grid-row-gap: 7.5vh;
  }

  .checkoutcontainer {
    grid-column-gap: 2.5vh;
    grid-row-gap: 2.5vh;
    padding-bottom: 10vh;
  }

  .credswrapper {
    width: 100%;
  }

  .radiobuttonfield {
    padding-left: 5vw;
  }

  .radio-button-label {
    width: 82%;
  }

  .review {
    width: 70vw;
    top: 17.5%;
  }

  .option {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    padding-left: 2.5vw;
  }

  .strikeline, .customwidth {
    width: 15vw;
  }
}

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

  .div-block {
    margin-top: -15vh;
  }

  .heading {
    font-size: 80px;
  }

  .logosize {
    width: 25vw;
  }

  .checkpointercontainer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-4 {
    width: 6vw;
  }

  .costpointercontainer {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .strikeline, .customwidth {
    width: 25vw;
  }
}


