:root {
  --white: white;
  --grey: #595959;
  --violet: #21b5d1;
  --smoke: #eceaea;
  --light-blue: #0656a3;
  --gainsboro: #f5f6f8;
  --slate-blue: #063a6d;
  --royal-blue: #3b6a9b;
  --black: black;
}

body {
  background-color: var(--white);
  color: var(--grey);
  font-family: Roboto C, sans-serif;
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Khand, sans-serif;
  font-weight: 300;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Khand, sans-serif;
  font-weight: 300;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1.05rem;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 1.3em;
  font-size: .99rem;
  line-height: 1.6;
}

li {
  font-size: 1.05rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--violet);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.bg-smoke {
  background-color: var(--smoke);
}

.logo {
  object-fit: contain;
  height: 5rem;
}

.logo.footer_logo {
  height: 35px;
}

.link_text-2 {
  position: absolute;
}

.grey-span {
  color: var(--grey);
  font-size: 1em;
}

.para-x_large {
  font-size: 2em;
}

.bold-text {
  font-weight: 700;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04rem;
}

.link-btn-arrow {
  color: var(--violet);
  justify-content: center;
  align-items: center;
  margin-left: .83em;
  font-size: .9em;
  display: flex;
}

.link-btn-arrow.is-back {
  margin-left: 0;
  margin-right: .83em;
  transform: rotate(180deg);
}

.link-btn-arrow.is--white {
  color: var(--white);
}

.image-block {
  width: auto;
}

.text_color-grey {
  color: var(--grey);
}

.display {
  z-index: 0;
  color: var(--light-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 300;
}

.text_color-light_blue {
  color: var(--light-blue);
}

.bg-light_blue {
  background-color: var(--light-blue);
}

.bg-gainsboro {
  background-color: var(--gainsboro);
}

.grid {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid._3-col, .grid._4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.grid._2-col {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  position: relative;
}

.grid._2-col.hero-grid {
  align-items: center;
}

.grid.footer_grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.grid.wrap {
  flex-wrap: wrap;
}

.color-block-wrapper {
  align-items: center;
  display: flex;
}

.bg-grey {
  background-color: var(--grey);
}

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

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
}

.bg-gradient {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--slate-blue));
}

.form-btn {
  color: #fff;
  background-color: #915ff2;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: .5em 2.08em;
  font-size: 1.04em;
  font-weight: 700;
  display: flex;
  box-shadow: 0 3px 5px -2px #8966ea80;
}

.plug-play {
  background-color: #2a1468;
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15rem;
}

.link {
  text-transform: uppercase;
  padding: 0;
  font-size: 1.04rem;
  font-weight: 300;
  line-height: 1.5;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link:hover, .link.w--current {
  color: var(--light-blue);
}

.link.footer_link {
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
}

.link.footer_link:hover {
  text-decoration: underline;
}

.link.footer_link.is--bold {
  font-weight: 700;
}

.link.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.link.c_info-link {
  text-transform: none;
}

.link.c_info-link:hover {
  color: var(--light-blue);
}

.link.no-all-caps {
  text-transform: none;
}

.link.no-all-caps:hover, .link.no-all-caps.w--current {
  color: var(--violet);
}

.link.mobile-link {
  text-transform: none;
  display: none;
}

.color-block {
  flex-direction: row;
  margin-right: 2em;
  display: flex;
}

.dd-toggle {
  z-index: 2;
  width: 100%;
  padding: 0;
}

.bg-slate_blue {
  background-color: var(--slate-blue);
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.text_color-white {
  color: #fff;
}

.bg-white {
  background-color: var(--white);
}

.slate_blue-span {
  color: var(--slate-blue);
  font-size: 1em;
}

.social-icon {
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  font-size: 1.1rem;
  display: flex;
}

.social-icon.medium {
  margin-top: 0;
  position: relative;
  top: .2em;
}

.social-icon.nav-icon {
  margin-left: 0;
  margin-right: 0;
}

.grid-item {
  width: 100%;
}

.grid-item._1-2-col {
  justify-content: space-between;
  width: 50%;
}

.grid-item._1-2-col.hero_content {
  -webkit-backdrop-filter: brightness() blur(12px);
  backdrop-filter: brightness() blur(12px);
  background-color: #f5f6f8bf;
  border-radius: 7px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 30%;
  max-width: 85%;
  margin-top: 2em;
  margin-bottom: 20em;
  margin-right: -10%;
  padding: 3.08em 2.08em;
  display: flex;
  box-shadow: 0 0 20px #3b6a9b26;
}

.grid-item._1-2-col.hero_content.transparent {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  min-width: 0%;
  max-width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.grid-item._1-2-col.hero_content.is-map {
  align-items: flex-start;
  margin-bottom: 2em;
  margin-right: 0%;
}

.grid-item._1-2-col.hero_content.home, .grid-item._1-2-col.hero_content.home-copy {
  text-align: center;
  margin-bottom: 2em;
}

.grid-item._1-2-col.hero_banner {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.grid-item._1-2-col.hero_banner.home_hero-banner {
  width: 70%;
  margin-left: -10%;
}

.grid-item._1-2-col.about_banner {
  width: 50%;
}

.grid-item._1-2-col.about_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15%;
}

.grid-item._1-2-col.doctor_banner {
  width: 85%;
}

.grid-item._1-2-col.doctor_banner.is--full {
  width: 100%;
  margin-right: 0;
}

.grid-item._1-2-col.why_header {
  width: 15%;
}

.grid-item._1-2-col.faq-content_col {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 85%;
  display: flex;
}

.grid-item._1-2-col.faq-content_col.header {
  width: 25%;
}

.grid-item._1-2-col.faq-content_col.content {
  align-items: stretch;
  width: 75%;
}

.grid-item._1-2-col.doctor_header {
  width: 15%;
}

.grid-item._1-2-col.about_content, .grid-item._1-2-col.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.grid-item._1-2-col.featured_header {
  width: 15%;
}

.grid-item._1-2-col.team_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.grid-item._1-2-col.team_content {
  grid-column-gap: 3.56em;
  grid-row-gap: 3.56em;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid-item._1-2-col.overview_header {
  width: 15%;
}

.grid-item._1-2-col.overview_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.grid-item._1-2-col.visit_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15%;
}

.grid-item._1-2-col.visit_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.grid-item._1-2-col.visit_banner {
  width: 50%;
}

.grid-item._1-2-col.membership_content {
  grid-column-gap: 3.56em;
  grid-row-gap: 3.56em;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.grid-item._1-2-col.membership_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.grid-item._1-2-col.blogs_header {
  width: 15%;
}

.grid-item._1-2-col.blogs_cta {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.grid-item._1-2-col.p_forms_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15%;
}

.grid-item._1-2-col.p_forms-content {
  grid-column-gap: 3.13em;
  grid-row-gap: 3.13em;
  flex-direction: column;
  width: 50%;
  margin-right: auto;
  display: flex;
}

.grid-item._1-2-col.finance_header {
  width: 15%;
}

.grid-item._1-2-col.finance-insurance_content {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-item._1-2-col.blog_header {
  width: 15%;
}

.grid-item._1-2-col.blog_banner {
  width: 85%;
}

.grid-item._1-2-col.b-a-header {
  width: 100%;
}

.grid-item._1-2-col.location_content {
  grid-column-gap: 3.56em;
  grid-row-gap: 3.56em;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid-item._1-2-col.location_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.grid-item._1-2-col.why_content {
  width: 45%;
}

.grid-item._1-2-col.hero_content-copy {
  -webkit-backdrop-filter: brightness() blur(12px);
  backdrop-filter: brightness() blur(12px);
  background-color: #f5f6f8bf;
  border-radius: 7px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: -10%;
  padding: 3.08em 2.08em;
  display: flex;
  box-shadow: 0 0 20px #3b6a9b26;
}

.grid-item._1-2-col.hero_content-copy.transparent {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  min-width: 0%;
  max-width: 20%;
  padding-left: 0;
}

.grid-item._1-2-col.hero_content-copy {
  -webkit-backdrop-filter: brightness() blur(12px);
  backdrop-filter: brightness() blur(12px);
  background-color: #f5f6f8bf;
  border-radius: 7px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: -10%;
  padding: 3.08em 2.08em;
  display: flex;
  box-shadow: 0 0 20px #3b6a9b26;
}

.grid-item._1-2-col.hero_content-copy.transparent {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  min-width: 0%;
  max-width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.grid-item._1-2-col.hero_content-copy.is-map {
  margin-bottom: 2em;
}

.grid-item._1-3-col {
  width: 33.33%;
}

.grid-item._1-4-col {
  width: 25%;
}

.grid-item.testimonials_header {
  width: 15%;
}

.grid-item.testimonials_content {
  width: 85%;
  overflow: hidden;
}

.grid-item.featured_content {
  width: 85%;
  margin-left: auto;
}

.grid-item.cta_header {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-item.footer_col.left {
  width: 10%;
}

.grid-item.footer_col.page-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.grid-item.footer_col.right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  display: flex;
}

.grid-item.footer_col.info-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 20%;
  display: flex;
}

.grid-item.footer_col.a_footer-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-item.gallery_banner {
  width: 85%;
  margin-left: auto;
  overflow: hidden;
}

.grid-item.financing_header {
  margin-top: 2em;
  display: flex;
}

.grid-item.video_testimonials_header {
  width: 15%;
}

.grid-item.video_testimonials-content {
  width: 85%;
  overflow: hidden;
}

.grid-item.gallery_header {
  width: 15%;
  margin-left: auto;
}

.grid-item.blogs_content {
  width: 85%;
  margin-left: auto;
}

.grid-item.contact_header {
  margin-bottom: 3em;
}

.grid-item.b-a-content {
  width: 100%;
  margin-left: auto;
}

.text_color-slate_blue {
  color: var(--slate-blue);
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.btns-wrapper {
  align-items: center;
  display: flex;
}

.form_input {
  background-color: var(--white);
  color: var(--grey);
  border: 1px solid #0000;
  border-radius: 15px;
  height: 4em;
  margin-bottom: 0;
  padding: 0 2em;
  font-size: 1.15em;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  border: 1px solid var(--royal-blue);
}

.form_input::placeholder {
  color: var(--grey);
}

.form_input.area {
  height: 9em;
  padding-top: 1.4em;
}

.toggle-wrapper {
  color: var(--grey);
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.toggle-wrapper.w--open {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown.relative {
  position: relative;
}

.brand {
  width: 13.5rem;
  height: auto;
  padding-left: 0;
}

.brand.footer_brand {
  width: 8.59em;
}

.rich-text p {
  margin-bottom: 1.5em;
  font-size: 1.05rem;
}

.rich-text h1 {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 4.17em;
}

.rich-text h2 {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.39em;
}

.rich-text h3 {
  color: var(--light-blue);
  margin-bottom: .3em;
  font-size: 1.25rem;
}

.rich-text h4 {
  color: var(--gainsboro);
  margin-bottom: .4em;
  font-size: 1.5rem;
}

.rich-text h5 {
  color: var(--light-blue);
  margin-bottom: .6em;
  font-size: 1.11rem;
}

.rich-text h6 {
  color: var(--light-blue);
  margin-bottom: .7em;
  font-size: 1.04rem;
}

.rich-text a {
  color: var(--violet);
  text-decoration: underline;
  transition: color .4s;
}

.rich-text a:hover {
  color: var(--black);
}

.rich-text._2-col {
  column-count: 2;
  column-gap: 5em;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.82em;
}

.dd-list {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--smoke);
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 6em 7.5em;
  display: flex;
  overflow: hidden;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
}

.dd-icon {
  margin: 0 0 0 .52em;
  position: static;
}

.btn-text {
  font-size: 1em;
  position: relative;
}

.para-large {
  font-size: 1.82em;
}

.btn {
  border: 1px solid var(--royal-blue);
  color: var(--light-blue);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: .63em 1.04em;
  font-size: 1.04em;
  font-weight: 300;
  line-height: 1;
  transition: color .4s, background-color .4s;
  display: flex;
}

.btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn.text-btn {
  color: #717f93;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  min-width: 0;
  padding: .4em 0;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.btn.link-btn {
  display: flex;
}

.btn.link-btn.is--white {
  border-color: var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--grey);
  font-weight: 400;
}

.btn.link-btn.is--white:hover, .btn.link-btn.is--white.next-btn:hover {
  background-color: var(--grey);
  color: var(--gainsboro);
}

.btn.link-btn.is-footer {
  width: 14em;
}

.btn.link-btn.is--display {
  background-color: var(--violet);
  color: var(--white);
  border-style: none;
  min-width: 10em;
  padding-top: .73em;
  padding-bottom: .73em;
}

.btn.link-btn.is--display:hover {
  background-color: var(--black);
}

.btn.form-btn {
  background-color: var(--gainsboro);
  box-shadow: none;
  text-align: center;
  padding-top: .63em;
  font-weight: 400;
}

.btn.nav-call-btn {
  display: none;
}

.para-medium {
  font-size: 1.3rem;
}

.btn-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: 2em;
  display: flex;
}

.main-wrapper {
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.light_blue-span {
  color: var(--light-blue);
  font-size: 1em;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25em 7.5em;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.container.hero_container {
  align-items: center;
  padding-top: 3.25em;
  display: flex;
}

.container.hero_container._404, .container.hero_container.is-map {
  padding-top: 6.25em;
}

.container.nav_container {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: static;
  overflow: visible;
}

.container.footer_container {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}

.container.cta-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.form-container {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.container.a_footer_container {
  padding-top: 1.04em;
  padding-bottom: 1.04em;
}

.bg-violet {
  background-color: var(--violet);
}

.overflow-hidden {
  overflow: hidden;
}

.z_index-1 {
  z-index: 1;
  position: relative;
}

.z_index-2 {
  z-index: 2;
  position: relative;
}

.hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

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

.margin-top.xx-small {
  margin-top: .25em;
}

.margin-top.x-small {
  margin-top: .5em;
}

.margin-top.small {
  margin-top: 1em;
}

.margin-top.medium {
  margin-top: 2em;
}

.margin-top.large {
  margin-top: 2.25em;
}

.margin-top.x-large {
  margin-top: 2.5em;
}

.margin-top.xx-large {
  margin-top: 3em;
}

.margin-top.auto {
  margin-top: auto;
}

.xx-small {
  margin-top: .25em;
}

.x-small {
  margin-top: .5em;
}

.small {
  margin-top: 1em;
}

.medium {
  margin-top: 2em;
}

.large {
  margin-top: 3em;
}

.x-large {
  margin-top: 4em;
}

.xx-large {
  margin-top: 5em;
}

.navbar {
  background-color: var(--smoke);
  position: sticky;
  top: 0;
}

.nav_menu {
  align-items: stretch;
  display: flex;
  position: static;
}

.dental-implants.bg-gradient {
  position: relative;
}

.testimonials_card {
  background-color: var(--gainsboro);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.86em;
  display: flex;
  box-shadow: 1px 1px 10px #3b6a9b26;
}

.testimonials_slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 57.5%;
  height: 100%;
  display: flex;
}

.testimonials_mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.testimonials_slide {
  width: 100%;
  height: 100%;
  margin-right: 3.65em;
}

.slider_arrow {
  color: var(--violet);
  border: 1px solid #3b6a9b80;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 4.69em;
  height: 2.34em;
  font-size: 1vw;
  transition: color .8s, background-color .8s;
  display: flex;
}

.slider_arrow:hover {
  background-color: var(--grey);
  color: var(--gainsboro);
}

.slider_arrow.right {
  inset: auto 0% 0% auto;
}

.slider_arrow.left {
  inset: auto auto 0% 0%;
}

.slider_nav {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.34em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

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

.slider_icon.left_icon {
  transform: rotate(180deg);
}

.featured_img {
  aspect-ratio: 16 / 9;
  border-radius: 5px;
}

.featured_card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.featured_list {
  grid-column-gap: 2%;
  grid-row-gap: 4em;
  flex-flow: column wrap;
  display: flex;
}

.featured_item {
  width: 100%;
}

.pos_relative {
  position: relative;
}

.hero-img {
  border-radius: 5px;
  height: 27em;
}

.hero-img.ssp-hero {
  aspect-ratio: 16 / 9;
  height: auto;
}

.hero-img.video_banner {
  width: 100%;
  height: 35em;
}

.about-img {
  aspect-ratio: 16 / 9;
  border-radius: 5px;
}

.doctor-img {
  height: 40em;
}

.why_choose_us-img {
  aspect-ratio: 16 / 9;
  object-position: 50% 0%;
  border-radius: 5px;
}

.all_rights-text {
  font-size: 1em;
}

.footer_menu-col {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.footer_menu-col.is--info {
  width: 100%;
  max-width: none;
  padding-left: 1em;
  padding-right: 1em;
}

.footer_menu-col.primary_links {
  width: 15%;
}

.fields_wrapper {
  width: 100%;
  margin-bottom: 1.04em;
}

.fields_wrapper.half {
  width: 50%;
}

.label {
  margin-bottom: .1em;
  font-size: 1.35em;
  font-weight: 300;
}

._2_fields-col {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  display: flex;
}

.featured_collection {
  width: 100%;
}

.gallery-img {
  border-radius: 5px;
  height: 25em;
}

.gallery-lightbox {
  width: 100%;
  display: flex;
}

.gallery_slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  width: 57.5%;
  height: 100%;
  display: flex;
}

.gallery_mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gallery_slide {
  width: 100%;
  height: 100%;
  margin-right: 3.65em;
}

.text_color-gainsboro {
  color: var(--gainsboro);
}

.success-message {
  background-color: var(--slate-blue);
  color: var(--gainsboro);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 4em;
}

.quote-icon {
  color: var(--violet);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  transform: scale(1.2);
}

.menu-block {
  grid-column-gap: 1.82em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-end;
  place-items: center start;
  width: auto;
  padding-left: 2.08em;
  display: flex;
}

.social-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.social-block.is--footer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.social-link {
  color: var(--light-blue);
  transition: color .4s;
}

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

.no-caps {
  text-transform: lowercase;
}

.powered-img {
  color: var(--light-blue);
  align-items: center;
  width: 7.5rem;
  height: 1.4em;
  margin-top: 4em;
  transition: color .4s;
  display: flex;
}

.powered-img:hover {
  color: var(--violet);
}

.powered-img.is-absolute {
  margin-top: 0;
}

.multiple_doctors-tabs {
  z-index: 2;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

.doctors-menu {
  width: auto;
  margin-right: auto;
  display: flex;
}

.doctors-link_block {
  border: 1px solid var(--royal-blue);
  color: var(--light-blue);
  background-color: #0000;
  padding: .63em 1.54em;
  font-weight: 300;
}

.doctors-link_block.w--current {
  z-index: 2;
  background-color: var(--smoke);
  font-weight: 500;
}

.doctors-link_text {
  font-size: 1.04rem;
}

.services-col {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  display: flex;
}

.sub-dropdown {
  z-index: 2;
  grid-column-gap: .52em;
  grid-row-gap: .52em;
  flex-direction: column;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sub-dd-toggle {
  z-index: 2;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.sub-toggle-wrapper {
  color: var(--grey);
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.sub-toggle-wrapper.w--open {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.sub-dd-list {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  display: flex;
  position: static;
}

.dd-list-wrapper {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.dd-sub-link {
  transition: color .4s;
}

.dd-sub-link:hover {
  color: var(--violet);
}

.dd-sub-link.w--current {
  color: var(--light-blue);
}

.dd-sub-header-text {
  color: var(--light-blue);
  font-size: 1.35em;
  font-weight: 700;
}

.dd-sub-link_text {
  font-size: 1.35em;
  font-weight: 300;
}

.patient_anchors-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.normal-caps {
  text-transform: none;
}

.contact_links-wrapper {
  flex-direction: column;
  display: flex;
}

.map {
  width: 100%;
  height: 30em;
}

.ssp-video {
  width: 100%;
}

.video-embed {
  border-radius: 5px;
  width: 100%;
}

.testimonials_video-card {
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonials_vidoe_mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.testimonials_video_slide {
  width: 100%;
  height: 100%;
  margin-right: 3.65em;
}

.normal-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.normal_dd-list-wrapper {
  z-index: 1;
  background-color: var(--gainsboro);
  padding: 1.2em;
}

.normal_dd-list-wrapper.w--open {
  flex-direction: column;
  display: flex;
}

.footer_services-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.dd-sub-page_link {
  color: var(--violet);
  align-items: center;
  display: flex;
}

.dd-sub-pager-text {
  font-size: 1.35em;
  font-weight: 400;
}

.video_testimonials_slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 57.5%;
  height: 100%;
  display: flex;
}

.text_color-violet {
  color: var(--violet);
}

.text_color-smoke {
  color: var(--smoke);
}

.violet-span {
  color: var(--violet);
}

.line-span {
  border-bottom: 10px solid var(--violet);
  line-height: .7;
  display: inline-block;
}

.line-span-2 {
  box-shadow: inset 0 -7px 0 0 var(--violet);
  line-height: .6;
  display: inline-block;
}

.hero-cta {
  grid-column-gap: 2.86em;
  grid-row-gap: 2.86em;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.all-caps {
  text-transform: uppercase;
}

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

.featured-content {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.featured-banner {
  width: 60%;
}

.nav-btn-block {
  grid-column-gap: 1.82em;
  grid-row-gap: 1.82em;
  align-items: center;
  display: flex;
}

.member-img {
  border-radius: 5px;
  height: 15em;
}

.member-card {
  background-color: var(--smoke);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30.5%;
  padding: .73em .73em 2.08em;
  display: flex;
}

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

.category_overview-img {
  border-radius: 5px;
  height: 25em;
}

.membership-card {
  background-color: var(--smoke);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30.5%;
  padding: .73em .73em 2.08em;
  display: flex;
}

.blogs_collection {
  width: 100%;
}

.blogs_list {
  grid-column-gap: 2%;
  grid-row-gap: 4em;
  flex-flow: column wrap;
  display: flex;
}

.blogs_item {
  width: 100%;
}

.blogs_card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p_forms-card {
  background-color: var(--gainsboro);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 4.69em 2.6em;
  display: flex;
  box-shadow: 1px 1px 10px #3b6a9b26;
}

.form-content {
  background-color: var(--gainsboro);
  border-radius: 15px;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  padding: 2.86em;
}

.form-content.is-success {
  background-color: var(--light-blue);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.dd-list-right {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--smoke);
  justify-content: space-between;
  width: 85%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.dd-list-left {
  width: 15%;
}

.blog_img {
  height: 40em;
}

.lasso_logo {
  align-items: center;
  display: flex;
}

.pop-wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ecf6fa80;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-block {
  background-color: #fcfcfc;
  border-radius: 15px;
  width: 75%;
  max-height: 90vh;
  padding: 4em 2.5em;
  position: relative;
}

.close-btn {
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.5em -.5em auto auto;
}

.close-btn_embed {
  cursor: pointer;
  font-size: 1.2em;
  transition: color .4s;
  display: flex;
}

.close-btn_embed:hover {
  color: var(--violet);
}

.b-a-wrapper {
  grid-column-gap: 2.75em;
  grid-row-gap: 3.75em;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
  display: flex;
}

.b-a-card {
  width: 48%;
  padding: 0;
}

.b-a-embed {
  color: var(--violet);
}

.anchor_point {
  z-index: -2;
  width: 100%;
  height: 0;
  position: absolute;
  inset: -6.5em 0% auto;
  overflow: hidden;
}

.loaction-card {
  background-color: var(--gainsboro);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30.5%;
  padding: .73em .73em 2.08em;
  display: flex;
}

.location_img {
  border-radius: 5px;
  height: 20em;
}

.form_wrapper {
  width: 100%;
  margin-bottom: 0;
}

.recaptcha-block {
  background-color: var(--smoke);
  text-align: left;
  border-radius: 15px;
  width: 20em;
  margin-bottom: 20px;
  padding: 1em 1.5em;
}

.math-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.eq-box {
  border: 1px solid var(--light-blue);
  background-color: var(--gainsboro);
  text-align: center;
  border-radius: 15px;
  width: 4em;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.insurance_desc, .finance_desc {
  width: 100%;
}

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

.rich-text-white p {
  margin-bottom: 1.5em;
}

.rich-text-white h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 4.17em;
}

.rich-text-white h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.39em;
}

.rich-text-white h3 {
  margin-bottom: .3em;
  font-size: 1.82rem;
}

.rich-text-white h4 {
  margin-bottom: .4em;
  font-size: 1.5rem;
}

.rich-text-white h5 {
  margin-bottom: .6em;
  font-size: 1.11rem;
}

.rich-text-white h6 {
  margin-bottom: .7em;
  font-size: 1.04rem;
}

.rich-text-white a {
  text-decoration: underline;
  transition: color .4s;
}

.rich-text-white a:hover {
  color: var(--black);
}

.rich-text-white._2-col {
  column-count: 2;
  column-gap: 5em;
}

.form-header {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.form-header.is-success {
  width: 60%;
}

.home_hero-form {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.form-nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  inset: 0% 0% auto;
}

.slide-btns-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-arrow {
  display: none;
}

.form-mask {
  width: 100%;
  height: auto;
}

.step-line {
  z-index: 1;
  background-color: #d3e7efbf;
  width: 95%;
  height: 1px;
  margin-top: 1.6em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.form_input-2 {
  color: #6e7f95;
  background-color: #fcfcfc;
  border-style: none;
  border-color: #0003;
  border-radius: 5px;
  height: 3em;
  margin-bottom: 0;
  padding: 0 .9em;
  font-size: 1.25em;
}

.btn-2 {
  color: #fcfcfc;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e64c4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: 1em 1.04em .83em;
  font-size: .78rem;
  font-weight: 300;
  line-height: 1;
  transition: background-color .4s;
  display: inline-block;
}

.btn-2:hover {
  background-color: #000;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.17em;
}

.form-slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 2em;
  padding-top: 4em;
  display: flex;
}

.form-slide {
  width: 100%;
  height: auto;
}

.promotions-img {
  border-radius: 5px;
  height: 25em;
}

.nav_company {
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-address-wrap {
  grid-column-gap: 2em;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2.5em;
  padding-right: 2.08em;
  display: flex;
}

.nav-call-btn-wrap {
  margin-left: auto;
  display: flex;
}

.thankyou_header {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  display: flex;
}

.thankyou_header.is-success {
  width: 60%;
}

.thankyou_content {
  grid-row-gap: 1em;
  border-radius: 15px;
  flex-direction: column;
  width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  padding: 2.86em;
  display: flex;
}

.thankyou_content.is-success {
  background-color: var(--light-blue);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.thankyou_component {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 30em;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-2 {
  flex: 1;
  padding-right: 2em;
}

.sub-heading {
  font-size: .6em;
}

.thankyou_header-content {
  -webkit-backdrop-filter: brightness() blur(12px);
  backdrop-filter: brightness() blur(12px);
  text-align: center;
  background-color: #f5f6f8bf;
  border-radius: 7px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 30%;
  max-width: 85%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: -10%;
  padding: 3.08em 2.08em;
  display: flex;
  box-shadow: 0 0 20px #3b6a9b26;
}

.ssp_header-content {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 7px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0%;
  max-width: 35%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3.08em 2.08em 3.08em 0;
  display: flex;
}

.ssp_image-wrap {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
}

.ssp_header, .home_hero-grid {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.home_hero-form-header {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home_hero-form-header.is-success {
  width: 60%;
}

.home_hero-form-content {
  background-color: var(--smoke);
  border-radius: 15px;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  padding: 2.86em;
}

.home_hero-form-content.is-success {
  background-color: var(--light-blue);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.section_map {
  background-color: var(--slate-blue);
}

.map_grid {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.map_content {
  -webkit-backdrop-filter: brightness() blur(12px);
  backdrop-filter: brightness() blur(12px);
  background-color: #f5f6f8bf;
  border-radius: 7px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 30%;
  max-width: 40%;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: 0%;
  padding: 3.08em 2.08em;
  display: flex;
  box-shadow: 0 0 20px #3b6a9b26;
}

.map_map-wrap {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.next-btn-aligners {
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--grey);
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: .63em 1.04em;
  font-size: 1.04em;
  font-weight: 400;
  line-height: 1;
  transition: color .4s, background-color .4s;
  display: flex;
}

.next-btn-aligners:hover {
  background-color: var(--black);
  color: var(--gainsboro);
}

.prev-btn-aligners {
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--grey);
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: .63em 1.04em;
  font-size: 1.04em;
  font-weight: 400;
  line-height: 1;
  transition: color .4s, background-color .4s;
  display: flex;
}

.prev-btn-aligners:hover {
  background-color: var(--black);
  color: var(--gainsboro);
}

.prev-btn-implants {
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--grey);
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: .63em 1.04em;
  font-size: 1.04em;
  font-weight: 400;
  line-height: 1;
  transition: color .4s, background-color .4s;
  display: flex;
}

.prev-btn-implants:hover {
  background-color: var(--black);
  color: var(--gainsboro);
}

.next-btn-implants {
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  color: var(--grey);
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: .63em 1.04em;
  font-size: 1.04em;
  font-weight: 400;
  line-height: 1;
  transition: color .4s, background-color .4s;
  display: flex;
}

.next-btn-implants:hover {
  background-color: var(--black);
  color: var(--gainsboro);
}

.clearaligners.bg-gradient {
  position: relative;
}

@media screen and (max-width: 991px) {
  .grid._2-col {
    flex-wrap: wrap;
  }

  .grid._2-col.hero-grid, .grid._2-col.hero-grid-copy {
    flex-flow: column wrap;
  }

  .grid.footer_grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-wrap: wrap;
  }

  .color-block-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link.mobile-link {
    display: block;
  }

  .color-block {
    margin-right: 1em;
  }

  .grid-item._1-2-col.hero_content {
    order: 1;
    width: auto;
    max-width: 100%;
    margin-bottom: 18em;
    margin-right: 0%;
  }

  .grid-item._1-2-col.hero_content.transparent {
    max-width: none;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-item._1-2-col.hero_content.is-map {
    min-width: 100%;
    margin-top: 2em;
  }

  .grid-item._1-2-col.hero_banner, .grid-item._1-2-col.hero_banner.home_hero-banner {
    width: 100%;
    margin-left: 0%;
  }

  .grid-item._1-2-col.about_banner, .grid-item._1-2-col.about_header, .grid-item._1-2-col.doctor_header, .grid-item._1-2-col.doctor_banner, .grid-item._1-2-col.why_banner, .grid-item._1-2-col.why_header, .grid-item._1-2-col.faq-content_col.header, .grid-item._1-2-col.faq-content_col.content, .grid-item._1-2-col.about_content, .grid-item._1-2-col.content, .grid-item._1-2-col.featured_header, .grid-item._1-2-col.team_header, .grid-item._1-2-col.team_content, .grid-item._1-2-col.overview_header, .grid-item._1-2-col.overview_content, .grid-item._1-2-col.overview_banner, .grid-item._1-2-col.visit_header, .grid-item._1-2-col.visit_content, .grid-item._1-2-col.visit_banner, .grid-item._1-2-col.membership_content, .grid-item._1-2-col.membership_header, .grid-item._1-2-col.blogs_header, .grid-item._1-2-col.blogs_cta, .grid-item._1-2-col.p_forms_header, .grid-item._1-2-col.p_forms-content, .grid-item._1-2-col.finance_header, .grid-item._1-2-col.finance-insurance_content, .grid-item._1-2-col.blog_header, .grid-item._1-2-col.blog_banner, .grid-item._1-2-col.b-a-header, .grid-item._1-2-col.location_content, .grid-item._1-2-col.location_header {
    width: 100%;
  }

  .grid-item._1-2-col.hero_content-copy {
    order: 1;
    width: auto;
    max-width: 100%;
    margin-bottom: 18em;
    margin-right: 0%;
  }

  .grid-item._1-2-col.hero_content-copy.transparent {
    max-width: none;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-item._1-2-col.hero_content-copy.is-map {
    min-width: 100%;
    margin-top: 2em;
  }

  .grid-item.testimonials_header, .grid-item.testimonials_content, .grid-item.featured_content, .grid-item.cta_header {
    width: 100%;
  }

  .grid-item.footer_col.left {
    width: 40%;
    padding-left: 0;
  }

  .grid-item.footer_col.page-links {
    order: 3;
    width: 100%;
  }

  .grid-item.footer_col.right {
    flex-direction: row;
    order: 4;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .grid-item.footer_col.info-links {
    border-right-style: none;
    order: 2;
    width: 60%;
  }

  .grid-item.gallery_banner {
    width: 100%;
  }

  .grid-item.financing_header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .grid-item.video_testimonials_header, .grid-item.video_testimonials-content, .grid-item.gallery_header {
    width: 100%;
  }

  .grid-item.blogs_content, .grid-item.b-a-content {
    width: 100%;
    margin-top: 2em;
  }

  .global-styles {
    z-index: 10;
  }

  .dropdown {
    position: relative;
  }

  .brand {
    width: 10rem;
  }

  .dd-list {
    background-color: #0000;
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column wrap;
    padding: 0;
    position: relative;
  }

  .dd-icon {
    color: var(--violet);
    font-size: 1.5em;
  }

  .btn.link-btn.is--display {
    padding-top: .93em;
    padding-bottom: .93em;
  }

  .container {
    max-width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container.hero_container.thankyou {
    min-height: auto;
  }

  .container.nav_container {
    padding-left: 6vw;
  }

  .navbar {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .nav_menu {
    background-color: var(--smoke);
    padding: 2em 6vw;
    position: absolute;
  }

  .testimonials_slider {
    width: 100%;
  }

  .testimonials_slide {
    width: 48%;
    margin-right: 4%;
  }

  .slider_arrow {
    width: 4.69rem;
    height: 2.34rem;
  }

  .slider_nav {
    height: 2rem;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .slider_icon {
    font-size: 1rem;
  }

  .featured_card {
    flex-wrap: wrap;
  }

  .footer_menu-col.is--info {
    padding-left: 0;
    padding-right: 0;
  }

  .menu_btn {
    color: var(--light-blue);
    border-radius: 12px;
    padding: 7px 9px 4px;
    transition: background-color .4s;
  }

  .menu_btn.w--open {
    background-color: var(--light-blue);
    color: var(--white);
  }

  .hamburger {
    transform: scale(1.2);
  }

  .label {
    font-size: 1rem;
  }

  .gallery_slider {
    width: 100%;
  }

  .gallery_slide {
    width: 48%;
    margin-right: 4%;
  }

  .menu-block {
    border-left-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
    display: flex;
  }

  .social-block.is--footer {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .wrap {
    flex-wrap: wrap;
    display: flex;
  }

  .powered-img {
    margin-top: 0;
  }

  .multiple_doctors-tabs, .sub-dropdown {
    width: 100%;
  }

  .sub-dd-toggle {
    cursor: auto;
  }

  .sub-dd-list {
    padding-left: 2.5em;
    display: none;
    position: relative;
  }

  .dd-list-wrapper {
    display: none;
    position: relative;
  }

  .dd-list-wrapper.w--open {
    display: flex;
  }

  .dd-sub-header-text {
    font-size: 1.4em;
  }

  .testimonials_video_slide {
    width: 48%;
    margin-right: 4%;
  }

  .normal-dropdown {
    position: relative;
  }

  .normal_dd-list-wrapper {
    display: none;
    position: relative;
  }

  .normal_dd-list-wrapper.w--open {
    display: flex;
  }

  .video_testimonials_slider, .featured-content, .featured-banner {
    width: 100%;
  }

  .member-card {
    width: 47%;
  }

  .max-w-90 {
    max-width: 95%;
  }

  .membership-card {
    width: 47%;
  }

  .blogs_card {
    flex-wrap: wrap;
  }

  .form-content, .form-content.is-success {
    width: 100%;
  }

  .dd-list-right {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #0000;
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column wrap;
    width: auto;
    padding: .5em 2.5em .52em;
    position: relative;
  }

  .dd-list-left {
    display: none;
  }

  .b-a-wrapper {
    grid-column-gap: 2em;
  }

  .anchor_point {
    top: -8em;
  }

  .loaction-card {
    width: 47%;
  }

  .step-line {
    margin-top: 1.9em;
  }

  .nav_company {
    justify-content: space-between;
    padding-right: 2em;
  }

  .nav-address-wrap {
    display: none;
  }

  .nav-call-btn-wrap {
    margin-left: 1em;
    display: block;
  }

  .thankyou_header, .thankyou_content, .thankyou_content.is-success {
    width: 100%;
  }

  .thankyou_component {
    flex-direction: column;
  }

  .thankyou_header-content {
    order: 1;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .ssp_header-content {
    text-align: center;
    order: 1;
    width: auto;
    max-width: none;
    padding-top: 2em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .ssp_image-wrap {
    width: 100%;
    height: auto;
  }

  .ssp_header {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

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

  .home_hero-form-content, .home_hero-form-content.is-success {
    width: 100%;
  }

  .map_grid {
    flex-flow: column wrap;
  }

  .map_content {
    order: 1;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin-top: 2em;
    margin-bottom: 18em;
    margin-right: 0%;
  }

  .map_map-wrap {
    width: 100%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 4rem;
  }

  .grid._2-col {
    flex-wrap: wrap;
  }

  .color-block-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link {
    font-size: 1.11rem;
  }

  .link.footer_link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .color-block {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .grid-item._1-2-col {
    width: 100%;
  }

  .grid-item._1-2-col.hero_content {
    width: 100%;
    margin-bottom: 2em;
  }

  .grid-item._1-2-col.hero_content.is-map {
    margin-top: 2em;
  }

  .grid-item._1-2-col.about_header, .grid-item._1-2-col.doctor_header {
    order: -1;
    width: 100%;
  }

  .grid-item._1-2-col.doctor_banner {
    order: -1;
  }

  .grid-item._1-2-col.why_header {
    order: -1;
    width: 100%;
  }

  .grid-item._1-2-col.faq-content_col {
    width: 100%;
  }

  .grid-item._1-2-col.faq-content_col.content {
    order: 0;
  }

  .grid-item._1-2-col.doctor_header {
    width: 100%;
  }

  .grid-item._1-2-col.content, .grid-item._1-2-col.featured_header, .grid-item._1-2-col.team_header, .grid-item._1-2-col.overview_header, .grid-item._1-2-col.overview_content, .grid-item._1-2-col.visit_header, .grid-item._1-2-col.membership_header, .grid-item._1-2-col.blogs_header, .grid-item._1-2-col.blogs_cta, .grid-item._1-2-col.p_forms_header {
    order: -1;
    width: 100%;
  }

  .grid-item._1-2-col.finance-insurance_content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .grid-item._1-2-col.blog_header {
    order: -1;
    width: 100%;
  }

  .grid-item._1-2-col.blog_banner {
    order: -1;
  }

  .grid-item._1-2-col.b-a-header, .grid-item._1-2-col.location_header, .grid-item._1-2-col.why_content {
    order: -1;
    width: 100%;
  }

  .grid-item._1-2-col.hero_content-copy {
    width: 100%;
    margin-bottom: 2em;
  }

  .grid-item._1-2-col.hero_content-copy.is-map {
    margin-top: 2em;
  }

  .grid-item._1-3-col, .grid-item._1-4-col {
    width: 100%;
  }

  .grid-item.testimonials_content {
    overflow: visible;
  }

  .grid-item.cta_header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    width: 100%;
  }

  .grid-item.footer_col.page-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
  }

  .grid-item.video_testimonials-content {
    overflow: visible;
  }

  .brand {
    width: 12rem;
  }

  .rich-text._2-col {
    column-count: 1;
  }

  .dd-list {
    background-color: #0000;
    border-bottom: 0 #0000;
  }

  .btn.nav-call-btn {
    display: flex;
  }

  .testimonials_card {
    box-shadow: 0 0 1px #3b6a9b26;
  }

  .testimonials_slide {
    width: 100%;
  }

  .slider_nav {
    height: 2.34rem;
    padding-top: 0;
  }

  .featured_item {
    width: 100%;
  }

  .footer_menu-col {
    width: 45%;
    max-width: none;
  }

  .footer_menu-col.is--info {
    width: 100%;
  }

  .footer_menu-col.primary_links {
    grid-column-gap: 5em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .menu-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .sub-dropdown {
    width: 100%;
  }

  .sub-dd-list {
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: none;
  }

  .dd-list-wrapper {
    display: none;
  }

  .dd-list-wrapper.w--open {
    display: flex;
  }

  .testimonials_video_slide {
    width: 100%;
  }

  .normal_dd-list-wrapper {
    display: none;
  }

  .normal_dd-list-wrapper.w--open {
    display: flex;
  }

  .member-card, .membership-card, .blogs_item {
    width: 100%;
  }

  .dd-list-right {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #0000;
    border-bottom: 0 #0000;
    padding: .52em 2.5em;
  }

  .b-a-wrapper {
    flex-direction: column;
  }

  .b-a-card, .loaction-card {
    width: 100%;
  }

  .rich-text-white._2-col {
    column-count: 1;
  }

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

  .step-line {
    margin-top: 2em;
  }

  .form-slider {
    padding-top: 6em;
  }

  .nav_company {
    justify-content: space-between;
    padding-right: 2em;
  }

  .nav-address-wrap {
    display: none;
  }

  .nav-call-btn-wrap {
    display: block;
  }

  .thankyou_content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .thankyou_component {
    flex-direction: column;
  }

  .thankyou_header-content {
    width: 100%;
    margin-bottom: 2em;
  }

  .ssp_header-content, .ssp_image-wrap {
    width: 100%;
  }

  .ssp_header, .home_hero-grid {
    flex-wrap: wrap;
  }

  .home_hero-form-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .map_grid {
    flex-wrap: wrap;
  }

  .map_content {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .map_map-wrap {
    width: 100%;
  }
}

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

  h2 {
    font-size: 3em;
  }

  .grid {
    flex-wrap: wrap;
  }

  .color-block-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .social_icons-block {
    flex-wrap: wrap;
  }

  .h2 {
    font-size: 3em;
  }

  .form-btn {
    padding-left: 1em;
    padding-right: 1em;
  }

  .social-icon.nav-icon {
    font-size: 1.5rem;
  }

  .grid-item._1-2-col.blogs_cta {
    justify-content: center;
    margin-top: 4em;
  }

  .grid-item.footer_col.left {
    width: 100%;
  }

  .grid-item.footer_col.page-links {
    flex-wrap: wrap;
  }

  .grid-item.footer_col.info-links {
    width: 100%;
  }

  .grid-item.footer_col.a_footer-item {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .grid-item.gallery_banner {
    overflow: visible;
  }

  .btns-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
  }

  .form_input {
    height: 3.5em;
    font-size: .99rem;
  }

  .brand {
    width: 100%;
    max-width: 12rem;
  }

  .brand.footer_brand {
    width: 8rem;
  }

  .rich-text h1 {
    font-size: 3.8em;
  }

  .rich-text h2 {
    font-size: 3em;
  }

  .dd-list {
    position: relative;
  }

  .h1 {
    font-size: 3.8em;
  }

  .btn {
    font-size: 1.3em;
  }

  .btn.is-call {
    min-width: 7em;
    padding-left: .63em;
    padding-right: .63em;
  }

  .para-medium {
    font-size: 1.11rem;
  }

  .container.hero_container {
    min-height: auto;
    padding-bottom: 3.25em;
  }

  .testimonials_slider {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .slider_arrow.right {
    right: 0%;
  }

  .slider_arrow.left {
    left: 0%;
  }

  .slider_nav {
    max-width: 90%;
    margin-bottom: 5px;
    font-size: 7px;
  }

  .slider_icon {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }

  .featured_item {
    width: 100%;
  }

  .hero-img {
    height: 15em;
  }

  .hero-img.video_banner {
    height: 25em;
  }

  .doctor-img {
    height: 20em;
  }

  .all_rights-text {
    order: 1;
  }

  .footer_menu-col {
    width: 45%;
  }

  .footer_menu-col.is--info {
    width: 100%;
  }

  .footer_menu-col.primary_links {
    grid-column-gap: 1em;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    place-items: center baseline;
  }

  .fields_wrapper.half {
    width: 100%;
  }

  .label {
    font-size: 1.11rem;
  }

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

  .gallery_slider, .gallery_slide {
    width: 100%;
  }

  .success-message {
    padding: 3em;
  }

  .menu-block {
    grid-row-gap: 2em;
  }

  .social-block {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .social-block.is--footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .multiple_doctors-tabs {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
  }

  .doctors-menu {
    flex-wrap: wrap;
  }

  .sub-dd-list {
    position: relative;
  }

  .dd-list-wrapper, .normal_dd-list-wrapper {
    display: none;
    position: relative;
  }

  .video_testimonials_slider {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .hero-cta {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-btn-block {
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .member-img, .category_overview-img {
    height: 20em;
  }

  .blogs_item {
    width: 100%;
  }

  .p_forms-card {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: center;
  }

  .dd-list-right {
    position: relative;
  }

  .blog_img {
    height: 20em;
  }

  .popup-block {
    width: 90%;
  }

  .close-btn {
    top: -1.6em;
    right: -1.2em;
  }

  .close-btn_embed {
    font-size: 1.75em;
  }

  .anchor_point {
    top: -7.5em;
  }

  .recaptcha-block {
    width: 25em;
  }

  .rich-text-white h1 {
    font-size: 3.8em;
  }

  .rich-text-white h2 {
    font-size: 3em;
  }

  .btn-2 {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.3em;
  }

  .h2-2 {
    font-size: 3em;
  }

  .promotions-img {
    height: 20em;
  }

  .nav_company {
    padding-right: 1em;
  }

  .thankyou_content {
    padding: 2.06em 0 0;
  }

  .ssp_header, .home_hero-grid, .map_grid {
    flex-wrap: wrap;
  }

  .next-btn-aligners, .prev-btn-aligners, .prev-btn-implants, .next-btn-implants {
    font-size: 1.3em;
  }
}


@font-face {
  font-family: 'Roboto C';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto C';
  src: url('../fonts/roboto-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto C';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto C';
  src: url('../fonts/roboto-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/khand-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}