:root {
  --white: white;
  --alice-blue: #87cfff;
  --overlay-blue-light: #0066aa4d;
  --overlay-blue: #0066aaa1;
  --gradient-left: #0066aaf2;
  --legacy-blue-white: #eff8fe;
  --button-blue: #60a4d1;
  --black: black;
  --shadow: #00000012;
  --title-blue: #006ab1;
  --dim-grey: #6b6b6b;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --gradient-right: #eff8fe3d;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.c-section {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), #eff8fecf), url('../images/download-10.jpeg');
  background-position: 0 0, 100%;
  background-size: auto, 150%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.c-section.vertical-left-outline {
  background-color: var(--alice-blue);
  background-image: linear-gradient(to bottom, var(--overlay-blue-light), var(--overlay-blue-light)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/DNA-Helix.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.c-section.vertical-left-outline.focus-page {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-11.jpeg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 150%;
  background-attachment: scroll, scroll, fixed;
  height: 70vh;
}

.c-section.vertical-left-outline.focus-page.downloads {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/3_1.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 120%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.focus-page._3-steps-process {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-13.jpeg');
  background-position: 0 0, 0 0, -30%;
  background-size: auto, auto, 200%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.focus-page.results-page {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-9.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.focus-page.clinic {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/PYYchEd.jpeg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 150%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.focus-page.contact {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/3_1.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 120%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.what-is-afi-page {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-11.jpeg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 150%;
  background-attachment: scroll, scroll, fixed;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  padding-top: 10vh;
}

.c-section.vertical-left-outline.what-is-afi-page.downloads {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/3_1.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 120%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.what-is-afi-page._3-steps {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-13.jpeg');
  background-position: 0 0, 0 0, -30%;
  background-size: auto, auto, 200%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.what-is-afi-page.results {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-9.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.what-is-afi-page.clinic {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/PYYchEd.jpeg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 150%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.vertical-left-outline.what-is-afi-page.contact {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/3_1.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 120%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.c-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.c-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.c-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.c-section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.c-section.with-padding {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.c-section.with-padding.with-images {
  background-color: var(--legacy-blue-white);
  background-image: none;
  padding-bottom: 10vh;
}

.c-section.with-padding.with-images.light-blue {
  background-color: var(--legacy-blue-white);
  width: auto;
}

.c-section.with-padding.with-images.white {
  background-color: var(--white);
}

.c-section.with-padding.purple {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#87cfff75, #ffffffc4), url('../images/wavy-bg.svg');
  background-position: 0 0, 50%;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.c-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.c-section.white {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), #eff8fecf);
}

.c-section.before-after {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), #ffffff52), linear-gradient(to bottom, var(--white), #eff8fecf);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.c-section._3-steps {
  background-image: linear-gradient(#fffffff2, #fff), url('../images/download-10.jpeg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 140%;
  width: auto;
  padding-bottom: 0;
}

.c-section.what-is-afi {
  background-image: linear-gradient(#fffffff2, #fff), url('../images/download-10.jpeg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 140%;
  flex-direction: row;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.c-section.what-is-afi._1 {
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.c-section.what-is-afi._2 {
  background-image: linear-gradient(#fffffff2, #fff);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row-reverse;
}

.c-section.clinic {
  background-image: linear-gradient(#fffffff2, #fff), url('../images/download-10.jpeg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 140%;
  padding-bottom: 0;
}

.c-section.p-c {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#0066aa96, #0066aa96), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/DNA-Helix.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.c-section.p-c.subpage {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-11.jpeg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 150%;
  background-attachment: scroll, scroll, fixed;
  height: 70vh;
}

.c-section.p-c.subpage.downloads {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/3_1.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 120%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.p-c.subpage._3-steps {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-13.jpeg');
  background-position: 0 0, 0 0, -30%;
  background-size: auto, auto, 200%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.p-c.subpage.results {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-9.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.c-section.p-c.subpage.clinic {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/PYYchEd.jpeg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 150%;
  background-attachment: scroll, scroll, fixed;
}

.c-section.p-c.subpage.contact {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/3_1.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, 120%;
  background-attachment: scroll, scroll, fixed;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.c-nav-hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.c-navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.c-nav-wrapper-full {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-1 {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.c-wrapper-content {
  border: 1px #000;
  flex: none;
  width: 70vw;
  max-width: 450px;
  padding: 20px 0;
}

.c-wrapper-content.mid {
  width: 40vw;
  max-width: 500px;
}

.c-wrapper-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .2s;
  display: flex;
}

.c-wrapper-content.icons:hover {
  background-color: var(--legacy-blue-white);
}

.c-wrapper-content.icons.numbers {
  width: 25%;
}

.c-wrapper-content.clinic {
  width: 50vw;
  max-width: 500px;
}

.c-wrapper-content.clinic.left {
  margin-right: 40px;
}

.c-wrapper-content.clinic.right {
  margin-left: 40px;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.c-button-1 {
  background-color: var(--button-blue);
  color: #fff;
  text-align: center;
  border: 3px solid #0000;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.c-button-1:hover {
  color: #6b6b6b;
  background-color: #fff;
  border: 3px solid #000;
}

.c-button-1.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.c-button-1.contact {
  background-color: var(--white);
  color: var(--black);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.c-button-1.contact:hover {
  background-color: var(--alice-blue);
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.c-button-1.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.c-button-1.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.c-button-1.form-button:hover {
  color: #fff;
  background-color: #000;
}

.c-button-1.slideshow {
  padding: 10px 20px;
  box-shadow: 1px 1px 11px #0000004f;
}

.c-button-1.faq {
  box-shadow: none;
  margin-bottom: 25px;
  margin-left: 25px;
  padding: 10px 20px;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.c-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.c-container.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.c-container.you-are-safe {
  width: auto;
}

.c-wrapper-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.c-wrapper-text.dr-pellay-s-method {
  width: 100%;
  margin-top: 10vh;
}

.c-label {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.c-label.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.c-label._3-steps-process {
  font-size: 18px;
}

.c-image-2 {
  border: 8px none var(--alice-blue);
  box-shadow: -3px 3px 8px 9px var(--shadow);
  flex: none;
  width: 30vw;
}

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

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.c-nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.c-nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--white);
  color: #fff;
}

.c-nav-link.w--current {
  box-shadow: inset 0 -5px 0 0 var(--white);
  color: var(--white);
  border: 1px #000;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

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

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: auto;
  display: none;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.c-title-4 {
  color: #000;
}

.c-hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.c-hero-content.video {
  width: auto;
  padding-left: 0;
  padding-right: 60px;
}

.content-wrapper {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.content-wrapper.reverse {
  flex-direction: row-reverse;
}

.content-wrapper.reverse.clinic {
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
}

.content-wrapper.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.content-wrapper.icons {
  justify-content: space-between;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.clinic {
  margin-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.content-wrapper.dlc {
  justify-content: center;
  padding-left: 10vw;
}

.content-wrapper._3-steps {
  padding-left: 5vw;
  padding-right: 5vw;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.feature-image.clinic {
  width: auto;
}

.feature-image.clinic.h, .feature-image.link {
  display: none;
}

.c-title-5 {
  color: #000;
}

.c-title-2 {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  line-height: 44px;
}

.c-title-2.focus-page {
  padding-left: 5px;
  font-size: 25px;
  line-height: 30px;
}

.c-title-2.c-focus-page {
  max-width: none;
  padding-left: 5px;
  font-size: 25px;
  line-height: 30px;
}

.c-paralax-image-div {
  background-image: linear-gradient(259deg, #87cfff57, var(--legacy-blue-white)), url('../images/2thisisengineering-raeng-qI7USKbZY_A-unsplash-1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  max-width: 100%;
  height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.c-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.c-footer {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.c-footer-link:hover {
  color: var(--black);
}

.c-footer-wrapper {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.c-image-arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  display: none;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.c-nav-logo-wrapper {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.c-title-1 {
  max-width: 1000px;
  font-size: 10vh;
  line-height: 10vh;
}

.c-title-1.focus-page {
  font-size: 8vh;
  line-height: 9vh;
}

.c-title-1.p-c {
  margin-bottom: 30px;
  font-size: 8vh;
  line-height: 9vh;
}

.c-title-3 {
  color: #006ab1;
  font-weight: 800;
}

.bold-text {
  color: var(--title-blue);
  font-weight: 800;
}

.spacer {
  width: 100px;
  height: 100px;
}

.c-text-1 {
  text-align: justify;
  margin-bottom: 20px;
}

.image-5 {
  height: 50vh;
}

.c-footer-logo {
  filter: invert();
}

.marker-container {
  color: #aaa;
  justify-content: flex-end;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.marker-container.hide {
  opacity: 0;
}

.menu-item-text-wrapper {
  cursor: pointer;
  transition: all .2s;
  display: inline-block;
}

.menu-item-text-wrapper:hover {
  text-shadow: 4px 4px 3px #ccc;
  transform: translate(-5px, -5px);
}

.showcase-images-container {
  position: relative;
}

.c-column {
  z-index: 999;
  left: -215px;
}

.c-slider-column {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.marker-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #ccc;
  width: 0%;
  height: 1px;
  margin: 10px;
}

.marker-line.show {
  width: 100%;
}

.img-container-1b {
  z-index: 3;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.showcase-slider-wrapper {
  margin-top: 200px;
}

.img-container-2 {
  z-index: 5;
  position: absolute;
  transform: scale(.9)translate(-20%);
}

.img-wrapper-1 {
  color: #fff;
  text-align: center;
  background-color: #d66262;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.menu-item-text-container {
  color: #aaa;
  margin: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.marker-number {
  color: #fff;
  font-family: Gothic A1, sans-serif;
}

.img-container-1 {
  z-index: 6;
  position: absolute;
}

.showcase-images-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.menu-item-header-container {
  color: #666;
  padding: 5px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
  line-height: 48px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  align-items: center;
  position: relative;
}

.img-wrapper-2 {
  color: #fff;
  background-color: #7bcea3;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.showcase-slider-container {
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.img-container-3 {
  z-index: 4;
  position: absolute;
  transform: scale(.8)translate(-35%);
}

.menu-item-text {
  color: #333;
  font-family: Gothic A1, sans-serif;
  font-weight: 400;
  display: inline-block;
  transform: translate(0);
}

.img-container-2b {
  z-index: 2;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.img-wrapper-3 {
  color: #fff;
  background-color: #92a4c2;
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.images-showcase-col {
  text-align: center;
}

.img-container-4 {
  z-index: 3;
  position: absolute;
  transform: scale(.8)translate(-35%);
}

.img-wrapper-4 {
  background-color: var(--white);
  color: #fff;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.c-slider-container {
  width: 100vw;
  min-height: 300px;
  margin-bottom: 40px;
  padding: 20px 40px;
  overflow: hidden;
}

.c-slider-container.results-page {
  margin-bottom: 60px;
}

.c-slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-right-arrow {
  color: #444;
}

.c-slide {
  margin-right: 30px;
}

.c-mask {
  position: static;
  overflow: visible;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.c-slider {
  background-color: #0000;
  width: 500px;
  height: 500px;
  position: static;
}

.c-slider.results-page {
  width: 750px;
  height: 750px;
}

.c-slide-wrapper {
  box-shadow: 3px 3px 8px 6px var(--shadow);
  background-color: #e1e1e1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.c-slide-wrapper._1 {
  box-shadow: 3px 3px 8px 6px var(--shadow);
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-slide-wrapper._2 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-slide-wrapper._4 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-slide-wrapper._3 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-slide-wrapper._5 {
  background-color: var(--white);
  background-image: url('../images/1.2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.c-slide-wrapper._6 {
  background-color: var(--white);
  background-image: url('../images/1.3-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.c-slide-wrapper._7 {
  background-color: var(--white);
  background-image: url('../images/ALT-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-slide-wrapper._8 {
  background-color: var(--white);
  background-image: url('../images/ALT-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115%;
}

.c-slide-wrapper._9 {
  background-color: var(--white);
  background-image: url('../images/ALT-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.c-slide-wrapper._7-copy {
  background-color: var(--white);
  background-image: url('../images/ALT-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-slide-wrapper._10 {
  background-color: var(--white);
  background-image: url('../images/ALT-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-slide-wrapper._11 {
  background-color: var(--white);
  background-image: url('../images/ALT-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.c-slide-wrapper._12 {
  background-color: var(--white);
  background-image: url('../images/ALT-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.c-slide-wrapper._13 {
  background-color: var(--white);
  background-image: url('../images/WhatsApp-Image-2021-10-12-at-14.34.36.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.c-slide-wrapper._14 {
  background-color: var(--white);
  background-image: url('../images/WhatsApp-Image-2021-10-12-at-14.34.37-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.c-slide-wrapper._15 {
  background-color: var(--white);
  background-image: url('../images/WhatsApp-Image-2021-10-12-at-14.34.37.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
}

.slider-left-arrow {
  color: #444;
}

.image-7 {
  box-shadow: 3px 3px 8px 6px var(--shadow);
  width: 300px;
  min-width: 300px;
  max-width: none;
}

.c-image {
  box-shadow: 3px 3px 8px 6px var(--shadow);
}

.c-image.afi-intro {
  width: 500px;
  max-width: none;
  height: 405px;
}

.link-2 {
  background-color: var(--alice-blue);
  color: #333;
  letter-spacing: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  margin-top: 30px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-2:hover {
  color: #f65a68;
}

.line-l2 {
  background-color: var(--white);
  width: 50px;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 0%;
}

.text-l2 {
  color: var(--white);
  letter-spacing: 0;
  font-size: 14px;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.form-title-cf5 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
}

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

.success-message-cf5 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf5 {
  color: #383838;
  background-color: #0000;
  background-image: linear-gradient(325deg, #2df23a, #3ef2b9);
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 54px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s, transform .2s;
  box-shadow: 1px 1px 3px #cfcfcf;
}

.submit-button-cf5:hover {
  color: #fff;
  transform: scale(1.02);
}

.error-message-cf5 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-subtitle-cf5 {
  color: #969696;
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-cf5 {
  text-align: left;
  background-color: #f0f4f8;
  border: 1px solid #0000;
  border-radius: 4px;
  width: 85%;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-cf5.big {
  width: 100%;
  height: 100px;
}

.contact-form-wrapper {
  box-shadow: 0 8px 8px 6px var(--shadow);
  background-image: linear-gradient(344deg, #fff0 92%, #fff), linear-gradient(175deg, #0000 83%, #fff 95%), linear-gradient(257deg, #ffffffb8 3%, #fff 85%), url('../images/download-11.jpeg');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-size: auto, auto, auto, 110%;
  background-attachment: scroll, scroll, scroll, scroll;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.c-submit-button {
  background-color: var(--button-blue);
  color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  min-width: 250px;
  margin-top: 30px;
  margin-left: 0;
  padding: 12px 54px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: background-color .2s;
  box-shadow: 1px 1px 3px #cfcfcf;
}

.c-submit-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.c-text-field {
  text-align: left;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #d4d4d4;
  min-width: 250px;
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

.c-text-field.big {
  background-color: var(--legacy-blue-white);
  border-style: none;
  min-width: 300px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.c-text-field.big.contact {
  width: 100%;
  min-width: auto;
  min-height: 250px;
}

.form-subwrapper-cf4 {
  justify-content: center;
  display: flex;
}

.form-subwrapper-cf4.contact-page {
  flex-direction: column;
  width: 100%;
}

.form-column-cf4 {
  margin-right: 40px;
}

.form-column-cf4.right {
  width: 300px;
  margin-right: 0;
}

.form-column-cf4.right.contact {
  width: auto;
}

.form-column-cf4.right.symbol {
  height: auto;
  min-height: auto;
}

.form-field-wrapper-cf4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.success-message-cf4 {
  background-color: #f7f7f7;
  font-weight: 600;
}

.error-message-cf4 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-cf4 {
  border: 2px solid var(--legacy-blue-white);
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.form-cf4.contact-page {
  background-color: #f5f5f54d;
  border-style: none;
}

.form-block-2 {
  box-shadow: none;
  background-color: #0000;
  padding: 0;
}

.bold-text-2 {
  max-width: none;
}

.paragraph-3 {
  justify-content: center;
  width: 40%;
  display: inline-block;
}

.contact-div {
  background-color: var(--white);
  box-shadow: 3px 3px 8px 6px var(--shadow);
  flex-direction: column;
  align-items: center;
  padding: 50px;
  display: flex;
}

.paragraph-4 {
  color: #25252559;
  text-align: center;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
}

.paragraph-4:hover {
  color: #136ca7;
}

.divider {
  background-color: #0000001f;
  width: 90%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.divider.last {
  margin-bottom: 0;
}

.c-faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.c-question-title {
  color: var(--title-blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.c-faq-top-wrapper {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-wrap.results-page {
  margin-top: 60px;
}

.highlight {
  color: var(--title-blue);
}

.c-faq-question-wrapper {
  margin-bottom: 35px;
}

.c-faq-question-wrapper.results-page {
  margin-top: 60px;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.c-text-2 {
  color: #445567;
  text-align: justify;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
}

.c-lottie-animation {
  width: 60px;
  height: 60px;
}

.c-text-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
}

.c-text-wrapper.left {
  align-items: flex-start;
  margin-right: 60px;
  padding-left: 0;
}

.c-text-wrapper.right {
  padding-left: 0;
  padding-right: 5vw;
}

.c-image-div {
  background-image: url('../images/Afbeelding1-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50vh;
}

.c-image-div._1 {
  background-image: url('../images/1_1.jpg');
  background-size: cover;
  margin-right: 0;
  padding-right: 0;
}

.c-image-div._2 {
  background-image: url('../images/What-is-AFI.jpg');
  background-position: 50%;
  background-size: 90%;
  margin-left: 0;
}

.c-image-div._3 {
  background-image: url('../images/Step-3.png');
}

.c-image-div._4 {
  background-image: url('../images/EE-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-image-div._5 {
  background-image: url('../images/3_1.jpg');
  background-size: cover;
}

.c-image-div._6 {
  background-image: url('../images/4_1.jpg');
  background-size: cover;
}

.c-image-div._7 {
  background-image: url('../images/Step-1.png');
  background-position: 50% 100%;
  background-size: cover;
}

.c-image-div._8 {
  background-image: url('../images/FDA.jpg');
  background-position: 50%;
  background-size: cover;
}

.c-text-3 {
  text-align: justify;
}

.c-text-3.left.alt {
  width: auto;
}

.c-text-3.right {
  padding-right: 0;
}

.bold-text-blue {
  color: var(--title-blue);
  font-weight: 600;
}

.c-wrapper-left {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.c-title-dlc {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.link-block {
  background-color: var(--title-blue);
  padding: 10px;
  text-decoration: none;
}

.dl-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.mediderm-1, .mediderm-2 {
  border: 8px none var(--alice-blue);
  box-shadow: -3px 3px 8px 9px var(--shadow);
  flex: none;
}

.img-wrapper-5 {
  background-color: var(--title-blue);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 360px;
  height: 580px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.img-wrapper-5.mobile {
  display: none;
}

.c-grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  align-items: center;
  position: relative;
}

.img-wrapper-6 {
  color: #fff;
  background-color: #004b7e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 360px;
  height: 580px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.img-wrapper-6.mobile {
  display: none;
}

.c-showcase-container-2 {
  width: 100%;
  max-width: 1300px;
  margin-top: 240px;
  margin-bottom: 240px;
}

.img-wrapper-7 {
  color: #fff;
  background-color: #002d4b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 360px;
  height: 580px;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.img-wrapper-7.mobile {
  display: none;
}

.c-text-4 {
  color: var(--white);
  text-align: left;
  padding-left: 30px;
  padding-right: 60px;
  font-family: Gothic A1, sans-serif;
  font-weight: 400;
}

.c-title-6 {
  border-bottom: 2px solid var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding-left: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 4vh;
}

.hamburger-menu-hm5 {
  position: relative;
}

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

.top-bar-hm5, .middle-bar-hm5, .bottom-bar-hm5 {
  background-color: #333;
  border-radius: 8px;
  width: 35px;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cross-bar-1-hm5 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 35px;
  height: 3px;
  display: none;
  position: absolute;
  inset: auto auto 47% 26%;
}

.cross-bar-2-hm5 {
  background-color: #83dc52;
  border-radius: 8px;
  width: 35px;
  height: 3px;
  display: none;
  position: absolute;
  inset: auto auto 47% 27%;
}

.form-block-contact-page {
  box-shadow: none;
  background-color: #0000;
  width: auto;
  padding: 0;
}

.c-section-2 {
  box-shadow: inset 0 14px 3px 4px var(--shadow);
  margin-bottom: 60px;
  padding-bottom: 0;
}

.contact-div-contact-page {
  background-color: var(--white);
  box-shadow: 3px 3px 8px 6px var(--shadow);
  background-image: linear-gradient(#fffffff0, #fffffff0);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 50px;
  display: flex;
}

.div-block-13 {
  width: 50%;
}

.left {
  width: 47.5%;
  height: 100%;
}

.c-title-7 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--title-blue);
  color: var(--title-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4vh;
  font-weight: 800;
  line-height: 6vh;
}

.contact-details {
  color: var(--dim-grey);
  text-align: left;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: color .2s;
}

.contact-details:hover {
  color: #136ca7;
}

.right {
  width: 47.5%;
  height: 100%;
}

.right.hidden {
  display: none;
}

.c-html-embed {
  padding-bottom: 0;
}

.slider-2 {
  width: 550px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto 5vh 5vh auto;
  box-shadow: 7px 7px 13px 4px #0000002b;
}

.slide-2 {
  background-image: url('../images/1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Nanopass.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/MediDerm-Clinic-exterior-1.jpg');
  background-position: 0%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/wallpaperflare.com_wallpaper.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
}

.button-div-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-6 {
  color: var(--black);
}

.image-9 {
  width: 500px;
}

.paragraph-8 {
  color: var(--white);
  text-align: justify;
  width: auto;
  padding-top: 0;
}

.div-block-14 {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.c-video {
  width: 590px;
  min-width: auto;
  height: auto;
  max-height: none;
  padding-bottom: 0;
  position: relative;
  bottom: 0;
  right: 0;
}

.c-video.what-is-afi {
  width: 600px;
  position: static;
}

.c-video-wrapper {
  position: absolute;
  bottom: 5vh;
  right: 5vh;
}

.c-video-wrapper.what-is-afi {
  position: relative;
  bottom: 0;
  right: 0;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

._50-block {
  width: 60%;
}

.c-wrapper {
  width: auto;
}

.tm {
  font-size: 2vh;
  position: relative;
  top: -40px;
}

.bold-text-3 {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -11px;
}

.bold-text-4 {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .c-section.vertical-left-outline {
    background-image: linear-gradient(to bottom, var(--overlay-blue-light), var(--overlay-blue-light)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d);
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .c-section.vertical-left-outline.focus-page.downloads {
    background-position: 0 0, 50% 0;
  }

  .c-section.vertical-left-outline.focus-page._3-steps-process {
    background-image: linear-gradient(#0000, #0000), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-13.jpeg');
    background-position: 0 0, 0 0, 0%;
  }

  .c-section.vertical-left-outline.focus-page.results-page, .c-section.vertical-left-outline.focus-page.contact {
    background-position: 0 0, 50% 0;
  }

  .c-section.vertical-left-outline.what-is-afi-page {
    flex-direction: column;
    align-items: flex-start;
    height: 70vh;
    padding-bottom: 0;
  }

  .c-section.vertical-left-outline.what-is-afi-page.downloads {
    background-position: 0 0, 50% 0;
  }

  .c-section.vertical-left-outline.what-is-afi-page._3-steps {
    background-image: linear-gradient(#0000, #0000), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-13.jpeg');
    background-position: 0 0, 0 0, 0%;
  }

  .c-section.vertical-left-outline.what-is-afi-page.results, .c-section.vertical-left-outline.what-is-afi-page.contact {
    background-position: 0 0, 50% 0;
  }

  .c-section.p-c {
    background-image: linear-gradient(to bottom, var(--overlay-blue-light), var(--overlay-blue-light)), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d);
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
    padding-left: 0;
    padding-right: 0;
  }

  .c-section.p-c.subpage.downloads, .c-section.p-c.subpage.results, .c-section.p-c.subpage.contact {
    background-position: 0 0, 50% 0;
  }

  .c-nav-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .c-navbar, .c-nav-wrapper-full {
    width: 100vw;
  }

  .c-wrapper-content.clinic {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .c-button-1 {
    display: inline-block;
    position: relative;
    top: 0;
  }

  .c-button-1._3sp, .c-button-1.slideshow, .c-button-1.faq {
    top: 0;
  }

  .c-container {
    flex-direction: column;
  }

  .c-nav-link {
    color: var(--white);
    padding-top: 20px;
  }

  .c-nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .c-hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-hero-content.video {
    padding-right: 0;
  }

  .content-wrapper {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .content-wrapper.clinic {
    flex-direction: column-reverse;
    margin-bottom: 5vh;
  }

  .content-wrapper.dlc {
    padding-left: 5vw;
  }

  .content-wrapper._3-steps {
    flex-direction: column-reverse;
  }

  .feature-image.clinic {
    width: auto;
    margin-bottom: 30px;
  }

  .c-title-2 {
    max-width: 40%;
    margin-top: 0;
    font-size: 24px;
    line-height: 31px;
    position: relative;
    top: -40px;
  }

  .c-paralax-image-div {
    background-image: none;
    height: auto;
  }

  .c-icon {
    flex: none;
  }

  .c-image-arrow {
    display: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .c-nav-wrapper {
    background-color: var(--white);
    background-image: linear-gradient(135deg, #0066aaf0, #eff8fe9c 88%), url('../images/download-11.jpeg');
    background-position: 0 0, 50% 70%;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    width: 100%;
    min-width: 240px;
    margin-top: 113px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
  }

  .c-brand {
    padding-left: 18px;
  }

  .c-title-1 {
    margin-bottom: 50px;
    font-size: 8vw;
    line-height: 8vh;
  }

  .spacer {
    height: 30px;
  }

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

  .showcase-images-container {
    left: 40px;
  }

  .success-message-cf5 {
    font-size: 16px;
    font-weight: 600;
  }

  .contact-form-wrapper {
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, auto 120%;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .success-message-cf4 {
    font-size: 16px;
    font-weight: 600;
  }

  .c-text-wrapper.left {
    width: auto;
    margin-right: 0;
  }

  .c-image-div._1, .c-image-div._2, .c-image-div._4, .c-image-div._5, .c-image-div._6, .c-image-div._7, .c-image-div._8 {
    width: 100%;
  }

  .c-wrapper-left {
    flex-direction: column-reverse;
  }

  .mediderm-1 {
    margin-bottom: 0;
  }

  .c-showcase-hero {
    padding-left: 30px;
  }

  .c-grid-1 {
    left: 193px;
  }

  .top-bar-hm5 {
    background-color: #fff;
  }

  .middle-bar-hm5, .bottom-bar-hm5 {
    background-color: var(--white);
  }

  .contact-div-contact-page {
    flex-direction: column;
  }

  .left, .right {
    width: auto;
  }

  .slider-2 {
    width: 375px;
    height: 300px;
    margin-top: auto;
    top: 0;
  }

  .div-block-14 {
    width: 80%;
  }

  .c-video.what-is-afi {
    width: 300px;
  }

  .c-video-wrapper {
    margin-top: 60px;
    margin-left: 30px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .c-video-wrapper.what-is-afi {
    margin-top: 0;
    margin-left: 5vw;
  }

  ._50-block, .c-wrapper {
    width: auto;
  }

  .bold-text-3 {
    top: -8px;
  }

  .bold-text-4 {
    top: -4px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .c-section.vertical-left-outline {
    background-size: auto, 180%;
  }

  .c-section.vertical-left-outline.focus-page.downloads {
    background-position: 0 0, 0 0;
    background-size: auto, 200%;
  }

  .c-section.vertical-left-outline.focus-page._3-steps-process {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-13.jpeg');
    background-size: auto, auto, cover;
  }

  .c-section.vertical-left-outline.focus-page.results-page {
    background-position: 0 0, 0 0;
    background-size: auto, 200%;
  }

  .c-section.vertical-left-outline.focus-page.clinic {
    background-position: 0 0, 100% 0;
  }

  .c-section.vertical-left-outline.focus-page.contact, .c-section.vertical-left-outline.what-is-afi-page.downloads {
    background-position: 0 0, 0 0;
    background-size: auto, 200%;
  }

  .c-section.vertical-left-outline.what-is-afi-page._3-steps {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d), url('../images/download-13.jpeg');
    background-size: auto, auto, cover;
  }

  .c-section.vertical-left-outline.what-is-afi-page.results {
    background-position: 0 0, 0 0;
    background-size: auto, 200%;
  }

  .c-section.vertical-left-outline.what-is-afi-page.clinic {
    background-position: 0 0, 100% 0;
  }

  .c-section.vertical-left-outline.what-is-afi-page.contact {
    background-position: 0 0, 0 0;
    background-size: auto, 200%;
  }

  .c-section._3-steps, .c-section.clinic {
    overflow: hidden;
  }

  .c-section.p-c {
    background-size: auto, 180%;
  }

  .c-section.p-c.subpage.downloads, .c-section.p-c.subpage.results {
    background-position: 0 0, 0 0;
    background-size: auto, 200%;
  }

  .c-section.p-c.subpage.clinic {
    background-position: 0 0, 100% 0;
  }

  .c-section.p-c.subpage.contact {
    background-position: 0 0, 0 0;
    background-size: auto, 200%;
  }

  .c-wrapper-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-wrapper-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .c-button-1 {
    top: 0;
  }

  .c-button-1.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .c-wrapper-text {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .c-hero-content {
    margin-bottom: 5vh;
  }

  .content-wrapper {
    flex-direction: row;
  }

  .content-wrapper.icons {
    flex-flow: wrap;
    display: block;
  }

  .content-wrapper.icons.numbers {
    display: flex;
  }

  .c-title-2 {
    top: 0;
  }

  .c-title-2.focus-page, .c-title-2.c-focus-page {
    max-width: none;
  }

  .c-footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

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

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .c-title-1 {
    margin-bottom: 20px;
  }

  .form-block {
    width: 100%;
  }

  .menu-item-text {
    font-size: 14px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .c-submit-button {
    margin-left: 0;
  }

  .c-text-field.big {
    height: 150px;
  }

  .c-text-field.big.contact {
    width: 100%;
  }

  .form-subwrapper-cf4 {
    flex-direction: column;
    align-items: flex-end;
  }

  .form-subwrapper-cf4.contact-page {
    align-items: stretch;
  }

  .form-column-cf4 {
    width: 100%;
    margin-right: 0;
  }

  .form-cf4 {
    text-align: center;
    align-items: stretch;
  }

  .c-grid-1 {
    grid-template-columns: .75fr 1fr;
    left: 238px;
  }

  .contact-div-contact-page {
    justify-content: flex-start;
  }

  .right {
    margin-top: 40px;
  }

  .slider-2 {
    width: 90%;
    margin-left: 5vw;
    margin-right: 0;
    position: relative;
    left: 0;
    right: 0;
  }

  .c-video {
    width: 500px;
  }

  .c-video-wrapper {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .c-video-wrapper.what-is-afi {
    margin-right: 0;
  }

  .bold-text-4 {
    top: -3px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .c-section.vertical-left-outline {
    background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, var(--gradient-left) 7%, #eff8fe3d), url('../images/DNA-Helix.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding-bottom: 10vh;
  }

  .c-section.vertical-left-outline.focus-page {
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, 180%;
  }

  .c-section.vertical-left-outline.focus-page.downloads {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-section.vertical-left-outline.focus-page._3-steps-process {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d);
    padding-top: 20vh;
  }

  .c-section.vertical-left-outline.focus-page.results-page {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-section.vertical-left-outline.focus-page.clinic {
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .c-section.vertical-left-outline.focus-page.contact {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-section.vertical-left-outline.what-is-afi-page {
    background-image: linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d);
    height: 80vh;
  }

  .c-section.vertical-left-outline.what-is-afi-page.downloads {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-section.vertical-left-outline.what-is-afi-page._3-steps {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(135deg, #0066aaf2 7%, #eff8fe3d);
    padding-top: 20vh;
  }

  .c-section.vertical-left-outline.what-is-afi-page.results {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-section.vertical-left-outline.what-is-afi-page.clinic {
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .c-section.vertical-left-outline.what-is-afi-page.contact {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-section.white {
    background-image: linear-gradient(#0000, #0000);
  }

  .c-section.clinic {
    padding-top: 5vh;
  }

  .c-section.p-c {
    background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), linear-gradient(135deg, var(--gradient-left) 7%, #eff8fe3d), url('../images/DNA-Helix.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding-bottom: 10vh;
  }

  .c-section.p-c.subpage {
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, 180%;
  }

  .c-section.p-c.subpage.downloads {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-section.p-c.subpage._3-steps {
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .c-section.p-c.subpage.results {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-section.p-c.subpage.clinic {
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .c-section.p-c.subpage.contact {
    background-position: 0 0, 50% 0;
    background-size: auto, 300%;
  }

  .c-nav-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .c-nav-wrapper-full {
    width: 100vw;
  }

  .c-wrapper-content {
    width: auto;
  }

  .c-wrapper-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-wrapper-content.clinic.left {
    margin-right: 0;
  }

  .c-wrapper-content.clinic.right {
    margin-left: 0;
  }

  .c-button-1.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .c-container {
    flex-direction: column;
  }

  .c-wrapper-text {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-wrapper-text.dr-pellay-s-method {
    margin-top: 0;
  }

  .c-image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .c-nav-link.w--current {
    box-shadow: none;
  }

  .hero-image {
    width: 80%;
  }

  .content-wrapper, .content-wrapper.reverse {
    flex-direction: column;
  }

  .content-wrapper.reverse.clinic, .content-wrapper.reverse._3-steps {
    flex-direction: column-reverse;
  }

  .content-wrapper.clinic {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-wrapper.dlc {
    padding-left: 0;
  }

  .content-wrapper._3-steps {
    margin-top: 0;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .c-title-2 {
    max-width: none;
    font-size: 20px;
  }

  .c-title-2.focus-page, .c-title-2.c-focus-page {
    font-size: 20px;
  }

  .c-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .c-nav-wrapper {
    z-index: 9999;
    background-color: var(--title-blue);
    background-image: none;
    background-position: 0 0;
    min-width: auto;
    height: 0;
    min-height: 150vh;
  }

  .c-title-1 {
    font-size: 42px;
    line-height: 56px;
  }

  .c-title-1.p-c {
    font-size: 6vh;
    line-height: 6vh;
  }

  .spacer {
    height: 30px;
  }

  .c-text-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-image.afi-intro {
    width: 100%;
    height: auto;
  }

  .contact-form {
    width: 100%;
  }

  .success-message-cf5 {
    background-color: #f0f4f8;
  }

  .text-field-cf5 {
    width: 100%;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .c-submit-button {
    min-width: 0;
  }

  .c-text-field {
    min-width: auto;
  }

  .c-text-field.big {
    min-width: 0;
  }

  .form-column-cf4.right {
    width: 100%;
  }

  .form-column-cf4.right.symbol {
    margin-top: 10px;
  }

  .form-cf4 {
    border-style: none;
  }

  .form-block-2 {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-div {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-div.symbol {
    padding-top: 0;
  }

  .paragraph-4 {
    width: auto;
  }

  .divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .c-question-title {
    flex: 1;
  }

  .faq-text-details {
    margin-left: 25px;
    margin-right: 25px;
  }

  .c-image-div._1 {
    height: 25vh;
  }

  .c-image-div._2 {
    background-size: contain;
    height: 25vh;
  }

  .c-image-div._4, .c-image-div._5, .c-image-div._6 {
    height: 25vh;
  }

  .c-image-div._7 {
    background-position: 50%;
    background-size: cover;
    height: 20vh;
  }

  .c-image-div._8 {
    height: 25vh;
  }

  .mediderm-1, .mediderm-2 {
    width: 100%;
  }

  .img-wrapper-5.mobile, .img-wrapper-6.mobile {
    width: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .c-showcase-container-2 {
    display: none;
  }

  .img-wrapper-7.mobile {
    width: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .c-text-4 {
    font-size: 16px;
  }

  .form-block-contact-page {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-div-contact-page {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-details {
    font-size: 20px;
  }

  .slider-2 {
    width: 90%;
    max-width: none;
    margin-right: 5vw;
    left: 0;
    right: 0;
  }

  .slide-2 {
    background-position: 50% 0;
    max-width: none;
  }

  .utility-page-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    width: 90%;
  }

  .c-video {
    width: 90vw;
    height: 200px;
  }

  .c-video.what-is-afi {
    width: 90vw;
    height: 150px;
  }

  .c-video-wrapper {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .c-video-wrapper.what-is-afi {
    margin-right: 5vw;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .bold-text-3 {
    top: -6px;
  }

  .bold-text-4 {
    top: -3px;
  }
}

#w-node-_5626f316-9596-f1e4-20e9-b07c813ff196-ed2954bf {
  align-self: center;
}

#w-node-_5626f316-9596-f1e4-20e9-b07c813ff19a-ed2954bf {
  align-self: end;
}


