/* Fees Table */


table.fees {
  font-size: 16px;
  font-family: Sanfranciscodisplay;
}

table.fees td { 
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
}

table.fees th.title { 
  float: left;
}
table.fees tr:hover { 
  background-color: #eade35;
}

table.fees td.title {
  float: left;
}

table.fees tr.header {
  background-color: #4aa595
}

table.fees tr.header th {
  color: white;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

table.fees tr.dark-text td.aligner {
  background-color: #42BFB2
}

table.fees tr.dark-text td.invisalign {
  background-color: #2A7E70;
  color: white;
}

table.fees tr.total {
  font-weight: bold;
}

/* Prices Table */
table.prices {
  font-size: 16px;
  font-family: Sanfranciscodisplay;
  width: 100%;
}

table.prices td { 
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
}

table.prices th.title { 
  float: left;
}

table.prices td.active { 
  background-color: #eade35;
}

table.prices td.title {
  float: left;
}

table.prices tr.header {
  background-color: #447128;
}

table.prices tr.header-gold {
  background-color: #eade35;
  color: #000;
}

table.prices tr.header-gold th {
  color: #000;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;

}

table.prices tr.header th {
  color: white;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

table.prices tr.total {
  font-weight: bold;
}

table.prices td span.marker {
  font-weight: bold;
}

table.prices th.package {
  cursor: pointer;
}

table.prices tr.header th.active {
  background-color: #eade35;
  color: #000;
}

p.fees-description {
  font-size: 12px;
  padding-top: 10px;
  float: left;
  font-style: italic; 
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #333;
}

strong {
  color: #000;
  font-weight: 700;
}

.hero-section {
  height: 800px;
  margin-top: -131px;
  margin-bottom: 0%;
  padding-top: 0px;
  background-image: url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg), -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}


.why-section {
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 0px;
}

.how-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #4aa595;
  background-image: url(/assets/v2/green-back-663d94492437533c3345ebdf3a73c14c.jpg), -webkit-radial-gradient(circle closest-corner at 50% 50%, rgba(91, 214, 191, .91) 27%, transparent 95%);
  background-image: url(/assets/v2/green-back-663d94492437533c3345ebdf3a73c14c.jpg), radial-gradient(circle closest-corner at 50% 50%, rgba(91, 214, 191, .91) 27%, transparent 95%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.testimonials-section {
  height: 770px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 0px;
  background-color: #4aa595;
  /*background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)); */
  /* background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)); */
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.form-section {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
}

.footer-section {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #6e6e6e;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: hsla(0, 0%, 100%, 0);
}

.container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 25%;
  margin-bottom: 0%;
  padding-top: 0px;
  padding-bottom: 0%;
}

.container-2 {
  display: block;
  margin-top: 28px;
}

.heading {
  color: #fff;
}

.h1-light {
  margin-bottom: 24px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
}

.h2-light {
  margin-top: -11px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 200;
  text-decoration: none;
}

.button-outline-light {
  height: 50px;
  margin-top: 20px;
  padding: 13px 25px;
  border: 2px solid #fff;
  border-radius: 45px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 300;
}

.button-outline-start {
  text-decoration: none;
  height: 50px;
  margin-top: 130px;
  padding: 13px 25px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #4CB6AC;
  background-color: #1D1E1A;
  font-weight: 300;
}

.button-solid-dark {
  height: 50px;
  margin-top: 20px;
  margin-left: 8px;
  padding: 13px 25px;
  border: 2px solid #59ccbd;
  border-radius: 45px;
  background-color: #59ccbd;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 100;
}

.nav-link {
  margin-right: 600px;
  color: rgba(51, 51, 51, 0);
}

.div-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.image {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.price-sticker {
  margin-top: -67px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.h2-dark-centre {
  font-family: Sanfranciscodisplay, sans-serif;
  color: #111;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
}

.h2-dark-centre.instagram {
  margin-bottom: 21px;
}

.container-3 {
  margin-top: 175px;
  margin-bottom: 67px;
}

.h3-dark-centre {
  margin-top: 20px;
  margin-bottom: 41px;
  padding-right: 221px;
  padding-left: 221px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #272727;
  font-weight: 200;
  text-align: center;
}

.point-headers {
  font-family: Sanfranciscodisplay, sans-serif;
  color: #353535;
  font-size: 20px;
  font-weight: 400;
}

.div-1 {
  margin-right: 106px;
  margin-bottom: 94px;
  margin-left: -85px;
}

.div1 {
  margin-right: -75px;
  margin-bottom: 58px;
  margin-left: 108px;
  text-align: right;
}

.div2 {
  margin-right: 25px;
  margin-bottom: 80px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.div3 {
  margin-right: -85px;
  margin-left: 58px;
  padding-right: 0px;
  text-align: right;
}

.div5 {
  margin-right: 1px;
  margin-bottom: 75px;
  margin-left: 26px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-2 {
  margin-top: 34px;
  text-align: center;
}

.div7 {
  margin-top: 153px;
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.div6 {
  margin-right: 58px;
  margin-left: -85px;
}

.button-outline-dark {
  height: 50px;
  margin-top: 20px;
  padding: 13px 25px;
  border: 2px solid #59ccbd;
  border-radius: 45px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Lato, sans-serif;
  color: #59ccbd;
  font-weight: 300;
}

.container-4 {
  margin-top: 54px;
}

.button-solid-dark-hero {
  height: 50px;
  margin-top: 20px;
  margin-left: 30px;
  padding: 13px 25px;
  border: 2px solid #59ccbd;
  border-radius: 45px;
  background-color: #59ccbd;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 100;
}

.button-solid-yellow-hero {
  height: 50px;
  margin-top: 20px;
  margin-left: 30px;
  padding: 13px 25px;
  border: 2px solid #eade35	;
  border-radius: 45px;
  background-color: #eade35;
  font-family: Sanfranciscodisplay, sans-serif;
  color: black;
  font-weight: 100;
}

.h2-light-centre-copy {
  padding-bottom: 0px;
  border-bottom: 1px none hsla(0, 0%, 100%, .26);
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
}

.h3-dark-centre-light {
  margin-bottom: 25px;
  padding-right: 60px;
  padding-left: 60px;
  border-bottom: 2px none hsla(0, 0%, 100%, .37);
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: center;
}

.h3-dark-centre-light.black {
  margin-top: 0px;
  margin-bottom: 41px;
  color: #000;
}

.h3-dark-centre-light.slider {
  font-weight: 500;
}

.point-headers-light {
  margin-top: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.light-text {
  margin-bottom: 16px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

.dark-text {
  font-family: Sanfranciscodisplay, sans-serif;
  color: #272727;
  font-weight: 200;
}

.div-block-3 {
  margin-top: 56px;
  padding-right: 24px;
  border-width: 1px;
  border-color: #000 hsla(0, 0%, 100%, .25) #000 #000;
  text-align: center;
}

.button-solid-dark-white {
  height: 50px;
  margin-top: 20px;
  margin-left: 8px;
  padding: 13px 18px 13px 17px;
  border: 2px solid #fff;
  border-radius: 45px;
  background-color: #fff;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #35bfae;
  font-weight: 100;
}

.column {
  margin-bottom: 0px;
}

.pricing {
  margin-top: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #59ccbd;
  font-size: 70px;
  font-weight: 500;
  text-align: center;
}

.point-headers-dark {
  margin-top: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #272727;
  font-size: 20px;
  font-weight: 200;
}

.div-block-4 {
  text-align: center;
}

.div-block-5 {
  margin-top: 87px;
  text-align: center;
}

.row {
  display: block;
  margin-top: 80px;
}

.column-2 {
  text-align: center;
}

.div-block-6 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.div-block-7 {
  width: 50%;
  margin-top: 39px;
  margin-right: 25%;
  margin-left: 25%;
  text-align: center;
}

.form-field {
  height: 50px;
  margin-bottom: 20px;
  border-style: none;
  border-radius: 45px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #272727;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}

.div-block-8 {
  position: static;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: -54px;
  margin-right: -69px;
  margin-left: 624px;
  text-align: right;
}

.heading-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px -195px 11px 652px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #59ccbd;
  font-size: 25px;
  font-weight: 400;
}

.image-3 {
  margin-right: 22px;
  padding-left: 0px;
}

.div-block-9 {
  font-family: Sanfranciscodisplay, sans-serif;
  font-weight: 100;
  text-align: right;
}

.heading-3 {
  border-bottom: 1px none hsla(0, 0%, 100%, .56);
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 200;
}

.image-4 {
  margin-bottom: 4px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.hero-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 570px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  text-align: right;
}

.heading-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 65px;
  margin-left: 126px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  word-wrap: normal;
}

.heading-4-sydney {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 65px;
  margin-left: 140px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  word-wrap: normal;
}

.heading-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 124px;
  margin-left: 130px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 100px;
  text-align: center;
}

.heading-5-sydney {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 140px;
  margin-left: 140px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  text-align: center;
}


.heading-4-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 98px;
  margin-left: 336px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.heading-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 189px;
  margin-left: 137px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.heading-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 214px;
  margin-left: 132px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.heading-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 234px;
  margin-left: 144px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.heading-7-sydney {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 185px;
  margin-left: 144px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

.section {
  margin-top: 1%;
  margin-bottom: 1%;
}

.icon {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
}

.button-solid-dark-copy {
  height: 50px;
  margin-top: 20px;
  margin-left: 8px;
  padding: 13px 25px;
  border: 2px solid #59ccbd;
  border-radius: 45px;
  background-color: #59ccbd;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 100;
}

.button-solid-dark-2 {
  height: 50px;
  margin-top: 20px;
  margin-left: 8px;
  padding: 13px 25px;
  border: 2px solid #59ccbd;
  border-radius: 45px;
  background-color: #59ccbd;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 100;
}

.nav-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 35%;
  margin-right: 163px;
  padding-top: 69px;
  padding-left: 0px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 #000;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11.why {
  margin-top: 0px;
}

.heading-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100px;
  margin-top: 25px;
  margin-left: 236px;
  font-family: Sanfranciscodisplay, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-3-copy {
  margin-top: 56px;
  padding-right: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #000 hsla(0, 0%, 100%, .25) #000 #000;
  text-align: center;
}

.image-6 {
  margin-top: 119px;
  margin-left: 1px;
}

.container-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.section-2 {
  height: 300px;
  margin-top: -110px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, #fff, #fff), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% -246%;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.container-6 {
  margin-top: -113px;
  margin-bottom: 38px;
}

.heading-9 {
  text-align: center;
}

.h1-light-dark-centre {
  margin-bottom: -11px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 62px;
  font-weight: 700;
  text-align: left;
}

.body {
  color: #5e6365;
}

.h4-dark-centre-copy {
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 100;
  text-align: left;
}

.section-3 {
  margin-top: 28px;
}

.section-4 {
  height: auto;
  margin-top: 19px;
  margin-bottom: 49px;
}

.heading-10 {
  padding-bottom: 9px;
  border-color: #474747 #474747 rgba(71, 71, 71, .19);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #474747;
  font-size: 20px;
}

.faq-paragraph {
  display: block;
  margin-top: 1px;
}

.dropdown-link {
  width: 800px;
  min-width: 400px;
  background-color: #f5f5f5;
}

.paragraph {
  width: 800px;
}

.dropdown-toggle.w--open {
  padding-left: 0px;
}

.text-block {
  margin-left: -21px;
  padding-left: 0px;
}

.faq-heading {
  margin-bottom: -1px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.container-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #444;
}

.container-8 {
  background-color: #bbb;
}

.heading-11 {
  margin-top: 51px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-weight: 100;
  text-align: center;
}

.div-block-12 {
  margin-bottom: 45px;
  text-align: center;
}

.image-7 {
  margin-top: 18px;
  margin-bottom: 17px;
}

.footernav {
  margin-top: 31px;
  color: #fff;
}

.footernav.w--current {
  color: #fff;
}

.container-9 {
  margin-top: -81px;
}

.locations {
  border-bottom: 1px none hsla(0, 0%, 100%, .56);
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.nav-menu-2 {
  margin-right: 181px;
  text-align: left;
}

.navbar-2 {
  background-color: #6e6e6e;
}

.div-block-13 {
  text-align: center;
}

.container-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.div-block-14 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  text-align: right;
}

.heading-2-header {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: -45px 0px 11px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #59ccbd;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.image-8 {
  margin-top: 30px;
  margin-right: 148px;
}

.link-block {
  text-decoration: none;
}

.menu-button {
  z-index: 1000;
  margin-top: -14px;
  margin-right: 233px;
  margin-left: -14px;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0);
}

.button-solid-dark-faq {
  height: 50px;
  margin-top: 20px;
  margin-left: 8px;
  padding: 13px 25px;
  border: 2px solid #59ccbd;
  border-radius: 45px;
  background-color: #59ccbd;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 100;
}

.rich-text-block {
  margin-top: 50px;
}

.rich-text-block-2 {
  margin-top: 50px;
}

.tabs-menu {
  margin-top: 50px;
}

.rich-text-block-3 {
  margin-top: 50px;
}

.link {
  margin-top: 0px;
  padding-top: 0px;
  color: #fff;
  text-decoration: none;
}

.image-9 {
  margin-bottom: 8px;
}

.heading-12 {
  margin-top: -1px;
  font-family: Sanfranciscodisplay, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-align: right;
}

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

.div-block-15 {
  margin-top: 29px;
  margin-bottom: 62px;
  font-family: Sanfranciscodisplay, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.link-3 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.h2-light-copy {
  margin-top: -11px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 200;
  text-decoration: none;
}

.link-block-2 {
  text-align: left;
}

.div-block-16 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 21px;
  margin-right: 25px;
  margin-bottom: 36px;
  padding-left: 24px;
  text-align: right;
}

.nav-link-2 {
  position: static;
}

.nav-link-3 {
  position: static;
  width: 100%;
  margin-left: 12px;
  font-family: Sanfranciscodisplay, sans-serif;
  font-weight: 300;
  text-align: right;
}

.nav-link-4 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
}

.nav-link-5 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
}

.div-block-17 {
  position: static;
  margin-top: 66px;
  margin-right: 39px;
  text-align: right;
}

.heading-13 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  margin-top: 5px;
  margin-right: -89px;
  margin-left: 0px;
  float: right;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #59ccbd;
  font-size: 14px;
  font-weight: 400;
}

.div-block-18 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.heading-7-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 239px;
  margin-left: 144px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.navbar-3 {
  margin-top: 27px;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav {
  color: #000;
  font-weight: 400;
}

.nav.w--current {
  color: #0f0f0f;
}

.nav-menu-3 {
  margin-top: 0px;
  margin-right: 188px;
}

.form-section-dentists {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
}

.section-5 {
  height: 400px;
  margin-top: -110px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-11 {
  margin-top: -177px;
  margin-bottom: 119px;
}

.sub-page-hero-heading {
  margin-top: 13px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #000;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

.div-block-19 {
  float: left;
}

.container-12 {
  margin-top: 23px;
}

.section-6 {
  margin-top: 40px;
  margin-bottom: 44px;
}

.container-6-copy {
  margin-top: -147px;
  margin-bottom: 38px;
}

.address-header {
  margin-bottom: -6px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.address-paragraph {
  color: #fff;
  font-weight: 200;
}

.container-13 {
  padding-bottom: 31px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .33);
  text-align: center;
}

.container-14 {
  padding-top: 17px;
}

.h2-light-left-align {
  margin-top: 3px;
  margin-bottom: -18px;
  margin-left: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
}

.heading-7-price {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 249px;
  margin-left: 272px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 200;
  text-align: left;
}

.div-block-20 {
  display: none;
}

.link-4 {
  color: #a7a7a7;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.div-block-22 {
  margin-top: 9px;
  margin-bottom: 10px;
  margin-left: 94px;
  padding-bottom: 7px;
  text-align: center;
}

.container-16 {
  text-align: center;
}

.image-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 37px;
  margin-left: 49px;
}

.heading-1-diagram {
  font-family: Sanfranciscodisplay, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-23 {
  margin-top: 87px;
  margin-right: 0px;
  margin-left: 50px;
  text-align: center;
}

.div-block-24 {
  margin-top: 84px;
  margin-left: 10px;
  text-align: left;
}

.div-block-25 {
  margin-top: 87px;
  margin-right: 50px;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
}

.diagram-button-outline-light-copy {
  height: 50px;
  margin-top: 20px;
  padding: 13px 25px;
  border: 2px solid #fff;
  border-radius: 45px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 300;
}

.diagram-button-outline-light-copy.w--current {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #76c2be;
  background-color: #76c2be;
  color: #fff;
  font-weight: 100;
}

.attach-row {
  display: block;
  margin-top: 80px;
}

.light-row {
  display: block;
  margin-top: 80px;
}

.diagram-button-outline-attatch {
  height: 50px;
  margin-top: 20px;
  padding: 13px 25px;
  border: 2px solid #fff;
  border-radius: 45px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 300;
}

.diagram-button-outline-attatch.w--current {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #76c2be;
  background-color: #76c2be;
  color: #fff;
  font-weight: 100;
}

.diagram-light {
  border-radius: 45px;
  background-color: #59ccbd;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 100;
}

.diagram-2 {
  border-radius: 45px;
  background-color: #59ccbd;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.point-headers-dark-hide {
  margin-top: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #272727;
  font-size: 20px;
  font-weight: 200;
}

.pricing-hide {
  margin-top: 0px;
  font-family: Sanfranciscodisplay, sans-serif;
  color: #59ccbd;
  font-size: 70px;
  font-weight: 500;
  text-align: center;
}

.light-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.attach-row-2 {
  display: none;
  margin-top: 80px;
}

.div-block-26 {
  display: none;
}

.image-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 36px;
  margin-left: -3px;
}

.dmalightimage {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 36px;
  margin-left: -3px;
}

.dmalightimage1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 37px;
}

.image-200 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  margin-top: 37px;
  margin-left: 50px;
}

.column-4 {
  text-align: center;
}

.div-block-27 {
  text-align: center;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.row-2 {
  display: none;
}

.row-3 {
  display: none;
}

.image-201 {
  display: none;
}

.image-202 {
  display: none;
}

.section-7 {
  display: none;
  height: auto;
  padding: 99px 15px;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.row-4 {
  margin-top: 0px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-14 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg); 
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photos {
  margin-top: 73px;
}

.slider {
  display: block;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide {
  width: 25%;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/David-Cooke-and-Safa-Souzani-d01988f36a2cc77bc7a6dc088988e200.JPG);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/David-Cooke-and-Safa-Souzani-d01988f36a2cc77bc7a6dc088988e200.JPG);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/Invisable-Braces-69298e53aa58527a0a610490cf2c4daf.JPG);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/Invisable-Braces-69298e53aa58527a0a610490cf2c4daf.JPG);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/Aligner-Scan-a4ba79757bbd8429e17956c1b9422648.JPG);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/Aligner-Scan-a4ba79757bbd8429e17956c1b9422648.JPG);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/IMG_2040-7ec89c09d6632937069080759b924d93.JPG);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/IMG_2040-7ec89c09d6632937069080759b924d93.JPG);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/Dental-Members-Australia--1887987624e63ebd52622fb8aa37604c.JPG);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/Dental-Members-Australia--1887987624e63ebd52622fb8aa37604c.JPG);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/attachments-on-upper-3-to-3-c3fd518fc0bdb09029e3942f8ff0f3e3.jpg);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/attachments-on-upper-3-to-3-c3fd518fc0bdb09029e3942f8ff0f3e3.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/fullsizeoutput_165f-0907aeb8862cb1e1ca25cbb697455016.jpeg);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/fullsizeoutput_165f-0907aeb8862cb1e1ca25cbb697455016.jpeg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .65)), url(/assets/v2/clear-aligners-ace2b0ec79805be5a706259239bd1394.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

html.w-mod-js *[data-ix="button-jump-up"] {
  -webkit-transform: translate(0px, 26px);
  -ms-transform: translate(0px, 26px);
  transform: translate(0px, 26px);
}

html.w-mod-js *[data-ix="badge-jump"] {
  opacity: 0;
  -webkit-transform: translate(0px, 93px);
  -ms-transform: translate(0px, 93px);
  transform: translate(0px, 93px);
}

html.w-mod-js *[data-ix="badge-jump-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 61px);
  -ms-transform: translate(0px, 61px);
  transform: translate(0px, 61px);
}

html.w-mod-js *[data-ix="badge-jump-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 61px);
  -ms-transform: translate(0px, 61px);
  transform: translate(0px, 61px);
}

html.w-mod-js *[data-ix="badge-jump-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 61px);
  -ms-transform: translate(0px, 61px);
  transform: translate(0px, 61px);
}

html.w-mod-js *[data-ix="badge-jump-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 61px);
  -ms-transform: translate(0px, 61px);
  transform: translate(0px, 61px);
}

html.w-mod-js *[data-ix="badge-jump-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 61px);
  -ms-transform: translate(0px, 61px);
  transform: translate(0px, 61px);
}

html.w-mod-js *[data-ix="badge-jump-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 61px);
  -ms-transform: translate(0px, 61px);
  transform: translate(0px, 61px);
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  opacity: 0.34;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  -webkit-transform: translate(0px, -110px);
  -ms-transform: translate(0px, -110px);
  transform: translate(0px, -110px);
}

.circle-top {
  margin-left: 150px;
}

.circle-line-1 {
  margin-top: 170px; 
  margin-left: 140px;
}

.circle-line-2 {
  margin-top: 190px;
  margin-left: 135px;
}

.circle-line-3 {
  margin-top: 210px; 
  margin-left: 130px;
  text-transform: uppercase;
}

.circle-line-4 {
  margin-top: 230px; 
  margin-left: 125px;
}

.button-approval {
  font-size: 30pt;
  line-height: 1.7;
  height: 130px;
  /* text-decoration: underline; */
}

.button-approval div.no-credit {
  font-size: 10pt;
  text-decoration: none;
  text-align: center;
}



@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('/v2/fonts/SanFranciscoDisplay-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('/v2/fonts/SanFranciscoDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('/v2/fonts/SanFranciscoDisplay-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('/v2/fonts/SanFranciscoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('/v2/fonts/SanFranciscoText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('/v2/fonts/SanFranciscoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('/v2/fonts/SanFranciscoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('/v2/fonts/SanFranciscoDisplay-Heavy.otf') format('opentype'), url('/v2/fonts/SanFranciscoDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('/v2/fonts/SanFranciscoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
