:root {
  --black: black;
  --dark-sea-green: #7dc27e;
  --white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  transform: translate(-100%);
}

.preloader-icon {
  width: 40px;
}

.hero-big-heading {
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 80px;
}

.hero-big-heading.sleep-h1.sleep-apnea-h4 {
  font-size: 30px;
  line-height: 50px;
}

.place-top {
  z-index: 1;
  position: relative;
}

.split-image-links {
  height: 50vh;
  display: none;
}

.heading-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 44px;
}

.heading-2.a-cut {
  color: #000;
  padding-bottom: 12px;
  padding-right: 41px;
}

.heading-2.whiteh2 {
  color: #fff;
  text-align: center;
}

.image-10 {
  flex: 0 auto;
  width: 380px;
  margin-bottom: 16px;
}

.paragraph-big {
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-big.sub-text {
  padding-left: 111px;
  padding-right: 111px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.zoom-image {
  width: 100%;
}

.zoom-image.split-about, .zoom-image.split-contacts, .zoom-image.split-blog, .zoom-image.split-works {
  background-image: linear-gradient(#0000004d, #0000004d);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0;
}

.side-info {
  width: 50%;
  padding-left: 2%;
  padding-right: 8%;
}

.side-info.second-part {
  width: 600px;
  max-width: 800px;
  padding-left: 3%;
  padding-right: 0%;
}

.side-info.second-part.white-box {
  background-image: linear-gradient(#ffffffde, #ffffffde);
  width: auto;
  max-width: none;
  padding-top: 17px;
  padding-bottom: 8px;
  padding-left: 5%;
  box-shadow: 0 0 43px 2px #ffffff7d;
}

.nav-link {
  opacity: .76;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
  transition: opacity 1.325s;
  display: inline;
  position: static;
}

.nav-link:hover {
  opacity: 1;
  color: #219e1c;
}

.nav-link.w--current {
  opacity: 1;
  color: #000;
  font-weight: 300;
}

.location-text {
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
}

.grey-text {
  color: #000;
  text-transform: none;
  margin-bottom: 0;
  padding-right: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.dropdown-link {
  color: #111;
  text-transform: uppercase;
  background-image: linear-gradient(#fff, #fff);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.dropdown-link.submenu.w--current {
  color: #0aa510;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

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

.footer-v2 {
  color: #777;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2.dark-bg {
  color: #ffffffb3;
  padding-top: 0;
}

.dropdown-list {
  padding-top: 0;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-top: 12px;
  padding: 15px 17px 28px;
}

.footer-v2-about {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.hero-slider-arrow {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  bottom: 0;
  right: 0;
  box-shadow: inset 0 -1px #e7e7e7;
}

.hero-slider-arrow.left {
  display: flex;
  right: 64px;
  box-shadow: inset 0 -1px #e7e7e7, inset -1px 0 #e7e7e7;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.mouse-wheel {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 8px;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.side-image-back {
  width: 66.66%;
}

.side-image-back.right {
  width: 90%;
  margin-left: 0;
  transform: translate(0);
}

.link-8 {
  color: #fff;
}

.hero-slide._2 {
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #000000db 3%, #0000 51%), linear-gradient(#00000008, #00000008), url('../images/5c09661019c6a50936bc150d_mid-wilshire-main-hero_663d86816bc4ae24ea999aac1276e0ce.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat, repeat-x;
  background-size: auto, auto, auto, cover;
}

.hero-slide._2.sleep-slide1 {
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #000000db 3%, #0000 51%), linear-gradient(#0000, #0000), url('../images/sleep-apnea-slider1.jpg');
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.side-image-float {
  width: 66.66%;
  position: absolute;
  box-shadow: 8px 8px 28px #00000029;
}

.side-image-float.left {
  box-shadow: none;
  width: 40%;
  max-width: none;
  display: none;
  left: -68px;
}

.location {
  color: #777;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 32px;
  padding-left: 40px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.location.hero-slider-location {
  z-index: 3;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.mouse {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 8px;
  display: flex;
  position: absolute;
}

.nav-bar-top {
  box-shadow: none;
  background-color: #000;
  border-bottom: 1px solid #45454524;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 12px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.footer-bottom-v2 {
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: #fff9;
  border-style: none;
  border-top-color: #fff3;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 7px;
}

.icon {
  opacity: .76;
  color: #000;
}

.icon:hover {
  color: #838383;
}

.icon:focus {
  color: #c6dba9;
}

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

.side-feature {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.location-icon {
  float: left;
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown-toggle {
  padding-top: 4px;
  padding-bottom: 4px;
}

.hero-scroll-link {
  z-index: 3;
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-scroll-link:hover {
  opacity: 1;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.section-intro.no-margin-bottom {
  max-width: 730px;
  margin-bottom: 11px;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.social-icon-link {
  opacity: .4;
  color: #000;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: opacity .4s;
  display: flex;
}

.social-icon-link:hover {
  opacity: 1;
}

.line-button-text {
  z-index: 1;
  color: #000;
  cursor: default;
  transform-style: preserve-3d;
  padding-left: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  transition: transform .158s linear;
  position: relative;
}

.line-button-text:hover {
  color: #fff;
  font-weight: 300;
  transform: scale3d(1.11, .98, 1);
}

.text-block-4 {
  opacity: .76;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-4:hover {
  color: #838383;
}

.text-block-4:focus {
  color: #c6dba9;
}

.text-block {
  float: left;
}

.nav-menu-top {
  color: #fff;
  text-align: right;
  flex: 0 auto;
  padding-left: 12px;
}

.slide-2 {
  background-image: linear-gradient(to top, #0000008c, #fff0), url('../images/Office-Hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2.sleep-slide-2 {
  background-image: linear-gradient(to top, #0000008c, #fff0), url('../images/sleep-apnea-slider2.jpg');
  background-size: auto, cover;
}

.nav-top-social {
  color: #000;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 6% 112px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.image-2 {
  color: #fff;
  background-image: linear-gradient(#0000 8%, #0000004a), linear-gradient(#222922ba, #222922ba), url('../images/5c09661019c6a54ec2bc151a_cta-bg_352a3e7123616bebbdf6f678143b45ed.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  justify-content: flex-end;
  padding-top: 440px;
  padding-bottom: 45px;
}

.section.dark {
  color: #fff;
  background-image: linear-gradient(to right, #40424b, #1c1d24);
}

.section.dark.no-padding-vertical {
  z-index: 1;
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #fff;
  border-top: 1px solid #ffffff14;
  padding-top: 0;
  padding-bottom: 0;
}

.section.clippers {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/clippers-bg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.footer-text-left {
  opacity: .44;
  color: #fff;
  margin-left: 0;
  padding-top: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.slide-3 {
  background-image: linear-gradient(to top, #0000008c, #fff0), url('../images/hero-staff.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3.sleep-slide-3 {
  background-image: linear-gradient(to top, #0000008c, #fff0), url('../images/sleep-apnea-slider3.jpg');
  background-size: auto, cover;
}

.wrapper {
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  padding-top: 65px;
  font-size: 28px;
  position: relative;
}

.hero-slider-intro {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 800px;
  margin: 103px auto 96px;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-slider {
  background-color: #111;
  min-height: 100vh;
}

.hero-slider.nav-margin-top {
  height: 730px;
  min-height: 0;
  padding-top: 0;
}

.split-image-link {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.split-image-header {
  z-index: 1;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 200;
  transition: background-color .4s, color .4s;
  position: relative;
}

.split-image-header:hover {
  transform: translate(0);
}

.split-image-header.button.link-button {
  color: #fff;
  box-shadow: inset 3px 0 #85af4b;
}

.split-image-header.button.link-button:hover {
  background-image: linear-gradient(#85af4b, #85af4b);
}

.buttons-wrapper {
  justify-content: center;
  display: flex;
}

.side-media {
  background-image: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.link-white {
  color: #fff;
  width: 1px;
  height: 1px;
  text-decoration: none;
}

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

.image-9 {
  width: 345px;
  height: 69px;
  margin-left: 19px;
  padding-top: 0;
}

.button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #7ec27e;
  border-radius: 0;
  height: 48px;
  padding: 12px 39px 11px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #76b676;
}

.button.side-margins {
  color: #000;
  background-color: #7ec27e;
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button.side-margins.mainpage {
  color: #000;
  background-color: #7ec27e;
  margin-left: 0;
  padding-top: 12px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
}

.button.link-button {
  color: #111;
  background-color: #0000;
  transition: color .4s, background-color .4s;
  box-shadow: inset 3px 0 #64cb68;
}

.button.link-button:hover {
  color: #fff;
}

.button.link-button.homephone {
  box-shadow: none;
  color: #fff;
  background-color: #7ec27e;
  margin-right: -100px;
  padding-left: 27px;
  padding-right: 27px;
  transition-duration: .4s, .692s;
}

.button.link-button.homephone:hover {
  background-color: #76b676;
  margin-right: -100px;
}

.color-hover {
  background-color: #faaf52;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.left {
  background-color: #0000;
  width: 3px;
  display: none;
  position: absolute;
  inset: 0 auto 0 0;
}

.color-hover.down {
  background-color: #7ec27e;
  height: 3px;
  position: absolute;
  inset: auto 0 0;
}

.product-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 26%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slant-mask-container {
  z-index: 0;
  color: #1f69c2;
  background-image: linear-gradient(#ffffffa1, #ffffffa1), url('../images/5c09661019c6a5a13dbc1536_dark-bg_047e75fa547e0ccf270bd98771ae07b2.jpg'), linear-gradient(to top, #8888885e, #fff0), linear-gradient(#c9c9c945, #fff 22%);
  background-position: 0 0, 50%, 0 0, 0 0;
  background-size: auto, cover, auto, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.section-fade-in.products-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-name-title {
  color: #454f5b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.product-card {
  box-shadow: none;
  background-color: #ffffff8c;
  border-radius: 0;
  flex: 0 auto;
  width: 300px;
  max-width: 350px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s;
}

.product-card:hover {
  transform: translate(0, -6px)scale(1.02);
  box-shadow: 0 1px 6px #00000026;
}

.products-row {
  text-align: left;
  justify-content: center;
  padding-bottom: 58px;
  display: flex;
}

.products-row.sleep-services {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-2.centered {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-2.centered.sleep-section-2 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.product-card-description {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px 19px;
  text-decoration: none;
  display: flex;
}

.container {
  z-index: 3;
  flex: 1;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.product-card-image {
  background-color: #68ccdd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 330px;
}

.product-card-image.simple-switch {
  background-color: #0000;
  background-image: url('../images/inlays-onlays-blog.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 224px;
}

.product-card-image.simple-switch.oral-surg {
  background-image: url('../images/cosmetic-dentist-116.jpg');
}

.product-card-image.simple-switch.sleep-apnea-img1 {
  background-image: url('../images/sleep-apnea-couple.jpg');
  background-size: cover;
}

.product-card-image.smart-dimmer {
  background-color: #0000;
  background-image: url('../images/orthodontics-thumb.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 353px;
  border-radius: 0;
  width: 300px;
  height: 229px;
}

.product-card-image.smart-dimmer._2ndrow {
  background-image: url('../images/cosmetic-dentistry-542.jpg');
}

.product-card-image.smart-dimmer.sleep-apnea-img3 {
  background-image: url('../images/sleep-apnea-treatment.jpg');
  background-size: cover;
}

.product-card-image.smart-dimmer.sleep-apnea-img3.sleep-test {
  background-image: url('../images/sleep-test.jpg');
  background-size: cover;
}

.product-card-image.smart-switch {
  background-color: #0000;
  background-image: url('../images/cosmetic.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 300px;
  height: 229px;
}

.product-card-image.smart-switch.perioimage {
  background-image: url('../images/cosmetic-dental-608.jpg');
}

.product-card-image.smart-switch.sleep-apnea-img2 {
  background-image: url('../images/sleep-apnea-symptoms.jpg');
  background-size: cover;
}

.homeh1 {
  text-transform: uppercase;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

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

.image-11 {
  color: #6dc446;
}

.columns {
  width: 100%;
  min-width: 0;
}

.section-4 {
  background-image: url('../images/smiling-couple.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 64px;
  padding-bottom: 64px;
  box-shadow: inset 0 0 50px 10px #0000001f;
}

.section-4.sleep-apnea {
  background-image: linear-gradient(#0000, #0000), url('../images/5c1198929fcfe746eecd8f4e_sleep-apnea_7671e257dba088d54759ac9d712e0a30.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-4.a-cut-above {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-4.a-cut-above.sleep-section-4 {
  background-image: url('../images/man-sleeping.jpg');
  background-size: cover;
}

.column {
  padding-top: 368px;
  padding-left: 10px;
  padding-right: 10%;
}

.image-12 {
  transform-style: preserve-3d;
  padding-top: 0;
  padding-bottom: 0;
  transform: scale3d(.63, .63, .72);
}

.container-2 {
  filter: grayscale();
}

.image-14, .image-15 {
  width: 250px;
}

.image-15.birds-animation {
  width: 200px;
  margin-left: 0;
}

.section-5 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 16px;
  padding-bottom: 0;
  padding-left: 22px;
  display: flex;
}

.navbar, .navbar-2 {
  background-color: #683c3c;
}

.navbar-3, .navbar-4 {
  background-color: #a57373;
}

.navbar-5, .navbar-6 {
  background-color: #7fa573;
}

.navbar-7, .navbar-8 {
  background-color: #576d50;
}

.navbar-9, .navbar-10 {
  background-color: #5a804e;
}

.navbar-11, .navbar-12 {
  background-color: #6f9c61;
}

.navbar-13, .navbar-14 {
  background-color: #98d685;
}

.navbar-15, .navbar-16 {
  background-color: #7f9777;
}

.navbar-17, .navbar-18 {
  background-color: #61725c;
}

.navbar-19, .navbar-20 {
  background-color: #72866c;
}

.navbar-21, .navbar-22 {
  background-color: #7a8d74;
}

.navbar-23, .navbar-24 {
  background-color: #838f7f;
}

.navbar-25, .navbar-26 {
  background-color: #7d8f78;
}

.navbar-27, .navbar-28 {
  background-color: #9db695;
}

.navbar-29 {
  background-color: #8baf80;
}

.navbar-30 {
  background-color: #eee;
  border-bottom-style: none;
}

.page-header-section {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(0deg, #00000082 3%, #0000 51%), linear-gradient(#20283c80, #20283c80), url('../images/clips-bg_1.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-direction: column;
  padding-top: 0;
}

.internal-h1 {
  letter-spacing: 2px;
  font-weight: 300;
}

.internal-h1.gen-dent {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
}

.internal-h1.gen-dent.clips {
  margin-top: 208px;
}

.section-description-3 {
  color: #000;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.html-embed {
  margin-top: 0;
  margin-left: -30px;
  padding-top: 0;
  font-size: 20px;
  position: relative;
  top: 40px;
}

.html-embed.tri1 {
  color: #3f7f9e;
  margin-left: -40px;
}

.html-embed.tri1.tri2 {
  clear: left;
  color: #7dc17f;
  margin-top: 0;
  margin-bottom: -13px;
  margin-left: -4px;
  font-weight: 300;
  top: 29px;
}

.side-feature-info {
  text-align: justify;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400;
}

.side-feature-info.sleep-quiz-div {
  width: 940px;
}

.section-6 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 30px;
  padding-bottom: 120px;
  display: flex;
}

.section-6.sleep-section {
  padding-top: 0;
}

.section-small-header-3 {
  color: #7dc17f;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.section-small-header-3.denti-cal {
  color: #fff;
  background-color: #7dc17f;
  font-size: 22px;
  line-height: 50px;
}

.div-block-3 {
  max-width: 940px;
}

.section-header-2 {
  color: #000;
  margin-top: -10px;
  margin-bottom: 8px;
  font-weight: 300;
}

.section-header-2.int-h2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 5px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

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

.youtube {
  margin-top: 0;
}

.youtube.vid2 {
  margin-top: 17px;
}

.vid-1 {
  margin-top: 51px;
}

.link-10, .link-11, .link-12 {
  text-decoration: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 29px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1.25fr minmax(200px, 1.25fr) 1fr;
}

.button-3 {
  background-color: #7dc17f;
  margin-top: 20px;
  margin-bottom: 30px;
}

.text-block-8 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.column-3 {
  opacity: 0;
}

.page-header-section-1 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-1.services {
  filter: saturate(68%);
  background-color: #7dc17f;
  background-image: linear-gradient(#28272782, #28272782), url('../images/198-DSC_0234.jpg');
  background-position: 0 0, 50% 29%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 359px;
  padding-top: 0;
}

.page-header-section-2 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-2.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dr-laska-team.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  align-items: flex-end;
  height: 540px;
  padding-top: 0;
}

.page-header-section-3 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-3.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-practice-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-4 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-4.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/1-DSC_0014.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 64%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-5 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-5.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/new-patient.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-6 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-6.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/specials.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-7 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-7.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/1900-slide-15.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-8 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-8.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/1900-slide-21.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-9 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-9.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#2e323c80, #2e323c80), url('../images/blog-header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.page-header-section-10 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-10.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/privacy-policy-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-11 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-11.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/privacy-policy-header.jpg');
  background-position: 0 0, 0 0, 0 0, 30%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-12 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-12.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-crowns-and-dental-bridges-header-1024x341.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-13 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-13.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-veneers-and-dental-laminates-header1.jpg');
  background-position: 0 0, 0 0, 0 0, 80%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-14 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-14.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-implants-header1.jpg');
  background-position: 0 0, 0 0, 0 0, 79%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-15 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-15.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-cleaning-and-examinations-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-16 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-16.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/endodontist-header.jpg');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-17 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-17.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dentures-and-partial-dentures-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-18 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-18.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/emergency-dentist-header.jpg');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-19 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-19.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/laser-dentistry-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-22 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-22.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/other-services-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-23 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-23.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/root-canal-treatment-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-24 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-24.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-implants-header1.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-25 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-25.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/oral-surgery-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-26 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-26.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/orthodontics-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-27 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-27.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/emergency-dentist-header.jpg');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-28 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-28.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/laser-dentistry-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-29 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-29.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/family-dentist-header.jpg');
  background-position: 0 0, 0 0, 0 0, 60%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-30 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-30.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/general-dentist-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-31 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-31.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-implants-header1.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-32 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-32.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/kid-friendly-dentist-header.jpg');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-33 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-33.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/options-for-replacing-missing-teeth-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-34 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-34.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/sleep-apnea-header.jpg');
  background-position: 0 0, 0 0, 0 0, 3%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-35 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-35.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/preventative-dental-care-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-36 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-36.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/endodontist-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-37 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-37.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/routine-dental-care-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-38 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-38.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/laser-dentistry-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-39 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-39.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/smile-makeover-header.jpg');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-40 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-40.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/tooth-extraction-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-41 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-41.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/laser-dentistry-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-42 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-42.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/other-services-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-43 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-43.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/sleep-apnea-header.jpg');
  background-position: 0 0, 0 0, 0 0, 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-44 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-44.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/blog-header.jpg');
  background-position: 0 0, 0 0, 0 0, 72%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-45 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-45.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/cosmetic-dental-care-header.jpg');
  background-position: 0 0, 0 0, 0 0, 30%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-46 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-46.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/cosmetic-dental-services-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-47 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-47.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/laser-dentistry-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-48 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-48.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-practice-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-49 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-49.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-implant-procedure-hero.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 7%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-49.services.sleep {
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#00000080, #00000080), url('../images/sleep-apnea-test-hero.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
}

.page-header-section-49.services.sleep.sleep-quiz-hero {
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#00000080, #00000080), url('../images/sleep-quiz-hero.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-size: auto, auto, auto, cover;
}

.page-header-section-50 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-50.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/1900-slide-21.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 29%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-52 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-52.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/1-DSC_0014.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-53 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-53.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/banner-1024x278.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 7%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-54 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-54.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/teeth-whitening-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-56 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-56.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/contact.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.image-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.youtube-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-header-section-blog {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-blog.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/5-DSC_0018.jpg');
  background-position: 0 0, 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.image-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rich-text-block {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

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

.bold-text-2 {
  font-size: 28px;
  font-weight: 600;
}

.image-21 {
  float: left;
  width: 245px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.image-22 {
  float: left;
  max-width: 420px;
  margin-right: 20px;
}

.image-23 {
  float: left;
  max-width: 420px;
  margin-right: 20px;
  padding-right: 0;
}

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

.image-24 {
  margin-top: 30px;
  margin-bottom: 70px;
  transform: rotate(-3deg);
  box-shadow: 8px 8px 26px #00000061;
}

.text-span-2 {
  font-weight: 600;
}

.link-13 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.clips {
  margin-top: 40px;
  margin-bottom: 0;
}

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

.image-38 {
  float: left;
  margin-right: 20px;
}

.image-39 {
  float: left;
  width: 150px;
  max-width: none;
  height: 196px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.image-40, .image-41 {
  float: left;
  margin-right: 20px;
}

.div-block-10 {
  display: block;
}

.image-43 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-44, .image-45 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-46, .image-47, .image-48, .image-49, .image-50 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-4 {
  font-weight: 600;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.image-52 {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.page-header-section-57 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-57.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/root-canal-treatment-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.image53, .image55 {
  margin-top: 0;
  margin-bottom: 40px;
}

.page-header-section-59 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-59.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/cosmetic-dental-services-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.image56 {
  margin-top: 0;
  margin-bottom: 40px;
}

.page-header-section-60 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-60.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/1-DSC_0014.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 20%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.image57 {
  margin-top: 0;
  margin-bottom: 40px;
}

.page-header-section-61 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-61.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/1900-slide-21.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-62 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-62.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/teeth-whitening-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-63 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-63.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/root-canal-treatment-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.list-1 {
  margin-bottom: 0;
  padding-bottom: 3px;
}

.list-item {
  margin-top: 0;
  padding-bottom: 3px;
}

.list-item-2 {
  margin-bottom: 0;
  padding-bottom: 3px;
}

.page-header-section-64 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-64.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/dental-cleaning-and-examinations-header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-65 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-65.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/Baby-Teeth-993x285.jpeg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.image-53 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-54 {
  margin-bottom: 20px;
}

.image-55 {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 22px;
}

.image-56 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-57 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-58 {
  margin-top: 21px;
  margin-bottom: 20px;
}

.image-59, .image-60 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-61 {
  float: left;
  clear: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 30px;
  padding-right: 0;
}

.image-62 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-63 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.image-64 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-65 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.image-66, .image-67, .image-68, .image-69, .image-70, .image-71, .image-72, .image-73, .image-74 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-75 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-76, .image-77, .image-78 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-7 {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.image-79 {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-80, .image-81, .image-82, .image-83, .image-84, .image-85, .image-86, .image-87, .image-88, .image-89, .image-90 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-9, .youtube-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-91, .image-92 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube-11 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-94, .image-95, .image-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-header-section-66 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-66.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/Braces-Small-1024x684.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-67 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-67.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/Baby-Wipes-1024x692.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-68 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-68.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/bigstock-Smiling-Girl-With-Dental-Brace-200913172-min-1024x576.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-69 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-69.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/orthodontic-services--header.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.page-header-section-70 {
  color: #fff;
  background-color: #7567f8;
  justify-content: center;
  align-items: center;
  height: 440px;
  margin-bottom: 0;
  padding-top: 56px;
  display: flex;
}

.page-header-section-70.services {
  background-color: #7dc17f;
  background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#2e323c80, #2e323c80), url('../images/198-DSC_0234.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 0;
}

.image-98 {
  margin-bottom: 65px;
}

.column-4 {
  padding-left: 0;
}

.column-5 {
  padding-right: 0;
}

.image-101, .image-102, .image-103 {
  float: left;
  margin-right: 20px;
}

.float-left-image {
  float: left;
  clear: none;
  margin-bottom: 25px;
  margin-right: 25px;
}

.div-block-14 {
  opacity: 1;
  perspective: 2000px;
  background-color: #f8f8f8;
  background-image: none;
  border: 3px dashed #53535359;
  width: auto;
  height: auto;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-14.promotions-div {
  margin-bottom: 20px;
  display: none;
}

.cut-icon {
  transform-style: preserve-3d;
  margin-top: -13px;
  margin-left: 31px;
  transform: scale3d(1.1, 1.3, 1);
}

.open-sans {
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.open-sans.new {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: none;
}

.open-sans.promo-text {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

.sitemap-div {
  width: 940px;
}

.list-item-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.list-item-3.sitemap-h3 {
  background-color: #0000;
  font-size: 16px;
  line-height: 18px;
}

.list-2 {
  background-color: #0000;
  display: block;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
}

.heading-11.sitemap-h2 {
  font-size: 26px;
  font-weight: 300;
}

.heading-11.sitemap-h3 {
  font-size: 22px;
  font-weight: 300;
}

.link-block-2 {
  color: #333;
  padding-bottom: 15px;
  text-decoration: none;
}

.link-block-2:hover {
  color: #7dc27e;
}

.link-14 {
  color: #333;
  text-decoration: none;
}

.link-14:hover {
  color: #7dc27e;
}

.sleep-section1 {
  padding-bottom: 20px;
}

.link-15 {
  color: #797979;
  text-decoration: none;
}

.image-105, .image-106, .image-107, .image-108 {
  width: 30px;
}

.container-3 {
  flex: 0 auto;
}

.div-block-16 {
  background-color: #f1f1f1;
  border-radius: 15px;
  min-width: auto;
  padding: 10px 100px;
}

.heading-12 {
  color: #fff;
  text-transform: uppercase;
  background-color: #7dc17f;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.welcome-div {
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.welcome-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
}

.heading-14 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.list-item-4 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.link-16, .link-17, .link-18 {
  color: var(--dark-sea-green);
  text-decoration: none;
}

.text-block-10 {
  text-align: center;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.image-109 {
  float: none;
  clear: none;
  text-align: center;
  object-fit: fill;
  width: 100%;
  display: block;
  position: static;
  overflow: visible;
}

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

.covid-19 {
  background-color: #ba151f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-17 {
  width: 976px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-2.covid-19p {
  color: var(--white);
  font-weight: 400;
}

.link-19 {
  color: #fff;
  text-decoration: none;
}

.covid-19-li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.covid-li {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  line-height: 26px;
}

.proactive {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
}

.avvo {
  margin-bottom: 20px;
}

.proactive-text {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.link-41 {
  color: #fff;
  border: 1px #000;
  text-decoration: none;
}

.link-42 {
  color: var(--black);
  text-decoration: none;
}

.image-110 {
  display: none;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  background-color: #d4d4d4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section-description-3-1 {
  color: #000;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.section-description-3-1.promotions-description1 {
  font-size: 26px;
}

.image-111 {
  text-align: center;
  object-fit: fill;
  display: inline-block;
}

.skate-gallery {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.collection-item {
  flex: 0 25%;
  padding-bottom: 25%;
  position: relative;
}

.media-icon-2 {
  height: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gallery-image-embed {
  height: 100%;
  padding: 10px;
  position: absolute;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  display: grid;
}

.image-112, .div-block-18, .image-113, .div-block-19 {
  text-align: center;
}

.section-description-3-copy {
  color: #000;
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.image-75-copy {
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  position: static;
  inset: 0% auto auto 0%;
}

html.w-mod-js [data-ix="fade-up-1"] {
  opacity: 0;
  transform: translate(0, 60px);
}

@media screen and (max-width: 991px) {
  .hero-big-heading {
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 48px;
  }

  .split-image-links {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: 100vh;
  }

  .side-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-info.second-part.white-box {
    background-image: linear-gradient(#ffffffed, #ffffffed);
    padding-top: 15px;
  }

  .nav-link {
    opacity: 1;
    color: #111;
    text-align: left;
    border-top: 1px #e7e7e7;
    border-bottom: 1px #e7e7e7;
    margin-bottom: -1px;
    padding-left: 20px;
    transition: opacity .4s;
    display: block;
  }

  .nav-link.w--current {
    color: #111;
    border-bottom-style: none;
    padding-left: 20px;
  }

  .dropdown-link {
    text-align: center;
    background-image: linear-gradient(#f1f1f1, #f1f1f1);
  }

  .dropdown-link.submenu {
    text-align: left;
    padding-left: 35px;
  }

  .menu-button {
    color: #fff;
    width: 64px;
    height: 64px;
    padding: 20px;
    top: auto;
    bottom: auto;
    right: 0;
  }

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

  .dropdown-list.w--open {
    margin-top: 0;
    padding: 0;
  }

  .footer-v2-about {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .page-wrapper {
    margin-left: 0;
    padding-top: 0;
  }

  .side-image-back.right {
    width: auto;
    transform: none;
  }

  .hero-slide._2 {
    background-image: linear-gradient(to bottom, #00000085, transparent 11%), linear-gradient(to top, #000000db 3%, transparent 51%), linear-gradient(to bottom, null, null), url('../images/mid-wilshire-main-hero.jpg');
    background-size: auto, auto, auto, cover;
  }

  .side-image-float.left {
    width: auto;
    position: static;
    left: 356px;
    right: -42px;
  }

  .location.hero-slider-location {
    bottom: 32px;
    left: 4%;
  }

  .nav-bar-top {
    padding-right: 64px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .icon {
    opacity: 1;
    color: #000;
  }

  .side-feature {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .side-feature.mobile-reversed {
    flex-wrap: wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-scroll-link {
    display: none;
  }

  .section-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-4 {
    opacity: 1;
    color: #111;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

  .nav-menu-top {
    background-color: #fff;
    padding-left: 0;
  }

  .nav-top-social {
    flex: 1;
    justify-content: flex-end;
  }

  .section {
    padding: 80px 3%;
  }

  .wrapper {
    padding-top: 0;
  }

  .hero-slider-intro {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 112px;
    margin-bottom: 20px;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
  }

  .hero-slider {
    min-height: 600px;
  }

  .hero-slider.nav-margin-top {
    min-height: 70vh;
    padding-top: 0;
  }

  .split-image-link {
    height: auto;
    min-height: 320px;
  }

  .side-media {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-9 {
    flex: 0 auto;
    order: -1;
    align-self: center;
    display: block;
  }

  .product-card-wrapper {
    width: 33%;
    margin-bottom: 30px;
  }

  .slant-mask-container {
    background-image: linear-gradient(#ffffff70, #ffffff70), url('../images/dark-bg.jpg'), linear-gradient(to top, #8888885e, #fff0), linear-gradient(#c9c9c945, #fff 22%);
    background-position: 0 0, 50%, 0 0, 0 0;
    background-size: auto, cover, auto, auto;
  }

  .product-name-title {
    font-size: 20px;
  }

  .products-row {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-card-description {
    align-items: center;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-card-image {
    height: 270px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    min-width: 0;
  }

  .section-4 {
    background-image: url('../images/smiling-couple.jpg');
    background-position: 0;
  }

  .section-4.sleep-apnea {
    background-image: linear-gradient(#0000, #0000), url('../images/sleep-apnea.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-4.a-cut-above {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    text-align: center;
  }

  .icon-2 {
    color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .section-5 {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .navbar-8 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 96px;
    display: flex;
    position: relative;
    inset: auto 0 0;
  }

  .mob-nav {
    background-color: #fff;
    height: 0;
  }

  .mobile-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 18px;
    display: block;
    top: 30px;
  }

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

  .mob-nav-menu {
    text-align: left;
    background-color: #fff;
  }

  .text-block-5, .text-block-6 {
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

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

  .nav-link-2.menu-tab {
    text-transform: uppercase;
    border: 1px solid #0000;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    left: 0;
  }

  .dropdown-list-2 {
    background-color: #5d5d5d;
  }

  .dropdown-list-2.w--open {
    background-color: #333;
  }

  .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  .text-block-7 {
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .nav-link-3 {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10 {
    text-transform: uppercase;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  .page-header-section {
    height: 320px;
    padding-top: 48px;
  }

  .internal-h1.gen-dent {
    text-align: center;
    padding-left: 47px;
    padding-right: 47px;
  }

  .section-description-3 {
    font-size: 14px;
  }

  .side-feature-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-feature-info.sleep-quiz-div {
    width: 100%;
  }

  .div-block-3 {
    width: auto;
  }

  .grid.desktop {
    grid-column-gap: 23px;
    grid-template-columns: 1fr minmax(200px, 1fr);
    grid-template-areas: ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". .";
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    display: none;
  }

  .text-block-8 {
    margin-bottom: 30px;
  }

  .page-header-section-1, .page-header-section-2, .page-header-section-3, .page-header-section-4, .page-header-section-5, .page-header-section-6, .page-header-section-7, .page-header-section-8, .page-header-section-9, .page-header-section-10, .page-header-section-11, .page-header-section-12, .page-header-section-13, .page-header-section-14, .page-header-section-15, .page-header-section-16, .page-header-section-17, .page-header-section-18, .page-header-section-19, .page-header-section-22, .page-header-section-23, .page-header-section-24, .page-header-section-25, .page-header-section-26, .page-header-section-27, .page-header-section-28, .page-header-section-29, .page-header-section-30, .page-header-section-31, .page-header-section-32, .page-header-section-33, .page-header-section-34, .page-header-section-35, .page-header-section-36, .page-header-section-37, .page-header-section-38, .page-header-section-39, .page-header-section-40, .page-header-section-41, .page-header-section-42, .page-header-section-43, .page-header-section-44, .page-header-section-45, .page-header-section-46, .page-header-section-47, .page-header-section-48, .page-header-section-49, .page-header-section-50, .page-header-section-52, .page-header-section-53, .page-header-section-54, .page-header-section-56, .page-header-section-blog {
    height: 320px;
    padding-top: 48px;
  }

  .clips {
    margin-top: 10px;
    margin-bottom: -57px;
  }

  .bold-text-4 {
    font-weight: 600;
  }

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

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-52 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-header-section-57, .page-header-section-59, .page-header-section-60, .page-header-section-61, .page-header-section-62, .page-header-section-63, .page-header-section-64, .page-header-section-65, .page-header-section-66, .page-header-section-67, .page-header-section-68, .page-header-section-69, .page-header-section-70 {
    height: 320px;
    padding-top: 48px;
  }

  .cut-icon {
    transform: scale(1.1);
  }

  .sitemap-div, .welcome-div {
    width: 100%;
  }

  .heading-14 {
    font-size: 30px;
  }

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

  .section-description-3-1, .section-description-3-copy {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero-big-heading {
    padding-top: 126px;
  }

  .split-image-links {
    height: auto;
  }

  .image-10 {
    margin-bottom: 5px;
  }

  .side-info.second-part.white-box {
    padding-bottom: 20px;
  }

  .nav-link {
    color: #111;
    line-height: 18px;
  }

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

  .dropdown-link.submenu {
    font-size: 14px;
    line-height: 18px;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

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

  .dropdown-list.w--open {
    position: static;
  }

  .footer-v2-about {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slider-arrow {
    width: 56px;
    height: 56px;
  }

  .hero-slider-arrow.left {
    right: 56px;
  }

  .page-wrapper {
    padding-top: 0;
  }

  .footer-bottom-left {
    text-align: center;
    display: none;
  }

  .hero-slide._2 {
    background-image: linear-gradient(to top, #000000bf, #3d3d3d66 27%, #faf6f600), url('../images/bigstock--213939757.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-bottom-v2.dark-bg {
    text-align: center;
    align-items: center;
    display: none;
  }

  .side-feature.mobile-reversed {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    line-height: 18px;
  }

  .section-intro {
    margin-bottom: 64px;
  }

  .slide-2 {
    background-image: linear-gradient(to top, #0000008c, #fff0), url('../images/Office-Hero.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav-top-social {
    display: none;
  }

  .section {
    padding-top: 40px;
  }

  .section.image-2 {
    justify-content: flex-end;
    padding-top: 287px;
    padding-bottom: 24px;
  }

  .section.dark.no-padding-vertical {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-text-left {
    text-align: center;
    font-size: 11px;
  }

  .slide-3.sleep-slide-3 {
    background-image: linear-gradient(to top, #0000008c, #fff0), url('../images/sleep-apnea-slider3.jpg');
    background-position: 0 0, 100%;
  }

  .wrapper {
    padding-top: 10px;
  }

  .hero-slider-intro {
    margin-top: 96px;
    margin-bottom: 60px;
    top: 139px;
  }

  .split-image-link {
    flex: 0 auto;
    min-height: 248px;
  }

  .image-9 {
    width: 325px;
  }

  .image-9.mobmenu {
    margin-left: 0;
  }

  .button.link-button.homephone {
    opacity: 0;
  }

  .product-card-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-card {
    width: 100%;
    max-width: 400px;
  }

  .products-row {
    flex-direction: column;
    align-items: center;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-card-image.simple-switch, .product-card-image.smart-dimmer {
    width: 100%;
  }

  .product-card-image.smart-dimmer.sleep-apnea-img3 {
    background-position: 50%;
  }

  .product-card-image.smart-switch {
    width: 100%;
  }

  .columns {
    padding-top: 0;
  }

  .section-4 {
    background-image: url('../images/smiling-couple.jpg');
    background-position: 19%;
  }

  .section-4.sleep-apnea {
    background-image: linear-gradient(#0000, #0000), url('../images/sleep-apnea.jpg');
    background-position: 0 0, 0 -39px;
    background-size: auto, contain;
    padding-top: 0;
  }

  .section-4.a-cut-above {
    background-image: url('../images/smiling-couple.jpg');
    background-position: 0 -110px;
    padding-bottom: 0;
  }

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

  .section-5 {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-8 {
    justify-content: flex-start;
    padding: 14px 20px;
  }

  .page-header-section {
    height: 240px;
    padding-top: 40px;
  }

  .internal-h1.gen-dent {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
  }

  .section-description-3 {
    font-size: 14px;
    line-height: 26px;
  }

  .side-feature-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6.sleep-quiz-section {
    width: 100%;
  }

  .section-small-header-3 {
    letter-spacing: 3px;
    font-size: 10px;
    line-height: 16px;
  }

  .div-block-3.sleep-quiz-main-div {
    max-width: 100%;
  }

  .section-header-2 {
    margin-top: 16px;
  }

  .section-header-2.int-h2 {
    float: none;
    text-align: center;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .grid.desktop {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-areas: ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". .";
  }

  .button-3 {
    margin-bottom: 10px;
  }

  .page-header-section-1, .page-header-section-2, .page-header-section-3, .page-header-section-4, .page-header-section-5, .page-header-section-6, .page-header-section-7, .page-header-section-8, .page-header-section-9, .page-header-section-10, .page-header-section-11, .page-header-section-12, .page-header-section-13, .page-header-section-14, .page-header-section-15, .page-header-section-16, .page-header-section-17, .page-header-section-18, .page-header-section-19, .page-header-section-22, .page-header-section-23, .page-header-section-24, .page-header-section-25, .page-header-section-26, .page-header-section-27, .page-header-section-28, .page-header-section-29, .page-header-section-30, .page-header-section-31, .page-header-section-32, .page-header-section-33, .page-header-section-34, .page-header-section-35, .page-header-section-36, .page-header-section-37, .page-header-section-38, .page-header-section-39, .page-header-section-40, .page-header-section-41, .page-header-section-42, .page-header-section-43, .page-header-section-44, .page-header-section-45, .page-header-section-46, .page-header-section-47, .page-header-section-48, .page-header-section-49 {
    height: 240px;
    padding-top: 40px;
  }

  .page-header-section-49.services.sleep.sleep-quiz-hero {
    width: 100%;
  }

  .page-header-section-50, .page-header-section-52, .page-header-section-53, .page-header-section-54, .page-header-section-56, .page-header-section-blog {
    height: 240px;
    padding-top: 40px;
  }

  .image-20 {
    width: 100%;
  }

  .image-21 {
    width: 44%;
  }

  .image-22, .image-23 {
    width: 100%;
    max-width: 100%;
  }

  .clips {
    margin-bottom: 28px;
  }

  .lightbox-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-38 {
    width: 100%;
  }

  .bold-text-4 {
    font-weight: 600;
  }

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

  .text-block-9 {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
  }

  .image-52 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-header-section-57, .page-header-section-59, .page-header-section-60, .page-header-section-61, .page-header-section-62, .page-header-section-63, .page-header-section-64, .page-header-section-65, .page-header-section-66, .page-header-section-67, .page-header-section-68, .page-header-section-69, .page-header-section-70 {
    height: 240px;
    padding-top: 40px;
  }

  .sleep-quiz-form {
    width: 100%;
  }

  .image-105 {
    width: 30px;
  }

  .heading-14 {
    font-size: 22px;
  }

  .proactive {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-description-3-1 {
    font-size: 14px;
    line-height: 26px;
  }

  .collection-item {
    flex-basis: 50%;
    padding-bottom: 50%;
  }

  .section-description-3-copy {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .hero-big-heading {
    margin-top: 1px;
    margin-bottom: 5px;
    padding-top: 14px;
    font-size: 29px;
    line-height: 40px;
  }

  .heading-2 {
    margin-top: 50px;
  }

  .heading-2.a-cut {
    text-align: left;
    padding-right: 0;
    font-size: 34px;
  }

  .heading-2.whiteh2 {
    text-align: left;
    font-size: 34px;
  }

  .paragraph-big {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 17px;
  }

  .paragraph-big.sub-text {
    text-align: left;
    padding-left: 0;
    padding-right: 21px;
  }

  .side-info.second-part.white-box {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -178px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-link {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grey-text {
    text-align: justify;
    padding-right: 0;
  }

  .dropdown-link.submenu {
    font-size: 13px;
    line-height: 16px;
  }

  .dropdown-link.submenu.w--current {
    font-size: 15px;
    line-height: 10px;
  }

  .dropdown-list.w--open {
    padding: 3px;
    display: block;
    position: static;
    overflow: visible;
  }

  .footer-v2-about {
    width: 100%;
  }

  .page-wrapper {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .side-image-back.right {
    position: relative;
    left: 60px;
    transform: translate(-57px);
  }

  .hero-slide._2 {
    background-image: linear-gradient(to top, #000000b0, #1110 66%), url('../images/bigstock--213939757.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .side-image-float.left {
    width: auto;
    max-width: 51%;
    margin-top: 71px;
    position: relative;
    top: 126px;
    left: -134px;
    box-shadow: 4px 4px 2px #00000005;
  }

  .location.hero-slider-location {
    bottom: 24px;
    left: 6%;
  }

  .nav-bar-top {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .side-feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .dropdown-toggle.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-intro.no-margin-bottom {
    align-self: flex-start;
  }

  .nav-menu-top {
    z-index: 1;
    padding-top: 0;
  }

  .slide-2.sleep-slide-2 {
    background-image: linear-gradient(to top, #0000008c, #fff0), url('../images/sleep-apnea-slider2.jpg');
    background-position: 0 0, 80%;
  }

  .nav-top-social {
    display: none;
  }

  .section {
    flex-wrap: nowrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.image-2 {
    background-image: linear-gradient(#0000 8%, #0000004a), linear-gradient(#0000008c, #0000008c), url('../images/cta-bg.jpg');
    background-position: 0 0, 0 0, -360px 100%;
    align-items: flex-start;
    padding: 288px 15px 47px;
  }

  .section.dark.no-padding-vertical {
    margin-top: -50px;
    padding-bottom: 70px;
  }

  .slide-3.sleep-slide-3 {
    background-image: linear-gradient(to top, #0000008c, #fff0), url('../images/sleep-apnea-slider3.jpg');
    background-position: 0 0, 80%;
  }

  .wrapper {
    padding-top: 17px;
  }

  .hero-slider-intro {
    justify-content: flex-end;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    top: 5px;
  }

  .hero-slider {
    min-height: 720px;
  }

  .hero-slider.nav-margin-top {
    height: 531px;
    min-height: 0;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .side-media {
    justify-content: flex-start;
  }

  .image-9 {
    width: 200px;
    height: auto;
  }

  .image-9.mobmenu {
    width: 250px;
  }

  .button {
    float: left;
    clear: none;
    display: inline-block;
  }

  .button.side-margins {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .slant-mask-container {
    height: auto;
  }

  .products-row, .section-2.centered {
    padding-bottom: 0;
  }

  .section-2.centered.sleep-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .homeh1 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .section-4 {
    background-image: url('../images/smiling-couple.jpg');
    background-position: 0 0;
    background-size: 500px;
    padding-top: 160px;
    padding-bottom: 0;
  }

  .section-4.sleep-apnea {
    background-image: linear-gradient(#0000, #0000), url('../images/sleep-apnea.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, contain;
  }

  .section-4.a-cut-above {
    background-image: url('../images/smiling-couple.jpg');
    background-position: 50% 0;
    background-size: contain;
  }

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

  .image-12 {
    padding-bottom: 64px;
  }

  .icon-2 {
    color: #428739;
  }

  .image-15.birds-animation {
    width: 200px;
    padding-right: 0;
  }

  .section-5 {
    padding-bottom: 10px;
  }

  .mobile-menu {
    top: 0;
  }

  .link-block {
    padding-right: 0;
  }

  .page-header-section {
    height: 200px;
  }

  .page-header-section.services {
    background-image: linear-gradient(#00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(#20283c80, #20283c80), url('../images/clips-bg.jpg');
    background-position: 0 0, 0 0, 0 0, 41%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    height: 270px;
  }

  .internal-h1.gen-dent {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .internal-h1.gen-dent.clips {
    width: 100%;
    height: auto;
    margin-top: 265px;
    margin-bottom: 8px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .section-description-3 {
    text-align: justify;
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
  }

  .side-feature-info {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .side-feature-info.sleep-quiz-div {
    display: block;
  }

  .section-6 {
    height: auto;
    padding: 30px 0 50px;
  }

  .section-small-header-3 {
    align-self: center;
    padding-top: 0;
  }

  .div-block-3 {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .section-header-2 {
    text-align: center;
  }

  .section-header-2.int-h2 {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 25px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-areas: ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". ."
                         ". .";
  }

  .grid.desktop {
    grid-column-gap: 23px;
    grid-row-gap: 41px;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .button-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-header-section-1, .page-header-section-2, .page-header-section-3, .page-header-section-4, .page-header-section-5, .page-header-section-6, .page-header-section-7, .page-header-section-8, .page-header-section-9, .page-header-section-10, .page-header-section-11, .page-header-section-12, .page-header-section-13, .page-header-section-14, .page-header-section-15, .page-header-section-16, .page-header-section-17, .page-header-section-18, .page-header-section-19, .page-header-section-22, .page-header-section-23, .page-header-section-24, .page-header-section-25, .page-header-section-26, .page-header-section-27, .page-header-section-28, .page-header-section-29, .page-header-section-30, .page-header-section-31, .page-header-section-32, .page-header-section-33, .page-header-section-34, .page-header-section-35, .page-header-section-36, .page-header-section-37, .page-header-section-38, .page-header-section-39, .page-header-section-40, .page-header-section-41, .page-header-section-42, .page-header-section-43, .page-header-section-44, .page-header-section-45, .page-header-section-46, .page-header-section-47, .page-header-section-48, .page-header-section-49, .page-header-section-50, .page-header-section-52, .page-header-section-53, .page-header-section-54, .page-header-section-56 {
    height: 200px;
  }

  .image-19 {
    display: none;
  }

  .page-header-section-blog {
    height: 200px;
  }

  .page-header-section-blog.services {
    height: auto;
  }

  .image-20 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rich-text-block {
    text-align: left;
    padding-bottom: 1px;
    font-size: 14px;
    line-height: 26px;
  }

  .bold-text-2 {
    text-align: left;
  }

  .image-21, .image-22 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .image-23 {
    width: 100%;
    max-width: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .clips {
    width: 170px;
    height: 60px;
    margin-top: 0;
    margin-bottom: 19px;
  }

  .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36 {
    height: auto;
  }

  .image-38 {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .image-39, .image-40 {
    width: 50%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .image-41 {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-4 {
    text-align: justify;
    width: 100%;
    font-weight: 600;
  }

  .div-block-11 {
    width: 100%;
  }

  .text-block-9 {
    text-align: center;
    align-self: center;
    line-height: 16px;
  }

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

  .image-52 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-header-section-57 {
    height: 200px;
  }

  .image53, .image55 {
    text-align: justify;
    width: 100%;
  }

  .page-header-section-59 {
    height: 200px;
  }

  .page-header-section-59.services {
    background-image: linear-gradient(to bottom, #00000085, #0000 11%), linear-gradient(to top, #00000082 3%, #0000 51%), linear-gradient(to bottom, null, null), url('../images/cosmetic-dental-services-header.jpg');
    background-position: 0 0, 0 0, 0 0, 100%;
  }

  .image56 {
    text-align: justify;
    width: 100%;
  }

  .page-header-section-60 {
    height: 200px;
  }

  .image57 {
    text-align: justify;
    width: 100%;
  }

  .page-header-section-61, .page-header-section-62, .page-header-section-63, .page-header-section-64, .page-header-section-65 {
    height: 200px;
  }

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

  .image-79 {
    align-self: center;
  }

  .page-header-section-66, .page-header-section-67, .page-header-section-68, .page-header-section-69, .page-header-section-70 {
    height: 200px;
  }

  .image-99 {
    margin-bottom: 30px;
  }

  .div-block-14 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .open-sans {
    padding-left: 12px;
    padding-right: 12px;
  }

  .social-col {
    margin-top: 10px;
  }

  .welcome-div {
    flex: 1;
    width: auto;
  }

  .welcome-container {
    display: block;
  }

  .welcome-section {
    display: none;
  }

  .heading-14 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: block;
  }

  .proactive {
    padding-bottom: 20px;
  }

  .section-description-3-1 {
    text-align: justify;
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
  }

  .section-description-3-1.promotions-description1 {
    text-align: center;
  }

  .section-description-3-copy {
    text-align: justify;
    padding-top: 15px;
    font-size: 14px;
    line-height: 26px;
  }
}

#w-node-a6b0f25b-c2d7-dbf0-c11c-4bcc1913a19e-43b7f885 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a6b0f25b-c2d7-dbf0-c11c-4bcc1913a1a0-43b7f885 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a6b0f25b-c2d7-dbf0-c11c-4bcc1913a1a6-43b7f885 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6b0f25b-c2d7-dbf0-c11c-4bcc1913a1a8-43b7f885 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e3a96639-eada-ba8d-93be-a176edb1ab6b-dab7f8e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2bb031db-070f-a652-27b4-01aaab08e07a-dab7f8e0 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_2c6936d5-d5d4-154e-8c4e-23ba459aa6d2-dab7f8e0 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_60d041c8-8d0c-5d4d-daec-27f02a8b9ec3-dab7f8e0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_740780d9-689b-ab91-6338-1e7b7cc306c3-dab7f8e0 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d1f74b26-cc93-c6b3-c050-a13210125bae-dab7f8e0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_42ed5e51-6e39-0fe0-1979-4b74329ddba9-dab7f8e0 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b9323f3a-fc0b-5b02-fe5f-d8ad118619af-dab7f8e0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_261bdd46-8345-7ef6-4030-340475172776-dab7f8e0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d7adcded-f341-bd53-a3be-8646502c22f2-dab7f8e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ad21ae9-8a16-2b9e-f470-7a0a1e1f0c2b-dab7f8e0 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3c33b538-f7f7-c781-1fa9-155d4dc6244a-dab7f8e0 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_17a27e4c-5726-7d1e-4d6d-4d36f3fe0b55-dab7f8e0 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_0fc78430-4f0c-3d40-6403-a1ec61086758-dab7f8e0 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_6c1e9917-5e0f-cf2e-5db5-4fb6eda1df8c-f7b7f9a9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6c1e9917-5e0f-cf2e-5db5-4fb6eda1df8e-f7b7f9a9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c1e9917-5e0f-cf2e-5db5-4fb6eda1df90-f7b7f9a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c1e9917-5e0f-cf2e-5db5-4fb6eda1df96-f7b7f9a9 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-e3a96639-eada-ba8d-93be-a176edb1ab6b-dab7f8e0 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: auto;
  }

  #w-node-_2bb031db-070f-a652-27b4-01aaab08e07a-dab7f8e0 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_2c6936d5-d5d4-154e-8c4e-23ba459aa6d2-dab7f8e0 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_60d041c8-8d0c-5d4d-daec-27f02a8b9ec3-dab7f8e0 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_740780d9-689b-ab91-6338-1e7b7cc306c3-dab7f8e0 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d1f74b26-cc93-c6b3-c050-a13210125bae-dab7f8e0 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_42ed5e51-6e39-0fe0-1979-4b74329ddba9-dab7f8e0 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-b9323f3a-fc0b-5b02-fe5f-d8ad118619af-dab7f8e0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_261bdd46-8345-7ef6-4030-340475172776-dab7f8e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d7adcded-f341-bd53-a3be-8646502c22f2-dab7f8e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2ad21ae9-8a16-2b9e-f470-7a0a1e1f0c2b-dab7f8e0 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_3c33b538-f7f7-c781-1fa9-155d4dc6244a-dab7f8e0 {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_17a27e4c-5726-7d1e-4d6d-4d36f3fe0b55-dab7f8e0 {
    grid-area: 14 / 1 / 15 / 3;
  }

  #w-node-_0fc78430-4f0c-3d40-6403-a1ec61086758-dab7f8e0 {
    grid-area: 13 / 1 / 14 / 3;
  }
}


