:root {
  --color-3: #e7bb6b;
  --color-5: #cdae75;
  --color-2: white;
  --color: black;
  --color-4: #8a683b;
  --color-6: #333;
  --color-7: #3f3c38;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant SC, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant SC, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--color-5);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.hero {
  background-image: linear-gradient(#0000, #0000 31%, #000000d4), url('../images/happy-couple.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.hero-content-block {
  z-index: 10;
  flex-flow: column;
  align-items: center;
  max-width: 90%;
  display: flex;
  position: relative;
}

.hero-bold-line {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Cormorant SC, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-line-2 {
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Cormorant SC, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.3em;
}

.hero-button-holder {
  align-items: center;
  display: flex;
}

.button {
  border: 2px solid var(--color-3);
  color: var(--color-3) !important;
  text-align: center;
  text-transform: uppercase;
  background-color: #e7bb6b00;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none !important;
}

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

.button.white {
  border-color: var(--color-2);
  color: var(--color-2)!important;
}

.button.white:hover {
  background-color: var(--color-2);
  color: var(--color)!important;
}

.button.white.marg {
  margin-left: 10px;
}

.button.min {
  min-width: 350px;
  margin-left: 5px;
  margin-right: 5px;
}

.self-test-section {
  padding-top: 5%;
  padding-bottom: 6%;
  position: relative;
}

.st-wrapper-div {
  justify-content: space-between;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.self-test-text-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.st-holder {
  background-color: var(--color-3);
  justify-content: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.self-test-img {
  background-color: var(--color-2);
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 25px -25px -25px 25px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 7px 7px 8px #0000001f;
}

.what-are-section {
  background-color: var(--color);
  justify-content: flex-end;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.what-are-text-holder {
  z-index: 50;
  background-color: var(--color-2);
  max-width: 50%;
  margin-top: 8%;
  margin-bottom: 8%;
  margin-left: 5%;
  padding: 30px;
  position: relative;
}

.what-are-text-holder._2 {
  margin-left: 0%;
  margin-right: 5%;
}

.black-strip-left {
  z-index: 2;
  background-color: var(--color);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.black-strip-left.gold {
  z-index: 40;
  background-color: var(--color-5);
  inset: 0% 0% 0% auto;
}

.symptoms-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.symptom-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-right-black {
  z-index: 5;
  background-color: var(--color);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #cdae75c2, #4b402be8 35%, var(--color) 71%, black 92%);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.h2-white {
  color: var(--color-2);
}

.h2-white.center {
  text-align: center;
}

.p-white {
  color: var(--color-2);
}

.surgeon-header {
  text-align: center;
  width: 90%;
  margin: 2% auto 5%;
}

.h2-center {
  text-align: center;
}

.why-should-section {
  background-image: url('../images/dr-mueller.jpg');
  background-position: 100% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.black-strip-right {
  background-color: var(--color);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testimonials {
  background-color: var(--color);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #e7bb6b96, var(--color) 80%, black);
  padding-top: 5%;
  padding-bottom: 2%;
}

.testimonial-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-holder {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 65px;
  display: flex;
}

.testimonial-block {
  border-bottom: 5px solid var(--color-3);
  background-color: var(--color-2);
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  margin-bottom: 2%;
  padding: 0 30px 30px;
  display: flex;
}

.image-5 {
  width: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dots-left {
  max-width: 225px;
  position: absolute;
  inset: auto auto 3% 5%;
}

.mobile-buttons {
  align-items: center;
  display: none;
}

.button-mobile-top {
  border: 2px solid var(--color-3);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  background-color: #e7bb6b00;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

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

.button-mobile-button-2 {
  border: 2px solid var(--color-3);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  background-color: #e7bb6b00;
  padding: 12px 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

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

.video-placeholder {
  max-width: 75%;
}

.video-placeholder.marg {
  width: 50%;
  max-width: none;
  margin-bottom: 20px;
}

.dot-div {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: -50px 0% auto;
}

.image-8 {
  width: 100px;
}

.h3-white {
  color: var(--color-2);
}

.h3-white.min {
  min-height: 75px;
}

.center-buttons {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.header {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mv-video-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), var(--color));
  padding-top: 5%;
  padding-bottom: 5%;
  display: none;
}

._5050-section {
  padding-top: 5%;
  padding-bottom: 8%;
  position: relative;
}

._5050-section._2 {
  padding-top: 0%;
}

.wrap-flex {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  min-height: 500px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.photo-48 {
  z-index: 5;
  object-fit: cover;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tl-dots {
  transform-style: preserve-3d;
  max-width: 250px;
  position: absolute;
  inset: auto auto 0% 5%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.tl-dots.r {
  inset: auto 5% 0% auto;
  transform: none;
}

.txt-holder {
  background-color: #cdae751a;
  padding: 25px 50px 25px 25px;
}

.background-video {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  z-index: 1;
  opacity: .25;
  mix-blend-mode: exclusion;
  transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-10 {
  z-index: 10;
  max-width: 35%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gradient-layer {
  z-index: 20;
  background-image: linear-gradient(225deg, #0000 5% 34%, #0000 68%, #000000b5);
  position: absolute;
  inset: 0%;
}

.faq-section {
  padding-top: 5%;
  padding-bottom: 2%;
}

.wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap.center {
  color: var(--color-2);
  text-align: center;
}

.wrap.center.max {
  width: 75%;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_faq2 {
  width: 100%;
  margin-top: 50px;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.faq2_component {
  border-bottom: 1px solid #0000;
  margin-bottom: 30px;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_question {
  border-top: 1px #0000;
  border-bottom: 2px solid var(--color-3);
  color: var(--color);
  cursor: pointer;
  background-color: #cdae750d;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.faq2_icon {
  color: var(--color);
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  overflow: hidden;
}

.cta-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/download.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 10%;
  padding-bottom: 10%;
}

.p-large {
  font-size: 1.5em;
  line-height: 1.5em;
}

.standard-inner-wrapper {
  padding: 0;
  max-width: unset;
  width: 100%;
}

#breadcrumbs, .inner-h1 {
  display: none;
}

.cta-section h2 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 725px;
  }

  .hero-content-block {
    max-width: 90%;
  }

  .hero-bold-line {
    font-size: 3.2em;
  }

  .hero-line-2 {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 1.3em;
  }

  .hero-button-holder {
    display: none;
  }

  .self-test-section {
    padding-bottom: 12%;
  }

  .st-wrapper-div {
    flex-flow: column;
    width: 90%;
  }

  .self-test-text-div {
    width: 100%;
    padding-bottom: 20px;
  }

  .st-holder {
    width: 100%;
  }

  .self-test-img {
    margin: 10px -10px -10px 10px;
    padding: 10px;
  }

  .what-are-section {
    background-color: var(--color);
    background-image: none;
    background-size: auto;
  }

  .what-are-text-holder {
    max-width: 100%;
    margin: 4%;
    padding: 25px;
  }

  .what-are-text-holder._2 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
  }

  .symptoms-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .symptom-wrapper {
    flex-flow: column;
  }

  .text-right-black {
    width: 100%;
    margin-bottom: 20px;
  }

  .surgeon-header {
    margin-bottom: 8%;
  }

  .why-should-section {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .black-strip-right {
    width: 100%;
  }

  .testimonial-block {
    padding: 0 15px 15px;
  }

  .image-5 {
    margin-bottom: 0;
  }

  .dots-left {
    max-width: 150px;
    left: 2%;
  }

  .mobile-buttons {
    z-index: 200;
    flex-flow: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .button-mobile-top {
    color: var(--color);
    background-color: #e7bb6b;
  }

  .button-mobile-top:hover {
    border-color: var(--color);
    background-color: var(--color);
    color: var(--color-3);
  }

  .button-mobile-button-2 {
    border-color: var(--color);
    background-color: var(--color);
  }

  .button-mobile-button-2:hover {
    border-color: var(--color-3);
  }

  .video-placeholder {
    max-width: 100%;
  }

  .video-placeholder.marg {
    width: 100%;
  }

  .h3-white.min {
    min-height: 0;
  }

  .center-buttons {
    width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  ._5050-section {
    padding-bottom: 10%;
  }

  ._5050-section._1 {
    padding-bottom: 0%;
  }

  .wrap-flex {
    flex-flow: column;
    max-height: none;
  }

  .text-48, .photo-48 {
    width: 100%;
  }

  .tl-dots {
    max-width: 175px;
  }

  .tl-dots._1 {
    display: none;
  }

  .txt-holder.less {
    padding-bottom: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-section {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    height: 500px;
  }

  .hero-bold-line {
    font-size: 2.5em;
  }

  .hero-line-2 {
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .hero-button-holder {
    display: none;
  }

  .button.white.marg {
    margin-top: 10px;
    margin-left: 0;
  }

  .self-test-section {
    padding-bottom: 15%;
  }

  .self-test-img {
    padding: 0;
  }

  .what-are-section {
    padding-right: 0%;
  }

  .what-are-text-holder {
    width: 100%;
    max-width: none;
    margin: 5%;
    padding: 15px;
  }

  .what-are-text-holder._2 {
    max-width: 100%;
  }

  .black-strip-left.gold {
    display: none;
  }

  .text-right-black {
    padding: 15px;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 30px;
  }

  .testimonial-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .dots-left {
    max-width: 100px;
  }

  .dot-div {
    top: -35px;
  }

  .image-8 {
    width: 75px;
  }

  .center-buttons {
    display: none;
  }

  .wrap-flex {
    flex-flow: column;
  }

  .text-48, .photo-48 {
    width: 100%;
  }

  .tl-dots {
    max-width: 125px;
  }

  .background-video-2, .image-10 {
    display: none;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq2_icon {
    width: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    height: 600px;
  }

  .hero-bold-line {
    font-size: 2em;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
  }

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

  .self-test-section {
    padding-bottom: 12%;
  }

  .self-test-img {
    margin: 0;
  }

  .what-are-text-holder {
    margin: 4%;
  }

  .surgeon-header {
    margin-bottom: 15%;
  }

  .dots-left {
    display: none;
  }

  ._5050-section {
    padding-bottom: 15%;
  }

  .tl-dots {
    max-width: 100px;
  }

  .txt-holder {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap.center.max {
    width: 90%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large, .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-section {
    padding-bottom: 125px;
  }
}


