:root {
  --light-steel-blue: #c9d6eb;
  --white: white;
  --light-slate-grey: #7e899b73;
  --purple: #29003f;
  --midnight-blue-2: #042544;
  --piiiink: #ff6778;
  --grey-2: #7e899b;
  --dim-warm-grey: #5d524d;
  --royal-blue: #2a5b9c;
  --purple-2: #775e89;
  --medium-purple: #a083b5;
  --ghost-white: #f3f5fa;
  --grey: #333;
  --midnight-blue: #29033f;
  --light-blue: #9cc7d3;
  --dk-cyan: #27a9e0;
  --f2f2ec: transparent;
  --cornflower-blue: #5a94eb;
  --dark-slate-blue: #4e3e59;
  --dim-grey: #4a515e;
  --white-smoke: #f5f3f2;
  --alice-blue: #d7ebf4;
  --midnight-blue-3: #29033f;
  --warmgrey: #9f8f79;
  --lavender: #e1e4f5;
  --formh: 45px;
  --form: 12px;
  --peach-puff: #fcdab9;
  --lavender-2: #ecebf7;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  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;
}

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

body {
  color: #333;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--light-steel-blue);
  text-decoration: none;
}

.section1 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/BigFrowning_brokenDenture.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 603px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: auto;
  min-height: 900px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.brand {
  z-index: 9999;
  background-image: url('../images/DentKits_blueWhiteNameICON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 100px;
  margin-top: 0;
  margin-left: 10px;
  transition: opacity .325s;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.brand:hover {
  opacity: 1;
  filter: blur(1px);
  justify-content: center;
  width: 120px;
  height: 30px;
}

.eye {
  z-index: 99;
  background-image: url('../images/Bigb4EyeLines.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: 620px;
  height: auto;
  min-height: 600px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  inset: 0% 0;
}

.eye:hover {
  background-image: url('../images/EyelidAfterBig.png');
}

.homefeature {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  align-self: center;
  place-items: start;
  width: 600px;
  max-width: 700px;
  margin-top: 100px;
  margin-left: 0;
  display: grid;
  position: relative;
  top: 15%;
  left: 0%;
}

.spaced {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  padding-left: 10px;
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.spaced.a {
  background-image: linear-gradient(89deg, var(--light-slate-grey), #ffffffd9 48%, var(--light-slate-grey) 102%);
  color: var(--purple);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.3em;
}

.spaced.footer {
  color: var(--white);
  margin-right: 15px;
}

.spaced.title {
  color: var(--purple);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.4em;
}

.headlinemain {
  color: var(--purple);
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3.9em;
  font-weight: 300;
  line-height: 1em;
}

.headlinemain.s {
  width: 400px;
  font-size: 3.5em;
}

.headlinemain.ex {
  margin-bottom: 10px;
  font-size: 2.8em;
}

.headlinemain.es {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.3em;
}

.headlinemain.profileheader {
  font-size: 2.8em;
}

.headlinecover {
  color: var(--midnight-blue-2);
  text-align: center;
  width: 70%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-right: 20px;
  font-size: 1.7em;
  line-height: 1.5em;
}

.headlinecover.a {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  align-self: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 204px;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 4.5em;
  font-style: italic;
  font-weight: 400;
  line-height: .9em;
}

.headlinecover.b {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  align-self: flex-start;
  width: auto;
  margin-top: -22px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-right: 220px;
  font-family: PT Sans, sans-serif;
  font-size: 3.9em;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.headlinecover.c {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  align-self: flex-start;
  width: auto;
  margin: -58px 140px 20px 10px;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 3.4em;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.navbar3home {
  z-index: 999;
  background-color: #ddd0;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0;
}

.nav-menu-3 {
  background-color: #fdfdfd00;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: auto;
}

.nav-link {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border: 1px #000;
  height: 36px;
  min-height: 36px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0;
  font-family: Merriweather, serif;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--piiiink);
  border-color: #fff;
}

.menubutton3 {
  margin-top: 11px;
  font-size: 68px;
  display: none;
  position: static;
}

.menubutton3.w--open {
  background-color: #dfdfdf;
}

.icon-2 {
  color: #323349c9;
}

.featureinset {
  background-color: #fff0;
  border-radius: 26px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/Introducing-the-3D-Video-Consult.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 169px;
  margin-top: 14px;
}

._3dconsult {
  flex-direction: row;
  width: 90%;
  display: flex;
}

.paragraph-2 {
  color: var(--grey-2);
  align-self: center;
  width: 229px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.button {
  border: 4px solid var(--piiiink);
  color: var(--piiiink);
  text-align: center;
  letter-spacing: 1px;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 60px;
  margin: 20px 0;
  font-family: Varela, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  transition: letter-spacing .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--piiiink);
  color: var(--white);
  letter-spacing: 2px;
  line-height: 1.7em;
}

.headingbottom {
  border: 1px none var(--white);
  color: var(--dim-warm-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--royal-blue);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.headingbottom.abso {
  position: static;
}

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

.subsectiontextblock {
  background-color: var(--purple-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-2 {
  margin-right: 82px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}

.profile-data {
  grid-column-gap: 37px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.feature-square {
  background-color: var(--purple-2);
  width: 300px;
  height: 320px;
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.larger-textinset {
  color: var(--light-steel-blue);
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 2.5em;
  line-height: 1.1em;
  display: flex;
}

.header-allcap {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.4em;
  display: flex;
}

.smallfeaturetext {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.6em;
  display: flex;
}

.application-preview {
  background-image: url('../images/AIVideoConsult-INterface.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 780px;
  height: 600px;
  margin-top: 20px;
  padding-top: 0;
  transform: rotate(0);
}

.bookconsult {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 71px;
  padding-top: 0;
  display: flex;
}

.dreydescriptive-copy {
  color: var(--grey-2);
  text-align: center;
  align-self: center;
  width: 260px;
  margin-top: 21px;
  margin-bottom: 60px;
  margin-left: 0;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.beforeafterslide {
  background-image: url('../images/CiennaThree_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.beforeafterslide._2 {
  background-image: url('../images/VioletFive.jpg');
}

.beforeafterslide._1 {
  background-image: url('../images/Cyana-pairOne_1.jpg');
}

.beforeafterslide._4 {
  background-image: url('../images/DaisyyelloSeven.jpg');
}

.beforeafterslide._5 {
  background-image: url('../images/SANDYTWO.png');
}

.beforeafterslide._6 {
  background-image: url('../images/NOIRSix.jpg');
}

.sectionheaderone {
  margin-left: 0;
  padding-left: 20px;
}

.bodycopygrey {
  color: var(--grey-2);
  margin-right: 100px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6em;
}

.youtube {
  margin-top: 53px;
}

.grid3 {
  grid-column-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 61px;
  margin-left: 100px;
  margin-right: 100px;
}

.slider {
  height: 431px;
  margin-top: 0;
}

.physicians {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 40px 40px 60px;
  padding-bottom: 20px;
}

.physicianlink {
  background-image: url('../images/DOC1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 162px;
  height: 162px;
}

.physicianlink:hover {
  opacity: .83;
}

.physicianlink._2 {
  background-image: url('../images/DOC3.png');
  background-repeat: no-repeat;
}

.physicianlink._3 {
  background-image: url('../images/Dr-AyseDolar-Bilge.png');
}

.physicianlink._5 {
  background-image: url('../images/DOC6.png');
}

.physicianlink._6 {
  background-image: url('../images/DOC5.png');
}

.physicianlink._7 {
  background-image: url('../images/DOC4.png');
}

.procedure-details {
  grid-row-gap: 0px;
  background-color: var(--white);
  background-image: repeating-linear-gradient(204deg, #c9d6eb40, #e9e3ed66);
  border-radius: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 82px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 40px 10px;
}

.icon {
  background-image: url('../images/SummaryiconTREATMENT_1SummaryiconTREATMENT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
  height: 70px;
}

.icon._2 {
  background-image: url('../images/SummaryiconAnesthesia_1SummaryiconAnesthesia.png');
  width: 70px;
  height: 70px;
}

.icon._3 {
  background-image: url('../images/Summaryicon-duration_1Summaryicon-duration.png');
  width: 70px;
  height: 70px;
}

.icon._4 {
  background-image: url('../images/Summaryicon-Stay_1Summaryicon-Stay.png');
  width: 70px;
  height: 70px;
}

.icon._1 {
  background-image: url('../images/Summaryicon-recovery_1Summaryicon-recovery.png');
  width: 70px;
  height: 70px;
}

.footer {
  height: 360px;
}

.treatmentdetail {
  color: var(--purple);
  text-align: center;
  padding: 10px 10px 22px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.footergrid {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2a5b9c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 440px;
  margin-top: 0;
  padding-top: 25px;
  display: grid;
  position: relative;
}

.footertext {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}

.socailmedia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 71px 48px 202px;
  justify-items: start;
  height: 339px;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 40px;
}

.sociaicon {
  background-image: url('../images/SOCIAL-YouTube_1SOCIAL-YouTube.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 75px;
  height: 75px;
}

.sociaicon:hover {
  opacity: .57;
}

.sociaicon._2 {
  background-image: url('../images/SOCIAL-InstagramIcon_1SOCIAL-InstagramIcon.png');
}

.sociaicon._4 {
  background-image: url('../images/LinkedIn.svg');
  background-size: 55px;
  width: 75px;
  height: 75px;
}

.sociaicon._3 {
  background-image: url('../images/SOCIAL-Twitter_1SOCIAL-Twitter.png');
}

.sociaicon.contactemail {
  background-image: url('../images/SOCIAL-mail_1SOCIAL-mail.png');
}

.sociaicon._1 {
  background-image: url('../images/SOCIAL-FB_1SOCIAL-FB.png');
}

.identitycompany {
  flex-direction: column;
  margin-top: 11px;
  padding-left: 53px;
  display: flex;
}

.link {
  margin-top: 10px;
  margin-bottom: 0;
}

.link:hover {
  color: var(--piiiink);
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 11px;
  margin-left: 19px;
  display: flex;
}

.profilebuttons {
  padding-top: 20px;
}

.tab-pane-tab-1 {
  background-image: url('../images/Dr-Ayse-Dolar-Bilge.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 360px;
}

.profileheader {
  align-items: flex-end;
  margin-top: 0;
  transition: opacity .2s;
  display: flex;
}

.profile-titleblock {
  flex-direction: column;
  margin-left: 20px;
  display: flex;
}

.profile-header {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  align-self: center;
  place-items: start;
  width: 1200px;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
  left: 0%;
}

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

.tabs-menu {
  flex-direction: column;
  width: 400px;
  padding-left: 6px;
  display: flex;
}

.profiletabmaster {
  background-color: var(--light-steel-blue);
  margin-bottom: 10px;
  padding-left: 20px;
  transition: background-color .375s;
  display: flex;
}

.profiletabmaster.w--current {
  background-color: #9f83b3;
  margin-bottom: 10px;
  display: flex;
}

.profiletabmaster.w--current:hover {
  background-color: var(--medium-purple);
}

.tab-link-tab-2 {
  background-color: var(--light-steel-blue);
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.tab-link-tab-2:hover, .tab-link-tab-2.w--current {
  background-color: var(--medium-purple);
}

.tab-link-tab-3 {
  background-color: var(--light-steel-blue);
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.tab-link-tab-3:hover, .tab-link-tab-3.w--current {
  background-color: var(--medium-purple);
}

.tabs-content {
  background-image: url('../images/Dr-Ayse-Dolar-Bilge.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 500px;
}

.tab-link-tab-4 {
  background-color: var(--light-steel-blue);
  margin-bottom: 10px;
  padding-top: 9px;
  padding-left: 20px;
  display: flex;
}

.tab-link-tab-4:hover {
  background-color: #9d84ae;
}

.tab-link-tab-4.w--current {
  background-color: var(--medium-purple);
}

.tab-link-tab-5 {
  background-color: var(--light-steel-blue);
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
}

.tab-link-tab-5:hover, .tab-link-tab-5.w--current {
  background-color: var(--medium-purple);
}

.pause {
  background-image: url('../images/PAUSE-ICON_1PAUSE ICON.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}

.text-block, .text-block-2 {
  margin-left: 10px;
}

.playicon {
  background-image: url('../images/PlayArrow_1PlayArrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.playicon:active {
  background-image: url('../images/PAUSE-ICON_1PAUSE ICON.png');
}

.text-block-3, .text-block-4, .text-block-5 {
  margin-left: 10px;
}

.video-title {
  color: var(--light-steel-blue);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  inset: 304px 0% 0%;
}

.tab-pane-tab-2 {
  background-image: url('../images/Dr-Ayse-Dolar-Bilge.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 360px;
}

.tab-pane-tab-3 {
  background-image: url('../images/Dr-Ayse-Dolar-Bilge.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 360px;
}

.tab-pane-tab-4, .tab-pane-tab-5 {
  background-image: url('../images/Dr-Ayse-Dolar-Bilge.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 500px;
  height: 360px;
}

.bodycopy {
  color: var(--grey-2);
  margin-right: 82px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
}

.askme-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/ASKME-A-QUESTION.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 60px;
  margin-top: 20px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.askme-button:hover {
  opacity: .69;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: translate(0);
}

.reviews {
  background-color: var(--ghost-white);
  height: auto;
  margin-top: 40px;
  padding: 20px;
}

.reviews._2 {
  margin-top: 40px;
}

.reviews._4 {
  background-color: #0000;
  background-image: url('../images/ASKME-A-QUESTION.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 60px;
  margin-top: 40px;
}

.text-block-7 {
  color: var(--piiiink);
  font-size: 1.2em;
  line-height: 1.2em;
}

.review-copy {
  margin-top: 5px;
}

.star {
  background-image: url('../images/yellowstar5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 18px;
  height: 18px;
}

.ratingsbox {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.reviews-2 {
  background-color: var(--ghost-white);
  height: auto;
  margin-top: 40px;
  padding: 20px;
}

.reviews-2._2 {
  margin-top: 20px;
}

.reviews-2._3 {
  width: 100%;
  margin-top: 20px;
}

.profile-section {
  transition: word-spacing .325s, background-color .25s;
}

.sectionheadertwo {
  margin-left: 0;
  padding-left: 20px;
}

.experience-copy {
  color: var(--grey-2);
  column-count: 1;
  margin-top: 10px;
  margin-bottom: 27px;
  margin-right: 40px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.9em;
}

.location {
  background-image: url('../images/Dr-Ayse-Dolar-Bilgeclinic.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 538px;
}

.html-embed {
  height: 400px;
  display: flex;
}

.container-6 {
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 140px;
}

.container-7 {
  max-width: 1200px;
  margin-top: 40px;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.form-frame {
  background-color: var(--white);
  opacity: 1;
  background-image: url('../images/FullFaceBeautyShotHEad800.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.form-frame.b, .form-frame.c {
  align-items: center;
  height: 90%;
}

.headline-white {
  color: var(--purple);
  text-align: center;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 2.9em;
  font-weight: 300;
  line-height: 1.3em;
  display: flex;
}

.form-fielddiv {
  background-color: var(--white);
  border: 2px #a9b2c3;
  border-bottom-style: solid;
  border-radius: 0;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.instructions-link {
  color: var(--grey);
  text-align: left;
  align-self: flex-start;
  width: 90%;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.6em;
}

.form-field {
  align-self: flex-start;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 0;
}

.div-block-16 {
  background-color: #0000;
  background-image: url('../images/PHOTOdirections2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
  width: 600px;
  height: 320px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sectionredirect {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: block;
  position: relative;
}

.section-upload {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.instructionscopy {
  color: var(--light-steel-blue);
  align-items: flex-end;
  width: 399px;
  margin-top: 264px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
}

.instructionscopy.mobile {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
}

.checkphone {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.button-2 {
  border: 3px solid var(--white);
  background-color: var(--piiiink);
  border-radius: 11px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.button-left {
  border: 4px solid var(--white);
  background-color: var(--piiiink);
  text-align: center;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: flex;
}

.photohelpone {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: none;
  position: relative;
}

.text-span {
  color: var(--purple-2);
}

.prompttext {
  color: var(--purple-2);
  text-align: left;
  width: 100%;
  margin: 14px 10px 10px 0;
  padding-top: 0;
  padding-left: 20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4em;
}

.date {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: none;
  position: relative;
}

.datetime {
  background-color: var(--light-steel-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 80%;
  margin-top: 0;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/DateTimeIotum.png');
  background-position: 0 0;
  background-size: auto;
  width: 582px;
  height: 396px;
}

.headline-tall {
  color: var(--purple);
  text-align: center;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 2.9em;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.buttonfield {
  border: 4px solid var(--white);
  background-color: var(--piiiink);
  border-radius: 17px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 400px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

.phoneinstructions2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  flex-direction: column;
  grid-template-rows: .5fr 1fr auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 5% 0%;
  display: flex;
}

.button-copy {
  border: 4px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Varela, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  transition: border-color .6s, background-color .4s;
  display: flex;
}

.button-copy:hover {
  border-color: var(--light-blue);
  color: var(--midnight-blue-2);
  background-color: #ffffffb0;
}

.profilesection {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 39vh;
  min-height: 330px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.container-9 {
  max-width: 1200px;
  margin-top: 40px;
}

._3dembed {
  justify-content: center;
  display: flex;
}

.radio-button-label-2 {
  color: var(--purple);
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1em;
}

.radio-button-2 {
  margin-left: 0;
  font-size: 16px;
}

.contactmodal {
  z-index: 9999;
  color: #3939396b;
  background-color: #393939bd;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.closebutton {
  background-color: #0000;
  background-image: url('../images/CloseButton.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-top: 12px;
  margin-right: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-2 {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 35px;
}

.radio-button-field {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.field-label-2 {
  color: var(--purple);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block-18 {
  color: var(--purple);
  margin: 14px 63px 10px 20px;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 2em;
}

.submit-button-2 {
  background-color: var(--piiiink);
  margin-top: 15px;
  margin-left: 17px;
  padding: 10px 60px;
  font-size: 18px;
}

.text-span-2 {
  color: var(--purple);
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.textarea {
  color: #393939;
  padding-bottom: 103px;
}

.contactmodalframe {
  border: 1px solid var(--dim-warm-grey);
  opacity: 1;
  background-color: #e7e7e7;
  background-image: linear-gradient(#c9d6eb8f, #fff);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 641px;
  height: 700px;
  margin: auto;
  padding: 46px 20px 33px;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 8px 8px 18px 2px #393939;
}

.field-label {
  font-weight: 400;
}

.text-field-2 {
  color: #393939;
}

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

.text-field {
  color: #393939;
  font-size: 16px;
}

.radio-button-field-2 {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
}

.amaq {
  border: 4px none var(--piiiink);
  color: var(--piiiink);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/ASKME-A-QUESTION.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 20px 0;
  font-family: Varela, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  display: flex;
}

.amaq:hover {
  opacity: .76;
  color: var(--white);
  background-color: #0000;
  border-style: none;
  border-radius: 0;
}

.mobile3dembed {
  display: none;
}

._3dembedzone {
  background-image: linear-gradient(#0000, #0000);
  height: auto;
  margin-top: 100px;
  margin-bottom: 20px;
}

.research {
  grid-row-gap: 0px;
  background-color: var(--white);
  background-image: linear-gradient(#0000, #0000);
  border-radius: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 82px;
  margin-left: 120px;
  margin-right: 120px;
  padding: 40px 40px 10px;
}

.link-block {
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.webmd {
  background-image: url('../images/WebMD_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 40px;
}

.text-block-19 {
  color: var(--grey-2);
  margin-left: 10px;
}

.nhs {
  background-image: url('../images/Screenshot-2022-10-07-at-2.18.50-pm_1Screenshot 2022-10-07 at 2.18.50 pm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 40px;
}

.treatment-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.recovery-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.duration-blok, .anesthesia-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background2 {
  background-color: var(--light-steel-blue);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-span-3 {
  color: var(--grey-2);
}

.formtitletop {
  color: var(--purple);
  text-align: left;
  letter-spacing: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 67%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-right: 20px;
  font-family: Merriweather, serif;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
}

.qr-code {
  background-image: url('../images/QRfermipics.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-start;
  width: 180px;
  height: 180px;
  margin-top: 0;
  margin-bottom: 10px;
}

.photohelp2 {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.phoneinstructions3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: url('../images/CameraGuide2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  grid-template-rows: .5fr 1fr auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.photohelp3 {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.phoneinstructions4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: url('../images/CameraGuide3_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  grid-template-rows: .5fr 1fr auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.photohelp4 {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.phoneinstructions5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: url('../images/CameraGuide3_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  grid-template-rows: .5fr 1fr auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  margin-top: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.section2 {
  background-image: url('../images/FaceProcedures.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 1000px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.paragraph-title {
  color: var(--midnight-blue);
  text-align: center;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-right: 20px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}

.button-_pink {
  border: 4px solid var(--piiiink);
  color: var(--piiiink);
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: 30px 0 140px;
  font-family: Varela, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  transition: border-color .6s, background-color .4s;
  display: flex;
}

.button-_pink:hover {
  border-color: var(--piiiink);
  background-color: var(--piiiink);
  color: var(--white);
}

.worldview {
  background-image: url('../images/GlobalMap2.svg'), linear-gradient(341deg, var(--light-steel-blue), white 66%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 70vw, auto;
  height: 75vh;
  max-height: 1200px;
}

.text-block-20 {
  color: var(--midnight-blue);
  text-align: center;
  padding: 0 140px;
  font-size: 2.3em;
  line-height: 1.5em;
}

.map {
  padding-top: 125px;
}

.procedures {
  padding-top: 100px;
}

.typesofprocedure {
  grid-row-gap: 42px;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  place-items: stretch center;
  margin-top: 40px;
  overflow: scroll;
}

.procedurecontainter {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.procedurecontainter:hover {
  background-image: linear-gradient(to bottom, var(--light-steel-blue), white);
}

.procedurecontainter.soon {
  opacity: .5;
}

.procedure-icon {
  background-image: url('../images/Rhinoplasty.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-width: 180px;
  height: 180px;
  min-height: 180px;
  display: flex;
}

.procedure-icon.nose {
  background-position: 50%;
}

.procedure-icon.fc {
  background-image: url('../images/FacialCorrective.png');
}

.procedure-icon.wrinkles {
  background-image: url('../images/Wrinkles.png');
  background-size: cover;
}

.procedure-icon.jowels {
  background-image: url('../images/JowelsChin.png');
}

.procedure-icon.acne {
  background-image: url('../images/Acne_Discoloration.png');
}

.procedure-icon.acne-copy {
  background-image: url('../images/Body_corrections.png');
}

.procedure-icon.dental {
  background-image: url('../images/Dental-Tooth.png');
}

.procedure-icon.hair {
  background-image: url('../images/Hairloss.png');
}

.proceduredescription {
  color: var(--grey-2);
  text-align: center;
  justify-content: center;
  width: 240px;
  margin-top: -5px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.heading-3 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.procedure-heading {
  color: var(--midnight-blue);
  justify-content: center;
  margin-top: -10px;
  font-size: 1.1em;
  font-weight: 400;
  display: flex;
  position: relative;
}

.text-block-21 {
  color: var(--grey-2);
  text-align: center;
  margin-top: 6px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
}

.spaced-copy {
  color: var(--grey-2);
  text-align: left;
  letter-spacing: 3px;
  margin-top: 40px;
  padding-left: 0;
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.nav-menu-3-white {
  background-color: #fdfdfd00;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: auto;
}

.navbartext {
  color: var(--midnight-blue);
  padding-top: 10px;
  font-size: 1.4em;
  font-weight: 300;
  display: flex;
}

.navbartext:hover {
  color: var(--piiiink);
}

.navbartext.h {
  color: #000102;
  padding-top: 15px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  transition: all .2s;
}

.navbartext.h:hover {
  color: #27a9e0;
}

.navbar-3 {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  width: 1200px;
  margin-left: 0;
  display: flex;
}

.brand-3 {
  z-index: 999;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 180px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0;
}

.brand-3:hover {
  opacity: .72;
  filter: blur(1px);
  transform: translate(0);
}

.brand-3.w--current {
  position: static;
}

.brand-3.w--current:hover {
  opacity: .71;
  filter: blur(1px);
  transform: scale3d(1, 1, 1.4);
}

.container-11 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.nav-menu-5 {
  text-align: center;
  margin-top: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.menu-button {
  color: var(--white);
  font-size: 64px;
  display: none;
  position: fixed;
  inset: 5% 10% 0% auto;
}

.insettext {
  position: absolute;
  inset: 10% auto 0% 10%;
}

.product-features {
  z-index: 9999;
  position: relative;
}

.spaced-left {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: 4px;
  padding-left: 0;
  font-family: Varela, sans-serif;
  font-weight: 300;
}

.spaced-left.a {
  background-image: linear-gradient(89deg, var(--light-slate-grey), #ffffffd9 48%, var(--light-slate-grey) 102%);
  color: var(--purple);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.3em;
}

.spaced-left.footer {
  color: var(--white);
  margin-right: 15px;
}

.spaced-left.title {
  color: var(--purple);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.4em;
}

.featureinset-2 {
  background-color: #0000;
  margin-top: 0;
  margin-left: 20px;
  padding: 48px 40px;
  transition: opacity .2s;
  display: block;
}

.section1page {
  background-image: url('../images/BackgroundBlue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 80vh;
  min-height: 800px;
  padding-top: 40px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.paragraph-copy {
  color: var(--midnight-blue);
  text-align: left;
  max-width: 460px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 20px;
  font-size: 1.4em;
  line-height: 1.5em;
}

.button-pink {
  border: 4px solid var(--piiiink);
  color: var(--piiiink);
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Varela, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  transition: border-color .6s, background-color .4s;
  display: flex;
}

.button-pink:hover {
  border-color: var(--piiiink);
  background-color: var(--piiiink);
  color: var(--white);
}

.product-callout {
  background-image: url('../images/AIVideoConsultBLUE_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  height: auto;
  margin-top: 14px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-home {
  z-index: 9999;
  background-color: var(--f2f2ec);
  border: 1px #000;
  justify-content: center;
  align-self: center;
  width: 1200px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.navbar-page {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  width: 1280px;
  margin-left: 0;
  display: flex;
}

.pageblockcoppy {
  background-color: var(--purple-2);
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.heading-inset {
  border: 1px none var(--white);
  color: var(--white);
  text-align: center;
  padding: 0 140px;
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.7em;
}

.insettextslab {
  background-color: var(--purple-2);
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.professional-title {
  color: var(--midnight-blue);
  text-align: left;
  max-width: 460px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 20px;
  font-size: 1.4em;
  line-height: 1.5em;
}

._3dconsulthome {
  flex-direction: row;
  width: 90%;
  display: flex;
}

.grid {
  grid-row-gap: 0px;
  grid-template-rows: .5fr auto;
  grid-template-columns: .5fr 1fr 1fr;
  align-content: stretch;
  place-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
}

.brandicon {
  background-image: url('../images/DentPlanBrand1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-self: center;
  width: 220px;
  height: 60px;
  display: flex;
}

.brandicon:hover {
  background-image: url('../images/DentPlanSmile.png');
}

.html-embed-2 {
  width: 95%;
  height: 640px;
  display: flex;
}

.div-block-21 {
  background-image: url('../images/WorldView_surgery-centers.png');
  background-position: 50%;
  background-size: auto;
  display: flex;
}

.terms {
  color: var(--grey-2);
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 30px;
  font-size: 15px;
  display: flex;
}

.terms.c, .terms.center {
  margin-left: 0;
}

.terms-and-conditions-section {
  min-height: auto;
  padding-top: 60px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.privacypolicy {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.mblogoicon {
  background-image: url('../images/MellonMini.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  width: 160px;
  height: 120px;
  margin-top: 40px;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
}

.termssection {
  text-align: left;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 62px;
  column-gap: 100px;
  margin-top: 40px;
  line-height: 1.6;
}

.terms-and-conditions {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.privacy-policy {
  text-align: left;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 62px;
  column-gap: 100px;
  margin-top: 36px;
  line-height: 1.6;
}

.fermia-brand-icon {
  background-image: url('../images/DentPlanBrand1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 26px;
  padding-top: 38px;
}

.brandtitleblock {
  background-image: url('../images/FERMIA-aiConsultLogo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 369px;
  height: 225px;
  margin-top: 100px;
  margin-left: 20px;
}

.buttonarrow {
  background-image: url('../images/ButtonArrow_1ButtonArrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 28px;
  margin-right: 11px;
}

.text-block-22 {
  color: var(--white);
  text-align: center;
  margin-top: 2px;
  margin-left: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 24px;
}

.buttontext {
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.take3 {
  background-image: url('../images/TakeThreeClear-Photos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 240px;
}

.photoframe {
  background-image: url('../images/AnimationPlaceholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 480px;
  padding-right: 0;
}

.text-block-23 {
  color: var(--white);
  text-align: center;
  align-self: center;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 2.8em;
}

.photohelptwo {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: none;
  position: relative;
}

.instructions-head {
  background-image: url('../images/TakeThreeClear-Photos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 240px;
}

.photohelpthree, .photohelpfour {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: none;
  position: relative;
}

.animationplaceholder {
  background-image: url('../images/AnimationPlaceholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 480px;
  padding-right: 0;
}

.notice, .interest-procedure {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: none;
  position: relative;
}

.calendly-embed {
  background-color: var(--white);
  border: 2px solid #a9b2c3;
  border-radius: 9px;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.summary, .photohelptwoa {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: none;
  position: relative;
}

.form-frame-copy.c {
  background-image: none;
  align-items: center;
  height: 90%;
  padding-left: 20%;
  padding-right: 20%;
}

.form-frame-copy {
  background-color: var(--white);
  opacity: 1;
  background-image: url('../images/FullFaceBeautyShotHEad800.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.form-frame-copy.b, .form-frame-copy.c {
  align-items: center;
  height: 90%;
}

.utility-page-wrap {
  background-color: var(--purple-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 0;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-5 {
  color: var(--light-steel-blue);
}

.text-block-24 {
  color: var(--white);
  margin-bottom: 40px;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 1.2em;
  line-height: 1.4em;
}

.image {
  margin-top: 96px;
}

.fermiheading {
  color: var(--light-steel-blue);
}

.video {
  margin-bottom: 20px;
}

.button-white {
  border: 4px solid var(--piiiink);
  color: var(--piiiink);
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  transition: border-color .875s, background-color .2s;
  display: flex;
}

.button-white:hover {
  border-color: var(--white);
  background-color: var(--piiiink);
  color: var(--white);
}

.text-single-form {
  border: 1px solid var(--light-steel-blue);
  box-shadow: 1px 1px 3px 0 var(--light-slate-grey);
  color: var(--grey-2);
  text-align: left;
  align-items: center;
  width: 440px;
  height: auto;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 1.2em;
  display: flex;
}

.text-single-form:hover {
  border-color: var(--dark-slate-blue);
  color: var(--light-slate-grey);
}

.text-single-form.b {
  box-shadow: none;
  color: var(--piiiink);
  border-style: none;
}

.text-single-form.b:hover {
  color: var(--purple-2);
}

.text-single-form.pw {
  border-width: 3px;
  border-color: var(--piiiink);
}

.text-single-form.pw:hover {
  border-color: var(--purple-2);
}

.text-single-form.d {
  box-shadow: none;
  border-style: none;
  padding-left: 0;
}

.form {
  grid-row-gap: 16px;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: 20px;
}

.form.video {
  grid-template-rows: auto;
  margin-left: 20px;
}

.form.exp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 20px;
}

.form-title {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(89deg, var(--midnight-blue), white);
  color: var(--white);
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
}

.list {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1em;
  list-style-type: square;
  display: flex;
}

.list-item {
  align-items: center;
  display: flex;
}

.list-item-2 {
  list-style-type: square;
}

.parag {
  border: 1px solid var(--light-steel-blue);
  box-shadow: 1px 1px 3px 0 var(--light-slate-grey);
  color: var(--grey-2);
  text-align: left;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 1.2em;
  display: flex;
}

.parag.b {
  box-shadow: none;
  border-style: none;
}

.background {
  border: 1px solid var(--light-steel-blue);
  color: var(--grey);
  column-count: 1;
  column-rule-width: 0px;
  column-gap: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 29px;
  font-size: 1.2em;
  line-height: 1.3em;
}

.background:hover {
  border-color: var(--grey-2);
}

.button-3 {
  margin-left: 0;
  margin-right: 40px;
  padding: 15px 20px;
}

.button-3:hover {
  background-color: var(--piiiink);
}

.text-block-25 {
  margin-left: 20px;
}

.heading-6 {
  display: none;
}

.text-block-26, .text-block-27, .text-block-28, .text-block-29, .text-block-30 {
  margin-left: 20px;
}

.div-block-23 {
  flex-direction: row;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-4 {
  color: var(--grey-2);
  margin-top: 40px;
  margin-bottom: 40px;
}

.profilesection-proof {
  background-image: url('../images/BackgroundBlue.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 73vh;
  min-height: 330px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-24 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.login {
  text-align: right;
  align-self: center;
  margin-bottom: 0;
  margin-right: 20px;
}

.login:hover {
  color: var(--piiiink);
}

.loginlink {
  width: 148px;
  height: 37px;
}

.loginlink:hover {
  color: var(--piiiink);
}

.nav-link-2 {
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.nav-link-2.m {
  border: 2px solid var(--dk-cyan);
  color: var(--dk-cyan);
  text-align: center;
  -webkit-text-stroke-color: var(--dk-cyan);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 29px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  transition: all .2s;
}

.nav-link-2.m:hover {
  border-width: 2px;
  border-color: var(--dim-grey);
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--dk-cyan);
}

.div-block-25, .text-block-31 {
  padding-left: 20px;
}

.text-block-32 {
  margin-left: 0;
}

.text-block-33, .text-block-34, .text-block-35 {
  margin-left: 20px;
}

.list-item-3 {
  line-height: 1.8em;
}

.add-item {
  border: 1px solid var(--piiiink);
  box-shadow: 1px 1px 3px 0 var(--light-slate-grey);
  color: var(--piiiink);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: auto;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 1.2em;
  display: flex;
}

.add-item:hover {
  border-color: var(--dark-slate-blue);
  color: var(--light-slate-grey);
}

.add-item.b {
  box-shadow: none;
  color: var(--piiiink);
  border-style: none;
}

.add-item.b:hover {
  color: var(--purple-2);
}

.add-item.pw {
  border-color: var(--piiiink);
}

.add-item.pw:hover {
  border-color: var(--purple-2);
}

.add-item.d {
  box-shadow: none;
  border-style: none;
  padding-left: 0;
}

.reviewlinks {
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text {
  color: var(--dark-slate-blue);
}

.bottom-navigation-block {
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding: 40px 53px;
}

.section {
  background-color: #0000;
}

.sitelinkfooter {
  color: var(--grey-2);
  border-left: 0 #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.sitelinks {
  border-left: 3px solid #c9a578;
  flex-direction: column;
  margin-left: 10px;
  display: flex;
}

.introduction {
  border: 1px solid var(--light-steel-blue);
  color: var(--grey);
  margin-bottom: 0;
  margin-left: 20px;
  padding: 29px;
  font-size: 1.2em;
  line-height: 1.3em;
}

.introduction:hover {
  border-color: var(--grey-2);
}

.consult-image {
  background-image: url('../images/BA6-eyelidraising.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 260px;
}

.consult-image.b {
  background-image: url('../images/BA1-eyelidraising.png');
}

.consult-image.c {
  background-image: url('../images/BA4-eyelidraising.png');
}

.dradb1 {
  height: 360px;
}

.caption {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-27 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-28 {
  opacity: .63;
  background-image: url('../images/AIVideoConsultWHITE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 107px;
  height: 50px;
  margin-left: 25px;
}

.background-video {
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  display: none;
  position: absolute;
}

.grid-2 {
  z-index: 9999;
  grid-column-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.ios-app {
  z-index: 9999;
  background-image: url('../images/Asset-82x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 63vh;
  width: 330px;
  max-width: 330px;
  position: absolute;
  inset: -43% 0% -29% 16%;
  transform: rotate(11deg);
}

.div-block-29 {
  opacity: .66;
  background-image: url('../images/AIVideoConsultBLUE_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: flex-end;
  width: 200px;
  height: 57px;
  padding-left: 0;
}

.start_button {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-left: 42px;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 174px 0% 0% auto;
}

.button-blue {
  border: 4px solid var(--white);
  background-color: var(--dk-cyan);
  box-shadow: 3px 6px 8px 1px var(--light-slate-grey);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 45px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
  transition: border-color .6s, background-color .4s;
  display: flex;
  position: relative;
  inset: 0%;
}

.button-blue:hover {
  border-color: var(--royal-blue);
  background-color: var(--alice-blue);
  color: var(--royal-blue);
}

.div-block-31 {
  background-image: url('../images/COMINGSOON--Badge.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 75px;
  margin-bottom: -33px;
  position: relative;
}

.featurepair {
  background-image: url('../images/Cyana-pairOne.jpg');
  background-position: 50%;
  background-size: cover;
  height: 414px;
}

.featurepair._1 {
  background-image: url('../images/Cyana-pairOne_1.jpg');
  height: auto;
  min-height: 414px;
}

.featurepair._2 {
  background-image: url('../images/YELLOJeuneEight.png');
  height: auto;
  min-height: 460px;
}

.featurepair._3 {
  background-image: url('../images/Magenta2-copy.jpg');
  height: auto;
  min-height: 414px;
}

.featurepair._4 {
  background-image: url('../images/SANDYTWO.png');
  height: auto;
  min-height: 414px;
}

.featurepair._5 {
  background-image: url('../images/VioletFive.jpg');
  height: auto;
  min-height: 426px;
}

.featurepair._6 {
  background-image: url('../images/JulietteEIGHT.png');
  height: auto;
  min-height: 414px;
}

.featurepair._7 {
  background-image: url('../images/DaisyyelloSeven_1.jpg');
  height: auto;
  min-height: 414px;
}

.featurepair._8 {
  background-image: url('../images/greenverdeten.jpg');
  height: auto;
  min-height: 414px;
}

.featurepair._9 {
  background-image: url('../images/CiennaThree.jpg');
  height: auto;
  min-height: 414px;
}

.featurepair._10 {
  background-image: url('../images/NOIRSix.jpg');
  height: auto;
  min-height: 414px;
}

.featurepair._12 {
  background-image: url('../images/AJAIA60-blepharoplasty_photostudio_lightcloseup_14155.jpg');
  height: auto;
  min-height: 414px;
}

.featurepair._13 {
  background-image: url('../images/SUSAN-caucasianwomanage60-blepharoplasty_photostudio_lightcloseup_14155.jpg');
  height: auto;
  min-height: 414px;
}

.div-block-32 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 60px;
}

.heading-7 {
  color: var(--midnight-blue-2);
  font-family: Montserrat, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 2em;
}

.paragraph-5 {
  color: var(--grey-2);
  width: 75vw;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.grid-3 {
  background-color: #f2f2ec;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  height: 400px;
  position: relative;
}

.div-block-33 {
  z-index: 999;
  background-image: url('../images/FERMIA-BOT-graduations.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  position: absolute;
  inset: -127px 0% 0%;
}

.div-block-34 {
  height: auto;
  position: relative;
}

.div-block-35 {
  text-align: left;
  width: 400px;
  margin-left: -70px;
  position: relative;
  left: -104px;
}

.footercopybot {
  z-index: 99;
  color: var(--midnight-blue-2);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 40px;
  font-size: 1.4em;
  line-height: 1.4em;
  position: relative;
}

.footercopybot._2 {
  text-align: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.4em;
  display: flex;
}

.div-block-36 {
  text-align: center;
  justify-content: center;
  width: 60%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.play-pause-button {
  display: none;
}

.text-span-8 {
  font-size: .6em;
  line-height: 1.4em;
}

.featureintro {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  align-self: center;
  place-items: start;
  width: 1100px;
  max-width: 1200px;
  margin-top: 0;
  margin-left: 0;
  display: grid;
  position: absolute;
  top: 25%;
  left: 10%;
}

.heading-copy {
  border: 1px none var(--white);
  color: var(--midnight-blue);
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.7em;
  display: flex;
}

.text-span-9 {
  color: var(--white);
}

.text-block-36 {
  color: #8e8e8e;
  text-align: right;
  margin: 20px 0 40px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.8em;
  position: relative;
  inset: auto 0% 0%;
}

.heading-copy {
  border: 1px none var(--white);
  color: var(--white);
  text-align: center;
  justify-content: flex-end;
  margin-bottom: 40px;
  padding: 0 50px;
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.7em;
  display: flex;
}

.brandicondark {
  background-image: url('../images/FERMIA-Brand.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-self: center;
  width: 192px;
  height: 20px;
  display: flex;
}

.subsection {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  height: 450px;
  display: flex;
  position: relative;
}

.text-span-11 {
  font-size: 1.7em;
}

.text-span-12 {
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.text-span-14 {
  text-align: left;
  font-size: .5em;
}

.text-span-15 {
  font-size: .6em;
}

.text-title-top {
  color: var(--midnight-blue-3);
  font-size: 2em;
  line-height: 1.1em;
}

.heading-8 {
  color: var(--midnight-blue-3);
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.1em;
}

.text-span-16 {
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1em;
}

.contactregistration {
  background-image: url('../images/BACKGROUND.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  display: none;
  position: relative;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.div-block-38 {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.div-block-39 {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-6 {
  width: 50%;
  margin-left: 10px;
}

.div-block-40 {
  align-items: center;
  display: flex;
}

.section-2 {
  height: auto;
  margin-top: 60px;
}

.sociaicon-linkedin {
  background-image: url('../images/LinkedIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 75px;
  height: 75px;
}

.sociaicon-linkedin:hover {
  opacity: .57;
}

.sociaicon-linkedin._2 {
  background-image: url('../images/SOCIAL-InstagramIcon_1SOCIAL-InstagramIcon.png');
}

.sociaicon-linkedin._4 {
  background-image: url('../images/SOCIAL-mail_1SOCIAL-mail.png');
}

.sociaicon-linkedin._3 {
  background-image: url('../images/SOCIAL-Twitter_1SOCIAL-Twitter.png');
}

.sociaicon-crunchbase {
  background-image: url('../images/crunchbase.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 75px;
  height: 75px;
}

.sociaicon-crunchbase:hover {
  opacity: .57;
}

.sociaicon-crunchbase._2 {
  background-image: url('../images/SOCIAL-InstagramIcon_1SOCIAL-InstagramIcon.png');
}

.sociaicon-crunchbase._4 {
  background-image: url('../images/SOCIAL-mail_1SOCIAL-mail.png');
}

.sociaicon-crunchbase._3 {
  background-image: url('../images/SOCIAL-Twitter_1SOCIAL-Twitter.png');
}

.div-block-41 {
  margin-top: 33px;
  display: flex;
}

.customer-service-button {
  z-index: 999;
  background-image: url('../images/Talk_Customer_service_ICON.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 195px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: -52px 0% auto;
}

.arrow {
  background-image: url('../images/BackwardArrowBLU.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 47px;
  width: 50px;
}

.smtext {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.6em;
}

.center-footer {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.dentkitsbrand {
  background-image: url('../images/DentPlanCW.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 120px;
  margin-top: -81px;
  position: relative;
}

.onecopy {
  color: #c2b5a3;
  margin-top: 8px;
  margin-left: 0;
  font-size: 1.4em;
  line-height: 1.3em;
}

.onecopy.a {
  color: var(--midnight-blue-2);
}

.smilingface1 {
  z-index: 999;
  background-image: url('../images/SmilingFace42x.png');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -190px;
  left: 0;
}

.faces {
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.smilingface2 {
  background-image: url('../images/SmilingFace52x.png');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 160px;
  position: absolute;
  inset: -200px 0% 0% 11%;
  transform: rotate(-10deg);
}

.smilingface3 {
  background-image: url('../images/SmilingFace62x.png');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 160px;
  position: absolute;
  inset: auto 0% 0% 21%;
  transform: rotate(-1deg);
}

.loveyoursmile {
  background-image: url('../images/Love_your_smile_headline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
  height: 36px;
  position: absolute;
  inset: -95px 0% auto 36%;
}

.lightbox-link {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 46px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.homepageheader {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 980px;
  height: 555px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.image-2 {
  width: 800px;
  max-width: none;
}

.div-block-42 {
  border: 9px solid var(--white);
  outline-offset: 0px;
  outline: 3px #0000;
  width: 280px;
  height: 280px;
  margin-top: 173px;
  margin-left: 473px;
  position: absolute;
}

.text-block-38 {
  color: var(--warmgrey);
  align-self: center;
  margin-top: 10px;
  margin-left: 20px;
}

.slide {
  background-image: url('../images/We-can-also-repair-your-denture-like-new.svg');
  background-position: 50% 21%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._1 {
  background-image: none;
}

.slider-2 {
  background-color: #0000;
  width: 700px;
  height: 299px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 40px;
}

.text-span-18 {
  color: var(--dim-grey);
  text-align: left;
  font-size: .6em;
  line-height: 1.4em;
}

.denturefeature-digital {
  background-color: #e7eef9;
  background-image: url('../images/DentureProduction-Features.png');
  background-position: 50% 39%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 524px;
  height: 500px;
  margin-top: 0;
  display: flex;
}

.headingtop-copy {
  border: 1px none var(--white);
  color: var(--royal-blue);
  text-align: left;
  -webkit-text-stroke-color: var(--royal-blue);
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.heading-9.a {
  text-align: left;
}

.div-block-43 {
  background-image: url('../images/Partial2-partial.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 143px;
}

.div-block-44 {
  display: flex;
}

.div-block-45 {
  background-image: url('../images/Partial1-nesbit.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 143px;
}

.div-block-46 {
  flex-direction: column;
  align-items: flex-end;
  width: 500px;
  padding-bottom: 0;
  display: flex;
}

.faqs {
  z-index: 999;
  background-image: url('../images/FAQ-Dentist_-answersQs.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 650px;
  margin-top: -73px;
  display: block;
  position: relative;
}

.inset {
  z-index: 999;
  background-color: var(--white);
  border-radius: 20px;
  width: 700px;
  height: auto;
  min-height: auto;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 100px 5% 5% 13%;
  overflow: visible;
}

.heading {
  color: var(--royal-blue);
  margin-top: 20px;
  margin-left: 20px;
  font-size: 1.5em;
  line-height: 1.6px;
}

.icon-4 {
  position: relative;
}

.dropdown-toggle {
  display: flex;
}

.paragraph-7 {
  width: 99.9999%;
}

.dropdown-list {
  width: 100px;
}

.dropdown-list.w--open {
  width: 60%;
}

.qstab {
  position: relative;
}

.qs {
  background-color: #fff;
  border: 5px solid #d6d6d6;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  margin-bottom: 11px;
  padding-left: 20px;
  display: flex;
}

.qs.w--current {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.plus {
  background-image: url('../images/PLUSicon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-left: 0;
  margin-right: 22px;
}

.text-block-6 {
  line-height: 1.3;
}

.textblocktab {
  margin-bottom: 54px;
  margin-left: 20px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.chapterbutton {
  text-align: center;
  background-color: #f16f22;
  margin: 24px 60px 26px 40px;
}

.chapterbutton:hover {
  color: #fff;
  background-color: #f16f22;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  margin-bottom: 5px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faqitems {
  min-height: auto;
  margin-top: 20px;
}

._w-faq-icon {
  background-image: url('../images/PLUSicon.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
  position: relative;
}

.c-faq-q-text {
  z-index: 999;
  color: var(--dk-cyan);
  flex: 1;
  padding: 10px 10px 10px 0;
  position: relative;
}

.div-block-14 {
  display: flex;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.faq-stripe-1 {
  background-color: var(--dk-cyan);
  width: 3px;
  height: 100%;
}

.c-faq-divider {
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q {
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  height: 46px;
  display: flex;
}

.c-faq-q:hover {
  background-color: #e1e7f58f;
}

.faq1 {
  background-color: #fff;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.faq-stripe-2 {
  background-color: var(--dk-cyan);
  width: 100%;
  height: 3px;
  position: absolute;
}

.faq-q-text {
  color: #274068;
}

.faq-q-text.lib {
  color: #fff;
  margin-top: 2px;
  margin-left: 22px;
  font-size: 1.2em;
}

.c-faq-a-text {
  padding: 20px 10px 20px 20px;
  display: flex;
}

.c-faq-a-text.lib {
  background-color: #0000;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: .9em;
  line-height: 1.4em;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #6ccef80f;
  border: 1px solid #0000;
  overflow: hidden;
}

.faq-a-text {
  color: #274068;
  margin-left: 10px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

.faq-a-text.lib {
  z-index: 999;
  color: var(--midnight-blue-2);
  margin-bottom: 0;
  margin-left: 20px;
  font-size: .9em;
  line-height: 1.4em;
  position: relative;
}

.link-2 {
  color: var(--royal-blue);
  font-size: .9em;
  line-height: .9em;
}

.videoreviews {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.heading-blue {
  color: var(--dk-cyan);
  text-align: center;
  justify-content: center;
  align-self: center;
  margin-top: 60px;
  margin-left: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.left-arrow {
  align-items: center;
  display: flex;
}

.right-arrow {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  align-items: center;
  display: flex;
  position: absolute;
}

.slide-nav {
  display: none;
}

.slider-3 {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 440px;
  display: flex;
}

.slide-2 {
  height: 400px;
}

.html-embed-4 {
  justify-content: center;
  display: flex;
}

.mask {
  width: 770px;
  height: 440px;
}

.reviewssection {
  background-color: var(--lavender);
}

.reviewsgrid {
  grid-column-gap: 30px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 60px 100px;
}

.googlereview {
  background-image: url('../images/GoogleReview2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 300px;
  height: 300px;
}

.googlereview._1 {
  background-image: url('../images/GoogleReview4_1.png');
}

.googlereview._2 {
  background-image: url('../images/GoogleReview1.png');
}

.finance1 {
  background-color: var(--lavender);
  text-align: center;
  background-image: url('../images/HeaderTop-Cyan.png'), linear-gradient(#fffefe80, #fffefe80);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 205px, auto;
  width: 100%;
  height: 720px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 2px 5px 3px #0003;
}

.finance1._1 {
  background-image: url('../images/GoogleReview4.png');
}

.finance1._2 {
  background-image: url('../images/GoogleReview2.png');
}

.financecoverageoptions {
  background-color: var(--white);
  margin-top: 71px;
}

.paragraph-8 {
  margin-top: 66px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em;
}

.headingcoverage {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.9em;
  line-height: 1.4em;
}

.financeoptions1 {
  background-color: var(--lavender);
  opacity: .4;
  text-align: center;
  background-image: url('../images/HeaderTop-Cyan.png'), linear-gradient(#fffefe80, #fffefe80);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 205px, auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 760px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  box-shadow: 1px 2px 5px 3px #0003;
}

.financeoptions1:hover {
  opacity: 1;
}

.financeoptions1._1 {
  background-image: url('../images/GoogleReview4.png');
}

.financeoptions1._2 {
  background-image: url('../images/GoogleReview2.png');
}

.financeoptions1.b {
  background-image: url('../images/Headertop-Purple.png'), linear-gradient(to bottom, null, null);
}

.askmebutton {
  z-index: 99;
  background-image: url('../images/AskME-button.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 3% 2% 0% 0%;
}

.financeoptions2 {
  background-color: var(--lavender);
  text-align: center;
  background-image: url('../images/Headertop-Purple.png'), linear-gradient(#fffefe80, #fffefe80);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 205px, auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 760px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  box-shadow: 1px 2px 5px 3px #0003;
}

.financeoptions2._1 {
  background-image: url('../images/GoogleReview4.png');
}

.financeoptions2._2 {
  background-image: url('../images/GoogleReview2.png');
}

.financeoptions2.b {
  background-image: url('../images/Headertop-Purple.png'), linear-gradient(to bottom, null, null);
}

.financeoptions2.a {
  opacity: .5;
}

.text-block-39 {
  color: #000;
}

.financeoptions3 {
  background-color: var(--lavender);
  opacity: .38;
  text-align: center;
  background-image: url('../images/HeaderTop-BLUE.png'), linear-gradient(#fffefe80, #fffefe80);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 205px, auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 760px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  box-shadow: 1px 2px 5px 3px #0003;
}

.financeoptions3:hover {
  opacity: 1;
  align-items: center;
}

.financeoptions3._1 {
  background-image: url('../images/GoogleReview4.png');
}

.financeoptions3._2 {
  background-image: url('../images/GoogleReview2.png');
}

.financeoptions3.b {
  background-image: url('../images/Headertop-Purple.png'), linear-gradient(to bottom, null, null);
}

.text-block-40 {
  color: var(--light-steel-blue);
}

.text-block-40:hover {
  align-self: center;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 60px 100px 40px;
}

.benefit-icons {
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 250px;
  display: flex;
}

.iconblock {
  background-image: url('../images/Dentist_consult.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 120px;
  height: 120px;
}

.iconblock.b {
  background-image: url('../images/Savings_dentures.png');
  width: 150px;
  height: 150px;
}

.iconblock.a {
  width: 150px;
  height: 150px;
}

.iconblock.c {
  background-image: url('../images/Dental_Chair.png');
  width: 150px;
  height: 150px;
}

.iconblock.d {
  background-image: url('../images/CHECK-CERTIFIED_Dentures.png');
  width: 150px;
  height: 150px;
}

.iconblock.e {
  background-image: url('../images/HomeIndent_dentures.png');
  width: 150px;
  height: 150px;
}

.heading-10 {
  color: var(--dk-cyan);
  text-align: center;
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-49 {
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.features {
  margin-bottom: 60px;
}

.financincoptionsgrid {
  grid-column-gap: 30px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin: 60px 100px;
}

.video-2 {
  display: none;
}

.banner-logo {
  opacity: 1;
  background-color: #0000;
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.text-field-3 {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field-3:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-3::placeholder {
  color: #61728375;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.slider-4 {
  background-color: #0000;
  height: 100vh;
  min-height: 850px;
  position: relative;
}

.banner-h3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.help-block {
  padding: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #04ccf9;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.paragraph-intro {
  opacity: 1;
  color: var(--white);
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 650px;
  margin-bottom: 30px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 2.3;
  display: flex;
}

.paragraph-intro.a {
  margin-top: 259px;
}

.paragraph-intro.c {
  margin-top: 140px;
  margin-bottom: 0;
  font-size: 1.5em;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-field {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.button-wrapper {
  position: relative;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

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

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  width: 24%;
  min-width: 150px;
  height: 240px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.form-item-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.checkbox-h4 {
  color: var(--dk-cyan);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
}

.checkbox-text {
  color: #5b617c;
  align-items: flex-start;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.div-block {
  background-image: url('../images/Savings_dentures.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
}

.submit-button {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.slide-3-about {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.field-label-3 {
  color: #617283;
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.form-paragraph-2 {
  color: var(--grey-2);
  max-width: 550px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6em;
}

.icon-5 {
  width: 25px;
}

.quote-wrap.a {
  margin-top: 461px;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.slider-right {
  background-color: var(--dk-cyan);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  transition: all .2s;
}

.slider-right:hover {
  background-color: var(--royal-blue);
}

.form-section-title {
  color: var(--royal-blue);
  -webkit-text-stroke-color: var(--royal-blue);
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

.slide-banner {
  background-color: var(--royal-blue);
  background-image: url('../images/LAbassistant3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  min-width: 310px;
  padding-top: 0;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.paragraph {
  color: #ffffffc7;
  max-width: 650px;
  margin-bottom: 57px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.checkbox-icon {
  z-index: 9;
  background-color: #5b3acc0d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.banner-content {
  opacity: 1;
  background-color: #2a5b9c59;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 46px 50px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-50 {
  background-image: url('../images/DentKits_blueWhiteNameICON.svg');
  background-position: 50% 77%;
  background-repeat: no-repeat;
  background-size: 57%;
  height: 160px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-1-contact, .slide-2-dentures, .slide-4-digitize, .slide-6-thankyou {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.heading-11 {
  color: var(--royal-blue);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.replaceheader {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/BigSmiling_header_Female_face2_dentures.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 603px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: auto;
  min-height: 900px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.slider-replace {
  background-color: #0000;
  align-self: center;
  width: 720px;
  height: 299px;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.start_buttonrenew {
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin: -9px 0 20px;
  display: flex;
  position: relative;
  inset: 0 0% 0% auto;
}

.start_buttonrenew.a {
  justify-content: flex-start;
  margin-top: 9px;
  margin-right: 71px;
}

.start_buttonrenew.b {
  margin-top: 9px;
}

.financincoptionsgridrenew {
  grid-column-gap: 30px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin: 60px 100px 40px;
}

.financeoptions1renew {
  background-color: var(--lavender);
  opacity: 1;
  text-align: center;
  background-image: url('../images/HeaderTop-Cyan.png'), linear-gradient(#fffefe80, #fffefe80);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 205px, auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 760px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  box-shadow: 1px 2px 5px 3px #0003;
}

.financeoptions1renew:hover {
  opacity: 1;
}

.financeoptions1renew._1 {
  background-image: url('../images/GoogleReview4.png');
}

.financeoptions1renew._2 {
  background-image: url('../images/GoogleReview2.png');
}

.financeoptions1renew.b {
  background-image: url('../images/Headertop-Purple.png'), linear-gradient(to bottom, null, null);
}

.financeoptions2renew {
  background-color: var(--lavender);
  opacity: .55;
  text-align: center;
  background-image: url('../images/Headertop-Purple.png'), linear-gradient(#fffefe80, #fffefe80);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 205px, auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 760px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  box-shadow: 1px 2px 5px 3px #0003;
}

.financeoptions2renew:hover {
  opacity: 1;
}

.financeoptions2renew._1 {
  background-image: url('../images/GoogleReview4.png');
}

.financeoptions2renew._2 {
  background-image: url('../images/GoogleReview2.png');
}

.financeoptions2renew.b {
  background-image: url('../images/Headertop-Purple.png'), linear-gradient(to bottom, null, null);
}

.financeoptions2renew.a {
  opacity: .5;
}

.descriptor-text {
  color: var(--light-steel-blue);
}

.descriptor-text:hover {
  align-self: center;
}

.headingcoveragep {
  color: var(--royal-blue);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 110px;
  font-weight: 400;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-top: 220px;
  margin-bottom: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6em;
}

.textonteeth {
  width: 520px;
  padding-bottom: 80px;
}

.denturefeatureleft {
  background-image: url('../images/Features-dentures.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  width: 524px;
  height: 500px;
  display: flex;
}

.card_base {
  color: #44465f;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  height: 100%;
  min-height: 320px;
  margin-bottom: 35px;
  padding: 40px 40px 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 11px 6px #4a515e33;
}

.icon_wrap {
  overflow: hidden;
}

.h1_features {
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 10px;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.2em;
}

.text_features {
  text-align: center;
  letter-spacing: -.3px;
  font-size: 16px;
  line-height: 25px;
}

.arrow-3 {
  color: var(--dk-cyan);
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-19 {
  color: var(--light-blue);
}

.text-span-20 {
  font-size: 22px;
}

.text-span-21 {
  font-size: 21px;
}

.topelevelexplainer {
  color: #8e8e8e;
  text-align: left;
  margin: 20px 0 40px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.8em;
  position: relative;
  inset: auto 0% 0%;
}

.better-business-bureayu {
  background-image: url('../images/BBB_A-plus.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
}

.reviewblockgoogle {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 30px;
  flex-direction: column;
  margin: 20px;
  padding: 20px 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 6px 3px #0003;
}

.reviewblockgoogle:hover {
  border: 1px none var(--light-steel-blue);
  background-image: linear-gradient(118deg, #e9f0fc, #fff 50%);
  border-radius: 30px;
}

.googlereviewicon {
  flex-direction: column;
  display: flex;
  position: relative;
}

.reviewid {
  color: #286bce;
  align-items: center;
  font-family: Merriweather Sans, sans-serif;
  display: flex;
  position: static;
}

.googleid {
  align-items: center;
  height: 37px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.googleid:hover {
  opacity: .63;
}

.text-block-42 {
  align-self: flex-end;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 15px;
  line-height: 17px;
}

.text-span-22 {
  color: var(--grey-2);
  font-size: 12px;
}

.review {
  margin-bottom: 10px;
  padding-left: 10px;
}

.div-block-52 {
  background-image: url('../images/google_icon20.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  width: 30px;
  height: 30px;
  display: flex;
}

.text-block-43 {
  color: var(--cornflower-blue);
  align-self: center;
  margin-left: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
}

.paragraph-10 {
  color: #8dacdf;
  height: 123px;
  max-height: 123px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: scroll;
}

.reviewblocktrustpilot {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 30px;
  flex-direction: column;
  margin: 20px;
  padding: 20px 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 6px 3px #0003;
}

.reviewblocktrustpilot:hover {
  background-image: linear-gradient(147deg, #e9eef7, #fff 51%);
}

.image-3 {
  border-radius: 60px;
  max-width: none;
}

.trustpilotlogo {
  background-image: url('../images/TrustPilotSTAR.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  width: 30px;
  height: 30px;
  display: flex;
}

.stargreen {
  background-image: url('../images/TrustPilotSTAR.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 18px;
  height: 18px;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9 {
  max-width: none;
}

.heading-12 {
  color: var(--royal-blue);
  font-weight: 400;
}

.headline-offer {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/BigSmiling_header_Female_face2_dentures.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 603px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: auto;
  min-height: 900px;
  padding-left: 0;
  display: flex;
  position: relative;
}

._123grid {
  grid-template-columns: .75fr .75fr;
  margin-top: 155px;
}

.one {
  background-image: url('../images/ONE-CIRCLE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
  height: 70px;
}

.twodiv {
  flex-direction: column;
  align-self: flex-start;
  margin-top: 52px;
  margin-left: -47px;
  padding-right: 30%;
  display: flex;
  position: static;
}

.two {
  background-image: url('../images/TWO-CIRCLE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
  height: 70px;
}

.onediv {
  flex-direction: column;
  align-self: flex-start;
  margin-top: 0;
  padding-right: 25%;
  display: flex;
  position: static;
}

.threediv {
  flex-direction: column;
  align-self: flex-start;
  margin-top: 120px;
  margin-left: -40px;
  padding-right: 35%;
  display: flex;
  position: static;
}

.three {
  background-image: url('../images/THREE-CIRCLE.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
  height: 70px;
}

.heading-13 {
  color: #2a5b9c;
  width: 80%;
  margin-bottom: 40px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 3.2em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1em;
}

.text-span-23, .text-span-24 {
  font-weight: 300;
}

.sliderpannel {
  margin-top: 46px;
  margin-left: -135px;
  display: flex;
}

.div-block-54 {
  background-image: url('../images/VideoHomeassistPlaceholder.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 300px;
  height: 375px;
  margin-top: -98px;
  margin-left: 330px;
}

.subjheadcomparisson {
  border: 1px none var(--white);
  color: var(--dim-warm-grey);
  text-align: left;
  -webkit-text-stroke-color: var(--royal-blue);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.subheadingcopy {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.denturefeatureconventional {
  background-color: var(--white-smoke);
  background-image: url('../images/Denture-Production-Conventional.png');
  background-position: 50% 39%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  justify-content: center;
  align-items: flex-start;
  width: 524px;
  height: 500px;
  margin-top: 0;
  display: flex;
}

.subsection-copy {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 500px;
  height: 450px;
  display: flex;
  position: relative;
}

.heading-14 {
  color: var(--royal-blue);
  font-family: Merriweather Sans, sans-serif;
  font-size: 2.3em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.sliderpannel-2 {
  align-self: center;
  margin-top: 46px;
  margin-bottom: 40px;
  margin-left: 0;
  display: flex;
}

.slider-replace-copy {
  background-color: #0000;
  align-self: center;
  width: 720px;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-55 {
  justify-content: center;
  height: auto;
  margin-left: 40px;
  display: flex;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
}

.profilepicture {
  background-image: url('../images/REVIEWHeadshot3.png');
  background-position: 50%;
  background-size: auto;
  width: 170px;
  height: 199px;
}

.profilepicture.a {
  background-repeat: no-repeat;
}

.profilepicture.b {
  background-image: url('../images/REVIEWHeadshot2.png');
  background-repeat: no-repeat;
}

.profile-name-town {
  color: var(--royal-blue);
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.text-span-25 {
  font-size: 2.1em;
}

.profiledertails {
  margin-left: 20px;
}

.profiledetails {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
}

.text-span-26 {
  font-size: .8em;
}

.headline-coverage {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/BigFrowning_brokenDentureD2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 603px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: auto;
  min-height: 900px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.twodiv-copy {
  flex-direction: column;
  align-self: flex-start;
  margin-top: 40px;
  margin-left: -47px;
  padding-right: 30%;
  display: flex;
  position: static;
}

.headline-clean-scan {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/BEst-assistant-CleanScan.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 586px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: auto;
  min-height: 900px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-56 {
  background-image: url('../images/DentureProduction-Features.png');
  background-position: 50%;
  background-size: cover;
  width: 320px;
  height: 220px;
}

.grad-heading {
  background-color: #0000;
  background-image: linear-gradient(87deg, white, var(--dk-cyan) 49%, white);
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.right-arrow-2 {
  width: 0;
  height: 0;
}

.next-prev-block {
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.slider-5 {
  background-color: #0000;
  justify-content: center;
  height: 100vh;
}

.submit-btn {
  color: #0cd9ff;
  background-color: #0000;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.nextbutton-text {
  background-color: #0000;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.form-block-2 {
  width: 100%;
}

.form-step {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 15% 30% 5% 10%;
  display: flex;
}

.form-step.radio {
  padding-left: 10%;
  padding-right: 10%;
}

.prev-link {
  color: #848c8e;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.form-verification {
  align-self: stretch;
  align-items: center;
  height: 60px;
  display: flex;
}

.form-close-btn {
  z-index: 100;
  background-image: url('../images/close-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  margin-top: 30px;
  margin-right: 10%;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.text-alert {
  color: #0cd9ff;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.radio-label {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.left-arrow-2 {
  width: 0;
  height: 0;
}

.text-area {
  color: #1e1f24;
  min-height: 200px;
  font-size: 18px;
  line-height: 22px;
}

.form-radio-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-container {
  z-index: 11;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.text-input {
  color: #848c8e;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 80%;
  height: 60px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 28px;
}

.input-label {
  color: #fff;
  margin-bottom: 70px;
  font-size: 48px;
  line-height: 48px;
}

.radio-btn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.slider-dot-nav {
  display: none;
}

.radio-button-field-3 {
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.form-back {
  border: 2px solid var(--dk-cyan);
  background-color: var(--white);
  color: #7f58e2;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e24d;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #7f58e299;
}

.field-label-4 {
  z-index: 1;
  color: #00000087;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  top: 0;
}

.checkbox-field-2 {
  align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field-2:hover {
  color: #7f58e2;
}

.radiobuttondigitaldesign {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.section-3 {
  flex: 1;
  padding: 120px 60px;
}

.section-3.grey {
  background-color: #fcfcfc;
  background-image: url('../images/LAbassistant3.png');
  background-position: -88%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px 0 140px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-area-2 {
  border: 4px solid var(--light-slate-grey);
  color: #7f58e2;
  background-color: #0000;
  border-radius: 10px;
  height: 100%;
  min-height: 240px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 400;
  transition: border-color .3s;
  position: relative;
  inset: 0%;
}

.text-area-2:hover {
  border-color: #00000026;
  display: block;
}

.text-area-2:focus {
  border-color: #7f58e280;
}

.form-3 {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.success-message-2 {
  background-color: #0000;
  padding: 0;
}

.text-field-4 {
  color: #7f58e2;
  background-color: #0000;
  border: 4px solid #c9d6eb87;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: border-color .3s;
  position: absolute;
  inset: 0%;
}

.text-field-4:hover {
  border-width: 4px;
  border-color: var(--light-steel-blue);
  display: block;
}

.text-field-4:focus {
  border-color: #7f58e280;
}

.text-field-4.short {
  width: 60%;
}

.radiobutton {
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: #00000026;
}

.radiobutton.w--redirected-checked {
  background-color: #7f58e24d;
  border-width: 30px;
  border-color: #7f58e280;
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.form-block {
  opacity: 1;
  background-color: #fff;
  border-radius: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 70px 40px;
  box-shadow: 6px 10px 13px 4px #202d4933;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.success-subtitle {
  color: var(--grey-2);
  margin-top: 7px;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.bg-blob {
  position: absolute;
  inset: auto 10% 5% auto;
}

.fields-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.fields-group.b {
  margin-top: 40px;
}

.form-button {
  background-color: var(--dk-cyan);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 20px;
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.text-field-wrapper {
  text-align: left;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 61px;
  margin-bottom: 20px;
  padding: 19px 2px 15px;
  display: flex;
  position: relative;
}

.text-field-wrapper.half {
  width: 48%;
  height: 61px;
}

.text-field-wrapper.third {
  width: 100%;
  height: 61px;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.radio-buttons {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.radio-buttons.genders {
  flex-direction: column;
}

.button-4 {
  background-image: linear-gradient(to bottom, var(--dk-cyan), var(--dk-cyan));
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px #0000;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 15px 50px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.button-4:hover {
  letter-spacing: 3px;
}

.button-4:active {
  border: 1px #000;
}

.step-number {
  color: var(--light-blue);
  width: 100%;
  font-size: 16px;
  font-weight: 900;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.text-field-done.area-done {
  border-style: none;
  border-width: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 20px 0% auto auto;
}

.form-label {
  color: var(--light-steel-blue);
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1em;
}

.bg-blob-top {
  position: absolute;
  inset: -10% auto auto 5%;
}

.page {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.form-next {
  background-color: var(--dk-cyan);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.form-next:hover {
  background-color: var(--royal-blue);
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #27a9e0ab;
}

.form-next:active {
  border: 1px #000;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-step-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-step-2.last-step {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.form-slide {
  flex: none;
  width: 100%;
  margin-right: 40px;
}

.radio-button-label {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-bottom: 0;
  font-size: 2.1em;
  display: none;
  position: relative;
}

.radio-button-label.u {
  width: 100px;
  height: 100px;
  display: block;
}

.radio-button-label.ul {
  justify-content: center;
  width: 200px;
}

.area-label {
  z-index: 1;
  color: #0000004d;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.checkbox-2 {
  border-width: 4px;
  border-color: var(--dk-cyan);
  border-radius: 7px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox-2:hover {
  border-color: #00000026;
}

.checkbox-2.w--redirected-checked {
  background-color: #7f58e24d;
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
  border-color: #7f58e280;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.form-mask {
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-heading {
  color: var(--royal-blue);
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.form-heading.a {
  margin-bottom: 40px;
}

.dentureage1 {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.dentureage1:hover {
  background-color: #7f58e233;
}

.dentureage1.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.dentureage1._2years {
  background-color: var(--medium-purple);
  background-image: url('../images/1to2years.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.dentureage1._2years:hover {
  border-color: #7f58e233;
}

.dentureage1._2years.w--redirected-checked {
  background-image: url('../images/New.svg');
  background-size: 44%;
}

.dentureage1._2years.w--redirected-focus {
  box-shadow: none;
}

.dentureage1._2years.male {
  background-color: var(--light-blue);
  background-image: url('../images/1to2years.svg');
}

.dentureage1._2years.male.w--redirected-focus {
  box-shadow: none;
}

.div-block-57 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-58 {
  background-image: url('../images/DentPlanBrand1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 27px;
  margin-bottom: 10px;
}

.video-3 {
  width: auto;
  height: auto;
  padding-bottom: 0;
}

.text-block-44 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1em;
}

.text-block-45 {
  color: var(--royal-blue);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.dentureage {
  background-color: var(--light-steel-blue);
  cursor: pointer;
  background-image: url('../images/1to2years.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 71px;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.dentureage:hover {
  background-color: #7f58e233;
}

.dentureage.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.dentureage._3plusyearsold {
  background-color: var(--royal-blue);
  background-image: url('../images/THREEplusyears.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.dentureage._3plusyearsold:hover {
  border-color: #7f58e233;
}

.dentureage._3plusyearsold.w--redirected-checked {
  background-image: url('../images/New.svg');
  background-size: 50%;
}

.dentureage._3plusyearsold.w--redirected-focus {
  box-shadow: none;
}

.dentureage._3plusyearsold.male {
  background-image: url('../images/1to2years.svg');
}

.dentureage._3plusyearsold.male.w--redirected-focus {
  box-shadow: none;
}

.dentureage.new {
  background-color: var(--light-blue);
  background-image: url('../images/New.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 93px;
  margin-bottom: 10px;
}

.dentureage.new:hover {
  background-color: #9cc7d3a1;
}

.dentureage.new.w--redirected-checked, .dentureage.twoyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.dentureage.threeyears {
  background-color: var(--medium-purple);
  background-image: url('../images/THREEplusyears.svg');
}

.dentureage.threeyears:hover {
  background-color: #a083b5a1;
}

.dentureage.threeyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.dentureage.broken {
  background-color: #827d76;
  background-image: url('../images/Broken.svg');
  background-size: 110px;
}

.radio-button-field-4-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.digitaldenturescan {
  background-color: var(--light-steel-blue);
  cursor: pointer;
  background-image: url('../images/scan.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 32px;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.digitaldenturescan:hover {
  background-color: #7f58e233;
}

.digitaldenturescan.w--redirected-checked {
  border: 5px solid var(--royal-blue);
  background-color: #7f58e24d;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.digitaldenturescan._3plusyearsold {
  background-color: var(--royal-blue);
  background-image: url('../images/THREEplusyears.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.digitaldenturescan._3plusyearsold:hover {
  border-color: #7f58e233;
}

.digitaldenturescan._3plusyearsold.w--redirected-checked {
  background-image: url('../images/New.svg');
  background-size: 50%;
}

.digitaldenturescan._3plusyearsold.w--redirected-focus {
  box-shadow: none;
}

.digitaldenturescan._3plusyearsold.male {
  background-image: url('../images/1to2years.svg');
}

.digitaldenturescan._3plusyearsold.male.w--redirected-focus {
  box-shadow: none;
}

.digitaldenturescan.new {
  background-color: var(--light-blue);
  background-image: url('../images/New.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 93px;
  margin-bottom: 10px;
}

.digitaldenturescan.new:hover {
  background-color: #9cc7d3a1;
}

.digitaldenturescan.new.w--redirected-checked, .digitaldenturescan.twoyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.digitaldenturescan.threeyears {
  background-color: var(--medium-purple);
  background-image: url('../images/THREEplusyears.svg');
}

.digitaldenturescan.threeyears:hover {
  background-color: #a083b5a1;
}

.digitaldenturescan.threeyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.digitaldentureindent {
  background-color: var(--medium-purple);
  cursor: pointer;
  background-image: url('../images/indentkit.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70px;
  border: 5px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.digitaldentureindent:hover {
  background-color: #7f58e233;
}

.digitaldentureindent.w--redirected-checked {
  border: 5px solid var(--royal-blue);
  background-color: #7f58e24d;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.digitaldentureindent._3plusyearsold {
  background-color: var(--royal-blue);
  background-image: url('../images/THREEplusyears.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.digitaldentureindent._3plusyearsold:hover {
  border-color: #7f58e233;
}

.digitaldentureindent._3plusyearsold.w--redirected-checked {
  background-image: url('../images/New.svg');
  background-size: 50%;
}

.digitaldentureindent._3plusyearsold.w--redirected-focus {
  box-shadow: none;
}

.digitaldentureindent._3plusyearsold.male {
  background-image: url('../images/1to2years.svg');
}

.digitaldentureindent._3plusyearsold.male.w--redirected-focus {
  box-shadow: none;
}

.digitaldentureindent.new {
  background-color: var(--light-blue);
  background-image: url('../images/New.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 93px;
  margin-bottom: 10px;
}

.digitaldentureindent.new:hover {
  background-color: #9cc7d3a1;
}

.digitaldentureindent.new.w--redirected-checked, .digitaldentureindent.twoyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.digitaldentureindent.threeyears {
  background-color: var(--medium-purple);
  background-image: url('../images/THREEplusyears.svg');
}

.digitaldentureindent.threeyears:hover {
  background-color: #a083b5a1;
}

.digitaldentureindent.threeyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.digitaldentureship {
  background-color: var(--light-blue);
  cursor: pointer;
  background-image: url('../images/ship.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 55px;
  border: 5px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.digitaldentureship:hover {
  background-color: #7f58e233;
}

.digitaldentureship.w--redirected-checked {
  border: 5px solid var(--royal-blue);
  background-color: #7f58e24d;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.digitaldentureship._3plusyearsold {
  background-color: var(--royal-blue);
  background-image: url('../images/THREEplusyears.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.digitaldentureship._3plusyearsold:hover {
  border-color: #7f58e233;
}

.digitaldentureship._3plusyearsold.w--redirected-checked {
  background-image: url('../images/New.svg');
  background-size: 50%;
}

.digitaldentureship._3plusyearsold.w--redirected-focus {
  box-shadow: none;
}

.digitaldentureship._3plusyearsold.male {
  background-image: url('../images/1to2years.svg');
}

.digitaldentureship._3plusyearsold.male.w--redirected-focus {
  box-shadow: none;
}

.digitaldentureship.new {
  background-color: var(--light-blue);
  background-image: url('../images/New.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 93px;
  margin-bottom: 10px;
}

.digitaldentureship.new:hover {
  background-color: #9cc7d3a1;
}

.digitaldentureship.new.w--redirected-checked, .digitaldentureship.twoyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.digitaldentureship.threeyears {
  background-color: var(--medium-purple);
  background-image: url('../images/THREEplusyears.svg');
}

.digitaldentureship.threeyears:hover {
  background-color: #a083b5a1;
}

.digitaldentureship.threeyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.description {
  color: var(--grey-2);
  text-align: left;
  width: 100%;
  margin-left: 208px;
  font-weight: 300;
  position: absolute;
  left: 117px;
}

.text-span-27 {
  color: var(--piiiink);
  font-size: 1.3em;
}

.div-block-59 {
  background-image: url('../images/DentPlanBrand1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.error-message-2 {
  background-color: var(--piiiink);
}

.text-block-46 {
  color: var(--white);
}

.brandicontop {
  background-image: url('../images/DentPlanCW.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
  position: relative;
  inset: 0% auto auto 0%;
}

.dentureset {
  background-color: var(--light-steel-blue);
  cursor: pointer;
  background-image: url('../images/1to2years.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 71px;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.dentureset:hover {
  background-color: #7f58e233;
}

.dentureset.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.dentureset._3plusyearsold {
  background-color: var(--royal-blue);
  background-image: url('../images/THREEplusyears.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.dentureset._3plusyearsold:hover {
  border-color: #7f58e233;
}

.dentureset._3plusyearsold.w--redirected-checked {
  background-image: url('../images/New.svg');
  background-size: 50%;
}

.dentureset._3plusyearsold.w--redirected-focus {
  box-shadow: none;
}

.dentureset._3plusyearsold.male {
  background-image: url('../images/1to2years.svg');
}

.dentureset._3plusyearsold.male.w--redirected-focus {
  box-shadow: none;
}

.dentureset.upper {
  background-color: var(--light-blue);
  background-image: url('../images/Upper.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 111px 41px;
  margin-bottom: 10px;
}

.dentureset.upper:hover {
  background-color: #9cc7d3a1;
}

.dentureset.upper.w--redirected-checked, .dentureset.twoyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.dentureset.threeyears {
  background-color: var(--medium-purple);
  background-image: url('../images/THREEplusyears.svg');
}

.dentureset.threeyears:hover {
  background-color: #a083b5a1;
}

.dentureset.threeyears.w--redirected-checked {
  border-width: 5px;
  border-color: var(--royal-blue);
}

.dentureset.upper-lower {
  background-image: url('../images/UpperLower.svg');
  background-size: auto 62px;
}

.dentureset.lower-only {
  background-color: var(--medium-purple);
  background-image: url('../images/Lower.svg');
  background-size: 110px;
}

.radiodentureset {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.radio-buttonteeth {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.radio-buttonteeth.genders {
  flex-direction: column;
}

.radio-buttons-condition {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.radio-buttons-condition.genders {
  flex-direction: column;
}

.form-qualifications-info {
  color: var(--grey-2);
  align-self: flex-start;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 40px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.form-info {
  background-color: #e5eff6;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 20px;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.div-block-60 {
  background-image: url('../images/InformationI_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 40px;
}

.page-title {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.headingpage {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 100px;
  padding-left: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 3.3em;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
}

.headingpage.a {
  text-align: left;
}

.title-image {
  background-image: url("https://cdn.prod.website-files.com/647e6220a6d9cfd2f608e5c1/652ff1c1cfd46c0cef452504_We'vegotyourDenturesCoveredAssistant.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 320px;
  position: relative;
}

.text-block-47 {
  color: var(--grey-2);
  font-family: Merriweather Sans, sans-serif;
  position: absolute;
  inset: auto 44% 15% auto;
}

.text-span-28 {
  color: var(--royal-blue);
  font-size: 22px;
}

.product-features-copy {
  z-index: 9999;
  position: relative;
}

.heading-16 {
  font-family: Merriweather Sans, sans-serif;
  font-weight: 400;
}

.div-block-61 {
  margin-left: 100px;
  margin-right: 100px;
}

.paragraph-11 {
  font-size: 17px;
}

.paragraph-12 {
  font-size: 14px;
  line-height: 24px;
}

.text-span-29 {
  font-size: 20px;
}

.div-block-62 {
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 26px;
  display: flex;
}

.text-field-5 {
  height: var(--formh);
  border: 1px solid var(--cornflower-blue);
  color: #59565612;
  border-radius: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.form-4 {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-top: 27px;
  display: flex;
}

.text-field-6 {
  height: var(--formh);
  border: 1px solid var(--cornflower-blue);
  border-radius: var(--form);
  margin-bottom: 20px;
}

.text-field-7 {
  height: var(--formh);
  border: 1px solid var(--cornflower-blue);
  border-radius: var(--form);
  outline-offset: 0px;
  outline: 3px #d9d9d9;
  margin-bottom: 20px;
}

.field-label-5 {
  color: var(--royal-blue);
  margin-bottom: 8px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.field-label-6, .field-label-7 {
  color: var(--royal-blue);
  margin-bottom: 8px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 400;
}

.text-field-box {
  border: 1px solid var(--cornflower-blue);
  color: #59565612;
  border-radius: 12px;
  height: 131px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.radio-button-3 {
  width: 38px;
  height: 34px;
  margin-left: 0;
  font-size: 14px;
}

.radio-button-label-3 {
  color: var(--royal-blue);
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
}

.radio-button-field-4 {
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.submit-button-3 {
  border-radius: 12px;
  align-self: center;
  width: 90%;
  height: 47px;
  margin-top: 20px;
  font-size: 20px;
}

.div-block-63 {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .section1 {
    background-position: 50% 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .brand {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .eye {
    min-width: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .homefeature {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: auto;
    max-width: none;
    margin-top: 0;
    top: 10%;
    left: auto;
  }

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

  .spaced.footer {
    text-align: center;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .headlinemain {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 3.7em;
    display: flex;
  }

  .headlinemain.s {
    width: auto;
    font-size: 2.6em;
  }

  .headlinemain.ex {
    font-size: 2.1em;
  }

  .headlinecover {
    justify-content: center;
    margin-top: 0;
    padding-right: 0;
    font-size: 1.3em;
    display: flex;
  }

  .headlinecover.a {
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    margin-left: 60px;
    font-size: 2.7em;
    line-height: 1em;
  }

  .headlinecover.b {
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-right: 0;
    font-size: 2.7em;
    line-height: 1em;
  }

  .headlinecover.c {
    align-items: center;
    width: auto;
    margin: 0 40px 10px;
    font-size: 1.9em;
    line-height: 1em;
  }

  .navbar3home {
    z-index: 90;
    justify-content: center;
    width: auto;
    top: 0;
    left: 0;
    overflow: visible;
  }

  .nav-menu-3 {
    z-index: 90;
    text-align: right;
    background-color: #ffffffb5;
    border: 2px solid #fff;
    border-radius: 2px;
    width: 130px;
    inset: 62% 0% auto auto;
    overflow: visible;
  }

  .nav-link {
    border-style: none none solid;
    border-color: #323349c9;
    border-radius: 1px;
    width: 165px;
    margin: 17px;
    padding: 6px 2px;
  }

  .menubutton3 {
    display: none;
    overflow: hidden;
  }

  .menubutton3.w--open {
    background-color: #413f3f00;
    overflow: visible;
  }

  .icon-2 {
    font-size: 65px;
  }

  .featureinset {
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 60px;
    margin-left: 0;
    padding: 0 20px 20px 0;
    display: flex;
    position: relative;
  }

  .div-block-6 {
    background-position: 50%;
  }

  ._3dconsult {
    justify-content: center;
    align-self: center;
    margin-top: 10px;
  }

  .button {
    margin-top: 42px;
  }

  .headingbottom {
    align-self: center;
    height: auto;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .subsectiontextblock {
    align-self: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
  }

  .heading-2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3em;
  }

  .profile-data {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-square {
    height: 320px;
    margin-bottom: 0;
  }

  .application-preview {
    background-position: 50%;
    background-size: contain;
    width: 700px;
    height: 550px;
  }

  .bookconsult {
    padding-top: 0;
    display: none;
  }

  .sectionheaderone {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bodycopygrey {
    margin-right: 0;
    font-size: 1.1em;
  }

  .grid3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .physicians {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    overflow: scroll;
  }

  .procedure-details {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .footergrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    height: auto;
    padding-top: 52px;
    padding-bottom: 40px;
  }

  .footertext {
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .socailmedia {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 71px 48px 122px;
    justify-content: center;
    justify-items: center;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .identitycompany {
    text-align: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }

  .link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-10 {
    flex-direction: row;
    margin-left: 0;
  }

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

  .div-block-12 {
    display: none;
  }

  .profileheader {
    margin-top: 0;
  }

  .profile-titleblock {
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .profile-header {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .tabsprofile {
    grid-template-columns: 1fr;
  }

  .profiletabmaster.w--current {
    justify-content: center;
  }

  .bodycopy {
    justify-content: center;
    margin-right: 0;
    font-size: 1.2em;
    display: flex;
  }

  .askme-button {
    width: 200px;
  }

  .reviews._2, .reviews._4 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .review-copy {
    text-align: center;
  }

  .reviews-2._2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sectionheadertwo {
    text-align: center;
    margin-left: 0;
  }

  .experience-copy {
    font-size: 1.3em;
  }

  .location {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
  }

  .container-6 {
    overflow: visible;
  }

  .container-7 {
    margin-top: 0;
  }

  .container-8 {
    grid-column-gap: 120px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-self: center;
    place-items: center;
    margin-top: 20px;
  }

  .form-frame {
    opacity: 1;
    background-color: #fff;
    background-image: none;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .form-frame.b, .form-frame.c {
    padding-left: 10%;
    padding-right: 10%;
  }

  .headline-white {
    text-align: center;
    justify-content: center;
    align-self: center;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 2.2em;
    display: flex;
  }

  .form-fielddiv {
    justify-content: center;
    width: 90%;
    height: 48px;
  }

  .instructions-link {
    text-align: center;
    align-self: center;
    width: 70%;
  }

  .form-field {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 90%;
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-16 {
    width: 500px;
  }

  .sectionredirect {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .section-upload {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
  }

  .instructionscopy.mobile {
    text-align: center;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 0;
    font-size: 1.3em;
  }

  .checkphone {
    height: 100vh;
    min-height: auto;
    padding-bottom: 0;
  }

  .button-left {
    justify-content: center;
  }

  .photohelpone {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
  }

  .text-span {
    font-size: 1.2em;
  }

  .prompttext {
    font-size: 1.3em;
  }

  .date {
    height: 100vh;
    min-height: auto;
    padding-bottom: 0;
  }

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

  .div-block-17 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 482px;
    height: 296px;
  }

  .headline-tall {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 2.2em;
    display: flex;
  }

  .buttonfield {
    justify-content: center;
    align-self: center;
    width: 50%;
    margin-top: 60px;
    padding-left: 20px;
    display: flex;
  }

  .phoneinstructions2 {
    flex-direction: column;
    grid-template-columns: .75fr 1fr;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0%;
    padding-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-copy {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .profilesection {
    height: auto;
    min-height: auto;
    padding-bottom: 20px;
  }

  ._3dembed {
    display: flex;
  }

  .contactmodal {
    opacity: 1;
    display: none;
    position: fixed;
  }

  .amaq {
    background-position: 50%;
    width: 300px;
    margin-top: 42px;
    margin-bottom: 0;
  }

  .mobile3dembed {
    display: none;
  }

  ._3dembedzone {
    background-image: linear-gradient(#0000, #0000);
    height: 600px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .research {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    display: flex;
  }

  .background2 {
    width: 100%;
    height: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .formtitletop {
    text-align: center;
    justify-content: center;
    align-self: center;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 0;
    font-size: 2.2em;
    display: flex;
  }

  .div-block-19 {
    display: none;
  }

  .qr-code {
    align-self: center;
  }

  .photohelp2 {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
  }

  .phoneinstructions3 {
    flex-direction: column;
    grid-template-columns: .75fr 1fr;
    align-items: center;
    width: 80%;
    height: 80%;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .photohelp3 {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
  }

  .phoneinstructions4 {
    flex-direction: column;
    grid-template-columns: .75fr 1fr;
    align-items: center;
    width: 80%;
    height: 80%;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .photohelp4 {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
  }

  .phoneinstructions5 {
    flex-direction: column;
    grid-template-columns: .75fr 1fr;
    align-items: center;
    width: 80%;
    height: 80%;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section2 {
    flex-direction: column;
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .paragraph-title {
    justify-content: center;
    margin-top: 0;
    font-size: 1.3em;
    display: flex;
  }

  .button-_pink {
    margin-top: 20px;
    margin-bottom: 96px;
  }

  .worldview {
    background-size: 90vw, auto;
  }

  .typesofprocedure {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .procedurecontainter.soon {
    opacity: .74;
  }

  .text-block-21 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .spaced-copy {
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .paragraph-copy {
    justify-content: center;
    margin-top: 0;
    font-size: 1.3em;
    display: flex;
  }

  .nav-menu-3-white {
    z-index: 90;
    text-align: right;
    background-color: #ffffffb5;
    border: 2px solid #fff;
    border-radius: 2px;
    width: 130px;
    inset: 62% 0% auto auto;
    overflow: visible;
  }

  .navbartext {
    background-color: var(--white);
    color: var(--midnight-blue);
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    display: flex;
  }

  .navbartext.h {
    background-color: var(--light-steel-blue);
    align-items: center;
    padding-bottom: 10px;
  }

  .navbar-3 {
    width: 100%;
  }

  .brand-3 {
    width: 141px;
    left: 10%;
  }

  .container-11 {
    align-items: center;
  }

  .nav-menu-5 {
    opacity: 1;
    color: var(--midnight-blue);
    background-color: #333333f2;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    height: 260px;
    margin-top: 69px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .icon-3 {
    color: var(--dk-cyan);
    text-align: center;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    width: 60px;
    height: 50px;
    margin-top: 0;
    font-size: 57px;
    display: flex;
  }

  .icon-3.page {
    color: var(--midnight-blue);
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 15px;
    display: flex;
    position: static;
    inset: 0% 10% 0% auto;
  }

  .menu-button.w--open {
    opacity: .58;
    background-color: #0000;
    align-items: flex-start;
    width: auto;
    height: 60px;
    margin-top: 0;
    padding-top: 0;
  }

  .product-features {
    align-self: center;
    position: relative;
  }

  .spaced-left {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .spaced-left.footer {
    text-align: center;
    height: auto;
    margin-right: 0;
    display: block;
  }

  .featureinset-2 {
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .section1page {
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    min-height: 1100px;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-copy {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3em;
    display: flex;
  }

  .button-pink {
    margin-top: 20px;
  }

  .product-callout {
    background-position: 50%;
  }

  .navbar-home {
    background-color: var(--f2f2ec);
    width: 100%;
  }

  .navbar-page {
    width: 100%;
  }

  .pageblockcoppy {
    align-self: center;
    align-items: center;
    height: 251px;
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
  }

  .heading-inset {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 1.5em;
  }

  .insettextslab {
    align-self: center;
    align-items: center;
    height: 300px;
    margin-top: 20px;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
  }

  .professional-title {
    justify-content: center;
    margin-top: 0;
    font-size: 1.3em;
    display: flex;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: end;
    margin-top: 10px;
  }

  .brandicon {
    margin-right: 10px;
  }

  .terms:hover {
    color: var(--white);
  }

  .terms-and-conditions-section {
    padding-top: 41px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 1.1;
  }

  .termssection, .privacy-policy {
    column-gap: 32px;
  }

  .brandtitleblock {
    background-image: url('../images/FERMIA-aiConsultLogo.png');
    background-position: 50%;
    align-self: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .photohelptwo, .photohelpthree {
    height: 100vh;
    min-height: auto;
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .photohelpfour, .notice, .interest-procedure {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
  }

  .calendly-embed {
    justify-content: center;
    width: 90%;
    height: 48px;
  }

  .summary {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
  }

  .photohelptwoa {
    height: 100vh;
    min-height: auto;
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .form-frame-copy {
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .form-frame-copy.b, .form-frame-copy.c {
    padding-left: 10%;
    padding-right: 10%;
  }

  .form-frame-copy {
    opacity: 1;
    background-color: #fff;
    background-image: none;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .form-frame-copy.b, .form-frame-copy.c {
    padding-left: 10%;
    padding-right: 10%;
  }

  .fermiheading {
    margin-top: 40px;
  }

  .button-white {
    margin-top: 42px;
  }

  .text-single-form.d {
    flex-direction: column;
  }

  .form {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .form.video {
    overflow: scroll;
  }

  .form.exp {
    grid-template-columns: 1fr;
    overflow: scroll;
  }

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

  .button-3 {
    margin-bottom: 20px;
  }

  .heading-6 {
    display: none;
  }

  .div-block-23 {
    flex-direction: column;
    align-items: center;
  }

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

  .profilesection-proof {
    height: auto;
    min-height: auto;
    padding-bottom: 40px;
  }

  .nav-link-2.m {
    justify-content: center;
    margin-right: 0;
  }

  .div-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .add-item.d {
    flex-direction: column;
  }

  .reviewlinks {
    text-align: center;
  }

  .caption {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .div-block-28 {
    margin-left: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .ios-app {
    background-size: contain;
    width: 244px;
    max-width: 244px;
    height: 44vh;
    inset: -21% 0% 0% 6%;
  }

  .div-block-29 {
    background-position: 50%;
    align-self: center;
    height: 48px;
  }

  .start_button {
    flex-direction: column;
    align-self: flex-end;
    align-items: flex-end;
  }

  .button-blue {
    align-self: flex-start;
    height: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 1.2em;
  }

  .featurepair._1 {
    min-height: 426px;
  }

  .paragraph-5 {
    font-size: 1.2em;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 0;
  }

  .div-block-33 {
    height: 300px;
    position: relative;
    top: 0;
  }

  .div-block-34 {
    margin-top: -75px;
  }

  .div-block-35 {
    text-align: center;
    margin-left: 0;
    left: 0;
  }

  .footercopybot, .footercopybot._2 {
    text-align: center;
  }

  .div-block-36 {
    text-align: center;
    width: 80%;
    margin-bottom: 64px;
    margin-right: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .featureintro {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    width: auto;
    max-width: none;
    margin-top: 20px;
    top: 10%;
    left: auto;
  }

  .text-block-36 {
    text-align: center;
    margin: 0 100px 20px;
    inset: auto 0% 3%;
  }

  .heading-copy {
    padding-left: 60px;
    font-size: 1.1em;
  }

  .subsection {
    flex-direction: column;
    flex: none;
    align-self: center;
    align-items: center;
    width: 90%;
    height: 500px;
  }

  .text-span-12 {
    text-align: center;
    justify-content: center;
    font-size: .8em;
    line-height: 1.1em;
  }

  .text-span-14 {
    line-height: 1.2em;
  }

  .contactregistration {
    height: 100vh;
    min-height: auto;
    padding-bottom: 40px;
    display: none;
  }

  .div-block-37 {
    align-items: center;
  }

  .div-block-38 {
    justify-content: center;
  }

  .div-block-39 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .div-block-41 {
    justify-content: center;
    margin-top: 20px;
  }

  .customer-service-button {
    top: -84px;
  }

  .smtext {
    padding-top: 0;
  }

  .dentkitsbrand {
    align-self: center;
    height: 98px;
  }

  .onecopy {
    align-self: flex-start;
    margin-left: 0;
    font-size: 1.2em;
  }

  .homepageheader {
    width: 83vw;
    height: 500px;
  }

  .text-block-38 {
    text-align: center;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .slider-2 {
    width: 90vw;
    height: 336px;
  }

  .text-span-18 {
    text-align: center;
    font-size: .8em;
  }

  .denturefeature-digital {
    background-position: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: auto;
    position: relative;
  }

  .headingtop-copy {
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.9em;
    position: static;
    top: -32%;
  }

  .heading-9 {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .div-block-44 {
    justify-content: center;
  }

  .div-block-46 {
    width: auto;
    padding-bottom: 20px;
  }

  .faqs {
    width: auto;
    height: 400px;
    margin-top: -27px;
  }

  .inset {
    border-radius: 10px;
    width: 500px;
    position: relative;
    top: 60px;
    left: 5%;
  }

  .qs {
    height: auto;
    min-height: 60px;
    line-height: 1.3;
  }

  .plus {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
  }

  .faqitems {
    max-width: 80vw;
  }

  .faq-q-text.lib {
    font-size: 1.1em;
  }

  .faq-a-text {
    font-size: .8em;
  }

  .faq-a-text.lib {
    margin-left: 20px;
    font-size: .9em;
  }

  .heading-blue {
    text-align: center;
  }

  .reviewsgrid {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .googlereview {
    background-size: cover;
    width: 175px;
    height: 175px;
  }

  .financecoverageoptions {
    align-self: center;
    margin-top: 0;
  }

  .paragraph-8 {
    margin-top: 80px;
    font-size: 1.1em;
  }

  .headingcoverage {
    margin-top: 40px;
    font-size: 1.9em;
  }

  .askmebutton {
    top: -28%;
    right: 0%;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-41 {
    font-size: 1em;
    line-height: 1.2em;
  }

  .financincoptionsgrid {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-2 {
    display: none;
  }

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .banner-h3 {
    font-size: 30px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .slide-banner {
    width: 100%;
    display: none;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-51 {
    text-align: center;
    align-items: center;
  }

  .replaceheader {
    background-position: 50% 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .slider-replace {
    width: 63vw;
    height: auto;
  }

  .start_buttonrenew {
    flex-direction: column;
    align-self: flex-end;
    align-items: flex-start;
    margin-top: 0;
  }

  .financincoptionsgridrenew {
    grid-column-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 500px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .headingcoveragep {
    align-self: center;
    padding-right: 0;
  }

  .textonteeth {
    width: auto;
    padding-bottom: 20px;
  }

  .denturefeatureleft {
    background-position: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: relative;
  }

  .card_base {
    width: 80%;
  }

  .text_features {
    font-size: 14px;
  }

  .topelevelexplainer {
    text-align: center;
    margin: 0 100px 20px;
    inset: auto 0% 3%;
  }

  .image-4 {
    max-width: 50px;
    max-height: 50px;
  }

  .image-5 {
    max-width: none;
    min-height: 50px;
    max-height: 50px;
  }

  .headline-offer {
    background-position: 50% 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  ._123grid {
    grid-template-columns: .75fr .75fr 1fr;
    margin-top: 0;
  }

  .twodiv {
    margin-top: 20px;
    margin-left: 0;
    padding-right: 0%;
  }

  .onediv {
    padding-right: 20px;
  }

  .threediv {
    margin-top: 40px;
    margin-left: 0;
    padding-right: 0%;
  }

  .heading-13 {
    width: 86%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.4em;
  }

  .sliderpannel {
    width: 100vw;
    height: 320px;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-54 {
    margin-top: -104px;
    margin-left: 0;
  }

  .subjheadcomparisson {
    text-align: center;
    flex-direction: column;
    align-self: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.5em;
    position: relative;
    top: -32%;
  }

  .subheadingcopy {
    margin-top: 40px;
    inset: 0% 0% auto;
  }

  .denturefeatureconventional {
    background-position: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
    height: auto;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .subsection-copy {
    flex-direction: column;
    flex: none;
    align-self: center;
    align-items: center;
    width: 90%;
    height: 500px;
    margin-top: 20px;
  }

  .heading-14 {
    width: 86%;
    margin-top: 0;
    font-size: 2.1em;
  }

  .sliderpannel-2 {
    justify-content: center;
    width: 100vw;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .slider-replace-copy {
    width: 77vw;
    height: auto;
  }

  .profilepicture.a {
    background-repeat: no-repeat;
    width: 224px;
  }

  .profilepicture.b {
    width: 222px;
  }

  .profile-name-town {
    font-size: 1.3em;
  }

  .profiledetails {
    font-size: 1em;
  }

  .headline-coverage {
    background-position: 50% 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .twodiv-copy {
    margin-top: 20px;
    margin-left: -20px;
    padding-right: 15%;
  }

  .headline-clean-scan {
    background-position: 50% 0;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .grad-heading {
    background-color: var(--dk-cyan);
    width: 500px;
  }

  .form-step {
    padding-top: 25%;
    padding-bottom: 25%;
    padding-right: 10%;
  }

  .form-step.radio {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .form-radio-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-input {
    width: 100%;
  }

  .radio-button-field-3 {
    margin-bottom: 30px;
  }

  .form-back {
    flex: 1;
  }

  .section-3 {
    padding: 100px 40px;
  }

  .section-3.grey {
    background-position: 50%;
    background-size: cover;
    align-self: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-area-2 {
    min-height: 300px;
    margin-right: 20px;
  }

  .form-3 {
    place-content: stretch center;
    width: auto;
    max-width: 90vw;
    display: flex;
  }

  .form-block {
    justify-content: center;
    max-width: none;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-area-wrapper {
    min-height: auto;
  }

  .bg-blob {
    bottom: 0%;
    left: -10%;
  }

  .form-button {
    width: 95%;
    min-height: 66px;
    margin-top: 44px;
    margin-right: 20px;
    position: relative;
  }

  .container {
    justify-content: center;
    align-self: center;
    width: auto;
    max-width: 100vw;
    display: flex;
  }

  .form-step-2 {
    justify-content: flex-start;
    align-items: center;
    max-width: 87vw;
    height: auto;
    margin-bottom: 0;
    margin-left: 10px;
    position: relative;
  }

  .form-step-2.last-step {
    padding-bottom: 0;
  }

  .form-slide {
    flex: none;
    width: 100%;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-slider {
    place-content: stretch center;
    width: auto;
    max-width: 90vw;
  }

  .form-mask {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .digitaldenturescan, .digitaldentureindent, .digitaldentureship {
    width: 90%;
  }

  .description {
    margin-left: 189px;
  }

  .brandicontop {
    align-self: center;
  }

  .page-title {
    background-color: var(--dk-cyan);
    width: 500px;
  }

  .headingpage {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .product-features-copy {
    align-self: center;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .section1 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .brand {
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .homefeature {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .spaced.title {
    font-size: 1.2em;
  }

  .headlinemain {
    font-size: 3.5em;
  }

  .headlinemain.s {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 2.4em;
  }

  .headlinemain.ex {
    text-align: center;
    font-size: 1.9em;
  }

  .headlinemain.es {
    font-size: 2.1em;
  }

  .headlinecover.a {
    margin-left: 85px;
    font-size: 2.9em;
    line-height: .9em;
  }

  .headlinecover.b {
    margin-top: -1px;
    margin-left: 85px;
    font-size: 3.1em;
    line-height: 1.3em;
  }

  .headlinecover.c {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 0;
    font-size: 2.9em;
    line-height: 1.1em;
  }

  .navbar3home {
    top: 0;
    left: 0%;
  }

  .nav-menu-3 {
    background-color: #ffffffcf;
    border-color: #fff;
    top: 52%;
  }

  .nav-link {
    border-bottom-color: #323349c9;
  }

  .featureinset {
    width: 80%;
    margin-top: 10px;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: .6em;
    line-height: 19.4em;
  }

  .div-block-6 {
    background-position: 0%;
    width: 100%;
  }

  ._3dconsult {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .headingbottom {
    text-align: center;
    flex-wrap: nowrap;
    align-self: center;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1em;
    top: 169px;
  }

  .subsectiontextblock {
    background-color: #0000;
    flex-direction: column;
    height: auto;
    margin-top: -69px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-2 {
    text-align: center;
    margin-right: 0;
    font-size: 1.2em;
  }

  .profile-data {
    margin-left: 20px;
    margin-right: 20px;
  }

  .feature-square {
    width: 300px;
    height: 300px;
  }

  .larger-textinset {
    font-size: 2.2em;
  }

  .header-allcap {
    font-size: .9em;
  }

  .smallfeaturetext {
    font-size: 1em;
  }

  .application-preview {
    background-position: 50%;
    background-size: contain;
    width: 500px;
    height: 400px;
  }

  .bookconsult {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bodycopygrey {
    text-align: center;
    margin-right: 0;
  }

  .physicians {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .procedure-details {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .socailmedia {
    grid-column-gap: 10px;
  }

  .profileheader {
    margin-top: 10px;
  }

  .profile-titleblock {
    margin-left: 0;
  }

  .bodycopy, .experience-copy {
    text-align: center;
    margin-right: 0;
    font-size: 1.2em;
  }

  .location {
    height: 300px;
  }

  .container-6 {
    max-width: 568px;
    display: block;
    overflow: hidden;
  }

  .container-8 {
    grid-column-gap: 60px;
    align-content: center;
  }

  .form-frame {
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 100%;
    min-width: 550px;
    height: 100vh;
    min-height: auto;
    margin-top: 0;
    padding-top: 0%;
    position: relative;
  }

  .form-frame.b, .form-frame.c {
    height: 100%;
  }

  .headline-white {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.9em;
    line-height: 1.5em;
  }

  .form-fielddiv {
    margin-top: 40px;
  }

  .form-fielddiv.form {
    align-items: flex-start;
    height: 260px;
    margin-bottom: 40px;
  }

  .form-fielddiv.form-copy {
    border-style: solid;
    align-items: flex-start;
    height: 300px;
  }

  .instructions-link {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-field {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .sectionredirect {
    min-width: 550px;
    min-height: 1122px;
    margin-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .instructionscopy.mobile {
    align-items: flex-end;
    margin-top: 20px;
    margin-left: 0;
    font-size: 1.2em;
  }

  .checkphone {
    min-width: 550px;
    min-height: 1122px;
    margin-top: 60px;
    display: none;
  }

  .button-left {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .photohelpone {
    width: 100%;
    min-width: 550px;
    height: 110vh;
    min-height: 1122px;
    padding-bottom: 0;
    display: block;
  }

  .prompttext {
    padding-left: 10px;
    font-size: 1.6em;
  }

  .date {
    margin-top: 140px;
    margin-bottom: 140px;
    display: block;
  }

  .datetime {
    width: 90%;
    height: 90%;
  }

  .headline-tall {
    font-size: 1.9em;
  }

  .buttonfield {
    width: 70%;
    height: 65px;
    margin-top: 40px;
    padding-left: 0;
  }

  .buttonfield.center {
    margin-top: 60px;
    margin-left: 0;
  }

  .buttonfield.fw {
    width: 60%;
    margin-left: 0;
  }

  .phoneinstructions2 {
    background-color: var(--midnight-blue-2);
    grid-template-columns: .5fr 1fr;
    width: 100%;
    min-width: 550px;
    height: 100vh;
    min-height: auto;
    margin-top: 0%;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .button-copy {
    width: 200px;
    height: 46px;
  }

  ._3dembed, .contactmodal {
    display: none;
  }

  .contactmodalframe {
    width: 98vw;
    padding-left: 20px;
  }

  .mobile3dembed {
    justify-content: center;
    align-items: flex-start;
    width: 360px;
    height: 300px;
    display: flex;
  }

  ._3dembedzone {
    background-image: none;
    align-self: center;
    width: 80%;
    height: 400px;
  }

  .research {
    padding-top: 20px;
  }

  .link-block {
    margin-bottom: 20px;
  }

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

  .text-span-3 {
    color: var(--purple-2);
  }

  .formtitletop {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    font-size: 2.2em;
    line-height: 1.4em;
  }

  .formtitletop.s {
    margin-top: 0;
    margin-bottom: 0;
  }

  .formtitletop.text {
    margin-top: 0;
    font-size: 1.9em;
  }

  .phoneinstructions3 {
    grid-template-columns: .5fr 1fr;
    width: 100%;
    height: 100%;
  }

  .phoneinstructions4, .phoneinstructions5 {
    grid-template-columns: .5fr 1fr;
    width: 90%;
    height: 90%;
  }

  .worldview {
    height: 50vh;
    max-height: 800px;
  }

  .text-block-20 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.3em;
  }

  .map, .procedures {
    padding-top: 40px;
  }

  .typesofprocedure {
    overflow: visible;
  }

  .procedurecontainter {
    width: 240px;
    min-width: 240px;
    padding-right: 36px;
  }

  .procedurecontainter.soon {
    width: 240px;
    min-width: 240px;
  }

  .spaced-copy {
    margin-top: 40px;
  }

  .nav-menu-3-white {
    background-color: #ffffffcf;
    border-color: #fff;
    top: 52%;
  }

  .navbartext {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .menu-button.w--open {
    opacity: 1;
  }

  .insettext {
    left: 5%;
  }

  .product-features {
    align-items: flex-start;
    margin-top: -101px;
    display: flex;
    position: relative;
  }

  .spaced-left.title {
    font-size: 1.2em;
  }

  .featureinset-2 {
    margin-top: 10px;
    margin-right: 0;
    padding-right: 20px;
  }

  .section1page {
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: auto;
    max-height: none;
  }

  .button-pink {
    margin-left: 40px;
    margin-right: 40px;
  }

  .product-callout {
    background-position: 0%;
    width: 100%;
  }

  .pageblockcoppy {
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-inset {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.1em;
  }

  .insettextslab {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid {
    margin-top: 20px;
  }

  .terms {
    margin-left: 0;
  }

  .terms-and-conditions-section {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .mblogoicon {
    margin-top: 49px;
  }

  .heading-4 {
    font-size: 26px;
  }

  .termssection, .privacy-policy {
    column-count: 1;
    column-rule-width: 54px;
    column-gap: 49px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    text-align: center;
    align-self: center;
  }

  .brandtitleblock {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .take3 {
    border: 1px solid var(--grey-2);
    background-size: 151px;
    width: 220px;
    height: 220px;
  }

  .photoframe {
    background-image: none;
    width: 90%;
    height: 600px;
    position: relative;
  }

  .text-block-23 {
    margin-top: 40px;
    font-size: 1.3em;
  }

  .photohelptwo {
    height: 100vh;
    margin-top: 60px;
    display: block;
  }

  .instructions-head {
    background-image: url('../images/Instructions-ONE.svg');
    width: 65%;
    height: 103px;
  }

  .instructions-head._2 {
    background-image: url('../images/Instructions-TWO.svg');
  }

  .instructions-head._3 {
    background-image: url('../images/Instructions-THREE.svg');
  }

  .fermia {
    background-image: url('../images/UIFERMIAlogo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 42%;
    height: 20px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .camera-controls {
    border: 1px solid var(--cornflower-blue);
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 90%;
    height: 100px;
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .exposurebutton {
    background-image: url('../images/UIcameraButtonPNG_1UIcameraButtonPNG.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    position: relative;
  }

  .cameraswap {
    background-image: url('../images/switch-cameraIcon_1switch cameraIcon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-top: 12px;
    margin-right: 24px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .photoplaceholder {
    background-image: url('../images/PlaceholderForward.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .photoplaceholder.left {
    background-image: url('../images/PlaceholderRight.png');
  }

  .photoplaceholder.right {
    background-image: url('../images/PlaceholderLeft.png');
    background-position: 50%;
    background-size: contain;
  }

  .photoguide {
    background-image: url('../images/PHOTOovalLeft_2.svg');
    background-position: 50% 44%;
    background-repeat: no-repeat;
    background-size: 69%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .photoguide.left {
    background-image: url('../images/UILeftArrow.svg');
    background-position: 0 43%;
    background-size: 20%;
  }

  .photoguide.right {
    background-image: url('../images/PHOTOovalRight_1.svg');
    background-position: 63%;
    background-size: auto 74%;
  }

  .photoguide-oval {
    background-image: url('../images/FaceOval-DOTS.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 68% 73%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .photoguide-oval.left {
    background-image: url('../images/InstructionsOVALleftlines.svg');
    background-position: 37%;
    background-size: auto 74%;
  }

  .photohelpthree, .photohelpfour {
    height: 110vh;
    margin-top: 60px;
    display: block;
  }

  .animationplaceholder {
    background-image: url('../images/AnimationPlaceholder.png');
    background-position: 50%;
    background-size: auto;
    width: 70%;
    height: 500px;
    position: relative;
  }

  .notice {
    min-height: 800px;
    margin-top: 108px;
    padding-bottom: 0;
    display: block;
  }

  .fermia-brandheader {
    background-image: url('../images/UIFERMIAlogo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 47%;
    height: 40px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: absolute;
    inset: 5% 25% 0%;
  }

  .pulldown {
    background-image: url('../images/PullDownArrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    margin-left: 14px;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .interest-procedure {
    min-width: 550px;
    min-height: auto;
    margin-top: 60px;
    padding-bottom: 0;
    display: block;
  }

  .calendly-embed {
    background-image: url('../images/Calendly-embed.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%;
    height: 800px;
  }

  .calendly-embed.form {
    align-items: flex-start;
    height: 300px;
  }

  .summary {
    min-width: 550px;
    min-height: auto;
    margin-top: 21px;
    padding-bottom: 0;
    display: block;
  }

  .text-span-4 {
    color: var(--cornflower-blue);
  }

  .text-span-5 {
    color: #4976f2;
  }

  .link-block-3 {
    text-align: center;
    align-self: center;
  }

  .text-span-6, .text-span-7 {
    color: var(--cornflower-blue);
  }

  .photohelptwoa {
    height: 100vh;
    margin-top: 60px;
    display: block;
  }

  .yes {
    background-image: url('../images/CheckOKtext.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 50px;
    height: 100px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .no-retake {
    background-image: url('../images/CheckNOtext.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 50px;
    height: 100px;
    margin-left: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form-frame-copy {
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 100%;
    min-width: 550px;
    height: 100vh;
    min-height: 1122px;
    margin-top: 0;
    padding-top: 0%;
    position: relative;
  }

  .form-frame-copy.b, .form-frame-copy.c {
    height: 100%;
  }

  .form-frame-copy {
    background-color: #c9d6eb61;
    background-image: linear-gradient(to bottom, var(--light-steel-blue), white);
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 100%;
    min-width: 550px;
    height: 100vh;
    min-height: 1000px;
    margin-top: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
  }

  .form-frame-copy.b, .form-frame-copy.c {
    height: 100%;
  }

  .div-block-22 {
    background-image: url('../images/FERMIABOT2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: center;
    width: 240px;
    height: 240px;
    margin-bottom: 21px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .utility-page-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-24 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
    line-height: 2.2em;
  }

  .image {
    max-width: 80%;
  }

  .text-block-25 {
    overflow: visible;
  }

  .heading-6 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.9em;
    line-height: 1.5em;
    display: block;
  }

  .nav-link-2.m {
    margin-right: 0;
  }

  .bottom-navigation-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sitelinkfooter {
    padding-left: 10px;
  }

  .sitelinks {
    margin-left: 0;
  }

  .caption {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .grid-2 {
    grid-column-gap: 26px;
    grid-row-gap: 30px;
    grid-template-rows: minmax(auto, .75fr) auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ios-app {
    background-position: 47%;
    background-size: contain;
    height: 42vh;
    position: relative;
    top: -19%;
    left: 0%;
    right: 0%;
  }

  .start_button {
    align-self: center;
    align-items: center;
    margin-top: 10px;
    top: 134px;
  }

  .button-blue {
    margin-bottom: 10px;
  }

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

  .featurepair._1, .featurepair._2, .featurepair._3, .featurepair._4, .featurepair._5, .featurepair._6, .featurepair._7, .featurepair._8, .featurepair._9, .featurepair._10, .featurepair._12, .featurepair._13 {
    min-height: 336px;
  }

  .paragraph-5 {
    font-size: 1.1em;
  }

  .featureintro {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .text-block-36 {
    margin-bottom: 122px;
    display: none;
    inset: auto 0% 0%;
  }

  .heading-copy {
    text-align: center;
    flex-wrap: nowrap;
    align-self: center;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1em;
  }

  .subsection {
    width: 90vw;
    height: 400px;
    margin-top: 0;
  }

  .instructions-approve {
    background-image: url('../images/InstructionsReview-Picture.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 53%;
    height: 75px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-span-13 {
    color: var(--piiiink);
    font-size: 2.5em;
  }

  .text-span-14 {
    font-family: Montserrat, sans-serif;
    font-size: .6em;
    line-height: 1.2em;
  }

  .text-span-16 {
    font-size: .6em;
  }

  .contactregistration {
    min-width: 550px;
    min-height: 1122px;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-span-17 {
    font-size: .6em;
  }

  .html-embed-3 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .onecopy {
    font-size: 1.1em;
  }

  .slide._1 {
    height: auto;
    line-height: 29px;
  }

  .headingtop-copy {
    text-align: center;
    flex-wrap: nowrap;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.6em;
  }

  .heading-9 {
    margin-left: 0;
    font-size: 1.7em;
  }

  .faqs {
    margin-top: 0;
    display: none;
  }

  .text-block-6 {
    line-height: 1.3;
  }

  .chapterbutton {
    justify-content: center;
    align-self: center;
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
    position: relative;
  }

  .faq-q-text.lib {
    font-size: 1.1em;
  }

  .c-faq-a-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-faq-a-text.lib {
    align-items: center;
    position: relative;
  }

  .c-faq-a {
    position: relative;
  }

  .faq-a-text.lib {
    font-size: .9em;
  }

  .videoreviews {
    display: none;
  }

  .heading-blue {
    margin-left: 0;
    font-size: 1.7em;
  }

  .reviewsgrid {
    grid-template-rows: auto auto auto auto;
  }

  .financecoverageoptions {
    margin-top: 20px;
  }

  .financeoptions1, .financeoptions2, .financeoptions3 {
    height: auto;
    padding-bottom: 40px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .benefit-icons {
    width: 150px;
    height: 150px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .financincoptionsgrid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .html-embed-5 {
    justify-content: center;
    display: flex;
  }

  .video-2 {
    display: block;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .button-wrapper {
    display: none;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .replaceheader {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .start_buttonrenew {
    align-self: center;
    align-items: center;
    margin-top: 10px;
    top: 134px;
  }

  .financincoptionsgridrenew {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .financeoptions1renew, .financeoptions2renew {
    height: auto;
    padding-bottom: 40px;
  }

  .card_base {
    margin-bottom: 60px;
  }

  .topelevelexplainer {
    margin-bottom: 122px;
    display: none;
    inset: auto 0% 0%;
  }

  .headline-offer {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .one {
    width: 50px;
  }

  .twodiv {
    margin-left: 0;
  }

  .two {
    width: 50px;
  }

  .onediv {
    margin-top: -10px;
    padding-right: 0%;
  }

  .threediv {
    margin-top: 40px;
    margin-left: 0;
    padding-right: 0%;
  }

  .three {
    width: 50px;
  }

  .heading-13 {
    font-size: 2.1em;
  }

  .text-span-23 {
    font-size: 1em;
  }

  .subjheadcomparisson {
    text-align: center;
    flex-wrap: nowrap;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4em;
  }

  .subsection-copy {
    width: 90vw;
    height: 400px;
    margin-top: 0;
  }

  .heading-14 {
    width: 90%;
    font-size: 1.8em;
    line-height: 1.1em;
  }

  .div-block-55 {
    margin-left: 0;
  }

  .profilepicture.a {
    background-size: cover;
    width: 176px;
    height: 177px;
  }

  .profilepicture.b {
    background-size: cover;
    width: 168px;
    height: 177px;
  }

  .headline-coverage {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .twodiv-copy {
    margin-left: 0;
  }

  .headline-clean-scan {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .grad-heading {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .text-alert {
    font-size: 16px;
    line-height: 16px;
  }

  .radio-label {
    font-size: 20px;
    line-height: 20px;
  }

  .input-label {
    font-size: 36px;
    line-height: 36px;
  }

  .radio-button-field-3 {
    margin-bottom: 20px;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .section-3 {
    padding: 40px 20px;
  }

  .section-3.grey {
    background-position: 50%;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-block {
    padding: 40px 40px 50px;
  }

  .bg-blob {
    display: none;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .button-4 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .bg-blob-top {
    width: 70%;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step-2 {
    height: 100%;
  }

  .form-slide {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-heading {
    font-size: 24px;
  }

  .description {
    margin-left: 112px;
  }

  .radio-buttonteeth {
    flex-direction: column;
  }

  .radio-buttonteeth.genders {
    flex-direction: row;
  }

  .radio-buttons-condition {
    flex-direction: column;
  }

  .radio-buttons-condition.genders {
    flex-direction: row;
  }

  .page-title {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .headingpage {
    margin-left: 0;
    font-size: 1.7em;
  }

  .product-features-copy {
    align-items: flex-start;
    margin-top: -101px;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .section1 {
    opacity: 1;
    background-size: 740px;
    height: 61vh;
    min-height: 615px;
  }

  .brand {
    margin-top: 20px;
    margin-left: 10px;
  }

  .eye {
    min-width: 260px;
    min-height: 260px;
  }

  .homefeature {
    grid-template-columns: 1fr;
  }

  .spaced {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spaced.a {
    font-size: 16px;
  }

  .spaced.footer {
    margin-bottom: 20px;
  }

  .spaced.title {
    font-size: 16px;
  }

  .headlinemain {
    text-align: center;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.5em;
  }

  .headlinemain.s {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2em;
  }

  .headlinemain.ex {
    font-size: 1.6em;
  }

  .headlinemain.profileheader {
    font-size: 2.3em;
  }

  .headlinecover {
    text-align: center;
    align-self: center;
    max-width: none;
    margin-left: 0;
    padding: 0;
    font-size: 1.4em;
  }

  .headlinecover.a {
    justify-content: flex-start;
    margin-left: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.4em;
    line-height: 1em;
  }

  .headlinecover.b {
    margin-top: 26px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .headlinecover.c {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.4em;
    line-height: 1.1em;
  }

  .navbar3home {
    width: auto;
  }

  .nav-menu-3 {
    z-index: 12;
    float: left;
    clear: none;
    background-color: #ffffffe8;
    position: absolute;
    inset: 44% 0% auto auto;
  }

  .nav-link {
    border-bottom-color: #323349c9;
  }

  .menubutton3 {
    padding-top: 0;
  }

  .menubutton3.w--open {
    float: right;
    clear: none;
  }

  .icon-2 {
    margin-top: 15px;
    font-size: 55px;
  }

  .featureinset {
    width: 284px;
    max-height: 486px;
    margin-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 10px 0 0;
  }

  .div-block-6 {
    background-position: 50%;
    width: 90%;
    height: 147px;
  }

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

  .paragraph-2 {
    text-align: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    width: 320px;
    margin-top: 20px;
  }

  .headingbottom {
    width: auto;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8em;
    line-height: 1.4em;
    inset: auto 5% 0%;
  }

  .subsectiontextblock {
    height: auto;
    margin-top: 0;
    display: none;
  }

  .heading-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2em;
  }

  .profile-data {
    grid-template-rows: auto auto auto;
    width: auto;
    max-width: none;
    margin-top: 22px;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-square {
    height: 300px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .smallfeaturetext {
    font-size: 1.1em;
  }

  .application-preview {
    background-position: 50%;
    background-size: contain;
    width: 98%;
    height: 300px;
    margin-top: 0;
  }

  .bookconsult {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sectionheaderone {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bodycopygrey {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1em;
  }

  .youtube {
    margin-top: 42px;
  }

  .grid3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider {
    display: none;
  }

  .physicians {
    grid-row-gap: 26px;
    align-self: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .physicianlink, .physicianlink._5 {
    width: 157px;
  }

  .procedure-details {
    grid-template-rows: auto auto auto auto;
    min-width: 360px;
    overflow: scroll;
  }

  .footertext {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .socailmedia {
    margin-bottom: 20px;
  }

  .profilebuttons {
    display: none;
  }

  .tab-pane-tab-1 {
    width: 375px;
  }

  .profileheader {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-titleblock {
    margin-top: 0;
    margin-left: 0;
  }

  .profile-header {
    grid-template-columns: 1fr;
  }

  .tabsprofile {
    justify-items: center;
  }

  .tabs-menu {
    width: 90vw;
    padding-left: 0;
  }

  .profiletabmaster.w--current {
    justify-content: flex-start;
  }

  .tabs-content, .tab-pane-tab-2, .tab-pane-tab-3 {
    width: 375px;
  }

  .tab-pane-tab-4 {
    background-position: 0%;
    width: 375px;
  }

  .tab-pane-tab-5 {
    width: 375px;
  }

  .bodycopy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
  }

  .sectionheadertwo {
    margin-top: 32px;
  }

  .experience-copy {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1em;
  }

  .location {
    height: 360px;
    display: none;
  }

  .html-embed {
    height: 375px;
    overflow: scroll;
  }

  .container-6 {
    max-width: 375px;
    overflow: hidden;
  }

  .container-7 {
    max-width: 414px;
  }

  .container-8 {
    grid-column-gap: 20px;
    max-width: 414px;
    margin-top: 0;
    padding-left: 20px;
  }

  .form-frame {
    background-color: #0000;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 340px;
    height: 100vh;
    min-height: 1000px;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .form-frame.b, .form-frame.c {
    justify-content: center;
    min-width: 386px;
    height: 90%;
    min-height: 700px;
  }

  .headline-white {
    text-align: center;
    margin-top: 10px;
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .form-fielddiv {
    border-style: solid;
    border-width: 2px 1px 3px;
    border-color: var(--light-steel-blue);
    background-color: var(--white);
    border-radius: 11px;
    width: 100%;
    margin-top: 20px;
  }

  .form-fielddiv.form {
    height: 260px;
  }

  .form-fielddiv.form-copy {
    border: 3px solid var(--light-steel-blue);
    border-radius: 20px;
    height: 260px;
    padding-left: 10px;
  }

  .instructions-link {
    width: 90%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2em;
  }

  .form-field {
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-16 {
    background-size: auto 51%;
    width: 367px;
  }

  .sectionredirect {
    min-width: 360px;
    height: 100vh;
    min-height: 700px;
    margin-top: 0;
  }

  .instructionscopy.mobile {
    margin-top: 20px;
  }

  .checkphone {
    object-fit: fill;
    justify-content: center;
    min-width: 360px;
    height: 90vh;
    min-height: 700px;
    padding-top: 0%;
    display: none;
  }

  .button-left {
    width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .photohelpone {
    min-width: 360px;
    height: 100vh;
    min-height: 1000px;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .text-span {
    font-size: 1.1em;
  }

  .prompttext {
    font-size: 1.2em;
  }

  .date {
    flex-direction: column;
    align-self: auto;
    min-width: 360px;
    height: 100vh;
    min-height: 900px;
    margin-top: 140px;
  }

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

  .div-block-17 {
    background-position: 0%;
    width: 414px;
  }

  .headline-tall {
    text-align: center;
    margin-top: 10px;
    font-size: 2.2em;
  }

  .buttonfield {
    width: 100%;
    min-height: 50px;
    margin-top: 40px;
    margin-left: 0;
  }

  .buttonfield.fw {
    width: 260px;
  }

  .phoneinstructions2 {
    grid-row-gap: 0px;
    background-color: var(--midnight-blue-2);
    background-image: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 360px;
    height: 100vh;
    min-height: 1000px;
    margin-top: 10%;
    padding-top: 0%;
    padding-bottom: 5%;
  }

  .button-copy {
    width: 200px;
    height: 46px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    font-size: 1.2em;
  }

  .contactmodal {
    display: none;
  }

  .closebutton {
    width: 30px;
    height: 30px;
  }

  .form-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-18 {
    margin-left: 10px;
    padding-left: 0;
  }

  .contactmodalframe {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 700px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  ._3dembedzone {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

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

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

  .formtitletop {
    text-align: center;
    justify-content: center;
    margin: 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8em;
    line-height: 1.3em;
  }

  .formtitletop.s {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
  }

  .formtitletop.text {
    font-size: 1.2em;
  }

  .photohelp2 {
    padding-bottom: 0;
  }

  .phoneinstructions3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .photohelp3 {
    padding-bottom: 0;
  }

  .phoneinstructions4, .phoneinstructions5 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .paragraph-title {
    text-align: center;
    max-width: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .button-_pink {
    width: 100%;
    height: 47px;
    font-size: 1.3em;
  }

  .worldview {
    background-position: 50%;
    background-size: auto;
    height: 25vh;
  }

  .text-block-20 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3em;
  }

  .procedures {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .typesofprocedure {
    grid-template-columns: 1fr;
  }

  .procedurecontainter {
    margin-top: 40px;
    padding-right: 20px;
  }

  .procedurecontainter.soon {
    margin-top: 40px;
  }

  .procedure-icon.wrinkles {
    height: 180px;
    min-height: 180px;
  }

  .proceduredescription {
    width: 100%;
    font-size: 1.2em;
  }

  .text-block-21 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.3em;
  }

  .spaced-copy {
    text-align: center;
    margin-top: 40px;
  }

  .paragraph-copy {
    text-align: center;
    max-width: none;
    font-size: 1.1em;
  }

  .nav-menu-3-white {
    z-index: 12;
    float: left;
    clear: none;
    background-color: #ffffffe8;
    position: absolute;
    inset: 44% 0% auto auto;
  }

  .navbar-3 {
    align-items: center;
  }

  .brand-3 {
    width: 112px;
    margin-top: 10px;
  }

  .brand-3.w--current {
    margin-top: 0;
  }

  .nav-menu-5 {
    z-index: 999;
    background-color: #333333bf;
    margin-top: 100px;
  }

  .icon-3 {
    align-self: center;
    margin-top: 0;
  }

  .icon-3.page {
    align-self: center;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .insettext {
    top: 8%;
    left: 5%;
    right: 5%;
  }

  .product-features {
    margin-top: 0;
  }

  .spaced-left {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spaced-left.a, .spaced-left.title {
    font-size: 16px;
  }

  .featureinset-2 {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section1page {
    opacity: 1;
    background-position: 0 0;
    padding-top: 10px;
  }

  .paragraph-copy {
    text-align: center;
    max-width: none;
    margin-left: 0;
    padding-right: 20px;
    font-size: 1em;
  }

  .product-callout {
    background-position: 50%;
    background-size: 260px 200px;
    align-self: center;
    width: 90%;
    height: 147px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-home {
    background-color: var(--f2f2ec);
    align-items: center;
    height: 100px;
  }

  .navbar-page {
    align-items: center;
  }

  .pageblockcoppy {
    height: 300px;
    margin-top: 20px;
  }

  .heading-inset {
    font-size: 1.3em;
    line-height: 1.6em;
  }

  .insettextslab {
    height: 200px;
    margin-top: 0;
  }

  .professional-title {
    text-align: center;
    max-width: none;
    font-size: 1.1em;
  }

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

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: center;
    margin-top: 0;
  }

  .brandicon {
    align-self: flex-start;
    align-items: flex-start;
    width: 236px;
    height: 62px;
    display: flex;
  }

  .terms-and-conditions-section {
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mblogoicon {
    margin-top: 33px;
  }

  .heading-4 {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 27px;
  }

  .termssection, .privacy-policy {
    column-count: 1;
    column-rule-width: 46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .brandtitleblock {
    background-image: url('../images/FERMIA-BOT-graduations.png');
    background-size: contain;
    width: 238px;
    height: 205px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 0;
  }

  .take3 {
    outline-color: var(--grey-2);
    outline-offset: 0px;
    background-size: 151px;
    outline-width: 1px;
    outline-style: solid;
    align-self: center;
    width: 220px;
    height: 220px;
  }

  .photoframe {
    background-image: none;
    width: 82%;
    height: 480px;
  }

  .text-block-23 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 2.7em;
  }

  .photohelptwo {
    min-width: 360px;
    height: 90vh;
    min-height: 1000px;
    margin-top: 40px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .instructions-head {
    background-image: url('../images/FACEforward.png');
    width: 72%;
    height: 107px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .instructions-head._2 {
    background-image: url('../images/FACERight.png');
    width: 75%;
  }

  .instructions-head._3 {
    background-image: url('../images/Instructions-THREE.svg');
    width: 75%;
  }

  .fermia {
    opacity: .61;
    width: 35%;
    height: 20px;
  }

  .camera-controls {
    border-style: none;
    height: 98px;
    margin-top: 20px;
  }

  .exposurebutton {
    background-size: contain;
    width: 70px;
    height: 70px;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cameraswap {
    background-image: url('../images/SwitchCameraIcon_1SwitchCameraIcon.png');
    width: 40px;
    height: 40px;
  }

  .photoplaceholder {
    background-size: contain;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .photoplaceholder.right {
    background-position: 50%;
    background-size: cover;
  }

  .photoguide {
    background-image: url('../images/PHOTOovalLeft_2.svg');
    background-position: 50% 44%;
    background-size: 265px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .photoguide.right {
    background-image: url('../images/PHOTOovalRight_1.svg');
    background-position: 75%;
    background-size: 265px;
  }

  .photoguide-oval {
    background-image: url('../images/PhotoOvalW.png');
    padding-bottom: 0;
    padding-right: 0;
  }

  .photoguide-oval.left {
    background-image: url('../images/InstructionsOVALleftlines.svg');
    background-position: 24%;
    background-size: 286px;
  }

  .photohelpthree {
    min-width: 360px;
    height: 100vh;
    min-height: 1000px;
    margin-top: 60px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .photohelpfour {
    min-width: 360px;
    height: 100vh;
    min-height: 1000px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .animationplaceholder {
    background-size: cover;
    width: 287px;
    height: 287px;
  }

  .notice {
    min-width: 360px;
    height: 100vh;
    min-height: 900px;
  }

  .fermia-brandheader {
    width: 195px;
  }

  .fermia-brandheader.top {
    position: static;
  }

  .interest-procedure {
    min-width: 360px;
    height: 100vh;
    min-height: 900px;
  }

  .calendly-embed {
    border-width: 4px;
    width: 100%;
    height: 600px;
    margin-top: 20px;
  }

  .summary {
    min-width: 360px;
    height: 100vh;
    min-height: 900px;
    margin-top: 20px;
  }

  .photohelptwoa {
    min-width: 360px;
    height: 90vh;
    min-height: 1000px;
    margin-top: 40px;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .yes {
    background-image: url('../images/CheckOKtext.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 56px;
    height: 90px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .no-retake {
    background-image: url('../images/CheckNOtext.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 56px;
    height: 90px;
    margin-left: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .form-frame-copy.c {
    justify-content: center;
    min-width: 386px;
    height: 90%;
    min-height: 650px;
  }

  .form-frame-copy {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 360px;
    height: 100vh;
    min-height: 900px;
    padding-top: 0%;
    position: static;
  }

  .form-frame-copy.b, .form-frame-copy.c {
    justify-content: center;
    min-width: 386px;
    height: 90%;
    min-height: 700px;
  }

  .div-block-22 {
    background-image: url('../images/FERMIA-BOT-Background.png');
    background-position: 50%;
    background-size: contain;
  }

  .heading-5 {
    font-size: 2em;
    line-height: 2em;
  }

  .text-block-24 {
    line-height: 1.7em;
  }

  .fermiheading {
    font-size: 2em;
    line-height: 2em;
  }

  .video {
    margin-top: 40px;
  }

  .button-white {
    width: 260px;
    margin-top: 20px;
  }

  .heading-6 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
  }

  .loginlink {
    width: 120px;
  }

  .nav-link-2.m {
    flex-direction: row;
    align-items: center;
    width: 100px;
    height: auto;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bottom-navigation-block {
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .sitelinkfooter {
    padding-bottom: 10px;
  }

  .sitelinks {
    border-bottom: 1px solid #edd079;
    border-left-style: none;
  }

  .consult-image.a {
    align-self: center;
    width: 90vw;
  }

  .consult-image.b, .consult-image.c {
    width: 90vw;
  }

  .grid-2 {
    height: auto;
    padding: 20px 0;
  }

  .ios-app {
    width: 213px;
    max-width: 213px;
    height: 37vh;
    max-height: 300px;
    top: -21%;
  }

  .start_button {
    margin-top: 0;
    margin-left: 0;
  }

  .button-blue {
    width: 88%;
    height: 46px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 10px;
  }

  .featurepair._1 {
    min-height: 234px;
    max-height: 234px;
    overflow: scroll;
  }

  .featurepair._2, .featurepair._3, .featurepair._4, .featurepair._5, .featurepair._6, .featurepair._7, .featurepair._8, .featurepair._9, .featurepair._10, .featurepair._12, .featurepair._13 {
    min-height: 234px;
    max-height: 234px;
  }

  .div-block-32 {
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .heading-7 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2em;
    line-height: .9em;
  }

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

  .grid-3 {
    grid-template-rows: 36%;
    justify-items: center;
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-33 {
    background-position: 74%;
    max-width: 80%;
    top: 0;
    left: 14%;
  }

  .div-block-34 {
    width: 90%;
    margin-top: -77px;
  }

  .div-block-35 {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .footercopybot {
    justify-content: center;
    width: auto;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.2em;
    display: flex;
  }

  .footercopybot._2 {
    width: auto;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.2em;
    line-height: 1.6em;
  }

  .div-block-36 {
    align-items: flex-start;
    width: auto;
    margin-bottom: 40px;
  }

  .featureintro {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .heading-copy {
    font-size: 1em;
    line-height: 2em;
  }

  .text-block-36 {
    display: none;
  }

  .heading-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    line-height: 1.7em;
  }

  .brandicondark {
    align-self: flex-start;
    align-items: flex-start;
    width: 209px;
    height: 55px;
    display: flex;
  }

  .subsection {
    height: 356px;
    margin-top: 40px;
  }

  .text-span-10 {
    color: var(--piiiink);
    font-size: 2.1em;
  }

  .instructions-approve {
    background-image: url('../images/FACEReviewPicture.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 65%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text-span-13 {
    font-size: 2.6em;
  }

  .heading-8 {
    text-align: center;
    line-height: 1em;
  }

  .text-span-16 {
    line-height: .8em;
  }

  .contactregistration {
    min-width: 360px;
    height: 100vh;
    min-height: 1000px;
    margin-top: 0;
  }

  .smtext {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .dentkitsbrand {
    width: 271px;
    margin-top: -97px;
  }

  .onecopy {
    margin-top: 0;
    font-size: .8em;
  }

  .homepageheader {
    width: 83vw;
    height: 342px;
  }

  .text-block-38 {
    text-align: left;
    margin-left: 20px;
    font-family: Merriweather Sans, sans-serif;
    font-size: .8em;
    font-weight: 300;
    line-height: 1.4em;
  }

  .slide._1 {
    height: auto;
    margin-top: 0;
  }

  .slider-2 {
    height: 300px;
    padding-right: 10px;
  }

  .denturefeature-digital {
    background-size: contain;
    width: 90%;
  }

  .headingtop-copy {
    justify-content: flex-start;
    width: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .heading-9 {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 1.1em;
  }

  .div-block-46 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .inset {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 290px;
    left: 0%;
    right: 0%;
  }

  .qs {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .chapterbutton {
    justify-content: center;
    align-self: stretch;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    position: relative;
  }

  .c-faq-q-text {
    padding-right: 10px;
    font-size: .8em;
    line-height: 1.2em;
  }

  .c-faq-q {
    background-color: var(--white);
    border-top: 3px solid #26a8df;
    border-radius: 0;
  }

  .faq-q-text {
    line-height: 1.4em;
  }

  .faq-q-text.lib {
    color: #fff;
    margin-left: 6px;
    font-size: .9em;
    font-weight: 300;
  }

  .c-faq-a-text {
    padding-left: 10px;
  }

  .faq-a-text {
    font-size: .6em;
  }

  .faq-a-text.lib {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: .7em;
  }

  .heading-blue {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviewsgrid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .iconblock.b, .iconblock.a, .iconblock.c, .iconblock.d, .iconblock.e {
    width: 120px;
    height: 120px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .slider-4 {
    height: auto;
    min-height: 80vh;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .form-content {
    width: 100%;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .form-paragraph-2 {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .form-wrap.extra-space {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 300;
  }

  .slider-right {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .form-section-title {
    font-family: Merriweather, serif;
    font-size: 2em;
    line-height: 1.3em;
  }

  .replaceheader {
    opacity: 1;
    background-size: 740px;
    height: 61vh;
    min-height: 615px;
  }

  .slider-replace {
    background-position: 50% 0;
    align-self: center;
    height: 280px;
  }

  .start_buttonrenew {
    margin-top: 0;
    top: 10px;
  }

  .start_buttonrenew.a {
    margin-right: 20px;
  }

  .financincoptionsgridrenew {
    grid-template-rows: auto auto;
  }

  .headingcoveragep {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .denturefeatureleft {
    background-size: contain;
  }

  .card_base {
    text-align: center;
    width: 84%;
    margin-bottom: 40px;
    padding: 20px;
  }

  .h1_features {
    font-size: 1.4em;
  }

  .text_features {
    font-size: 13px;
    line-height: 23px;
  }

  .topelevelexplainer {
    display: none;
  }

  .paragraph-10 {
    font-size: 12px;
  }

  .headline-offer {
    opacity: 1;
    background-size: 740px;
    height: 61vh;
    min-height: 615px;
  }

  ._123grid {
    grid-column-gap: 6px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .one {
    width: 30px;
    height: 50px;
  }

  .twodiv {
    margin-left: 0;
    padding-right: 0%;
  }

  .two {
    width: 30px;
    height: 50px;
  }

  .onediv {
    margin-top: -10px;
    padding-right: 0%;
  }

  .threediv {
    margin-top: 40px;
    margin-left: 0;
    padding-right: 0%;
  }

  .three {
    width: 30px;
    height: 50px;
  }

  .heading-13 {
    width: 97%;
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .text-span-23 {
    font-size: .9em;
  }

  .div-block-54 {
    height: 370px;
    margin-top: -67px;
  }

  .subjheadcomparisson {
    width: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    line-height: 1.7em;
    top: 0%;
  }

  .subheadingcopy {
    margin-top: 0;
  }

  .denturefeatureconventional {
    background-size: contain;
    width: 90%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subsection-copy {
    height: 356px;
    margin-top: 40px;
  }

  .heading-14 {
    width: 92%;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .slider-replace-copy {
    background-position: 50% 0;
    align-self: center;
    height: 280px;
  }

  .profilepicture.b {
    width: 161px;
    height: 128px;
  }

  .profile-name-town {
    font-size: 1.1em;
  }

  .profiledetails {
    margin-top: 10px;
    font-size: .9em;
  }

  .headline-coverage {
    opacity: 1;
    background-size: 740px;
    height: 61vh;
    min-height: 615px;
  }

  .twodiv-copy {
    margin-top: 10px;
    margin-left: 0;
    padding-right: 0%;
  }

  .headline-clean-scan {
    opacity: 1;
    background-size: 740px;
    height: 61vh;
    min-height: 615px;
  }

  .grad-heading {
    background-image: linear-gradient(87deg, white, var(--dk-cyan) 49%, white);
    width: 100%;
    margin-top: 20px;
  }

  .input-label {
    margin-bottom: 40px;
  }

  .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .radiobuttondigitaldesign {
    align-self: flex-start;
  }

  .section-3 {
    padding: 60px 10px;
  }

  .section-3.grey {
    background-color: var(--dim-grey);
    background-position: 50%;
    background-size: cover;
  }

  .text-area-2 {
    border-color: var(--light-steel-blue);
    min-height: 400px;
    font-size: 14px;
  }

  .form-block {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .radio-buttons {
    align-self: flex-start;
    align-items: flex-start;
  }

  .button-4, .form-next {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-2 {
    height: auto;
    margin-left: 0;
  }

  .form-slide {
    padding-right: 0;
  }

  .form-mask {
    padding-bottom: 0;
  }

  .form-heading {
    padding-left: 10px;
  }

  .form-heading.a {
    padding-left: 20px;
  }

  .digitaldenturescan {
    background-size: auto 23px;
    width: 80%;
    height: 80%;
  }

  .digitaldentureindent {
    background-size: auto 55px;
    width: 80%;
    height: 80%;
  }

  .digitaldentureship {
    background-size: auto 44px;
    width: 80%;
    height: 80%;
  }

  .description {
    margin-left: 40px;
    font-size: 12px;
  }

  .radiodentureset {
    align-self: flex-start;
  }

  .radio-buttonteeth, .radio-buttons-condition {
    align-self: flex-start;
    align-items: flex-start;
  }

  .page-title {
    background-image: linear-gradient(87deg, white, var(--dk-cyan) 49%, white);
    width: 100%;
    margin-top: 20px;
  }

  .headingpage {
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 1.1em;
  }

  .product-features-copy {
    margin-top: 0;
  }
}

#w-node-_164ced8b-985b-c755-c689-250d89f9341f-89f9341e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_164ced8b-985b-c755-c689-250d89f93432-89f9341e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_164ced8b-985b-c755-c689-250d89f93427-89f9341e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692d9e70-173a-134d-7279-4e0178e599f6-89f9341e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-c06e8226-de1e-3428-87d1-3834d336d04e-89f9341e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_164ced8b-985b-c755-c689-250d89f9342b-89f9341e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_164ced8b-985b-c755-c689-250d89f9342c-89f9341e {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-_164ced8b-985b-c755-c689-250d89f9342f-89f9341e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c82f2dc6-afbb-abf5-9ce1-66b820c51dba-89f9341e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0225d039-f51b-4489-5265-6a9254009386-89f9341e {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
}

#w-node-_164ced8b-985b-c755-c689-250d89f93430-89f9341e {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_75f9f6ab-b394-2f69-ee1e-5ab6bc958f87-89f9341e {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d80ff00d-c39f-fe0a-a23a-0d278c637894-89f9341e {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_164ced8b-985b-c755-c689-250d89f93431-89f9341e {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4d6e9a4e-e1ec-b0f1-b9be-9524888fb690-89f9341e {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-e253a238-55cb-d247-3a5e-e9d73970d46f-89f9341e {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
}

#w-node-ff1ce1e4-16dc-622b-63c6-6ec19e6034c8-89f9341e {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a1430b71-be07-8380-ddae-dcecf35fbcf3-89f9341e {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3de9ac37-425e-fabd-83b1-bafd3ed6ddb3-89f9341e {
  grid-area: 5 / 3 / 6 / 4;
  align-self: center;
}

#w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-ab909143 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-ea127bbc-fe44-23e3-6a8d-c394975f5932-ab909143 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-ab909143 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_34a898d0-5beb-2810-c2fe-6baa2455775b-ab909143 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4be779e2-0ead-2975-5ab0-74e1a88eb536-ab909143 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3dab7671-d59f-b000-d032-cdd092f023ac-ab909143 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_226cbe67-ea83-7469-77d9-5cec8b8204c5-ab909143 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_400f8238-3ab5-3559-a0e6-558e263add06-ab909143 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start center;
}

#w-node-d116568d-755a-28e0-ad97-727ccdd54496-ab909143 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start center;
}

#w-node-_35075b07-e0b6-c011-a39a-d0f7d82b53e0-ab909143 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_35075b07-e0b6-c011-a39a-d0f7d82b53e1-ab909143 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_6f0e9c7f-a1ff-8616-9d70-781af21e63a0-ab909143 {
  justify-self: center;
}

#w-node-_0ebc0c7c-e4c7-db45-c94f-09057539f78a-ab909143, #w-node-_674a942f-d08c-3577-a24e-ef09b4fffc4a-ab909143, #w-node-_2038677d-d9c5-c171-653a-57e5480750b3-ab909143, #w-node-_50d03e83-61c0-8d9e-ab10-8c814b93cc4c-ab909143, #w-node-eb5e0404-a3d2-4c56-0e49-19fb86fb7ca9-ab909143 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ce455ea5-816f-8c10-201b-d0d9ff863dc7-ff863cdc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af1-189a4aef {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af4-189a4aef {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af6-189a4aef {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-49234c94 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-ea127bbc-fe44-23e3-6a8d-c394975f5932-49234c94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-49234c94 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_34a898d0-5beb-2810-c2fe-6baa2455775b-49234c94 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4be779e2-0ead-2975-5ab0-74e1a88eb536-49234c94 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e05f32fd-1d72-da41-a5ca-8414f995ec61-49234c94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e05f32fd-1d72-da41-a5ca-8414f995ec62-49234c94 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-e05f32fd-1d72-da41-a5ca-8414f995ec66-49234c94 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start center;
}

#w-node-e05f32fd-1d72-da41-a5ca-8414f995ec6f-49234c94 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start center;
}

#w-node-_7b1a1a48-fd69-36fc-0f52-d5ca6cd80e68-49234c94 {
  justify-self: center;
}

#w-node-_0ebc0c7c-e4c7-db45-c94f-09057539f78a-49234c94, #w-node-_674a942f-d08c-3577-a24e-ef09b4fffc4a-49234c94, #w-node-_2038677d-d9c5-c171-653a-57e5480750b3-49234c94, #w-node-_50d03e83-61c0-8d9e-ab10-8c814b93cc4c-49234c94, #w-node-eb5e0404-a3d2-4c56-0e49-19fb86fb7ca9-49234c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-b3afc865 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-ea127bbc-fe44-23e3-6a8d-c394975f5932-b3afc865 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-b3afc865 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_34a898d0-5beb-2810-c2fe-6baa2455775b-b3afc865 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4be779e2-0ead-2975-5ab0-74e1a88eb536-b3afc865 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d0916-b3afc865 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d0917-b3afc865 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d091b-b3afc865 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start center;
}

#w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d0924-b3afc865 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start center;
}

#w-node-_36676fa6-e9a7-c821-e705-87dd8a93b537-b3afc865 {
  justify-self: center;
}

#w-node-_0ebc0c7c-e4c7-db45-c94f-09057539f78a-b3afc865, #w-node-_674a942f-d08c-3577-a24e-ef09b4fffc4a-b3afc865, #w-node-_2038677d-d9c5-c171-653a-57e5480750b3-b3afc865, #w-node-_50d03e83-61c0-8d9e-ab10-8c814b93cc4c-b3afc865, #w-node-eb5e0404-a3d2-4c56-0e49-19fb86fb7ca9-b3afc865 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c2a7263-bfe1-bdfd-fc7f-00dc7ffe24c4-a984280b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7c2a7263-bfe1-bdfd-fc7f-00dc7ffe24c5-a984280b {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-f49fb231-7784-6575-cbdf-89be21a418fe-a984280b {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-ea1e464c-10ec-1047-8b6b-8f637eb1c0e3-a984280b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e05f32fd-1d72-da41-a5ca-8414f995ec61-a984280b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e05f32fd-1d72-da41-a5ca-8414f995ec62-a984280b {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-e05f32fd-1d72-da41-a5ca-8414f995ec66-a984280b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start center;
}

#w-node-e05f32fd-1d72-da41-a5ca-8414f995ec6f-a984280b {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start center;
}

#w-node-_5140b04f-b903-20d1-df72-e36cc87f3763-a984280b, #w-node-_6f0e9c7f-a1ff-8616-9d70-781af21e63a0-a984280b {
  justify-self: center;
}

#w-node-_0ebc0c7c-e4c7-db45-c94f-09057539f78a-a984280b, #w-node-_674a942f-d08c-3577-a24e-ef09b4fffc4a-a984280b, #w-node-_2038677d-d9c5-c171-653a-57e5480750b3-a984280b, #w-node-_50d03e83-61c0-8d9e-ab10-8c814b93cc4c-a984280b, #w-node-eb5e0404-a3d2-4c56-0e49-19fb86fb7ca9-a984280b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_164ced8b-985b-c755-c689-250d89f9341f-89f9341e {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_164ced8b-985b-c755-c689-250d89f93432-89f9341e {
    grid-row: span 1 / span 1;
    align-self: start;
  }

  #w-node-_692d9e70-173a-134d-7279-4e0178e599f6-89f9341e {
    grid-column: 1 / 2;
  }

  #w-node-_164ced8b-985b-c755-c689-250d89f9342b-89f9341e {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-_164ced8b-985b-c755-c689-250d89f9342c-89f9341e {
    grid-row: 1 / 2;
    grid-column-end: 4;
    place-self: start center;
  }

  #w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-ab909143 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center start;
  }

  #w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-ab909143 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_34a898d0-5beb-2810-c2fe-6baa2455775b-ab909143 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3dab7671-d59f-b000-d032-cdd092f023ac-ab909143, #w-node-_226cbe67-ea83-7469-77d9-5cec8b8204c5-ab909143 {
    grid-column-end: 2;
  }

  #w-node-_400f8238-3ab5-3559-a0e6-558e263add06-ab909143 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-d116568d-755a-28e0-ad97-727ccdd54496-ab909143 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_35075b07-e0b6-c011-a39a-d0f7d82b53e0-ab909143, #w-node-_35075b07-e0b6-c011-a39a-d0f7d82b53e1-ab909143 {
    grid-column-end: 2;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af1-189a4aef {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af4-189a4aef {
    grid-row: 1 / 2;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4afd-189a4aef {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: center;
  }

  #w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-49234c94 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center start;
  }

  #w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-49234c94 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_34a898d0-5beb-2810-c2fe-6baa2455775b-49234c94 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec61-49234c94, #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec62-49234c94 {
    grid-column-end: 2;
  }

  #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec66-49234c94 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec6f-49234c94 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-b3afc865 {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center start;
  }

  #w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-b3afc865 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_34a898d0-5beb-2810-c2fe-6baa2455775b-b3afc865 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d0916-b3afc865, #w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d0917-b3afc865 {
    grid-column-end: 2;
  }

  #w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d091b-b3afc865 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d0924-b3afc865 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }

  #w-node-_7c2a7263-bfe1-bdfd-fc7f-00dc7ffe24c4-a984280b, #w-node-_7c2a7263-bfe1-bdfd-fc7f-00dc7ffe24c5-a984280b, #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec61-a984280b, #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec62-a984280b {
    grid-column-end: 2;
  }

  #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec66-a984280b {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec6f-a984280b {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce455ea5-816f-8c10-201b-d0d9ff863dc7-ff863cdc {
    grid-column: span 2 / span 2;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af1-189a4aef {
    justify-self: center;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af4-189a4aef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4afd-189a4aef {
    justify-self: center;
  }

  #w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-49234c94 {
    grid-column-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0225d039-f51b-4489-5265-6a9254009386-89f9341e, #w-node-d80ff00d-c39f-fe0a-a23a-0d278c637894-89f9341e, #w-node-e253a238-55cb-d247-3a5e-e9d73970d46f-89f9341e, #w-node-_3de9ac37-425e-fabd-83b1-bafd3ed6ddb3-89f9341e {
    justify-self: start;
  }

  #w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-ab909143 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-ab909143 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_400f8238-3ab5-3559-a0e6-558e263add06-ab909143, #w-node-d116568d-755a-28e0-ad97-727ccdd54496-ab909143 {
    align-self: start;
  }

  #w-node-ce455ea5-816f-8c10-201b-d0d9ff863dc7-ff863cdc {
    grid-column: span 1 / span 1;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af1-189a4aef {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4af4-189a4aef {
    align-self: center;
  }

  #w-node-_6ae4c3a1-9e72-4cc8-f286-e3e6189a4afd-189a4aef {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-49234c94 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-49234c94 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec66-49234c94, #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec6f-49234c94 {
    align-self: start;
  }

  #w-node-_9d6617a3-78ef-2349-1cfe-095c1cd1102c-b3afc865 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-c7fb6400-1ea5-9f5a-ea13-58cff472d850-b3afc865 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d091b-b3afc865, #w-node-_076d571b-d1c7-af9e-ef6d-4ee7864d0924-b3afc865, #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec66-a984280b, #w-node-e05f32fd-1d72-da41-a5ca-8414f995ec6f-a984280b {
    align-self: start;
  }
}


