:root {
  --sun-flare: #cc2711;
  --lagoon: #50706b;
  --onyx: #181212;
  --abyss: #0f2a2e;
  --charcoal: #5e5753;
  --transparent\<deleted\|variable-ec8acd62\>: #fefdfdd6;
  --sea-foam: #91a19f;
  --sand: #dbc8b3;
  --white: white;
  --dark-charcoal: #5e5753;
  --transparent: #0000;
}

body {
  color: #252525;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--sun-flare);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Burfordbase, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: .8em;
}

h2 {
  height: auto;
  color: var(--sun-flare);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Burfordbase, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: .8em;
}

h3 {
  color: var(--lagoon);
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Einergrotesk, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--lagoon);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Einergrotesk, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: #509b9a;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  color: #3a3a3a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--onyx);
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4em;
}

a {
  color: var(--sun-flare);
  font-family: Space Grotesk, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--onyx);
  font-family: Space Grotesk, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4em;
}

img {
  border-radius: 0;
  max-width: 100%;
  display: inline-block;
}

label {
  color: #3a3a3a;
  text-align: left;
  margin-bottom: 5px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

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

.container {
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container.center {
  display: block;
  position: relative;
}

.container.center.small-container {
  max-width: 1000px;
}

.container.fifty-top-margin {
  margin-top: 50px;
}

.container.vertical-flex._60-margin-bottom {
  margin-bottom: 60px;
}

.container.vertical-flex.bg-white.radius-20 {
  border-radius: 20px;
}

.container.small-container {
  max-width: 1000px;
}

.container.membership-plans-container {
  flex-direction: row;
  align-items: center;
  width: 90%;
  margin-top: 25px;
  display: flex;
}

.container.horiztonal-flex-break-at-tablet {
  flex-direction: row;
  display: flex;
}

.container.amenities {
  background-color: #ffffffe6;
  border-radius: 20px;
  width: 90%;
  padding: 25px;
}

.container.grid-l-img-r-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.horizontal-flex {
  flex-wrap: nowrap;
}

.container.horizontal-flex.top-align {
  align-items: flex-start;
  position: relative;
}

.container.horizontal-flex.reverse {
  flex-direction: row-reverse;
}

.container.horizontal-flex._90-container {
  width: 95%;
}

.container.horizontal-flex._90-container.bg-white.p-2.radius-20 {
  border-radius: 20px;
}

.container.horizontal-flex._90-container.parallax-container-bg {
  background-color: #ffffffe6;
}

.container.horizontal-flex._90-container.parallax-container-bg.p-2.radius-20 {
  border-radius: 20px;
}

.section {
  background-color: var(--transparent\<deleted\|variable-ec8acd62\>);
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5cf_stone%20backgrond.jpg");
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5px;
  display: block;
}

.section.parallax-bg-1 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c543_DSC02233.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.parallax-bg-2 {
  background-image: linear-gradient(#0f2a2e80, #0f2a2e80), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c524_AdobeStock_252042246.jpeg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.no-bottom-padding {
  background-image: linear-gradient(#ffffff52, #ffffff52), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4d0_AdobeStock_131024721.jpeg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 0;
}

.section.no-bottom-padding.bg-lagoon {
  background-color: var(--lagoon);
  background-image: linear-gradient(#ffffffe0, #ffffffe0);
  background-position: 0 0;
}

.section.hero {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c574_cacti-close-up-close-up-776656.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 90px;
  display: flex;
}

.section.parallax-bg-3 {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c53f_DSC01658.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.parallax-bg-4 {
  background-image: linear-gradient(#50706b91, #50706b91), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c550_LearnMore.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.alt-bg-section {
  background-color: #7272721f;
}

.section.membership-plan-cta {
  background-image: linear-gradient(#000000a6, #000000a6), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c34d_AdobeStock_32792765grid.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.amenities-section {
  background-image: linear-gradient(#3a3a3a99, #3a3a3a99), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c585_Carmel-Mountain-Dental-Care-103.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.lighter-alt-bg-section {
  background-color: #72727214;
}

.section.small-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.primary-bg {
  background-color: var(--sea-foam);
}

.section._4-block-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--charcoal);
  background-image: linear-gradient(#5e5753f2, #5e5753f2), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c521_logo-texture-bg-white.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section._4-block-section.mt-4 {
  margin-top: 4rem;
}

.section._4-block-section.hide {
  display: none;
}

.section.background {
  background-image: linear-gradient(#ffffff91, #ffffff91), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4d0_AdobeStock_131024721.jpeg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.texture-bg {
  background-color: var(--transparent\<deleted\|variable-ec8acd62\>);
  background-image: linear-gradient(to bottom, #0f2a2ef2, #0f2a2ef2), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c521_logo-texture-bg-white.png"), linear-gradient(to bottom, var(--abyss), var(--abyss));
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.section.sand-bg {
  background-color: #dbc8b326;
}

.section.parallax-row {
  background-image: linear-gradient(#0f2a2e96, #0f2a2e96), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c522_DSC02180%20(1).jpg");
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.parallax-row.mt-4 {
  margin-top: 4rem;
}

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

.section.bg-colored-logo {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4d1_tooth-accent%40300x.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 400px;
  background-attachment: scroll, fixed;
}

.section.bg-colored-logo.bg-blue-texture {
  background-image: linear-gradient(#50706b1c, #50706b1c), linear-gradient(#ffffffd9, #ffffffd9), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4d1_tooth-accent%40300x.png");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 400px;
  background-attachment: scroll, scroll, fixed;
}

.section.bg-llight-agoon {
  background-color: var(--lagoon);
  background-image: linear-gradient(#ffffffe8, #ffffffe8);
}

.section.bg-light-sand {
  background-image: linear-gradient(#dbc8b3c4, #dbc8b3c4), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c521_logo-texture-bg-white.png"), linear-gradient(#dbc8b380, #dbc8b380);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, fixed, scroll;
}

.section.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.section.footer {
  background-image: linear-gradient(#5d56525e, #5d56525e), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c4_BlackSand-wide.jpg");
  background-position: 0 0, 50%;
  background-size: auto, auto;
  min-height: 0;
  max-height: 120%;
}

.white {
  color: #fff;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.white.center {
  display: block;
}

.white.center.zero-bottom-margin {
  margin-bottom: 0;
}

.white.center.large-paragraph-service.anim-fadein-200 {
  color: var(--white);
  font-size: 30px;
  font-style: italic;
}

.white.center.paragraph {
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
}

.white.center.paragraph.anim-fadein-200 {
  color: var(--white);
}

.white.text-center.anim-fadein-200.small-cta {
  font-family: Burfordbase, sans-serif;
  font-size: 35px;
  line-height: 100%;
}

.white.text-center.anim-fadein-200.small {
  font-size: 30px;
}

.white.text-center.anim-fadein-200.font-size-52 {
  font-size: 52px;
}

.white._111 {
  color: var(--sand);
  font-size: 40px;
}

.white.no-margin-bottom {
  margin-bottom: 0;
}

.white.no-margin-bottom.text-center.tab-font-size-19 {
  line-height: 20px;
}

.white.no-margin-bottom.text-center.tab-font-size-17 {
  font-weight: 400;
  line-height: 20px;
}

.center {
  color: var(--abyss);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Einergrotesk, sans-serif;
  font-size: 40px;
  display: block;
}

.center.white {
  line-height: 140%;
}

.center.smaller {
  font-family: Einergrotesk, sans-serif;
}

.center._15-margin-bottom {
  margin-bottom: 15px;
}

.center.mb-2 {
  margin-bottom: 2rem;
}

.center.styled-h4 {
  text-align: center;
}

.center.save-text-color {
  color: var(--onyx);
}

.center.anim-fadein-200 {
  color: var(--charcoal);
}

.center.anim-fadein-600 {
  padding-left: 20px;
  padding-right: 20px;
}

.center.p-fix.anim-fadein-200 {
  color: var(--charcoal);
  font-size: 55px;
}

.center.tab-font-size-50px.mob-vert-font-size-40px.anim-fadein {
  color: var(--sand);
  text-transform: none;
  margin-top: 0;
  font-style: normal;
}

.center.tab-font-size-50px.mob-vert-font-size-40px.anim-fadein.aaa {
  color: var(--lagoon);
}

.center.anim-fadein {
  color: var(--sea-foam);
}

.horizontal-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-flex.children-wrap {
  flex-wrap: wrap;
}

.contact-form {
  border: 3px solid var(--charcoal);
  background-color: var(--sand);
  color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  box-shadow: -1px 1px 8px #00000054;
}

.contact-form.bg-lagoon {
  background-color: var(--lagoon);
}

.contact-form.bg-lagoon.r-20 {
  border-radius: 20px;
}

.contact-form.bg-sand {
  background-color: var(--sand);
}

.textarea {
  color: #3a3a3a;
  border-radius: 10px;
  min-height: 200px;
  margin-bottom: 10px;
  font-size: 15px;
}

.textarea:focus {
  border: 2px solid #81b2f6;
}

.form-field {
  color: #3a3a3a;
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
}

.form-field:focus {
  border: 3px solid #81b2f6;
}

.contact-form-wrapper {
  width: 80%;
  margin: 20px auto 0;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  background-color: #e2e5ea;
  width: 55px;
  height: 8px;
  position: static;
  top: 28px;
}

.line {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line.simple {
  background-color: #eee6d9;
  width: 55px;
  height: 8px;
  position: static;
  top: 38px;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  background-color: #a9c7cc;
  width: 55px;
  height: 8px;
  position: static;
  top: 18px;
}

.service-content-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 60px;
}

.service-content-image-grid.top-service-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.fa-icon {
  color: #dd6b61;
  margin-bottom: 20px;
  font-family: "Fa 400", sans-serif;
  font-size: 48px;
  line-height: 1em;
}

.fa-icon.white-bkg {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 32px;
  display: flex;
}

.service-image-wrapper.content-center.video-container {
  width: 100%;
}

.grid-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffd9;
  background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5d1_FrontDeskWallTexture.jpg");
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-content {
  z-index: 2;
  margin-left: 15px;
  position: relative;
}

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

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

.masthead-cta-bar {
  width: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.serv-icon {
  z-index: 2;
  color: #3a3a3a;
  width: auto;
  height: 60px;
  min-height: 60px;
  padding: 0;
  position: relative;
}

.serv-icon.cta-icon {
  width: 60px;
  height: auto;
  min-height: auto;
  margin-right: 30px;
}

.serv-icon.cta-icon.invert-to-white-icon, .serv-icon.invert-to-dark-icon {
  filter: invert();
}

.serv-icon.white-icon {
  filter: brightness(0%) invert();
  height: 40px;
  min-height: 40px;
}

.white-3 {
  color: #fff;
}

.white-3.large {
  font-size: 25px;
  line-height: 1.2em;
}

.white-3.title {
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
}

.white-3.title.anim-fadein {
  font-size: 68px;
}

.white-3.center.regular {
  font-weight: 400;
}

.white-3.center {
  display: block;
}

.white-3.center.large {
  font-size: 25px;
  line-height: 1.5em;
}

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

.margin-20.text-center {
  color: var(--lagoon);
}

.margin-20.text-center.text-dark {
  color: var(--onyx);
}

.margin-20.text-center.text-dark.mob-font-18 {
  color: var(--abyss);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.margin-20.text-center.text-dark.mob-font-18.des {
  font-family: PT Sans, sans-serif;
}

.gradient {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.service-container {
  text-align: center;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.service-masthead {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  min-height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-masthead.restorative-hero {
  background-image: linear-gradient(#ffffffc9, #ffffffc9), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c542_DSC02242.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.emergency-hero {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c549_DSC02255%20(1).jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.pediatric-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c3c9_pediatric%20service%20masthead.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-masthead.fillings-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c3de_Fillings%20Masthead.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.sedation-hero {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c548_DSC02154.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.root-canal-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c3e4_Root%20canal%20therapy%20masthead.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.dental-crowns-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c43d_dental%20crowns%20service%20image.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.dental-bridges-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c3e9_AdobeStock_223379864%20(2).jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.extractions-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c403_Extraction%20masthead.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.dental-implants-hero {
  background-image: linear-gradient(#ffffffc9, #ffffffc9), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c54d_ImplantCover.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.oral-surgeries-hero {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c528_DSC02094%20(1).jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.dentures-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c43c_AdobeStock_276321233.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.teeth-whitening-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c452_teeth%20whitening%20masthead%20(1).jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.veneers-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c3e8_veneers%20masthead%20(2).jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.botox-hero {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c545_DSC02132%20(2).jpg"), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.service-masthead.invisalign-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c44b_AdobeStock_188272287.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.clear-aligner-therapy-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c469_AdobeStock_306624681.jpeg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.braces-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c44e_AdobeStock_302266248.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.infant-dentistry-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c467_AdobeStock_316946899.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-masthead.childrens-dentistry-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c466_AdobeStock_86929299.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.teen-dentistry-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4b9_AdobeStock_150218117.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.preventive-pediatric {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c453_AdobeStock_43584110.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.pediatric-restorative-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c455_AdobeStock_119740918.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.frenectomies-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c461_AdobeStock_17307408.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.pediatric-fillings-hero, .service-masthead.pediatric-dental-crowns-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c46d_AdobeStock_128838935.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.pediatric-dental-emergencies-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c46b_AdobeStock_13567763.jpg");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.special-needs-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c46a_AdobeStock_141940713.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.silver-diamine-fluoride-hero {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c46c_AdobeStock_210549627.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.pediatric-sedation {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c462_AdobeStock_306109823.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-masthead.cosmetic-hero {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5e2_retouched-9%20copy.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.service-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.service-section.logo-bg {
  background-image: linear-gradient(#fffffff5, #fffffff5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c337_logo.png");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
}

.service-section.service-cta, .service-section.service-cta.grey-bg {
  background-color: #509b9a;
}

.service-section.bg-colored-logo {
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4d6_logo-pattern-bg-01.png");
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-section.bg-side-logo {
  background-image: linear-gradient(#ffffffd4, #ffffffd4), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4ac_Asset%201.svg");
  background-position: 0 0, 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 250px;
  background-attachment: scroll, fixed;
}

.service-section.service-cta, .service-section.service-cta.grey-bg {
  background-color: #509b9a;
}

.service-section.service-cta.pink-bg {
  background-color: #dd6b61;
}

.service-section.service-cta.dark-bg {
  background-color: var(--abyss);
}

.service-section.service-cta.texture-bg {
  background-color: var(--transparent\<deleted\|variable-ec8acd62\>);
  background-image: linear-gradient(to bottom, #5d5652f2, #5d5652f2), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c525_Mask%20group.png"), linear-gradient(to bottom, var(--abyss), var(--abyss));
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  margin-top: 60px;
}

.service-section.service-cta.horizontal-flex {
  background-color: #509b9a;
}

.service-section.service-cta.horizontal-flex.texture-bg {
  background-color: var(--transparent\<deleted\|variable-ec8acd62\>);
  background-image: linear-gradient(to bottom, #0f2a2e99, #0f2a2e99), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c3_BlackSand.jpg"), linear-gradient(to bottom, var(--dark-charcoal), var(--dark-charcoal));
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  background-color: var(--transparent\<deleted\|variable-ec8acd62\>);
  background-image: linear-gradient(to bottom, #0f2a2e99, #0f2a2e99), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c3_BlackSand.jpg"), linear-gradient(to bottom, var(--dark-charcoal), var(--dark-charcoal));
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  flex-flow: column;
  margin-top: 20px;
  padding-top: 40px;
}

.service-section.bg-lagoon-light {
  background-image: linear-gradient(#50706b1a, #50706b1a);
  margin-bottom: -64px;
}

._20-bottom-margin {
  margin-bottom: 20px;
}

._20-bottom-margin.tab-font-size-50px.mob-vert-font-size-40px.tab-block-centered.anim-fadein {
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  margin-top: 40px;
}

.hero-serv-cta {
  text-align: left;
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-serv-cta.first-tripple-feature {
  background-color: var(--transparent);
  color: #fff;
  background-image: linear-gradient(#50706bf2, #50706bf2);
  justify-content: center;
}

.hero-serv-cta.alt-bkg {
  background-color: var(--transparent);
  background-image: linear-gradient(#0f2a2ee3, #0f2a2ee3);
}

.hero-serv-cta.last-tripple-feature.black-bg {
  background-color: var(--transparent);
  background-image: linear-gradient(#50706bf2, #50706bf2);
  background-color: var(--transparent);
  background-image: linear-gradient(#50706bf2, #50706bf2);
}

.a-block-2 {
  border: 4px solid var(--charcoal);
  background-color: var(--sand);
  background-image: linear-gradient(#dbc8b3f5, #dbc8b3f5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c7_blacksanddunes.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 460px;
  height: auto;
  min-height: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 11px 0 17px #0f2a2e26;
}

.hero-wrap {
  color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.side-scroll {
  width: 10px;
  position: absolute;
  inset: auto 6% -5% auto;
  transform: rotate(90deg);
}

.services-cta-mastbar-link-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.horiz-scroll-section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.scroll-container {
  text-align: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-scroll {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: auto;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  height: auto;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 4px #50706be6;
}

.centennial-masthead {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.centennial-masthead.parallax {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c586_shutterstock_249249403.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.centennial-masthead.parallax._2 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c570_shutterstock_401103523.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.centennial-masthead.parallax._3 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c58c_shutterstock_379911028.jpg");
  background-size: auto, cover;
}

.centennial-masthead.primary-bg {
  background-color: #509b9a;
  padding-top: 40px;
}

.centennial-masthead.pink-bg {
  background-color: #dd6b61;
}

.centennial-masthead.pink-bg.double-top-padding {
  padding-top: 120px;
}

.centennial-masthead.blue-bg {
  background-color: #509b9a;
}

.centennial-masthead.blue-bg.small-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.centennial-masthead.top-oriented {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.centennial-masthead.contact {
  background-image: linear-gradient(#509b9a, #509b9a);
  border-bottom: 1px #304030;
  justify-content: center;
  height: 200px;
  display: flex;
}

.centennial-masthead.no-bottom-padding {
  padding-bottom: 0;
}

.centennial-masthead.masthead.bg-masthead {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c465_shutterstock_301661663.jpg");
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.centennial-masthead.masthead.bg-masthead.patient-resources {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c529_DSC02150.jpg");
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.centennial-masthead.masthead.bg-mashead-2 {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c522_DSC02180%20(1).jpg");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.centennial-masthead.masthead.bg-masthead-5 {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c53f_DSC01658.jpg");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.centennial-masthead.masthead.bg-masthead-5.about-us {
  background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c59c_Loby-Opacity.jpg");
  background-position: 0 0, 50% 100%;
  justify-content: center;
  align-items: center;
}

.centennial-masthead.masthead.contact-masthead {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c54f_Contact.jpg");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.centennial-masthead.masthead.thank-you-masthead {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c588_shutterstock_317585759.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.centennial-masthead.logo-section {
  justify-content: center;
  align-items: center;
  display: none;
}

.centennial-masthead.masthead {
  background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c588_shutterstock_317585759.jpg");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 600px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.centennial-masthead.masthead.privacy {
  background-image: linear-gradient(#fff9, #fff9), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4d2_DSC02094.jpg");
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  margin-top: 50px;
}

.centennial-masthead.masthead.bg-masthead-3 {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4ba_AdobeStock_430458430.jpeg");
  background-position: 0 0, 50% 0;
  background-attachment: scroll, fixed;
}

.centennial-masthead.masthead.bg-masthead-3.before-after {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c53c_DSC02132%20(1).jpg");
  background-repeat: repeat, no-repeat;
}

.centennial-masthead.masthead.bg-mashead-4 {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c4b7_woman-wearing-white-top-972217%20(2)%20(1).jpg");
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
}

.centennial-masthead.masthead.bg-mashead-4.blog {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c541_DSC01689.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.centennial-masthead.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.text-wrap.left-margin, .text-wrap.center {
  align-items: center;
}

.text-wrap.vertical-center {
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.text-wrap.alt {
  margin-left: 0;
  margin-right: 30px;
}

.text-wrap.alt.right-margin--60 {
  width: 50%;
  margin-right: 60px;
}

.text-wrap.alt.tab-block-centered {
  max-width: 700px;
}

.text-wrap.center {
  align-items: center;
}

.text-wrap.center.bottom-margin {
  width: 33%;
  margin-right: 0;
}

.contact-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Einergrotesk, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.text-block.anim-fadein-600 {
  color: var(--onyx);
}

.features-row {
  transform-origin: 0%;
  justify-content: center;
  width: 100%;
  height: 500px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.features-row.texture-bg {
  background-image: linear-gradient(to bottom, #5d5652d6, #5d5652d6), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c7_blacksanddunes.jpg"), linear-gradient(to bottom, var(--charcoal), var(--charcoal));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  border: 1px #000;
  height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.features-row.texture-bg.section {
  background-image: linear-gradient(to bottom, #5d5652f5, #5d5652f5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c7_blacksanddunes.jpg"), linear-gradient(to bottom, var(--charcoal), var(--charcoal));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  height: auto;
}

.features-row.texture-bg.section.display-block {
  display: block;
}

.features-row.texture-bg.section.top {
  background-image: linear-gradient(to bottom, #50706be3, #50706be3), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c7_blacksanddunes.jpg"), linear-gradient(to bottom, var(--charcoal), var(--charcoal));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
}

.features-row.texture-bg.masthead-bar {
  background-color: var(--charcoal);
  background-image: linear-gradient(#5d5652e6, #5d5652e6), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5d1_FrontDeskWallTexture.jpg");
  background-position: 0 0, 50%;
  background-size: auto, 200%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright {
  background-color: var(--transparent\<deleted\|variable-ec8acd62\>);
  justify-content: center;
  align-items: center;
  padding: 25px 15px;
  line-height: 24px;
  display: flex;
}

.masthead-bar {
  background-color: var(--abyss);
  padding-top: 45px;
  padding-bottom: 45px;
}

.social-footer-div {
  margin-left: auto;
  margin-right: auto;
}

.contact-gird {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-label {
  color: #faf9f5;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.hide {
  display: none;
}

.field-label {
  color: var(--onyx);
  font-family: Einergrotesk, sans-serif;
}

.phi {
  text-align: center;
  margin-bottom: 30px;
}

.styled-h3 {
  color: var(--abyss);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
}

.styled-h3.red {
  color: var(--sun-flare);
}

.styled-h3.red.center.mb-1 {
  margin-bottom: 1rem;
}

.styled-h3.features {
  color: var(--abyss);
  text-align: center;
  font-size: 40px;
}

.styled-h3.features.center.white {
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
}

.styled-h3.features.center.white.mb-1.alt {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  position: static;
}

.styled-h3.center.mb-0-5 {
  margin-bottom: .5rem;
}

.styled-h3.mb-1.text-size-30 {
  font-size: 30px;
}

.styled-h3.white {
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
  letter-spacing: 2px;
}

.styled-h3.white.center.features {
  letter-spacing: 0;
}

.styled-h3.white.mb-0-5 {
  color: #fefdfdd6;
  margin-bottom: .5rem;
  font-family: Einergrotesk book, sans-serif;
}

.styled-p {
  color: var(--onyx);
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4em;
}

.styled-p.center {
  text-align: center;
}

.styled-p.small {
  font-size: 17px;
}

.styled-p.white {
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
}

.styled-p.white.large {
  font-size: 28px;
}

.styled-p.white.center {
  text-align: center;
}

.styled-p.white.center.dark-hover:hover {
  color: var(--abyss);
}

.styled-p.white.center.line-height {
  line-height: 1.8em;
}

.styled-p.white.center.link {
  font-family: Einergrotesk, sans-serif;
}

.styled-p.white.center.link:hover {
  color: #e9dcce;
  font-weight: 600;
}

.styled-h2 {
  color: var(--abyss);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: Burfordbase, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1em;
}

.styled-h2:hover {
  color: var(--sun-flare);
}

.styled-h2.center {
  color: var(--onyx);
  text-align: center;
  text-transform: uppercase;
  font-family: Einergrotesk book, sans-serif;
  font-size: 25px;
}

.styled-h2.mob-text-size-28.width-90 {
  width: 90%;
  font-family: Einergrotesk book, sans-serif;
  font-size: 26px;
}

.styled-h2.width-90 {
  width: 90%;
}

.styled-h2.white {
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
}

.styled-h2.white.footer {
  letter-spacing: 2px;
  letter-spacing: 2px;
  font-size: 36px;
}

.footer-logo {
  width: 240px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo._40-margin-bottom {
  margin-top: 60px;
  margin-bottom: 40px;
}

.iframe-map {
  height: 500px;
}

.social-media-div {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.social-media-div.anim-fadein-800.hide {
  display: none;
}

.social-icon-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 26px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-icon-link:hover {
  color: #e9dcce;
}

.social-icon-link._10-margin-right {
  color: #fff;
  margin-right: 10px;
}

.social-icon-link._10-margin-right:hover {
  color: #e9dcce;
}

.mobile-brand-img {
  width: auto;
  height: 100px;
}

.brand-link {
  padding-left: 0;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .69;
}

.brand-link.mobile {
  height: 80px;
  display: none;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 55px;
  height: 48px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.menu-button-2 {
  padding: 0;
}

.brand-img {
  width: 75px;
  min-width: 75px;
  height: auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-container.navbar2 {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.secondary-button {
  background-color: var(--lagoon);
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 20px;
  margin-left: 10px;
  padding: 13px 30px 14px;
  font-family: Einergrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.secondary-button:hover {
  background-color: var(--abyss);
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
}

.secondary-button.mobile {
  display: none;
}

.secondary-button.small.r-10, .secondary-button.small.r-10:hover {
  border: 5px solid var(--lagoon);
}

.secondary-button.small {
  padding-top: 12px;
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.2em;
}

.secondary-button.small:hover {
  background-color: var(--abyss);
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
}

.secondary-button.small.r-10, .secondary-button.small.r-10:hover {
  border: 5px solid var(--lagoon);
}

.secondary-button.small.breaking-spaces {
  border: 2px solid var(--sand);
  background-color: var(--lagoon);
  color: var(--sand);
  text-align: center;
  white-space: break-spaces;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 900;
}

.secondary-button.small.anim-fadein-800 {
  border: 2px solid var(--sand);
  background-color: var(--lagoon);
  color: var(--sand);
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 900;
}

.secondary-button.small.anim-fadein-800.centenn {
  margin-top: 100px;
  margin-bottom: 10px;
}

.secondary-button.small.anim-fadein-800.bbb {
  margin-top: 40px;
  margin-left: 100px;
}

.secondary-button.small.anim-fadein-800.xxxxx {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: super;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-flex;
  position: static;
}

.secondary-button.small.anim-fadein-800.xxxxx.aaaa {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.secondary-button.small.anim-fadein-800.xxxxx._111 {
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-top: -24px;
  display: flex;
  position: static;
}

.div-block-82 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.primary-button {
  background-color: var(--abyss);
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 15px 40px 16px;
  font-family: Einergrotesk, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.primary-button:hover {
  background-color: var(--lagoon);
}

.primary-button.margin-top-20 {
  margin-top: 10px;
}

.primary-button.margin-top-20.small {
  width: 50%;
}

.primary-button.margin-top-20.small:hover {
  background-color: var(--lagoon);
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
}

.primary-button.margin-top-20.small.alt {
  background-color: var(--charcoal);
  width: 80%;
}

.primary-button.margin-top-20.small.alt.primary-button-2 {
  background-color: var(--sea-foam);
  color: var(--onyx);
}

.primary-button.mt-3 {
  margin-top: 3rem;
}

.primary-button.btn-cards {
  width: 100%;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.primary-button.small {
  border: 2px solid var(--sand);
  background-color: var(--charcoal);
  color: var(--sand);
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 900;
}

.primary-button.small:hover {
  background-color: var(--lagoon);
}

.primary-button.small.hide {
  color: var(--onyx);
  font-size: 22px;
}

.primary-button.small.no-wrap {
  white-space: nowrap;
}

.primary-button.small.no-wrap.anim-fadein-600 {
  font-size: 16px;
  font-weight: 900;
}

.primary-button.small.no-wrap.anim-fadein-600.aaa {
  background-color: var(--lagoon);
  background-color: var(--lagoon);
  margin-top: 40px;
  font-size: 20px;
}

.primary-button.small.border-style:hover {
  border: 3px solid var(--abyss);
  color: var(--onyx);
  padding-top: 10px;
  padding-bottom: 10px;
}

.cal-icon-link {
  display: none;
}

.div-block-32 {
  justify-content: space-between;
  display: flex;
}

.contact-form-modal-wrapper {
  display: none;
}

.contact-form-container {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  object-fit: cover;
}

.image-3.icon {
  object-fit: contain;
  width: 64px;
  height: 64px;
}

.image-3.icon.medium {
  filter: grayscale();
  cursor: pointer;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.contact-modal {
  z-index: 9999;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

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

.modal-center.mb-0-5 {
  margin-bottom: .5rem;
}

.div-block-33 {
  width: 100%;
  margin-left: 20px;
}

.form-for-modal {
  background-color: #fff;
  padding: 3rem;
}

.form-for-modal.relative {
  position: relative;
}

.appointment-form {
  color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}

.close-modal-wrapper {
  z-index: 2147483647;
  transition: all .2s;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.close-modal-wrapper:hover {
  opacity: .69;
}

.smaller {
  font-size: 15px;
}

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

.date-select-div-modal {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.modal-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.modal-1-3-select-field {
  color: #3a3a3a;
  width: 33%;
}

.modal-1-3-select-field.middle-1-3-select-field {
  margin-left: 12px;
  margin-right: 12px;
}

.hidden {
  color: var(--sand);
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  font-size: 35px;
  display: flex;
}

.mb-1 {
  margin-bottom: 1rem;
}

.paragraph {
  color: var(--abyss);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 15px;
  line-height: 1.5;
}

.paragraph.inverted {
  color: #fff;
}

.paragraph.white {
  color: var(--transparent\<deleted\|variable-ec8acd62\>);
}

.paragraph.of-hidden {
  overflow: hidden;
}

.paragraph.mob-center {
  color: var(--onyx);
  text-align: left;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph.anim-fadein-600 {
  letter-spacing: normal;
  font-family: Einergrotesk book, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.anim-fadein-400 {
  font-family: Einergrotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph.anim-fadein-800 {
  font-family: Einergrotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph.tab-block-centered.anim-fadein-200 {
  text-align: left;
  border: 5px solid #000;
  border-radius: 13px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px;
  font-family: Einergrotesk, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.paragraph.tab-block-centered.anim-fadein-200.aaa {
  font-size: 20px;
  font-weight: 900;
}

.paragraph.text-center {
  margin-bottom: auto;
}

.mb-0-5 {
  margin-bottom: .5rem;
}

.link {
  color: #0031f3;
}

.link.inverted {
  color: #dff300;
}

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

.tab-block-centered.anim-fadein {
  color: var(--charcoal);
}

.tab-block-centered.smaller-h2 {
  color: var(--abyss);
  font-size: 48px;
}

.anim-fadein {
  color: var(--dark-charcoal);
  font-size: 50px;
}

.anim-fadein-600 {
  font-size: 18px;
}

.anim-fadein-600 li {
  font-family: Einergrotesk book, sans-serif;
  font-size: 18px;
}

.no-wrap {
  white-space: nowrap;
}

.dark-green-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0f2a2e;
  border-radius: 20px;
  padding: 15px 40px 16px;
  font-family: Einergrotesk, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.dark-green-button:hover {
  background-color: #50706b;
}

.form-field-2 {
  color: #3a3a3a;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
}

.form-field-2:focus {
  border: 3px solid #81b2f6;
}

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

.review-wrap {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: -10px;
  left: 84px;
  box-shadow: 6px 6px 25px #00000069;
}

.google-image-logo {
  margin: 5px 5px 5px 0;
}

.google-reviews-link {
  color: #2736e9;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 13px;
  text-decoration: none;
}

.google-reviews-link:hover {
  color: #df7514;
}

.navbar-2 {
  background-color: var(--transparent\<deleted\|variable-ec8acd62\>);
  opacity: 1;
  background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5cf_stone%20backgrond.jpg");
  background-position: 0 0;
  background-size: auto;
}

.paragraph-6 {
  color: var(--sand);
  font-family: Einergrotesk, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.paragraph-7 {
  color: var(--dark-charcoal);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: 25px;
}

.div-block-97 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-67 {
  height: 75px;
}

.text-block-15 {
  text-align: center;
  font-family: Einergrotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bold-text-14 {
  color: var(--lagoon);
  font-family: Einergrotesk book, sans-serif;
}

.div-block-102 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

@media screen and (min-width: 1280px) {
  h2 {
    color: var(--sun-flare);
    font-family: Burfordbase, sans-serif;
    font-size: 68px;
    font-weight: 400;
    line-height: .8em;
  }

  h3, h4 {
    letter-spacing: 4px;
  }

  .container {
    background-image: none;
  }

  .container.horizontal-flex._90-container.block-weighted {
    max-width: 1400px;
  }

  .page-title {
    font-family: Burfordbase, sans-serif;
    font-size: 80px;
    line-height: 1em;
  }

  .section.footer {
    background-color: var(--transparent\<deleted\|variable-ec8acd62\>);
    background-image: linear-gradient(#5d565259, #5d565259), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c4_BlackSand-wide.jpg");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-top: 40px;
  }

  .section._4-block-section.hide {
    display: none;
  }

  .section.parallax-row {
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .team-overlay {
    padding: 10px;
  }

  .white.center.large-paragraph-service.anim-fadein-200 {
    max-width: none;
    color: var(--white);
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 300;
  }

  .white.center.paragraph.anim-fadein-200 {
    color: var(--white);
  }

  .center.smaller {
    font-family: Einergrotesk book, sans-serif;
    font-size: 17px;
  }

  .center.paragraph.anim-fadein-200 {
    color: var(--dark-charcoal);
    font-size: 15px;
  }

  .center.anim-fadein-200 {
    color: var(--lagoon);
    font-size: 70px;
  }

  .center.p-fix.anim-fadein-200 {
    color: var(--abyss);
  }

  .grid-container {
    background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5d1_FrontDeskWallTexture.jpg");
    background-position: 0 0;
    background-size: auto;
  }

  .margin-20.text-center.text-dark.mob-font-18 {
    color: var(--abyss);
  }

  .gradient {
    justify-content: center;
  }

  .current-tab-line-2 {
    background-color: var(--onyx);
  }

  .service-section.service-cta.horizontal-flex.texture-bg {
    background-color: #dbc8b3d6;
    background-image: linear-gradient(to bottom, #5d5652a6, #5d5652a6), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c3_BlackSand.jpg"), linear-gradient(to bottom, var(--dark-charcoal), var(--dark-charcoal));
    background-color: #dbc8b3d6;
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
    background-image: linear-gradient(to bottom, #5d5652a6, #5d5652a6), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c3_BlackSand.jpg"), linear-gradient(to bottom, var(--dark-charcoal), var(--dark-charcoal));
    background-color: #dbc8b3d6;
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
    background-image: linear-gradient(to bottom, #5d5652a6, #5d5652a6), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c3_BlackSand.jpg"), linear-gradient(to bottom, var(--dark-charcoal), var(--dark-charcoal));
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .service-section.bg-lagoon-light {
    background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5cf_stone%20backgrond.jpg"), linear-gradient(#50706b1a, #50706b1a);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  ._20-bottom-margin.tab-font-size-50px.mob-vert-font-size-40px.tab-block-centered.anim-fadein {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .hero-serv-cta.first-tripple-feature {
    background-color: var(--transparent);
    background-image: linear-gradient(#50706bf2, #50706bf2);
    background-position: 0 0;
  }

  .hero-serv-cta.last-tripple-feature.black-bg, .hero-serv-cta.first-tripple-feature {
    background-color: var(--transparent);
    background-image: linear-gradient(#50706bf2, #50706bf2);
    background-position: 0 0;
  }

  .hero-serv-cta.alt-bkg {
    background-color: #0000;
    background-image: linear-gradient(#0f2a2ee3, #0f2a2ee3);
    background-position: 0 0;
  }

  .hero-serv-cta.last-tripple-feature.black-bg {
    background-color: var(--transparent);
    background-image: linear-gradient(#50706bf2, #50706bf2);
    background-position: 0 0;
    background-color: var(--transparent);
    background-image: linear-gradient(#50706bf2, #50706bf2);
    background-position: 0 0;
  }

  .a-block-2 {
    background-image: linear-gradient(#dbc8b3f5, #dbc8b3f5), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c7_blacksanddunes.jpg");
    background-position: 0 0, 0 0;
    flex: 1;
  }

  .center-2.text-white.anim-fadein-200 {
    color: var(--dark-charcoal);
    margin-bottom: 60px;
  }

  .center-2.paragraph.text-white.anim-fadein-600 {
    max-width: 750px;
    font-size: 23px;
  }

  .center-2.paragraph.text-white.anim-fadein-600.features {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .feature-block {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-block.anim-fadein-200 {
    border-color: #fefdfdd6;
  }

  .reviews1 {
    background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5cf_stone%20backgrond.jpg");
    background-position: 50%;
    background-size: 3383px;
  }

  .features-row.texture-bg.section {
    background-image: linear-gradient(to bottom, #5d5652f2, #5d5652f2), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c7_blacksanddunes.jpg"), linear-gradient(to bottom, var(--charcoal), var(--charcoal));
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    background-image: linear-gradient(to bottom, #5d5652f2, #5d5652f2), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c7_blacksanddunes.jpg"), linear-gradient(to bottom, var(--charcoal), var(--charcoal));
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    background-image: linear-gradient(to bottom, #5d5652f2, #5d5652f2), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5c7_blacksanddunes.jpg"), linear-gradient(to bottom, var(--charcoal), var(--charcoal));
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-attachment: scroll, scroll, scroll;
    font-weight: 300;
  }

  .container-13.medium-padding.opague-bg.center.br-50 {
    background-color: #fefdfdd6;
    background-image: linear-gradient(#fcfcfc9e, #fcfcfc9e), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5d2_FrontDeskWallTexture-white.jpg");
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .cta-section.small-padding {
    background-color: #fefdfdd6;
    background-image: linear-gradient(#5d5652cc, #5d5652cc), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5d1_FrontDeskWallTexture.jpg");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .form.relative {
    position: relative;
  }

  .service-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .styled-h3.features.center.white.mb-1.alt {
    font-size: 25px;
  }

  .styled-p.white.center.link.anim-fadein-200 {
    color: var(--white);
    font-size: 19px;
  }

  .styled-h1.small.margin-left.white.anim-fadein-200 {
    color: #fefdfdd6;
    font-size: 45px;
  }

  .styled-h2.center {
    font-size: 20px;
  }

  .footer-logo._40-margin-bottom {
    margin-top: 60px;
  }

  .dropdown-arrow {
    height: 10px;
  }

  .dropdown-arrow.aaaa {
    margin-left: -1px;
  }

  .text-block-9.breaking-spaces {
    margin-right: -1px;
  }

  .secondary-button.small.breaking-spaces {
    border: 2px solid var(--sand);
    color: var(--sand);
    font-weight: 900;
  }

  .secondary-button.small.anim-fadein-800 {
    margin-bottom: 0;
  }

  .secondary-button.small.anim-fadein-800.centenn {
    margin-top: 100px;
  }

  .secondary-button.small.anim-fadein-800.xxxxx {
    margin-bottom: 40px;
  }

  .secondary-button.small.anim-fadein-800.bbb {
    margin-left: 220px;
  }

  .masthead-logo.anim-fadein-400 {
    margin-top: 67px;
  }

  .red-button.small.anim-fadein-400 {
    border: 2px solid var(--white);
    border: 2px solid var(--white);
    border: 2px solid var(--white);
  }

  .primary-button.margin-top-20.small.anim-fadein-800 {
    background-color: var(--lagoon);
  }

  .primary-button.margin-top-20.small.alt.primary-button-2 {
    color: var(--onyx);
  }

  .primary-button.small {
    border: 2px solid var(--sand);
    color: var(--sand);
  }

  .red {
    color: var(--sun-flare);
  }

  .red.strong {
    font-weight: 700;
  }

  .red.strong.center.larger {
    color: var(--dark-charcoal);
    font-size: 30px;
  }

  .onyx {
    color: var(--onyx);
  }

  .onyx.anim-fadein-400 {
    text-align: center;
    text-align: center;
  }

  .hidden {
    color: var(--sand);
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    font-size: 35px;
    display: flex;
  }

  .paragraph.tab-block-centered.anim-fadein-200 {
    padding: 20px;
    font-family: Einergrotesk, sans-serif;
    font-size: 18px;
  }

  .paragraph.tab-block-centered.anim-fadein-200.aaa {
    font-size: 20px;
  }

  .paragraph.mob-center {
    word-break: normal;
    overflow-wrap: normal;
  }

  .paragraph.anim-fadein-600 {
    font-family: Einergrotesk book, sans-serif;
  }

  .h3.text-white.anim-fadein-400 {
    color: var(--white);
    font-size: 40px;
    font-weight: 400;
  }

  .h3.text-white.anim-fadein-400.head3 {
    font-size: 35px;
  }

  .team-photo {
    height: 500px;
    max-height: 500px;
  }

  .learn-more-bio {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .team-name-h3 {
    text-align: center;
  }

  .card-carousel-nav {
    align-items: center;
  }

  .image-56.r-10.anim-fadein-200 {
    object-position: 50% 0%;
    object-position: 50% 0%;
    object-position: 50% 0%;
    min-width: 100%;
    min-height: 100%;
  }

  .utility-page-content-3 {
    margin-left: auto;
    margin-right: 100px;
  }

  .section-fix {
    background-image: linear-gradient(#ffffffe3, #ffffffe3), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c5aa_IMG_2309.jpg");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .service-video {
    width: 100%;
    max-width: none;
  }

  .grid-3.associatons.mt-2.anim-fadein-200 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 90%;
    max-width: 1500px;
  }

  .splide__slide {
    background-color: var(--sea-foam);
    padding: 0;
  }

  .splide__embed, .splide__embed.next, .splide__embed.next {
    border-width: 0;
    border-color: var(--white);
    border-radius: 40px;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .white-3-copy.title.anim-fadein {
    margin-top: 40px;
    padding-top: 0;
  }

  .substuff.test {
    color: var(--onyx);
    text-transform: none;
    text-transform: none;
    font-family: PT Sans, sans-serif;
    font-size: 23px;
    line-height: 1.4em;
  }

  .image-57 {
    margin-top: 44px;
  }

  .image-58 {
    padding-bottom: 40px;
  }

  .text-block-13 {
    text-align: center;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 1.5;
  }

  .image-61, .image-62, .image-63 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .styled-h3-copy.features.center.white.mb-1.alt {
    font-size: 15px;
    font-weight: 400;
  }

  .italic-text {
    color: var(--white);
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
  }

  .div-block-90 {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    width: 75%;
    padding-left: 0;
    display: grid;
  }

  .bold-text-8 {
    color: var(--lagoon);
    font-size: 30px;
    font-weight: 700;
  }

  .div-block-91 {
    max-width: 800px;
  }

  .div-block-92 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-right: 40px;
    display: grid;
  }

  .paragraph-6 {
    grid-column-gap: NaNpx;
    grid-row-gap: NaNpx;
    max-width: none;
    color: var(--sand);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-family: Einergrotesk, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    position: static;
  }

  .link-4, .link-5 {
    color: var(--onyx);
    font-weight: 600;
  }

  .heading-8 {
    color: var(--dark-charcoal);
    text-align: center;
  }

  .div-block-99 {
    place-items: start center;
  }

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

@media screen and (max-width: 991px) {
  h2 {
    text-align: left;
  }

  li {
    font-size: 18px;
  }

  .home-masthead {
    height: auto;
    min-height: 100svw;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-navlink {
    text-align: center;
    margin-left: 0;
  }

  .container {
    padding-bottom: 0;
  }

  .container.horizontal-flex._90-container.parallax-container-bg.p-2.radius-20.tab-vertical, .container.horizontal-flex.vertical-mobile {
    flex-direction: column;
  }

  .container.horizontal-flex._90-container.parallax-container-bg.p-2.radius-20.tab-vertical, .container.horizontal-flex.vertical-mobile {
    flex-direction: column;
  }

  .container.horizontal-flex._90-container.parallax-container-bg.p-2 {
    padding-bottom: 2rem;
  }

  .container.horizontal-flex._90-container.parallax-container-bg.p-2.radius-20.tab-vertical, .container.horizontal-flex.vertical-mobile {
    flex-direction: column;
  }

  .container.membership-plans-container {
    flex-wrap: wrap;
  }

  .container.horiztonal-flex-break-at-tablet {
    flex-direction: column;
  }

  .container.grid-l-img-r-text {
    grid-template-columns: 1fr;
  }

  .service-column {
    justify-content: flex-start;
    align-self: stretch;
    height: auto;
  }

  .sticky-service-menu-link {
    font-size: 16px;
  }

  .header {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
  }

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

  .column {
    font-size: 14px;
  }

  .section {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .section.no-bottom-padding.hidden, .section._4-block-section.hide, .section.hidden, .section.no-bottom-padding.hidden, .section.no-bottom-padding.hidden, .section._4-block-section.hide, .section._4-block-section.hide, .section.hidden {
    display: none;
  }

  .column-2 {
    font-size: 14px;
  }

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

  .cta-row {
    padding-left: 0;
  }

  .cta-column-right {
    padding-top: 30px;
  }

  .team-content {
    left: 10px;
    right: 10px;
  }

  .team-wrapper {
    background-image: none;
  }

  .white.center.paragraph.anim-fadein-200 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .white.tab-center.tab-font-size-50px {
    font-size: 50px;
  }

  .white.no-margin-bottom.text-center.tab-font-size-19 {
    font-size: 19px;
  }

  .white.no-margin-bottom.text-center.tab-font-size-17 {
    font-size: 17px;
  }

  .white.no-margin-bottom.text-center.tab-font-size-16 {
    font-size: 16px;
  }

  .center.tab-font-size-50px {
    font-size: 50px;
  }

  .flex-h {
    width: 56%;
  }

  .vertical-flex.weight-50 {
    justify-content: center;
    align-items: center;
  }

  .right-column {
    margin-bottom: 40px;
  }

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

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns.mobile-reverse-columns, .columns.tablet-horizontal {
    flex-direction: row-reverse;
  }

  .columns.reverse-columns {
    flex-direction: column-reverse;
  }

  .columns.mobile-reverse-columns, .columns.tablet-horizontal {
    flex-direction: row-reverse;
  }

  .div-block-26 {
    justify-content: center;
  }

  .utility-page-content-2 {
    align-items: center;
    padding-right: 0;
  }

  .utility-page-wrap-2._404 {
    background-image: linear-gradient(#0006, #0006), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c34e_AdobeStock_122101000.jpg");
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    height: 100vh;
  }

  .contact-form-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo-grid-image._7 {
    background-position: 100%;
  }

  .dropdown-link {
    border-bottom-style: none;
    font-size: 12px;
  }

  .line-2 {
    border-radius: 10px;
    height: 4px;
    top: 28px;
  }

  .line-2.simple {
    color: #181e44;
    background-color: #3a3a3a;
  }

  .line-2.simple {
    background-color: var(--lagoon);
    color: #181e44;
    background-color: #3a3a3a;
    border-radius: 20px;
    width: 100%;
    top: 18px;
  }

  .line-2.simple.menu-line {
    height: 6.25px;
  }

  .line-2.simple {
    background-color: var(--lagoon);
    border-radius: 20px;
    width: 100%;
    top: 18px;
  }

  .nav-icon-link {
    color: #dd6b61;
    font-family: "Fa solid 900", sans-serif;
    font-size: 28px;
  }

  .line.simple {
    color: #3a3a3a;
    background-color: #3a3a3a;
  }

  .line.simple.menu-line {
    height: 6px;
    position: static;
  }

  .line.simple {
    background-color: var(--lagoon);
    border-radius: 20px;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 38px;
  }

  .line.simple-2 {
    border-radius: 10px;
    height: 4px;
    top: 38px;
  }

  .simple-menu-button {
    color: #3a3a3a;
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    display: flex;
  }

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

  .logo-link {
    position: absolute;
    inset: auto auto auto 20px;
  }

  .logo-link.w--current {
    display: block;
  }

  .dropdown {
    margin-left: auto;
    margin-right: auto;
  }

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

  .font-awesome {
    color: #181e44;
    font-family: "Fa solid 900", sans-serif;
    font-size: 27px;
    display: block;
  }

  .font-awesome-icon.mobile-responsive {
    margin-left: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .dropdown-toggle {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .line-1 {
    height: 4px;
    top: 18px;
  }

  .line-1.simple {
    color: #3a3a3a;
  }

  .line-1.simple.menu-line {
    height: 6px;
  }

  .line-1.simple {
    background-color: var(--lagoon);
    border-radius: 20px;
    width: 100%;
    top: 0;
  }

  .line-1.simple-2 {
    border-radius: 10px;
  }

  .nav-link-list {
    width: 100%;
  }

  .nav-right {
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .white-navbar-button-wrapper---desktop {
    display: none;
  }

  .navigation-container {
    background-color: #fff;
    justify-content: flex-end;
    padding-left: 0;
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nps-hero {
    height: 100vh;
  }

  .container-12 {
    width: 90%;
  }

  .feature-card-wrap {
    flex-direction: column;
  }

  .feature-card {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-card.tansparent.anim-fadein-400.special, .feature-card.tansparent.anim-fadein-600.special, .feature-card.anim-fadein-200.special, .feature-card.tansparent.anim-fadein-400.special, .feature-card.tansparent.anim-fadein-600.special, .feature-card.tansparent.anim-fadein-400.special, .feature-card.tansparent.anim-fadein-400.special, .feature-card.tansparent.anim-fadein-600.special, .feature-card.tansparent.anim-fadein-600.special, .feature-card.anim-fadein-200.special, .feature-card.anim-fadein-200.special, .faq-wrapper {
    width: 100%;
  }

  .before-and-after-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .masthead-cta {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .service-feature {
    padding-left: 0;
    padding-right: 0;
  }

  .service-content-image-grid {
    align-items: start;
  }

  .service-content-image-grid.top-service-grid {
    display: block;
  }

  .handle-container {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .handle-container.featured-handle-container {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .handle-container.featured-handle-container.dual-content-left {
    flex-direction: row;
  }

  .image-left {
    width: auto;
  }

  .handle-wrapper {
    width: 550px;
    max-width: none;
    height: 310px;
    min-height: 0;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .handle-bar {
    height: 500px;
  }

  .service-text-center.absolute-service-title.tablet-h2-position {
    width: 80%;
    margin-bottom: 40px;
    position: static;
    top: 100px;
  }

  .service-text-center.tab-font-size-50px {
    font-size: 50px;
  }

  .before-after-wrapper {
    width: 100%;
    padding: 60px 0 0;
  }

  .before-after-wrapper.bg-white.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .before-after-wrapper.bg-white.py-1.radius-20.mr-1.tab-margin {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .before-after-wrapper.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .before-after-wrapper.py-1.bg-white.radius-20.ml-1.tab-margin {
    margin-top: .5rem;
    margin-left: 0;
  }

  .before-after-wrapper.py-1.bg-white.radius-20.tab-margin {
    margin-top: 1rem;
  }

  .before-and-after-children-container {
    flex-direction: column;
  }

  .before-and-after-children-container.tab-block-centered {
    flex-wrap: nowrap;
  }

  .membership-plan-highlight-item-div {
    width: 50%;
  }

  .membership-plan-item-container {
    width: 45%;
  }

  ._40-div.break-at-tablet, ._60-div.break-at-tablet, ._60-div.break-at-tablet {
    width: 100%;
  }

  .membership-plan-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .membership-plan-form-block {
    margin-top: 40px;
    margin-left: 0;
  }

  .ada-form-container {
    padding-top: 7%;
  }

  .logo-wrap {
    flex-wrap: wrap;
    width: 100%;
  }

  .fa-icon {
    color: var(--lagoon);
    margin-bottom: 0;
    font-family: "Fa solid 900", sans-serif;
    font-size: 30px;
  }

  .fa-icon:hover {
    color: var(--sun-flare);
  }

  .amenities-wrap {
    width: 50%;
  }

  .before-and-after-container-2 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .service-image-wrapper {
    position: sticky;
    top: 80px;
  }

  .reviews-collection-item {
    width: 50%;
  }

  .insurance-collection-item {
    width: 33.33%;
  }

  .team-collection-item {
    width: 50%;
  }

  .feature-content {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .tabs-menu {
    justify-content: flex-start;
    width: 40%;
    margin-top: 60px;
  }

  .white-2.cta-heading.tab-font-size-50px {
    font-size: 50px;
  }

  .masthead-cta-2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .serv-icon.cta-icon {
    min-width: 60px;
    max-width: 60px;
  }

  .the-content {
    flex-direction: column;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .a-block {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-title {
    text-align: right;
    white-space: pre-wrap;
  }

  .faq-wrapper-2 {
    width: 100%;
  }

  .hero-title-wrap {
    padding-bottom: 250px;
  }

  .white-4.tab-center {
    text-align: center;
    text-align: center;
  }

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

  .service-responsitve-tabs {
    width: 100%;
  }

  .service-container {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 750px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .service-container.cta-container {
    flex-direction: column;
  }

  .the-sticky-div {
    height: auto;
    margin-bottom: 60px;
    padding-top: 60px;
    position: static;
  }

  .cta-faq-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .margin-bottom--20 {
    color: var(--abyss);
  }

  .tabs-content {
    width: 50%;
    margin-top: 40px;
  }

  .service-masthead {
    min-height: 600px;
  }

  .service-section.service-cta.horizontal-flex.texture-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .the-height-300vh-section-2 {
    height: auto;
  }

  .the-overflow-hidden-mask {
    position: static;
  }

  .the-content-2 {
    flex-direction: column;
    justify-content: center;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .service-masthead-cta {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._20-bottom-margin.tab-font-size-50px {
    font-size: 50px;
  }

  .the-width-400vh-scrollable-div, .cta-button-wrapper {
    width: 100%;
  }

  .nps-form-row {
    flex-direction: column;
  }

  .nps-form-content {
    width: 100%;
    margin-left: 0;
  }

  .nps-contact-form {
    width: 100%;
  }

  .column-feature-block-content {
    align-items: center;
  }

  .column-content.tab-mob-center {
    text-align: center;
    text-align: center;
  }

  .h4-inline.bottom-margin--20 {
    text-align: left;
    text-align: left;
  }

  .nps-demo-form {
    margin-bottom: 40px;
    margin-right: 0;
    padding: 20px;
  }

  .hero-serv-cta {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-serv-cta.last-tripple-feature.black-bg {
    justify-content: center;
  }

  .hero-wrap {
    padding-bottom: 250px;
  }

  .services-page-title {
    text-align: center;
  }

  .services-cta-mastbar-link-block-2 {
    flex-wrap: wrap;
    height: 100%;
  }

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

  .horiz-scroll-section.bg-sand {
    max-width: 700px;
    min-height: 100svw;
  }

  .scroll-container {
    margin-left: 5px;
  }

  .cta-button-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  ._3-row-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-flow: row;
    place-content: center;
    place-items: center;
  }

  .grid-side-img-and-text-container {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
    grid-auto-flow: row;
  }

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .submenu-arrow {
    margin-top: 0;
    display: none;
  }

  .arrow {
    margin-right: -60px;
  }

  .sm-align-centre {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

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

  .menu-button {
    margin-top: 0;
    font-size: 41px;
  }

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

  .menu-button.page {
    height: auto;
  }

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

  .image-4 {
    width: 50%;
    min-width: 50%;
  }

  .navbar {
    flex-direction: row;
    height: 100px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link {
    color: #032431;
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link.social {
    color: #fff;
    background-color: #509b9a;
    justify-content: flex-start;
    display: block;
  }

  .centennial-masthead.pink-bg.double-top-padding {
    padding-top: 60px;
  }

  .centennial-masthead.masthead {
    height: 400px;
    margin-top: 75px;
  }

  .feature-block {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    float: right;
    clear: none;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: flex;
    position: relative;
  }

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

  .side-frame-green {
    width: 80%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-2.nav-button {
    margin-top: 15px;
  }

  .service-block {
    flex: none;
  }

  .logo-2 {
    width: 75px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .slide-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .card-wrapper {
    height: 100%;
  }

  .frame {
    transform: translate(-20px, -20px);
    box-shadow: inset 0 0 0 6px #519999;
  }

  .frame.reversed {
    transform: translate(20px, -20px);
  }

  .text-wrap.alt.tab-block-centered, .text-wrap.alt.tab-block-centered.mr-0 {
    margin-right: 0;
  }

  .text-wrap.vertical-center {
    margin-bottom: 20px;
  }

  .text-wrap.alt.tab-block-centered, .text-wrap.alt.tab-block-centered.mr-0 {
    margin-right: 0;
  }

  .text-wrap.alt.right-margin--60 {
    width: 100%;
    margin-right: 0;
  }

  .text-wrap.alt.tab-block-centered, .text-wrap.alt.tab-block-centered.mr-0 {
    margin-right: 0;
  }

  .text-wrap.alt.tab-block-centered.mr-0 {
    margin-right: 0;
  }

  .text-wrap.alt.tab-block-centered.order-second {
    order: 1;
  }

  .column-5 {
    padding-right: 10px;
  }

  .feature-block-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-51 {
    float: none;
    clear: none;
    height: 45px;
  }

  .icon-3 {
    color: #304030;
  }

  .nav-menu-2 {
    background-color: #fff;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    box-shadow: 1px 1px 3px #000;
  }

  .home-masthead-2 {
    height: 85vh;
    padding-bottom: 0;
  }

  .columns-3 {
    height: auto;
  }

  .columns-3.v-auto {
    flex-direction: column;
  }

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

  .div-block-81 {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    display: flex;
  }

  .features-row.texture-bg {
    height: 100%;
  }

  .dropdown-toggle-3 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .content-header {
    text-align: center;
  }

  .contact-card {
    padding: 16px;
    transform: translate(-20px, 20px);
  }

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

  .col.lg-1, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-1, .col.lg-1.hidden-lg-down, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col._40px-side-padding {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    margin-top: 40px;
  }

  .content-paragraph {
    text-align: center;
  }

  .container-13 {
    flex-direction: column;
    display: flex;
  }

  .container-13.full-size.hotizontal-flex {
    min-height: 400px;
    padding-top: 100px;
  }

  .container-13.horizontal-flex.mobile-wrap {
    flex-wrap: wrap;
  }

  .container-13.horizontal-flex.even-spacing {
    flex-direction: column;
  }

  .container-13.horizontal-flex.spaced {
    max-width: none;
  }

  .container-13.logo-wrap {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-80 {
    justify-content: space-around;
    width: 111px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    margin-top: 0;
  }

  .brand.w--current {
    width: 200px;
    margin-top: 0;
  }

  .doctor-quote-section.pink-bg.double-top-padding {
    padding-top: 60px;
  }

  .masthead-container {
    min-width: auto;
    min-height: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    position: static;
  }

  .collection-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .team-members-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .modal-closer {
    display: none;
  }

  .logo-wrap-2 {
    flex-wrap: wrap;
    width: 100%;
  }

  .image-53._3 {
    width: 50%;
    min-width: 50%;
  }

  .amenities-container {
    flex-wrap: wrap;
    width: 80%;
    padding-bottom: 0;
  }

  .amenities-button {
    margin-bottom: 20px;
  }

  .logo-row {
    margin-left: auto;
    margin-right: auto;
  }

  .page-title-2 {
    margin-top: 0;
  }

  .logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrapper-3 {
    width: 80%;
  }

  .margin-bottom, .section-header {
    margin-bottom: 40px;
  }

  .grid-div {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
  }

  .slider {
    height: auto;
  }

  .member-plan-wrap {
    width: 85%;
  }

  .price-box.middle-box, .price-box.middle-alt {
    left: -15px;
  }

  .price-box.save-coupon {
    left: -10px;
  }

  .price-box.middle-box, .price-box.middle-alt {
    left: -15px;
  }

  .membership-column {
    justify-content: flex-start;
    height: auto;
    padding-left: 0;
  }

  .form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-side-content.break-at-tablet, .form-div {
    width: 100%;
  }

  .form-block {
    margin-top: 40px;
    margin-left: 0;
  }

  .team-member-block {
    margin-bottom: 20px;
  }

  .dropdown-2 {
    display: flex;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-55 {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .about-doctor-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._1x2-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .hero-wrap-2 {
    padding-bottom: 250px;
  }

  .service-masthead-cta-2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .styled-h3.features {
    font-size: 30px;
  }

  .styled-p.white.center.line-height, .styled-p.white.center.link, .styled-p.white.center.line-height, .styled-p.white.center.link, .styled-p.white.center.line-height, .styled-p.white.center.link, .styled-p.white.center.line-height, .styled-p.white.center.link {
    font-size: 17px;
  }

  .styled-h1.small {
    margin-bottom: 20px;
  }

  .styled-h1.small.margin-left {
    margin-right: auto;
  }

  .styled-h1.small.margin-left.white.anim-fadein-200 {
    width: auto;
    min-width: auto;
    height: auto;
  }

  .styled-h1.tab-block-centered.eyebrow {
    font-size: 50px;
  }

  .dropdown-toggle-4.justify {
    justify-content: center;
  }

  .brand-link {
    height: 100%;
    margin-right: auto;
  }

  .dropdown-3 {
    margin: 0 0 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-3.dropdown-parent-item-link {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown-3.tab-w100 {
    width: 100%;
  }

  .hamburger-menu {
    background-color: #0000;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 40px;
    height: 30px;
    display: flex;
  }

  .hamburger-menu.w--open {
    z-index: 999;
    background-color: #0000;
    display: block;
    top: auto;
  }

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

  .nav-menu-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .menu-button-2 {
    cursor: pointer;
    margin-left: 40px;
  }

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

  .dropdown-list-4 {
    margin-top: 5px;
  }

  .dropdown-list-4.w--open {
    position: relative;
  }

  .dropdown-list-4.border-none, .dropdown-list-4.border-none.w--open, .dropdown-list-4.border-none, .dropdown-list-4.border-none.w--open {
    border-style: none;
  }

  .brand-img {
    min-width: 0;
    height: 100%;
  }

  .nav-menu-3 {
    text-align: left;
    background-color: #fff;
    border-left: 1px solid #172a3a;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 350px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-2 {
    text-align: center;
    margin: 0 0 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-3.mobile-navbar-button {
    color: #000;
    background-color: #bda36e;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .button-3.mobile-navbar-button:hover {
    color: #bda36e;
    background-color: #000;
  }

  .navbar-container {
    justify-content: flex-end;
    display: flex;
  }

  .navbar-container.navbar2 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-button.mobile {
    display: block;
  }

  .secondary-button.mobile.tab-hidden {
    display: none;
  }

  .img-div {
    width: 60%;
  }

  .div-block-82 {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .div-block-82.hero {
    display: flex;
  }

  .primary-button.margin-top-20.small.anim-fadein-800 {
    width: 70%;
  }

  .primary-button.margin-top-20.small.alt {
    width: 60%;
  }

  .phone-link {
    margin-left: 1rem;
  }

  .cal-icon-link {
    margin-left: 2rem;
    display: block;
  }

  .contact-form-container {
    width: 100%;
  }

  .form-for-modal {
    padding: 2rem;
  }

  .close-modal-wrapper {
    right: 1.5rem;
  }

  .button-4.nav-cta-book-now {
    width: 180px;
    height: 44px;
    margin-right: 0;
  }

  .form-modal-inner-div {
    width: 90%;
  }

  .section-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  ._1-3-item {
    flex: auto;
    width: 50%;
  }

  .form-modal-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hidden {
    color: var(--sand);
    text-align: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    padding: 1.5rem;
  }

  .h2 {
    text-align: center;
  }

  .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-shown {
    display: block;
  }

  .tab-hidden {
    display: none;
  }

  .block-weighted {
    flex-direction: column;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.of-hidden.mb-0, .paragraph.mob-center, .paragraph.of-hidden.mb-0, .paragraph.of-hidden.mb-0, .paragraph.mob-center {
    text-align: left;
  }

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

  .section-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ml-2 {
    flex: 0 auto;
  }

  .mb-3 {
    margin-bottom: 3rem;
  }

  .dual-content-left {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .image-5.stretch-flow {
    position: static;
  }

  .dual-content-right {
    order: -1;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .h1 {
    text-align: center;
    font-size: 91px;
  }

  .m-0 {
    margin: 0;
  }

  .mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .mb-0 {
    margin-bottom: 0;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dual-content-small {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .py-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tab-block-centered {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ml-0 {
    margin-left: 0;
  }

  .h3, .h4 {
    text-align: center;
  }

  .mr-0 {
    margin-right: 0;
  }

  .p-0 {
    padding: 0;
  }

  .team-cms {
    margin-left: 0;
  }

  .team-list {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .team-item {
    width: 100%;
  }

  .text-link-modal-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-photo {
    width: 300px;
    height: 275px;
  }

  .team-photo.fill-photo.r-top-20, .team-div, .team-photo-bio-wrapper {
    width: 100%;
  }

  .underline-button {
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    display: inline-block;
  }

  .text-link-modal-inner-div {
    width: 90%;
  }

  .link-text {
    font-size: 18px;
  }

  .text-small.text-center {
    font-size: 52px;
  }

  .div-block-84 {
    justify-content: center;
  }

  .utility-page-content-3 {
    align-items: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .button-6.secondary-button {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-design {
    text-align: center;
    font-size: 15px;
  }

  .blog-rich-text p, .blog-rich-text h2, .blog-rich-text p, .blog-rich-text h2 {
    text-align: center;
  }

  .mh-overlay {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .right-side-text-div.ml-2.tab-ml-0 {
    margin-left: 0;
  }

  .right-side-text-div.ml-2.tab-ml-0.tab-mt-3 {
    margin-top: 3rem;
  }

  .feature-h4 {
    text-align: center;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .logo-link-block.care-credit.mt-1 {
    width: 50%;
  }

  .grid-3.associatons.mt-2 {
    width: 100%;
  }

  .splide__slide {
    width: 50%;
  }

  .styled-h3-copy.features {
    font-size: 30px;
  }

  .h3-2, .h3-3 {
    text-align: center;
  }

  .heading-6 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 25px;
    display: flex;
  }

  .heading-6.hero {
    text-align: center;
    text-align: center;
    line-height: 35px;
  }

  .div-block-92 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    grid-auto-flow: row;
    place-items: center stretch;
    max-width: none;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
  }

  .image-67 {
    flex: none;
    width: auto;
    height: 75px;
    display: block;
  }

  .div-block-102 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
  }

  .subscript-10, .subscript-11, .subscript-12 {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }

  h2 {
    text-align: center;
    height: auto;
    font-size: 35px;
    line-height: 1.2em;
  }

  h3 {
    text-align: center;
    font-size: 23px;
  }

  h4, h5, h6 {
    text-align: center;
  }

  p {
    text-align: left;
  }

  li {
    font-size: 16px;
  }

  .home-masthead {
    height: auto;
    min-height: 100svw;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    overflow: visible;
  }

  .home-navlink {
    margin-left: 0;
  }

  .container {
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.horizontal-flex {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.membership-plans-container {
    margin-bottom: -50px;
  }

  .container.amenities {
    align-items: center;
    display: flex;
  }

  .service-column {
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divider {
    transform-origin: 50%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    text-align: center;
  }

  .content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .map {
    margin-top: 40px;
    margin-left: 0;
  }

  .page-title {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 38px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.membership-plan-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-2 {
    overflow: hidden;
  }

  .cta-row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .cta-column-right {
    text-align: center;
    padding-top: 20px;
  }

  .cta-column-left {
    text-align: center;
  }

  ._2-button-block {
    width: 86%;
  }

  .text-block-3 {
    text-align: center;
    background-color: #509b9a;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .text-block-5 {
    text-align: center;
    background-color: #dd6b61;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .text-block-7 {
    color: #fff;
    text-align: center;
    background-color: #3a3a3a;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Lato, sans-serif;
    font-weight: 300;
  }

  .white.center {
    font-size: 18px;
  }

  .white.center.white-h2 {
    font-size: 38px;
    line-height: 1em;
  }

  .white.styled-h3 {
    font-size: 30px;
  }

  .white.styled-h3.mob-mb-0-5 {
    margin-bottom: .5rem;
  }

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

  .white.text-center.anim-fadein-200.font-size-52.mob-font-size-40 {
    font-size: 40px;
  }

  .center.p-fix {
    margin-top: 20px;
  }

  .flex-h {
    width: 100%;
  }

  .vertical-flex.left-align {
    align-items: center;
  }

  .left-column {
    flex-direction: column;
    justify-content: center;
  }

  .columns {
    flex-direction: column-reverse;
  }

  .columns.mobile-reverse-columns {
    flex-direction: column;
  }

  .columns.tablet-horizontal {
    flex-direction: column-reverse;
  }

  .utility-page-wrap-2._404 {
    background-image: linear-gradient(#0006, #0006), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c34e_AdobeStock_122101000.jpg");
    background-position: 0 0, 20%;
    height: 100vh;
  }

  .divider-2 {
    transform-origin: 50%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    width: 100%;
  }

  .textarea {
    min-height: 200px;
  }

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

  .h3-styling {
    font-size: 23px;
  }

  .photo-grid-column {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 250px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
  }

  .photo-grid-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .photo-grid-image._3 {
    width: 33%;
    height: 100%;
    margin: 0 5px;
  }

  .photo-grid-image._4 {
    width: 60%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .photo-grid-image._5 {
    width: 40%;
    height: 100%;
    margin: 0 0 0 10px;
  }

  .photo-grid-image._2 {
    width: 60%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .photo-grid-image._1 {
    width: 40%;
    height: 100%;
    margin-bottom: 0;
  }

  .photo-grid-image._7 {
    width: 33%;
    height: 100%;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 0;
  }

  .photo-grid-image._6 {
    width: 33%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
  }

  .divider-3 {
    transform-origin: 50%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-link {
    font-size: 13px;
  }

  .line-2.simple.menu-line {
    width: 100%;
  }

  .line.simple {
    height: 7px;
  }

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

  .dropdown-toggle, .line-1.simple.menu-line, .line-1.simple.menu-line, .line-1.simple.menu-line {
    width: 100%;
  }

  .navigation-container {
    justify-content: flex-end;
    height: 90px;
  }

  .nps-hero {
    height: auto;
    padding-top: 103px;
  }

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

  .column-wrap.mobile-reverse {
    flex-direction: column-reverse;
  }

  .pricing-heading {
    font-size: 40px;
  }

  .nps-pricing-wrap {
    margin-left: 0;
  }

  .nps-pricing-wrap.mob-mb-0-5 {
    margin-bottom: .5rem;
  }

  .container-12 {
    width: 95%;
  }

  .pricing-part-2.mob-mb-0-5 {
    margin-bottom: .5rem;
  }

  .feature-card.tansparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-hover {
    text-align: left;
    width: 90%;
  }

  .before-and-after-container {
    margin-bottom: 0;
  }

  .masthead-cta {
    padding: 20px;
  }

  .service-content-image-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    margin-top: 60px;
  }

  .white-before-and-after-text {
    margin-bottom: 0;
  }

  .handle-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .handle-container.featured-handle-container {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-left {
    min-width: auto;
  }

  .handle-wrapper {
    width: auto;
    min-width: 490px;
    min-height: auto;
    margin-bottom: 0;
  }

  .service-text-center.absolute-service-title {
    margin-bottom: 40px;
    position: static;
  }

  .service-text-center.absolute-service-title.tablet-h2-position {
    width: 100%;
  }

  .before-after-wrapper {
    padding-top: 60px;
  }

  .before-and-after-children-container {
    width: 90%;
  }

  .membership-highlight-item-text {
    font-size: 20px;
  }

  .membership-plan-item-container {
    width: 80%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .membership-plan-form-block {
    width: 100%;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .signup-field {
    height: 50px;
  }

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

  .amenities-wrap {
    width: 33%;
  }

  ._1-3-div {
    width: 100%;
  }

  ._1-3-div.mobile-50-margin-bottom {
    margin-bottom: 50px;
  }

  .before-and-after-container-2 {
    width: 90%;
    margin-bottom: 0;
  }

  .tab-link {
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link.w--current {
    color: #fff;
    background-color: #4e6766;
    font-weight: 600;
  }

  .service-image-wrapper {
    position: static;
  }

  .reviews-collection-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-collection-item {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .insurance-collection-item {
    width: 33.33%;
  }

  .team-collection-list {
    margin-left: 0;
    margin-right: 0;
  }

  .team-collection-item {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-container {
    grid-template-rows: auto auto auto;
  }

  .tabs-menu {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
    min-width: 100%;
    margin-top: -50px;
    margin-bottom: 0;
    padding-top: 48px;
    display: none;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .tabs-menu.anim-fadein-200 {
    min-height: 250px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .masthead-cta-bar {
    position: relative;
  }

  .tab-dropdown-2 {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #509b9a;
    background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c557_dropdown-icon.svg");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .tab-dropdown-2:hover {
    background-color: #dd6b61;
  }

  .white-2.cta-heading {
    margin-left: 0;
  }

  .the-height-300vh-section {
    height: auto;
  }

  .tab-link-2 {
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link-2.w--current {
    color: #fff;
    background-color: #d09f43;
    font-weight: 600;
  }

  .masthead-cta-2 {
    padding: 20px;
  }

  .serv-icon {
    width: 50px;
    height: 50px;
    min-height: 0;
  }

  .serv-icon.white-icon {
    width: 30px;
    height: auto;
    min-height: auto;
  }

  .serv-icon.cta-icon {
    width: 60px;
    min-height: auto;
    margin-bottom: 10px;
  }

  .the-content {
    flex-direction: column;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: static;
  }

  .tab-dropdown {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #509b9a;
    background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c557_dropdown-icon.svg");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .tab-dropdown:hover {
    background-color: #dd6b61;
  }

  .a-block {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .white-3.title.anim-fadein {
    vertical-align: baseline;
    vertical-align: baseline;
    vertical-align: baseline;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: block;
  }

  .tab-title {
    text-align: left;
    background-color: #0000;
    padding-left: 0;
    font-size: 14px;
    position: static;
  }

  .hero-title-wrap {
    text-align: center;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    min-height: 300px;
    padding: 120px 20px 20px;
  }

  .services-cta-mastbar-link-block {
    width: 80%;
  }

  .tab-system {
    flex-flow: column;
    align-items: center;
    max-height: none;
  }

  .service-responsitve-tabs {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .tab-link-3 {
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link-3.w--current {
    color: #fff;
    background-color: #dd6b61;
    font-weight: 600;
  }

  .tab-dropdown-3 {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #509b9a;
    background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c557_dropdown-icon.svg");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .tab-dropdown-3:hover {
    background-color: #dd6b61;
  }

  .highlight-service-text.mob-font-size-28 {
    font-size: 28px;
  }

  .service-container {
    width: 90%;
    margin-bottom: 0;
  }

  .service-container.horiz-flex {
    flex-direction: column;
  }

  .the-sticky-div {
    height: auto;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .margin-bottom--20 {
    max-width: none;
  }

  .margin-bottom--20.mob-center {
    text-align: center;
    text-align: center;
  }

  .tabs-content {
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }

  .tabs-content.anim-fadein-400 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-top: 47px;
    display: flex;
  }

  .cta-fact-block {
    flex-direction: column;
    margin-top: 20px;
  }

  .service-masthead {
    height: auto;
    min-height: 650px;
  }

  .current-tab-line-2 {
    display: none;
  }

  .large-paragraph-service {
    text-align: center;
    margin-bottom: 0;
  }

  .service-section {
    padding-bottom: 60px;
  }

  .the-height-300vh-section-2 {
    height: auto;
  }

  .the-overflow-hidden-mask {
    position: static;
  }

  .the-content-2 {
    flex-direction: column;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: static;
  }

  .service-masthead-cta {
    padding: 20px;
  }

  .the-width-400vh-scrollable-div {
    width: 100%;
  }

  .h2-left-align {
    text-align: left;
    margin-bottom: 10px;
  }

  .content-bold-text {
    font-size: 20px;
  }

  .column-content {
    font-size: 16px;
    line-height: 1.2em;
  }

  .nps-demo-form {
    margin-right: 0;
  }

  .hero-serv-cta {
    padding: 20px;
  }

  .heading-hover-2 {
    text-align: left;
    width: 90%;
  }

  .tab-link-4 {
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link-4.w--current {
    background-color: var(--abyss);
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
  }

  .a-block-2 {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrap {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    min-height: 300px;
    padding: 140px 20px 20px;
  }

  .side-scroll {
    display: none;
  }

  .services-cta-mastbar-link-block-2 {
    flex-direction: column;
    width: 80%;
  }

  .serv-hero {
    height: auto;
    min-height: 650px;
  }

  .serv-hero.preventive-hero {
    height: auto;
  }

  .tab-dropdown-4 {
    background-color: var(--lagoon);
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    background-image: url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c557_dropdown-icon.svg");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .tab-dropdown-4:hover {
    background-color: var(--abyss);
  }

  .horizontal-scroll {
    flex-direction: column;
    overflow: visible;
  }

  .cta-button-wrapper-2 {
    align-items: center;
  }

  ._3-row-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .grid-side-text-and-button {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .row-2.sm-reverse {
    flex-direction: column-reverse;
  }

  .row-2.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .center-2.max-width-mobile {
    max-width: 500px;
  }

  .center-2.text-white.mb-floe {
    margin-bottom: 1rem;
  }

  .container-2 {
    height: auto;
  }

  .image-4 {
    width: 100%;
  }

  .navbar {
    height: 100px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centennial-masthead.contact {
    height: auto;
  }

  .centennial-masthead.masthead {
    margin-top: 100px;
  }

  .feature-block {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-block.anim-fadein-200, .feature-block.anim-fadein-400, .feature-block.anim-fadein-600, .feature-block.anim-fadein-800, .feature-block.anim-fadein-200, .feature-block.anim-fadein-400, .feature-block.anim-fadein-600, .feature-block.anim-fadein-800 {
    height: auto;
  }

  .side-frame-green {
    flex: 1;
    width: 90%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-frame-green.full-width.margin-reviews {
    margin-bottom: 20px;
  }

  .button-2.desktop-tablet-only {
    display: none;
  }

  .button-2.mobile-only {
    display: block;
  }

  .service-block {
    justify-content: center;
    align-items: center;
  }

  .cta-button-wrap {
    margin-top: 20px;
  }

  .logo-2 {
    width: 75px;
    height: 75px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .card-wrapper.half-width {
    width: 100%;
    margin-top: 10px;
  }

  .text-wrap {
    align-items: center;
    width: auto;
    margin-left: 0;
  }

  .text-wrap.left-margin {
    width: auto;
    margin-left: 0;
  }

  .text-wrap.center {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap.center.bottom-margin {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-wrap.alt {
    align-items: center;
    width: 80%;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .feature-block-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-3 {
    width: 90%;
    height: auto;
  }

  .div-block-81 {
    height: 100%;
  }

  .features-row {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .contact-card.horizontal-flex {
    display: block;
  }

  .col.lg-6, .col.lg-4.sm-2, .col.lg-6, .col.lg-4.sm-2, .col.lg-4.sm-2 {
    width: 100%;
  }

  .feature-icon-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-13.full-size.hotizontal-flex {
    min-height: 0;
    padding-top: 100px;
  }

  .container-13.horizontal-flex {
    flex-direction: column;
  }

  .container-13.horizontal-flex.horizontal-flex---mobile {
    flex-direction: row;
  }

  .container-13.horizontal-flex.spaced {
    flex-flow: column;
  }

  .container-13.medium-padding.opague-bg.vertical {
    display: flex;
  }

  .div-block-80 {
    width: 101px;
  }

  .brand {
    margin-top: 15px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .doctor-quote-section.contact {
    height: auto;
  }

  .masthead-container {
    margin-top: 20px;
  }

  .modal-closer {
    display: none;
  }

  .column-7 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-53 {
    height: 350px;
    display: block;
  }

  .columns-4 {
    height: auto;
  }

  .amenities-container {
    width: 80%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-title-2 {
    font-size: 60px;
  }

  .logo-slide {
    width: 33.33%;
  }

  .header-hover {
    text-align: left;
  }

  .grid-div {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .slider {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .left-arrow-2 {
    top: 500px;
  }

  .slide-3 {
    width: 100%;
  }

  .right-arrow-2 {
    top: 500px;
  }

  .text-wrap-reverse {
    align-items: center;
    width: auto;
    margin-left: 0;
  }

  .text-wrap-reverse.left-margin {
    width: auto;
    margin-left: 0;
  }

  .price-box.middle-box, .price-box.middle-alt {
    width: 110%;
    left: -23px;
  }

  .price-box.save-coupon {
    width: 110%;
    left: -24px;
  }

  .price-box.middle-box, .price-box.middle-alt {
    width: 110%;
    left: -23px;
  }

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

  .membership-column {
    justify-content: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .form-div, .form-block {
    width: 100%;
  }

  .cms-review-card-wrap.half-width {
    width: 100%;
    margin-top: 10px;
  }

  .team-member-image {
    min-width: 350px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .contact-gird {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .image-55 {
    height: 300px;
  }

  .image-55.stretch.alt {
    width: 80%;
    margin-right: 0;
  }

  .about-doctor-grid, ._1x2-grid {
    grid-template-columns: 1fr;
  }

  .hero-wrap-2 {
    text-align: center;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    min-height: 300px;
    padding: 120px 20px 30px;
  }

  .service-masthead-cta-2 {
    padding: 20px;
  }

  .phi {
    font-size: 16px;
  }

  .styled-h3.features.center.white.mb-1 {
    margin-bottom: 1rem;
  }

  .styled-h3.features.center.white.mb-1.alt {
    justify-content: center;
    align-items: center;
    max-width: 100px;
    display: flex;
  }

  .styled-h3.mb-1.text-size-flow-h3 {
    font-size: 25px;
  }

  .styled-p {
    font-size: 17px;
  }

  .styled-h1 {
    font-size: 48px;
  }

  .styled-h1.margin-botton-12 {
    text-align: center;
    font-size: 58px;
  }

  .styled-h1.center {
    font-size: 52px;
  }

  .styled-h1.small {
    text-align: center;
  }

  .styled-h1.small.margin-left.white.anim-fadein-200 {
    margin-bottom: 0;
  }

  .styled-h1.tab-block-centered.eyebrow {
    font-size: 35px;
  }

  .styled-h4 {
    font-size: 18px;
  }

  .styled-h4.text-center.text-size-flow-h4, .styled-h4.tab-block-centered {
    font-size: 18px;
  }

  .styled-h4.onyx.margin-top-12 {
    text-align: center;
    text-align: center;
    font-size: 18px;
  }

  .styled-h4.text-center.text-size-flow-h4, .styled-h4.tab-block-centered {
    font-size: 18px;
  }

  .styled-h2.mob-text-size-28 {
    font-size: 28px;
  }

  .mobile-brand-img {
    width: auto;
    height: 100%;
  }

  .brand-link {
    display: none;
  }

  .brand-link.mobile {
    height: 100%;
    display: block;
  }

  .dropdown-3.dropdown-parent-item-link {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-menu-3 {
    padding-top: 20px;
  }

  .button-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar-container.navbar2 {
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-button.mobile {
    width: 135px;
    font-size: 12px;
  }

  .secondary-button.small.anim-fadein-800.centenn {
    margin-top: 19px;
  }

  .secondary-button.small.anim-fadein-800.bbb {
    justify-content: center;
    align-items: flex-end;
    margin-left: 10px;
    display: flex;
  }

  .accent.margin-bottom-20, .accent.margin-bottom-20.small, .accent.margin-bottom-20, .accent.margin-bottom-20.small, .accent.margin-bottom-20.small {
    width: 70%;
  }

  .img-div {
    width: 75%;
  }

  .div-block-82.hero {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .divider-logo {
    transform-origin: 50%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .masthead-logo.anim-fadein-400 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .image-3.icon {
    width: 48px;
    height: 48px;
  }

  .contact-modal {
    padding: 1.5rem;
  }

  .form-for-modal {
    padding-top: 2rem;
  }

  .form-for-modal.relative {
    padding-top: 3.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .close-modal-wrapper {
    top: .8rem;
    right: .8rem;
  }

  .textarea-2 {
    min-height: 200px;
  }

  .form-modal-inner-div {
    padding: 60px 30px;
  }

  ._1-3-div-row {
    margin-left: 0;
    margin-right: 0;
  }

  .section-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .modal-x-link {
    width: 30px;
    top: 15px;
    right: 15px;
  }

  .featured-icon {
    height: 50px;
  }

  .container-15.grey-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._1-3-item {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-modal-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .card {
    padding: 1rem;
  }

  .h2 {
    margin-bottom: 1rem;
    font-size: 32px;
  }

  .container-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .block-weighted {
    flex-direction: column;
  }

  .mobl-shown {
    display: block;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .paragraph.mob-center {
    text-align: left;
    text-align: left;
    max-width: none;
  }

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

  .section-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mb-3 {
    margin-bottom: 3rem;
  }

  .dual-content-left {
    margin-bottom: 1rem;
  }

  .image-5.stretch-fixed {
    min-height: 250px;
  }

  .dual-content-right {
    margin-bottom: 1rem;
  }

  .block-tightest {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .h1 {
    margin-bottom: 1rem;
    font-size: 83px;
  }

  .m-0 {
    margin: 0;
  }

  .mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .p-flow {
    padding: 1rem;
  }

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

  .mb-0 {
    margin-bottom: 0;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .block-tighter {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-tight {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .mb-flow, .dual-content-small {
    margin-bottom: 1rem;
  }

  .py-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .ml-0 {
    margin-left: 0;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .h3.tab-block-centered {
    font-size: 18px;
  }

  .h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
  }

  .mr-0 {
    margin-right: 0;
  }

  .p-0 {
    padding: 0;
  }

  .label {
    margin-bottom: 1rem;
  }

  .mobl-hidden {
    display: none;
  }

  .team-cms {
    margin-left: 0;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-link-modal-div {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-link-modal-inner-div {
    padding: 60px 30px;
  }

  .carousel-button {
    padding: 7px 15px;
  }

  .link-text {
    font-size: 16px;
  }

  .text-small.text-center {
    font-size: 48px;
  }

  .tab-block-centered {
    font-size: 19px;
  }

  .utility-page-content-3 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .button-6 {
    box-shadow: none;
  }

  .button-6.secondary-button {
    font-size: 18px;
  }

  .mob-center, .paragraph-design {
    text-align: center;
  }

  .section-fix {
    flex-direction: column;
    align-items: center;
  }

  .mh-overlay {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .right-side-text-div {
    width: 90%;
  }

  .feature-h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
  }

  .branding-video-wrapper {
    width: 400px;
  }

  .video-wrapper {
    width: 95%;
  }

  .splide__slide {
    width: 100%;
  }

  .review-wrap {
    left: auto;
    right: 15px;
  }

  .opus-hidden-section, .cta-hidden, .hidden-faq-section, .service-section-copy {
    padding-bottom: 60px;
  }

  .text-block-13 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .styled-h3-copy.features.center.white.mb-1 {
    margin-bottom: 1rem;
  }

  .styled-h3-copy.mb-1.text-size-flow-h3 {
    font-size: 25px;
  }

  .feature-icon-2-copy {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h3-2, .h3-3 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .heading-6.hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    display: flex;
  }

  .div-block-92 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: -50px;
  }

  .subscript-5 {
    display: inline;
  }

  .subscript-7 {
    display: none;
  }

  .paragraph-7 {
    margin-bottom: 68px;
  }

  .div-block-97 {
    flex-flow: column;
    display: flex;
  }

  .div-block-98 {
    max-width: none;
  }

  .heading-8 {
    font-size: 40px;
  }

  .paragraph-8 {
    margin-top: 20px;
  }

  .div-block-101 {
    flex: 1;
  }

  .image-67 {
    display: none;
  }

  .div-block-102 {
    grid-template-columns: 1fr;
  }

  .bold-text-16 {
    line-height: 25px;
  }

  .subscript-10, .subscript-11, .subscript-12 {
    line-height: 30px;
  }
}

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

  h2 {
    text-align: center;
    font-size: 45px;
    line-height: 1em;
  }

  h3 {
    text-align: center;
    font-size: 21px;
  }

  p {
    text-align: left;
  }

  a {
    color: #dd6b61;
    text-decoration: none;
  }

  li {
    font-size: 16px;
  }

  .home-masthead {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 100svw;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .home-navlink {
    font-size: 14px;
  }

  .container {
    width: 100%;
  }

  .container.center {
    margin-left: auto;
    margin-right: auto;
  }

  .container.vertical-flex {
    display: flex;
  }

  .container.horizontal-flex {
    flex-flow: column;
  }

  .container.horizontal-flex._90-container {
    display: flex;
  }

  .container.grid-l-img-r-text {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button {
    font-size: 14px;
  }

  .service-column {
    height: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divider {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 42px;
  }

  .header.white {
    height: auto;
    font-size: 34px;
    line-height: 42px;
  }

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

  .section {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding: 50px 20px;
  }

  .section.hero {
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    display: flex;
  }

  .column-2 {
    display: none;
  }

  .masthead-text {
    align-items: center;
  }

  .masthead-text.home-hero {
    justify-content: center;
    margin-bottom: 0;
  }

  .cta-row, .cta-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 150px;
    display: block;
  }

  .team-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  ._2-button-block {
    width: 100%;
    margin-top: 0;
    padding-top: 95px;
    font-size: 14px;
  }

  .white {
    font-size: 15px;
  }

  .white.center {
    font-size: 15px;
    display: block;
  }

  .white.center.large-paragraph-service.anim-fadein-200 {
    font-size: 15px;
  }

  .white.center.h2 {
    font-size: 45px;
  }

  .white.center.white-h2 {
    font-size: 35px;
  }

  .white.tab-center.tab-font-size-50px.mob-vert-font-size-40px {
    font-size: 40px;
  }

  .white.text-center {
    font-size: 25px;
  }

  .white.wrap {
    white-space: break-spaces;
  }

  .center {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .center.smaller {
    padding-left: 0;
    padding-right: 0;
  }

  .center.mx-2.px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .center.paragraph.anim-fadein-200 {
    font-size: 15px;
  }

  .center.tab-font-size-50px.mob-vert-font-size-40px {
    font-size: 34px;
  }

  .center.tab-font-size-50px.mob-vert-font-size-40px.anim-fadein {
    padding-left: 15px;
    padding-right: 15px;
  }

  .center.tab-font-size-50px.mob-vert-font-size-40px.anim-fadein.aaa {
    color: var(--lagoon);
  }

  .center.anim-fadein-200 {
    font-size: 35px;
  }

  .center.anim-fadein-600 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .center.p-fix {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .center.p-fix.anim-fadein-200 {
    font-size: 40px;
  }

  .center.h2 {
    color: var(--sun-flare);
  }

  .vertical-flex.left-align {
    align-items: center;
  }

  .columns.mobile-reverse-columns {
    flex-direction: column;
  }

  .utility-page-content-2.px-2 {
    padding-right: 2rem;
  }

  .utility-page-content-2.mobp-px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .utility-page-wrap-2._404 {
    height: 80vh;
  }

  .utility-page-wrap-2._404.texture-bg {
    height: 100vh;
  }

  .divider-2 {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-form {
    width: 100%;
  }

  .textarea {
    min-height: 250px;
  }

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

  .h3-styling {
    font-size: 21px;
  }

  .photo-grid-column {
    height: 175px;
  }

  .divider-3 {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dropdown-link {
    font-size: 12px;
  }

  .nav-icon-link {
    color: #181e44;
  }

  .line.simple {
    height: 6px;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: 300px;
  }

  .font-awesome-icon.mobile-responsive {
    color: #dd6b61;
  }

  .navigation-container {
    height: 80px;
  }

  .blog-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .nps-check-list {
    text-align: left;
  }

  .nps-pricing-wrap {
    width: 100%;
  }

  .container-12 {
    width: 90%;
  }

  .container-12.px-2.mob-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-part-2 {
    margin-top: 35px;
  }

  .feature-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-card.tansparent {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nps-icon {
    height: 50px;
    margin-bottom: 15px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .masthead-cta {
    padding: 10px 20px;
  }

  .service-feature {
    margin-bottom: 30px;
    padding: 0;
  }

  .circle-wrapper {
    width: 60px;
    height: 60px;
  }

  .image-left {
    inset: 0;
  }

  .handle-wrapper {
    width: 200px;
    min-width: auto;
    height: 200px;
    min-height: auto;
  }

  .handle-bar {
    height: 300px;
  }

  .service-text-center.tab-font-size-50px.mob-vert-font-size-40px {
    font-size: 40px;
  }

  .membership-plan-highlights-div {
    margin-left: 0;
  }

  .membership-plan-highlight-item-div {
    width: 100%;
  }

  .membership-highlight-item-text {
    font-size: 18px;
  }

  .membership-plan-item-container {
    width: 100%;
  }

  .membership-plan-top-detail {
    left: -15px;
  }

  .membership-plan-form {
    padding: 25px;
  }

  .field-wrapper.yes-or-no {
    width: 100%;
  }

  .field-wrapper.yes-or-no-answer {
    margin-top: -10px;
  }

  .field-row {
    flex-direction: column;
  }

  .ada-form-container {
    min-width: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .ada-form-page-wrapper {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-field-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 30px;
  }

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

  .accreditation-link-div {
    width: 50%;
  }

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

  .fa-icon.secondary:hover {
    color: var(--abyss);
  }

  .divider-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .amenities-wrap {
    width: 100%;
  }

  .tab-link {
    height: auto;
    padding-left: 15px;
    font-size: 16px;
  }

  .reviews-collection-item {
    width: 100%;
  }

  .insurance-collection-item {
    width: 50%;
  }

  .team-collection-item {
    width: 100%;
  }

  .tabs-menu {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .tabs-menu.anim-fadein-200 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    padding-bottom: 40px;
    display: flex;
  }

  .tab-dropdown-2 {
    background-position: 94%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-dropdown-2:hover {
    background-color: #678cb2;
  }

  .white-2.center {
    display: block;
  }

  .the-height-300vh-section {
    margin-left: 0;
  }

  .tab-link-2 {
    height: auto;
    padding-left: 15px;
    font-size: 16px;
  }

  .masthead-cta-2 {
    padding: 10px 20px;
  }

  .serv-icon {
    height: auto;
  }

  .serv-icon.cta-icon {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .the-content {
    flex-direction: column;
    max-height: none;
  }

  .tab-dropdown {
    background-position: 94%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-dropdown:hover {
    background-color: #727272;
  }

  .a-block {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    box-shadow: 11px 0 17px #00000026;
  }

  .white-3.title.anim-fadein {
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 25px;
    font-weight: 400;
    display: block;
  }

  .tab-title {
    font-size: 14px;
  }

  .faq-wrapper-2 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title-wrap {
    height: 60vh;
    min-height: 400px;
    padding: 120px 15px 20px;
  }

  .services-cta-mastbar-link-block {
    width: 100%;
  }

  .tab-system {
    flex-flow: column;
    height: 100%;
    max-height: none;
  }

  .service-responsitve-tabs {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tab-link-3 {
    height: auto;
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-dropdown-3 {
    background-position: 94%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-dropdown-3:hover {
    background-color: #727272;
  }

  .margin-20.text-center.text-dark.mob-vert-font-size-16 {
    font-size: 16px;
  }

  .margin-20.text-center.text-dark.mob-font-18 {
    font-size: 18px;
  }

  .highlight-service-text {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .the-sticky-div {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .margin-bottom--20 {
    max-width: none;
  }

  .tabs-content {
    margin-top: 0;
    padding: 20px 0 0;
  }

  .tabs-content.anim-fadein-400 {
    justify-content: center;
    align-items: flex-start;
    margin-top: -52px;
    display: flex;
  }

  .cta-fact-block {
    flex-direction: column;
    margin-top: 10px;
    line-height: 40px;
  }

  .service-masthead {
    height: auto;
    min-height: 650px;
  }

  .service-masthead.restorative-hero, .service-masthead.emergency-hero {
    height: auto;
  }

  .service-masthead.cosmetic-hero {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100svw;
    display: block;
  }

  .service-masthead.restorative-hero, .service-masthead.emergency-hero {
    height: auto;
  }

  .service-masthead.dental-implants-hero {
    width: auto;
  }

  .current-tab-line-2 {
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    display: inline;
  }

  .large-paragraph-service.white {
    text-align: center;
    text-align: center;
  }

  .the-height-300vh-section-2 {
    margin-left: 0;
  }

  .the-content-2 {
    flex-direction: column;
    max-height: none;
  }

  .service-masthead-cta {
    padding: 10px 20px;
  }

  .service-masthead-cta.last-tripple-feature {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .service-masthead-cta.first-tripple-feature {
    padding: 10px;
  }

  ._20-bottom-margin.tab-font-size-50px.mob-vert-font-size-40px {
    font-size: 40px;
  }

  ._20-bottom-margin.tab-font-size-50px.mob-vert-font-size-40px.tab-block-centered.anim-fadein {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .the-width-400vh-scrollable-div {
    width: auto;
  }

  .h2-left-align {
    margin-bottom: 0;
  }

  .column-feature-block-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-bold-text {
    font-size: 18px;
  }

  .h4-inline {
    align-items: center;
  }

  .h4-inline.bottom-margin--20.mob-text-center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .hero-serv-cta {
    padding: 10px 20px;
  }

  .hero-serv-cta.first-tripple-feature {
    padding: 10px;
  }

  .hero-serv-cta.last-tripple-feature {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-serv-cta.last-tripple-feature.black-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-4 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-link-4.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .a-block-2 {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    box-shadow: 11px 0 17px #00000026;
  }

  .hero-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 400px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-cta-mastbar-link-block-2 {
    width: 100%;
  }

  .serv-hero {
    height: auto;
    min-height: 650px;
  }

  .tab-dropdown-4 {
    background-position: 94%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-dropdown-4:hover {
    background-color: #727272;
  }

  .black-button {
    font-size: 16px;
  }

  .black-button.secondary-button.margin-top--20 {
    display: block;
  }

  .black-button.secondary-button.margin-top--20.mob-vert-btn {
    white-space: normal;
    white-space: normal;
    margin-left: 0;
    font-size: 13px;
  }

  .row-2.flex-horizontal {
    flex-direction: row;
  }

  .sm-align-centre {
    margin-left: 0;
    margin-right: 0;
  }

  .center-2.text-white.anim-fadein-200 {
    margin-bottom: 20px;
  }

  .center-2.paragraph.text-white.anim-fadein-600 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
  }

  .center-2.paragraph.text-white.anim-fadein-600.features {
    font-family: Einergrotesk book, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  .center-2.anim-fadein {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
  }

  .instawidget {
    display: none;
  }

  .side-image {
    margin-bottom: auto;
  }

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

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

  .centennial-masthead.masthead.bg-masthead-5.about-us {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .centennial-masthead.masthead {
    background-position: 0 0, 0 100%;
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-block.anim-fadein-400, .feature-block.anim-fadein-600, .feature-block.anim-fadein-800 {
    height: auto;
  }

  .feature-block.anim-fadein-200 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-block.anim-fadein-400, .feature-block.anim-fadein-600, .feature-block.anim-fadein-800 {
    height: auto;
  }

  .side-frame-green {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }

  .service-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .service-block.anim-fadein-200, .service-block.anim-fadein-400, .service-block.anim-fadein-600, .service-block.anim-fadein-800, .service-block.anim-fadein-200, .service-block.anim-fadein-400, .service-block.anim-fadein-600, .service-block.anim-fadein-800 {
    padding: 20px 10px;
  }

  .cta-button-wrap {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-image {
    margin-top: 10px;
  }

  .logo-2 {
    width: 100px;
    height: 100px;
    margin: 0;
  }

  .card-wrapper {
    align-items: center;
    width: 100%;
  }

  .card-wrapper.half-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame.reversed {
    margin-top: 10px;
  }

  .text-wrap {
    width: auto;
    margin-left: 0;
  }

  .text-wrap.left-margin {
    align-content: center;
  }

  .text-wrap.center.bottom-margin {
    flex-direction: column;
    width: 100%;
  }

  .text-wrap.alt {
    width: 90%;
  }

  .feature-block-wrapper {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .nav-menu-2 {
    background-color: #fff;
    margin-top: 0;
  }

  .home-masthead-2 {
    height: 80vh;
    padding-top: 0;
  }

  .columns-3 {
    width: 100%;
  }

  .testimonial-slider {
    height: auto;
  }

  .div-block-81 {
    height: 100px;
  }

  .features-row.texture-bg.masthead-bar {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .content-header {
    text-align: center;
  }

  .contact-card {
    padding: 5px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col._40px-side-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .content-paragraph {
    text-align: center;
    margin-top: 0;
  }

  .container-13 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .container-13.full-size.hotizontal-flex {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
  }

  .container-13.horizontal-flex.spaced {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-13.medium-padding.opague-bg {
    display: flex;
  }

  .container-13.medium-padding.opague-bg.center {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 10px;
  }

  .container-13.medium-padding.opague-bg.center.br-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand, .brand.w--current {
    margin-top: 0;
  }

  .masthead-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-section.small-padding {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .masthead-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
    min-height: auto;
    margin: 40px 0 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .modal-closer {
    display: none;
  }

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

  .logo-wrap-2 {
    flex-wrap: wrap;
  }

  .column-7 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .modal-wrapper {
    padding: 70px 20px 20px;
  }

  .image-53._3 {
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .columns-4 {
    height: auto;
  }

  .accreditation-link-block {
    width: 50%;
    margin-bottom: 20px;
  }

  .amenities-container {
    width: 90%;
    margin: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .page-title-2 {
    font-size: 38px;
    line-height: 45px;
  }

  .page-title-2.anim-fadein-200 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    display: flex;
  }

  .logo-slide {
    width: 50%;
  }

  .faq-wrapper-3, .header-hover {
    width: 90%;
  }

  .grid-div {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-2, .right-arrow-2 {
    top: 750px;
  }

  .text-wrap-reverse {
    width: auto;
    margin-left: 0;
  }

  .price-box.middle-box, .price-box.middle-alt {
    width: 110%;
    left: -15px;
  }

  .price-box.save-coupon {
    width: 110%;
    left: -12px;
  }

  .price-box.save-coupon.r-10 {
    width: 110%;
    position: relative;
    left: auto;
  }

  .price-box.middle-box, .price-box.middle-alt {
    width: 110%;
    left: -15px;
  }

  .membership-bottom.relative-wrapper.content-center.mt-1.mb-2 {
    display: flex;
  }

  .membership-check {
    text-align: left;
    line-height: 1.2em;
  }

  .membership-column {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .membership-column.bottom-margin--20 {
    margin-bottom: 20px;
  }

  .form {
    margin-left: 0;
    padding: 25px;
  }

  .form-div {
    width: 100%;
  }

  .cms-review-card-wrap {
    align-items: center;
    width: 100%;
  }

  .cms-review-card-wrap.half-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-member-image {
    min-width: 300px;
  }

  .service-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-55 {
    height: 200px;
  }

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

  .image-55.stretch.alt {
    width: 100%;
  }

  .hero-wrap-2 {
    height: 60vh;
    min-height: 400px;
    padding: 110px 15px 30px;
  }

  .service-masthead-cta-2 {
    padding: 10px 20px;
  }

  .service-masthead-cta-2.first-tripple-feature {
    padding: 10px;
  }

  .service-masthead-cta-2.last-tripple-feature {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .styled-h3.features.center.white.mb-1.alt {
    display: flex;
  }

  .styled-h1.margin-botton-12 {
    font-size: 48px;
  }

  .styled-h1.center {
    font-size: 44px;
  }

  .styled-h1.center.small.margin-bottom-10 {
    font-size: 48px;
  }

  .styled-h1.small {
    font-size: 44px;
  }

  .styled-h1.small.margin-left.white.anim-fadein-200 {
    margin-bottom: 0;
    margin-left: auto;
    display: block;
  }

  .styled-h4 {
    text-align: center;
  }

  .styled-h4.margin-botton-15 {
    text-align: center;
    font-size: 18px;
  }

  .styled-h4.tab-block-centered {
    font-size: 15px;
  }

  .styled-h2.center {
    font-size: 22px;
  }

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

  .styled-h2.mob-text-size-28.width-90 {
    width: 90%;
  }

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

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

  .text-block-8 {
    color: #bda36e;
  }

  .text-block-8:hover {
    color: #000;
  }

  .menu-button-2 {
    margin-left: 30px;
  }

  .dropdown-list-4.w--open {
    text-align: center;
  }

  .nav-menu-3 {
    min-width: 300px;
    padding-top: 20px;
  }

  .mobile-navbar-icon-link {
    color: #172a3a;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 36px;
    line-height: 1em;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .mobile-navbar-icon-link:hover {
    color: #a9c7cc;
  }

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

  .button-3.mobile-navbar-button, .secondary-button, .secondary-button.mobile {
    display: none;
  }

  .secondary-button.mobile {
    display: none;
  }

  .secondary-button.small {
    display: block;
  }

  .secondary-button.small.anim-fadein-800 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 15px;
    font-size: 12px;
  }

  .secondary-button.small.anim-fadein-800.centenn {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .secondary-button.small.anim-fadein-800.xxxxx._111 {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .secondary-button.small.anim-fadein-800.bbb {
    justify-content: space-around;
  }

  .accent.margin-bottom-20, .accent.margin-bottom-20.small, .accent.margin-bottom-20, .accent.margin-bottom-20.small, .accent.margin-bottom-20.small, .img-div {
    width: 100%;
  }

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

  .div-block-82.hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .divider-with-logo {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .divider-logo {
    align-self: flex-start;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .masthead-logo.anim-fadein-400 {
    vertical-align: baseline;
    vertical-align: baseline;
    width: 220px;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .red-button.small.anim-fadein-400.centthincta {
    justify-content: center;
    align-items: flex-start;
    margin-top: -41px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .primary-button.margin-top-20.small.alt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.small {
    font-size: 12px;
  }

  .primary-button.small.no-wrap.anim-fadein-600 {
    max-width: 220px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .primary-button.small.no-wrap.anim-fadein-600.aaa {
    max-width: 250px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .section-2.parallax-row {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6a0349f5d3780bf995c6c2c1/6a0349f5d3780bf995c6c51d_lesly-juarez-220845-unsplash.jpg");
    background-position: 0 0, 50%;
    background-attachment: scroll, fixed;
  }

  .container-14 {
    width: 90%;
    margin: 0 auto;
  }

  .div-block-32 {
    flex-direction: column;
  }

  .contact-form-modal-wrapper {
    display: none;
  }

  .contact-form-container {
    width: 100%;
  }

  .image-3.icon.medium {
    filter: grayscale();
  }

  .contact-modal {
    padding: 1rem;
  }

  .div-block-33 {
    margin-left: 0;
  }

  .form-for-modal {
    padding: 1rem;
  }

  .form-for-modal.relative {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .appointment-form {
    width: 100%;
  }

  .close-modal-wrapper {
    top: 1rem;
    right: 1rem;
  }

  .date-select-div-modal {
    flex-direction: column;
  }

  .textarea-2 {
    min-height: 250px;
  }

  .button-4 {
    font-size: 14px;
  }

  .button-4.nav-cta-book-now {
    padding-top: 10px;
  }

  .modal-container {
    display: block;
  }

  .modal-1-3-select-field {
    width: 100%;
  }

  .form-modal-inner-div {
    padding: 40px 25px;
  }

  .button-5 {
    font-size: 14px;
  }

  .modal-x-link {
    top: 10px;
    right: 10px;
  }

  .container-15 {
    display: block;
  }

  .container-15.grey-bg {
    padding: 40px 15px;
  }

  .form-modal-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hidden {
    display: block;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.tab-block-centered.mob-text-16 {
    font-size: 16px;
  }

  .paragraph.tab-block-centered.anim-fadein-200 {
    font-weight: 700;
    line-height: 30px;
  }

  .paragraph.tab-block-centered.anim-fadein-200.aaa {
    text-align: center;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph.mob-center {
    max-width: none;
  }

  .paragraph.anim-fadein-600 {
    font-size: 12px;
  }

  .paragraph.anim-fadein-400 {
    font-size: 14px;
  }

  .paragraph.mb-0-5.anim-fadein-400 {
    font-size: 18px;
  }

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

  .mb-3 {
    margin-bottom: 3rem;
  }

  .mobp-hidden {
    display: none;
  }

  .image-5.stretch-fixed {
    min-height: 200px;
  }

  .h1 {
    font-size: 52px;
  }

  .m-0 {
    margin: 0;
  }

  .mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .mb-0 {
    margin-bottom: 0;
  }

  .mb-4 {
    margin-bottom: 4rem;
  }

  .py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobp-shown {
    display: block;
  }

  .tab-block-centered {
    overflow-wrap: normal;
    position: static;
  }

  .ml-0 {
    margin-left: 0;
  }

  .h3 {
    font-size: 20px;
  }

  .h3.mx-2.center {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h3.mx-2.center.anim-fadein-400 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }

  .h3.mx-2.center.anim-fadein-400.test {
    font-size: 13px;
    font-weight: 400;
  }

  .h3.text-white.anim-fadein-400.head3 {
    font-size: 18px;
    font-weight: 400;
  }

  .h3.tab-block-centered {
    font-size: 15px;
  }

  .h3.tab-block-centered.anim-fadein-200 {
    display: none;
  }

  .h4 {
    font-size: 18px;
  }

  .h4.center {
    font-size: 15px;
  }

  .mr-0 {
    margin-right: 0;
  }

  .p-0 {
    padding: 0;
  }

  .team-list {
    grid-template-columns: 1fr;
  }

  .team-item {
    width: 95%;
  }

  .text-link-modal-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-photo.fill-photo, .learn-more-bio {
    width: 100%;
  }

  .team-photo-bio-wrapper {
    align-items: center;
  }

  .underline-button {
    text-align: center;
    justify-content: center;
  }

  .text-link-modal-inner-div {
    padding: 40px 25px;
  }

  .text-small.text-center {
    font-size: 30px;
  }

  .anim-fadein {
    font-size: 35px;
  }

  .image-56.r-10.anim-fadein-200 {
    min-width: 200px;
    height: auto;
  }

  .text-link {
    font-size: 15px;
  }

  .utility-page-content-3 {
    padding-right: 20px;
  }

  .utility-page-content-3.anim-fadein {
    width: 250px;
    margin-top: 200px;
    margin-bottom: 125px;
  }

  .button-6, .button-6.secondary-button, .button-6.secondary-button {
    font-size: 16px;
  }

  .paragraph-design {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: PT Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

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

  .div-dual-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-fix {
    padding: 40px 20px;
  }

  .mh-overlay {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 100px;
    display: flex;
    position: absolute;
  }

  .feature-h4 {
    font-size: 18px;
  }

  .feature-h4.center {
    font-size: 15px;
  }

  .branding-video-wrapper {
    width: 250px;
  }

  .center-3 {
    max-width: 100%;
  }

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

  .modal-h2 {
    font-size: 35px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .logo-link-block.care-credit.mt-1 {
    width: 100%;
  }

  .logo-link-block.smaller {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3.associatons.mt-2 {
    grid-template-columns: 1fr;
  }

  .grid-3.associatons.mt-2.anim-fadein-200 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
  }

  .splide__slide {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .splide.slider2.tall.mt-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-wrap {
    width: 220px;
  }

  .google-image-logo {
    width: 15px;
    height: auto;
  }

  .review-wrap-5-star-image {
    width: 90px;
  }

  .code-img {
    width: 100%;
  }

  .opus-subhead {
    line-height: 25px;
  }

  .subscript {
    font-size: 20px;
    line-height: 25px;
  }

  .white-3-copy.title.anim-fadein {
    font-size: 30px;
  }

  .subtext.title.anim-fadein {
    font-size: 20px;
    line-height: 25px;
  }

  .substuff {
    color: var(--charcoal);
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-13 {
    text-align: center;
    min-width: 300px;
    margin-top: 40px;
    line-height: 20px;
  }

  .text-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--dark-charcoal);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    display: flex;
  }

  .bold-text-2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }

  .h3-2 {
    font-size: 20px;
  }

  .h3-2.mx-2.center {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h3-3 {
    font-size: 20px;
  }

  .h3-3.mx-2.center {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h3-3.mx-2.center.anim-fadein-400 {
    font-size: 15px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .bold-text-4 {
    text-align: center;
    font-size: 18px;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 18px;
  }

  .heading-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
    display: flex;
  }

  .heading-6.hero {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .subscript-3 {
    text-align: center;
    flex: 0 auto;
    font-size: 20px;
    line-height: 20px;
    position: static;
  }

  .subscript-4.aaaa {
    font-size: 35px;
    line-height: 1px;
  }

  .div-block-92 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .subscript-6, .subscript-7 {
    display: none;
  }

  .bold-text-9 {
    font-size: 14px;
    line-height: 1;
  }

  .paragraph-7 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
  }

  .div-block-97 {
    margin-bottom: auto;
  }

  .subscript-8 {
    font-size: 35px;
  }

  .div-block-98 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    display: block;
  }

  .heading-8 {
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 30px;
  }

  .paragraph-8 {
    margin-top: 10px;
    font-size: 15px;
  }

  .div-block-99 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bold-text-12 {
    line-height: 20px;
  }

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

  .bold-text-13 {
    line-height: 20px;
  }

  .div-block-101 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-span-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 30px;
    display: inline;
  }

  .div-block-102 {
    grid-template-columns: 1fr;
  }

  .bold-text-16 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .subscript-9 {
    line-height: 35px;
  }

  .bold-text-17 {
    font-size: 20px;
  }

  .subscript-10 {
    color: var(--abyss);
    line-height: 30px;
  }

  .subscript-11 {
    line-height: 30px;
  }

  .subscript-12 {
    color: var(--abyss);
    line-height: 30px;
  }
}

#w-node-ed807ab1-0249-2dc6-83ef-983598ddd593-95c6c304 {
  align-self: center;
}

#w-node-ed807ab1-0249-2dc6-83ef-983598ddd598-95c6c304 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d66f5fde-0028-99f0-67b5-35660a4fe395-0a4fe37f {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed807ab1-0249-2dc6-83ef-983598ddd593-95c6c304 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-ed807ab1-0249-2dc6-83ef-983598ddd598-95c6c304 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d66f5fde-0028-99f0-67b5-35660a4fe381-0a4fe37f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d66f5fde-0028-99f0-67b5-35660a4fe38b-0a4fe37f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d66f5fde-0028-99f0-67b5-35660a4fe395-0a4fe37f {
    grid-area: 3 / 1 / 4 / 4;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d66f5fde-0028-99f0-67b5-35660a4fe395-0a4fe37f {
    justify-self: auto;
  }
}
