@font-face {
  font-family: PT Serif;
  src: url('../fonts/PTSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PT Serif;
  src: url('../fonts/PTSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Velasans Gx;
  src: url('../fonts/VelaSans-GX.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --pink: #fac3ff;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: #333;
  background-color: #000;
  font-family: Velasans Gx, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 1.2rem;
  font-family: Velasans Gx, Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 1.2rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 1.2rem;
  font-family: Velasans Gx, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Switzer, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Switzer, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  transition: opacity .35s;
}

a:hover {
  opacity: .83;
}

ul, ol {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.style-guide-h2 {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 55px;
  line-height: 1;
}

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

.h1-heading.admin {
  margin-bottom: 0;
  font-size: 8rem;
}

.h1-heading.home._01, .h1-heading.home._02 {
  position: relative;
}

.h1-heading.home.tablet {
  display: none;
  position: relative;
  left: 69px;
}

.h1-heading._404 {
  font-size: 18svw;
}

.h1-heading.password {
  margin-bottom: 3rem;
  font-size: 6rem;
  line-height: 1;
}

.section {
  position: relative;
}

.section.admin-hero {
  background-color: #222;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.footer {
  background-color: #252525;
}

.style-guide-subtext {
  opacity: .8;
  color: var(--white);
  border-radius: 4px;
  margin-top: 26px;
  font-size: 14px;
}

.rich-text {
  text-align: left;
}

.style-guide-divider {
  background-color: #525252;
  width: 100%;
  height: 1px;
}

.text-box.home-hero-bottom {
  color: var(--white);
  text-align: center;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 52px;
}

.text-box.home-hero-bottom.desktop {
  display: block;
}

.text-box.home-hero-bottom.tablet {
  display: none;
}

.text-box.home-intro {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-box.intro-bottom {
  color: var(--white);
  text-align: center;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.text-box.service-card-top {
  color: var(--white);
  border-radius: 6px;
}

.text-box.service-card-bottom {
  text-align: center;
  max-width: 17rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.text-box.service-card-bottom.empty-box {
  color: var(--black);
  position: absolute;
  inset: auto auto 5% 5%;
}

.text-box._33rem {
  max-width: 33rem;
}

.text-box._33rem.auto, .text-box._33rem.mobile-padding-centered {
  margin-left: auto;
  margin-right: auto;
}

.text-box.accordion-title-wrapper {
  white-space: pre-wrap;
  word-break: keep-all;
  min-width: 28rem;
  max-width: 28rem;
}

.text-box._27rem {
  overflow-wrap: anywhere;
  max-width: 27rem;
}

.text-box._27rem.min-27rem {
  min-width: 27rem;
}

.text-box.accordion-content-text-box {
  z-index: 5;
  max-width: 60%;
  position: absolute;
  inset: auto 3% 3% auto;
}

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

.text-box.cta-top {
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
  display: flex;
}

.text-box.cta-bottom {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-box._26rem {
  max-width: 26rem;
}

.text-box.about-us-h2 {
  position: absolute;
  inset: 0% 0% auto;
}

.detail-block {
  border-radius: 4px;
  padding: 34px 34px 34px 0;
}

.detail-block.medium-padding {
  padding: 32px;
}

.detail-block.medium-padding.template-tile {
  margin-top: 2rem;
  padding: 1rem;
}

.spacer {
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 2rem;
  position: relative;
}

.container.admin-sub-hero {
  padding-top: 11.7rem;
  padding-bottom: 7rem;
}

.container.admin-sub-hero.style {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.container.style-guide {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.7rem;
  padding-bottom: 7.5rem;
}

.container.home-hero {
  color: var(--white);
  background-color: #181818;
  border: 1px solid #363636;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100svh;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.container.home-intro {
  padding-top: 11.5rem;
  padding-bottom: 0;
}

.container.services {
  padding-top: 9.7rem;
}

.container.sticky-cards, .container.no-bottom-padding {
  padding-bottom: 0;
}

.container.reviews {
  padding-top: 15.3rem;
  padding-bottom: 10.4rem;
}

.container.footer {
  padding-top: 2.7rem;
  padding-bottom: 1.5rem;
}

.container.bottom-cta {
  color: var(--white);
  background-color: #252525;
  border: 1px solid #535353;
  border-style: solid none;
  max-width: 100%;
}

.container.cta-bottom {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.container.about-us {
  padding-top: 11.2rem;
  padding-bottom: 10.9rem;
}

.text-box-container.center-aligned {
  text-align: center;
}

.text-box-container.center-aligned.auto {
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper.white {
  color: var(--white);
}

.content-block.home-hero-middle {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-block.grow._03 {
  position: absolute;
  right: 0;
}

.content-block.grow._01 {
  position: absolute;
}

.content-block.review-01 {
  background-color: var(--pink);
  flex: 1;
  padding: 1rem;
}

.content-block.review-02 {
  flex: 1;
}

.gradient-text {
  background-image: linear-gradient(270deg, #a6b9ff, var(--pink));
  color: #fff0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.image-wrapper.gradient-tooth {
  z-index: 4;
  min-width: 18rem;
  max-width: 18rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 35px;
}

.image-wrapper.home-hero-middle-pattern {
  z-index: 3;
  opacity: .33;
  pointer-events: none;
  background-image: url('../images/erghdergbh_1erghdergbh.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 166%;
  height: 165%;
  position: absolute;
  inset: -38% 0% 0% -25%;
  overflow: hidden;
}

.image-wrapper.hero-small-graphic {
  max-width: 5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-wrapper.hero-small-graphic._01 {
  top: -12%;
  right: 8%;
}

.image-wrapper.hero-small-graphic._02 {
  inset: auto auto -12% 10%;
}

.image-wrapper.dentist-tool {
  max-width: 14rem;
  position: absolute;
  inset: 17% auto auto 0%;
}

.image-wrapper.teeth {
  max-width: 12rem;
  position: absolute;
  inset: auto 6% 12% auto;
}

.image-wrapper.service-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-wrapper.service-box-image {
  min-width: 7rem;
  max-width: 7rem;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.service-box-image.retainer {
  min-width: 13rem;
  max-width: 13rem;
}

.image-wrapper.service-box-image.glass-tool {
  min-width: 12rem;
}

.image-wrapper.review-image {
  height: 100%;
}

.image-wrapper.cta-avatar {
  flex: 0 auto;
  max-width: 8rem;
  height: auto;
  position: relative;
}

.image-wrapper.about-01-intro {
  height: 55rem;
  padding-right: 0;
  position: relative;
}

.content-image._100 {
  width: 100%;
  height: 100%;
}

.content-image._100.cover {
  object-fit: cover;
}

.content-image._100-full-width-height {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-image._100-width-height {
  width: 100%;
  height: 100%;
}

.content-image._100-width-height.homepage-01-intro-about-us {
  object-fit: cover;
  padding-right: 32px;
}

.hero-content-wrapper {
  flex: 1;
}

.hero-content-container {
  flex: 1;
  max-width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.pink-button-container {
  color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 8.4rem;
  line-height: 1;
}

.h2-heading.intro {
  font-size: 4.2rem;
}

.h2-heading.medium {
  font-size: 6.5rem;
}

.h2-heading.two-column-size {
  font-size: 3.8rem;
}

.h2-heading.less-line-height {
  line-height: .9;
}

.h2-heading.bottom-cta-heading {
  font-size: 4rem;
}

.heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.heading-grid.white {
  color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: block;
}

.heading-grid.white.center-aligned {
  text-align: center;
}

.button-link-block {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  height: 3.5rem;
  font-size: 16px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.button-link-block:hover {
  opacity: 1;
}

.grid-block.about-01-overlapped-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.serif {
  font-family: "Source Serif 4", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.paragraph.gray {
  color: #999;
}

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

.paragraph.accordion-sub-paragraph {
  white-space: pre-wrap;
  word-break: keep-all;
}

.column.intro-images {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  min-width: 115%;
  max-width: 115%;
  margin-top: 17.6rem;
  margin-left: -94px;
  padding-bottom: 4rem;
  display: flex;
}

.image-block {
  flex: 1;
}

.image-block.intro {
  border-radius: 6px;
  min-width: 10rem;
  max-width: 10rem;
  overflow: hidden;
}

.image-block.intro._01 {
  position: relative;
  top: 23px;
  transform: rotate(-15deg);
}

.image-block.intro._02 {
  position: relative;
  top: -87px;
  transform: rotate(-10deg);
}

.image-block.intro._03 {
  position: relative;
  top: -123px;
}

.image-block.intro._04 {
  position: relative;
  top: -87px;
  transform: rotate(10deg);
}

.image-block.intro._05 {
  position: relative;
  top: 23px;
  transform: rotate(15deg);
}

.image-block.intro._01-mobile {
  display: none;
  position: relative;
  top: 23px;
  transform: rotate(-15deg);
}

.service-box-container {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: var(--white);
  background-color: #1a1a1a;
  border: .1px solid #313131;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 30rem;
  padding: 1.5rem 1.5rem 1.5rem 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-box-container.empty {
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.service-box-container.empty.w--current {
  color: var(--black);
  transition: background-color .35s, opacity .35s;
}

.service-box-container.empty.w--current:hover {
  opacity: 1;
  background-color: #fff;
}

.svg-wrapper.services {
  max-width: 1.5rem;
}

.svg-wrapper.services.empty-box {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 6rem;
  max-width: 6rem;
  min-height: 6rem;
  max-height: 6rem;
  display: flex;
}

.svg-wrapper.flip-cards-icon {
  margin-left: auto;
  margin-right: auto;
}

.svg-plus {
  min-width: 1.4rem;
  max-width: 1.4rem;
  min-height: 1.4rem;
  max-height: 1.4rem;
}

.svg-plus.black {
  color: var(--black);
}

.svg-plus.black.empty-box {
  color: var(--pink);
  min-width: 3rem;
  max-width: 3rem;
  min-height: 3rem;
  max-height: 3rem;
}

.h3-heading {
  font-size: 2.3rem;
}

.h3-heading.service-card-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
  transition: background-color .2s;
}

.h3-heading.service-card-title.no-margin {
  color: var(--black);
  margin-bottom: 0;
}

.service-boxes-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 7rem;
}

.svg.flip-cards-icon {
  color: var(--pink);
  max-width: 12rem;
}

.svg.flip-cards-icon.black {
  color: var(--black);
}

.pink-long-button {
  background-color: var(--pink);
  color: var(--black);
  text-align: center;
  border: 1px solid #555;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: background-color .3s;
  position: absolute;
  inset: auto 0% 0%;
}

.pink-long-button:hover {
  background-color: var(--white);
  opacity: 1;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #2a3440;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button.animation {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #2a3440;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .6rem .5rem .6rem 1.1rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.password {
  border: 1px solid var(--pink);
  background-color: var(--pink);
  color: var(--black);
  border-radius: 9px;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.button.submit {
  background-color: var(--pink);
  color: var(--black);
  border-radius: 8px;
  margin-top: 2rem;
  font-weight: 400;
  transition: opacity .35s;
}

.button.submit:hover {
  opacity: .76;
}

.two-column-heading-grid {
  grid-template-rows: auto;
}

.two-column-heading-grid.white {
  color: var(--white);
  grid-template-columns: 2fr 1fr;
}

.card-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.6875rem;
  display: flex;
  position: relative;
}

.card-snap-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.scroll-card-half {
  flex-direction: column;
  flex: 1;
  width: 50%;
  height: 301%;
  display: flex;
}

.card-image-wrapper-tablet-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.scroll-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cards-wrapper {
  border: 1px solid #313131;
  border-radius: .625rem;
  width: 100%;
  height: 40rem;
  display: flex;
  overflow: hidden;
}

.sticky-viewbox-wrapper {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.steps-scroll-cards {
  border-radius: 0;
  height: 600vh;
  margin-top: 3rem;
  position: relative;
}

.card-slide {
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-03 {
  color: var(--white);
  background-color: #1a1a1a;
}

.card-slide.color-02 {
  background-color: var(--pink);
  color: var(--black);
  margin-bottom: -1px;
}

.card-slide.color-01 {
  color: var(--white);
  background-color: #1a1a1a;
  margin-bottom: -1px;
}

.snap-card-title {
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 3rem;
}

.why-bright-box-wrapper {
  background-color: var(--pink);
  color: var(--black);
  border-radius: 7px;
  padding: .7rem;
  display: inline-block;
}

.why-bright-box-wrapper.black {
  color: var(--white);
  background-color: #1a1a1a;
}

.accordion-image-cover {
  z-index: 3;
  opacity: 1;
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 80vh;
  position: relative;
}

.accordion-container {
  z-index: 5;
  color: #fff;
  height: 80vh;
  margin-top: 10.7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion-image-container {
  z-index: -1;
  align-items: flex-end;
  width: 100%;
  height: 87vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.grow-spacer {
  opacity: 0;
  flex: 1;
}

.accordion-label-title {
  letter-spacing: -.03em;
  white-space: pre-wrap;
  word-break: keep-all;
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.fade-up-animation-box {
  min-width: 100%;
  max-width: 100%;
}

.vertical-text-block {
  z-index: 10;
  flex: none;
  min-width: 12rem;
  font-size: 1.5rem;
  position: relative;
  top: 63px;
  transform: rotate(90deg);
}

.accordion-wrapper {
  color: #fff;
  background-color: #292929;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion-wrapper.active {
  background-color: #63606000;
  width: 70%;
}

.accordion-background-overlay {
  z-index: 4;
  pointer-events: none;
  background-image: linear-gradient(#0000001a, #0000001a);
  position: absolute;
  inset: 0%;
}

.accordion-number {
  z-index: 10;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.accordion-header {
  z-index: 10;
  opacity: 1;
  border-left: 1px solid #444;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 8vw;
  height: 100%;
  padding-top: 43px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.review-box-container {
  color: var(--black);
  border-radius: 6px;
  max-width: 30rem;
  height: 16rem;
  display: flex;
  position: absolute;
  inset: 7% auto auto 19%;
  overflow: hidden;
}

.review-box-container._02 {
  color: var(--black);
  flex-flow: column;
  max-width: 17rem;
  height: 26rem;
  position: absolute;
  inset: 0% 7% auto auto;
}

.review-box-container._03 {
  color: var(--black);
  flex-flow: column;
  max-width: 17rem;
  height: 26rem;
  position: absolute;
  inset: auto auto 1% 10%;
}

.review-box-container._04 {
  inset: auto 10% 8% auto;
}

.review-box-container._06, .review-box-container._07 {
  color: var(--black);
  flex-flow: column;
  max-width: 17rem;
  height: 26rem;
  display: none;
  position: absolute;
  inset: 0% 7% auto auto;
}

.review-content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.review-text {
  text-align: left;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.reviewer-name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
}

.reviewer-name._02 {
  color: #858585;
  font-size: 1em;
  font-weight: 400;
}

.content-wrapper.review-section {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 44%;
  padding-bottom: 49%;
  display: flex;
  position: relative;
}

.small-paragraph {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.2;
}

.small-paragraph.gray {
  color: #b6b6b6;
}

.menu-copyright-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.menu-copyright-text.text-color {
  color: #fff9;
  font-size: .9rem;
  font-weight: 400;
}

.menu-block-right {
  flex-direction: column;
  justify-content: center;
  width: 60vw;
  display: flex;
}

.menu-social-link {
  background-color: var(--pink);
  border-radius: 150px;
  padding: .7rem;
  transition: opacity .25s;
}

.menu-link-bg {
  z-index: 0;
  background-color: var(--pink);
  transform-origin: 50%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 0);
}

.menu-project-link {
  color: #fff;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.menu-project-video-wrapper {
  border-radius: 7px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.menu-wrapper {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #060709;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  transform: scale3d(1, 0, 1);
}

.menu-project-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: none;
}

.menu-project-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-block-left {
  border-right: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  width: 40vw;
  padding-bottom: 11.8vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.brand-logo-link-block {
  color: #fff;
  min-width: 8rem;
  max-width: 8rem;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.brand-logo-link-block.w--current {
  position: relative;
}

.menu-project-heading {
  color: #fff9;
  margin-bottom: 5px;
}

.menu-close-link-text {
  color: var(--white);
}

.logo {
  width: 100%;
  height: 100%;
}

.menu-close-link {
  z-index: 0;
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: .5rem 1.4rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 5vw;
  overflow: hidden;
}

.menu-link-text {
  z-index: 1;
  line-height: 1.2;
  position: relative;
}

.menu-project-details-block {
  overflow: hidden;
}

.menu-copyright-block {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-social-icon {
  filter: invert();
  width: 22px;
}

.contact-text-block {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.menu-social-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.header-navigation-container {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  height: 15svh;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-project-background-video {
  width: 100%;
  max-width: 100%;
  height: 300px;
}

.menu-open-link {
  z-index: 1;
  background-color: var(--pink);
  color: var(--black);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: .5rem 1.4rem;
  font-size: 1.2rem;
  line-height: 26px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link {
  color: #fff;
  letter-spacing: -.03em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 5rem;
  font-weight: 400;
  line-height: 130px;
  text-decoration: none;
  transition: color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link:hover {
  opacity: 1;
  color: var(--pink);
}

.menu {
  z-index: 9;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-project-thumb-overlay {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-inner-wrapper {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: stretch;
  min-height: 85vh;
  display: flex;
  position: static;
}

.navigation-bar {
  position: absolute;
  inset: 0% 0% auto;
}

.footer-side {
  border-right: 1px solid #292929;
  padding-right: 32px;
}

.success-message {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto auto 10px;
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.footer-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.footer-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-legal-wrap {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  color: #666;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.error-message {
  color: #8f2400;
  background-color: #ffd1c2;
  border-radius: 10px;
}

.footer-form-block {
  width: 100%;
  margin-bottom: 0;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
}

.label-regular.text-white {
  color: #fff;
}

.wrap-v-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-field-dark {
  border: .5px solid var(--white);
  background-color: #0000;
  border-radius: 10px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
}

.text-field-dark:focus {
  border-color: #ff4b0f;
}

.footer-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-logo {
  max-width: 180px;
}

.form-input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-links-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-submit-button {
  background-color: var(--pink);
  box-shadow: inset 1px 1px .25px 0 #ffffff1f, inset -1px 1px .25px 0 #ffffff1f, 0 0 0 1px var(--pink), 0 1px 2px 0 #fac3ff69;
  color: var(--black);
  text-align: center;
  background-image: linear-gradient(#ffffff3d, #0000 50%);
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.footer-legal-link {
  color: #b6b6b6;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link:hover {
  opacity: .74;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #b6b6b6;
  align-items: center;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .35s, color .35s;
  display: flex;
}

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

.footer-link.dos {
  align-items: flex-start;
  margin-top: -6px;
  line-height: 38px;
}

.footer-legal-links {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  align-items: center;
  display: flex;
}

.footer-side-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 108px;
  display: flex;
}

.sub-heading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.sub-heading-small.text-white {
  color: #fff;
}

.vertical-accordion-image-overlay {
  z-index: 4;
  background-image: linear-gradient(#0000, #0000);
  position: absolute;
  inset: 0%;
}

.nav-right-block {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-link {
  color: var(--white);
  text-decoration: none;
}

.admin-content-wrapper {
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
}

.admin-info-wrapper {
  border: 1px solid #d3d3d3;
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.admin-divider {
  background-color: #c4c4c4;
  width: 100%;
  height: .0625rem;
}

.admin-sub-page-h2-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5.5rem;
}

.admin-sub-page-h2-heading.admin {
  font-size: 2.5rem;
  line-height: 1.1;
}

.admin-content-image._100-width-height {
  width: 100%;
  height: 100%;
}

.admin-content-image._100-width-height.cover {
  object-fit: cover;
}

.licenses-link-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.licenses-link-container.fonts {
  flex-flow: column;
}

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

.admin-text-link:hover {
  color: #f54f95;
}

.admin-text-link.pink {
  color: var(--pink);
  transition-property: color;
}

.admin-text-link.pink:hover {
  opacity: 1;
  color: #fff;
}

.admin-text-block {
  color: #2c1457;
  line-height: 145%;
}

.general-image-wrapper.license {
  border-radius: 11px;
  width: 115px;
  height: 115px;
  overflow: hidden;
}

.license-images-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 41px;
  display: flex;
}

.license-images-container.invert {
  filter: invert();
}

.utility-page-wrap {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 2rem;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-field-label {
  text-align: left;
}

.text-field {
  border-radius: 9px;
  height: 3.5rem;
}

.password-form {
  min-width: 25rem;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.main-button {
  color: #fff;
  text-align: center;
  background-color: #ff3420;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .7rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.main-button.white {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  color: #000;
  background-color: #fff;
  border-radius: 7px;
}

.lottie-animation.pulse {
  width: 70px;
  height: 70px;
  position: absolute;
  inset: -18% -7% auto auto;
}

.avatar-support-content-wrap {
  grid-column-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wipe-reveal-animation {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.background-overlay-reveal {
  z-index: 9;
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-01-intro-grid {
  color: var(--white);
  grid-template-rows: auto;
}

.about-us-split-paragraph._40rem {
  max-width: 40rem;
}

.about-us-split-paragraph._40rem.home {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 49px;
}

.logo-image {
  width: 100%;
  height: 100%;
}

.pink-button {
  border: 1px solid var(--pink);
  background-color: var(--pink);
  color: var(--black);
  border-radius: 8px;
  margin-top: 0;
  padding: 1rem 1.8rem;
  transition: color .3s, background-color .3s;
}

.pink-button:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.pink-button.margin-top {
  margin-top: 25px;
}

.background-overlay-reveal-02 {
  opacity: 0;
  height: 100%;
}

.background-overlay-reveal-02.black {
  z-index: 2;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.error-message-2 {
  color: #000;
  text-align: center;
  background-color: #ff8383;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-personal-details-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
}

.text-box-2._550px {
  max-width: 550px;
}

.form-field-heading {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1em;
}

.form-text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  transition: border-color .225s;
}

.form-text-field:focus {
  border: 2px solid #fff;
}

.form-text-field::placeholder {
  color: var(--white);
}

.success-message-wrapper {
  background-color: var(--pink);
  color: var(--black);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 57px;
}

.checkbox {
  border: 1px solid var(--white);
  cursor: pointer;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .325s;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:hover {
  color: var(--black);
}

.checkbox.w--redirected-checked {
  background-color: var(--black);
  background-image: none;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #929292;
}

.section-2 {
  min-height: 100%;
  position: relative;
}

.above-footer-cta-container {
  max-width: 100%;
  min-height: 100%;
}

.success-message-text {
  font-size: 18px;
  line-height: 1.3em;
}

.form-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.cta-form-grid {
  grid-template-rows: auto;
}

.form-row-wrap {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.success-message-container {
  background-color: #ddd0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}

.container-2 {
  max-width: 1100px;
  min-height: 100%;
  padding: 40px;
}

.check-box-text {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 24px;
  display: flex;
  position: relative;
}

.check-box-text:active {
  background-color: #8b54c21a;
  border-color: #8b54c2;
}

.checkbox-field {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 11px 32px;
  transition: opacity .2s;
  position: relative;
}

.checkbox-field:hover {
  opacity: .88;
}

.background-image-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.background-image-wrapper.footer-cta {
  color: var(--white);
  background-color: #252525;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
  flex: none;
  height: 44px;
  margin-bottom: 8px;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: color .325s, background-color .325s;
}

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

.button-2:active {
  background-color: #004e77;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button-2.form-submit {
  background-color: #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 35px;
  padding-left: 46px;
  padding-right: 46px;
  font-weight: 400;
  display: flex;
}

.button-2.form-submit:hover {
  background-color: #fff;
}

.h2-heading-2 {
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1em;
}

.nav-secondary_links {
  color: #fbf9fc;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-left: -1rem;
}

.icon-svg {
  width: 100%;
  height: 100%;
}

.nav-secondary_link {
  margin-bottom: 0;
}

.main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.nav-secondary_content {
  z-index: 1000;
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-secondary_nav-link {
  color: #fbf9fc;
  border-radius: 1rem;
  padding: .25rem 1rem;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.nav-secondary_nav-link:hover {
  opacity: 1;
  background-color: #2e2c30;
}

.nav-secondary_social-links {
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.nav-secondary_social-link {
  color: #fbf9fc80;
  font-size: 1.25rem;
  display: inline-block;
}

.section-tip {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.nav-secondary_menu-button {
  z-index: 4;
  clear: none;
  grid-column-gap: .5rem;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  background-color: #ffffffb3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: transform .185s;
  display: flex;
  position: fixed;
  inset: 3.5rem 3.5rem auto auto;
}

.nav-secondary_menu-button:hover {
  transform: scale(1.03);
}

.icon-3rem {
  width: 3rem;
  height: 3rem;
}

.nav-secondary_menu {
  opacity: 0;
  background-color: #161616;
  border-radius: 2.75rem;
  width: auto;
  min-width: 24rem;
  padding: 2rem 3rem;
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
}

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

@media screen and (min-width: 1280px) {
  .hero-content-container {
    max-width: 75%;
  }
}

@media screen and (min-width: 1440px) {
  .h1-heading {
    font-size: 5rem;
  }

  .h1-heading.home.tablet {
    left: 99px;
  }

  .text-box.home-intro {
    max-width: 85%;
  }

  .text-box.cta-title {
    max-width: 80%;
  }

  .container {
    max-width: 87.5rem;
  }

  .image-wrapper.home-hero-middle-pattern {
    height: 180%;
    top: -59%;
  }

  .hero-content-container {
    max-width: 82%;
  }

  .pink-button-container {
    font-size: 1.2rem;
  }

  .h2-heading.intro {
    font-size: 5rem;
  }

  .h2-heading.two-column-size.bottom-cta-title {
    font-size: 4.5rem;
  }

  .column.intro-images {
    margin-top: 19.7rem;
    margin-left: -99px;
  }

  .image-block.intro {
    min-width: 12rem;
    max-width: 12rem;
  }

  .image-block.intro._03 {
    top: -142px;
  }

  .cards-wrapper {
    height: 45rem;
  }

  .content-wrapper.review-section {
    padding-top: 34%;
    padding-bottom: 39%;
  }

  .admin-sub-page-h2-heading {
    font-size: 5.5rem;
  }

  .container-2 {
    flex: 1;
    max-width: 1300px;
  }
}

@media screen and (min-width: 1920px) {
  .h1-heading {
    font-size: 6rem;
  }

  .h1-heading.home.tablet {
    left: 154px;
  }

  .text-box.cta-top {
    max-width: 30%;
  }

  .container {
    max-width: 110rem;
  }

  .container.services {
    padding-top: 1rem;
  }

  .image-wrapper.gradient-tooth {
    min-width: 23rem;
    max-width: 23rem;
  }

  .image-wrapper.home-hero-middle-pattern {
    opacity: .17;
    width: 255%;
    height: 225%;
    top: -80%;
    left: -80%;
  }

  .image-wrapper.dentist-tool {
    max-width: 24rem;
  }

  .image-wrapper.teeth {
    max-width: 23rem;
  }

  .image-wrapper.service-box-image.glass-tooth {
    min-width: 10rem;
  }

  .image-wrapper.service-box-image.retainer {
    min-width: 16rem;
    max-width: 16rem;
  }

  .image-wrapper.service-box-image.glass-tool {
    min-width: 10rem;
  }

  .image-wrapper.about-01-intro {
    height: 65rem;
  }

  .hero-content-container {
    max-width: 68%;
  }

  .h2-heading {
    font-size: 9.3rem;
  }

  .h2-heading.two-column-size.bottom-cta-title {
    font-size: 6rem;
  }

  .grid-block {
    width: 100%;
  }

  .column.intro-images {
    min-width: 125%;
    margin-top: 25.9rem;
    margin-left: -217px;
    padding-bottom: 7.4rem;
  }

  .image-block.intro {
    min-width: 16rem;
    max-width: 16rem;
  }

  .image-block.intro._01 {
    top: 59px;
  }

  .image-block.intro._02 {
    top: -115px;
  }

  .image-block.intro._03 {
    top: -220px;
  }

  .image-block.intro._04 {
    top: -115px;
  }

  .image-block.intro._05, .image-block.intro._01-mobile {
    top: 59px;
  }

  .service-box-container {
    min-height: 35rem;
  }

  .h3-heading.about-us-sub {
    max-width: 70%;
    font-size: 3rem;
  }

  .review-box-container {
    left: auto;
  }

  .review-box-container._04 {
    right: auto;
  }

  .review-box-container._06 {
    display: block;
    inset: auto 8% 4% auto;
  }

  .review-box-container._07 {
    display: block;
    inset: 0% auto auto 12%;
  }

  .content-wrapper.review-section {
    padding-top: 31%;
    padding-bottom: 33%;
  }

  .header-navigation-container {
    height: 10svh;
  }

  .menu-inner-wrapper {
    min-height: 90vh;
  }

  .admin-sub-page-h2-heading {
    font-size: 6.5rem;
  }

  .about-01-intro-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .h1-heading.home.tablet {
    display: block;
    left: 0;
  }

  .h1-heading._404 {
    font-size: 35svw;
  }

  .text-box.home-hero-bottom {
    min-width: 100%;
    max-width: 100%;
    top: 46px;
  }

  .text-box.home-hero-bottom.desktop {
    display: none;
  }

  .text-box.home-hero-bottom.tablet {
    min-width: 60%;
    max-width: 60%;
    display: block;
  }

  .text-box.service-card-bottom {
    text-align: left;
    margin-left: 0;
  }

  .text-box._33rem._24rem-tablet {
    max-width: 24rem;
  }

  .text-box._27rem.min-27rem {
    overflow-wrap: normal;
  }

  .text-box.accordion-content-text-box {
    z-index: 99;
  }

  .text-box.cta-top {
    max-width: 100%;
  }

  .container {
    max-width: 100%;
    padding-bottom: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.admin-sub-hero {
    padding-top: 9.9rem;
  }

  .container.home-hero {
    height: auto;
    padding-top: 31%;
    padding-bottom: 16%;
  }

  .container.home-intro {
    padding-top: 8.9rem;
  }

  .container.no-bottom-padding {
    padding-top: 2.2rem;
  }

  .container.reviews {
    padding-top: 11.9rem;
  }

  .container.cta-bottom {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .content-block.grow {
    display: none;
  }

  .image-wrapper.gradient-tooth {
    min-width: 15rem;
    max-width: 15rem;
    top: -22px;
    left: 19px;
  }

  .image-wrapper.home-hero-middle-pattern {
    background-size: contain;
    width: 200%;
    top: -52%;
    left: -46%;
  }

  .image-wrapper.hero-small-graphic._01 {
    top: 5%;
    right: 4%;
  }

  .image-wrapper.hero-small-graphic._02 {
    bottom: 26%;
    left: -10%;
  }

  .image-wrapper.teeth {
    bottom: 39%;
    right: -7%;
  }

  .image-wrapper.service-box-image.glass-tooth {
    min-width: 6rem;
    max-width: 6rem;
    position: absolute;
    inset: 15% 5% auto auto;
  }

  .image-wrapper.service-box-image.retainer {
    min-width: 9rem;
    max-width: 9rem;
    position: absolute;
    top: 22%;
    right: 3%;
  }

  .image-wrapper.service-box-image.glass-tool {
    min-width: 6rem;
    max-width: 6rem;
    position: absolute;
    inset: 15% 5% auto auto;
  }

  .content-image._100-width-height.homepage-01-intro-about-us {
    padding-right: 0;
  }

  .hero-content-wrapper {
    flex-flow: column;
  }

  .h2-heading {
    font-size: 5rem;
  }

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

  .heading-grid.white, .heading-grid.white.center-aligned {
    display: block;
  }

  .grid-block.auto-right-mobile.auto-tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.accordion-sub-paragraph {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .column.intro-images {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
    margin-left: -169px;
  }

  .service-box-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    min-height: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .service-box-container.empty {
    max-width: 100%;
    margin-top: 36px;
    display: none;
  }

  .svg-wrapper.flip-cards-icon {
    display: none;
    position: absolute;
    inset: 5% 2% auto auto;
  }

  .h3-heading.service-card-title {
    text-align: left;
  }

  .h3-heading.about-us-sub {
    font-size: 2rem;
  }

  .service-boxes-grid {
    flex-flow: column-reverse;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .svg.flip-cards-icon {
    max-width: 5rem;
  }

  .two-column-heading-grid.white.center-aligned-tablet {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .card-content {
    height: 0%;
    padding: 0 0 82%;
  }

  .card-content.bottom {
    border: 1px solid #313131;
    border-radius: 0 0 19px 19px;
    align-items: flex-start;
    padding: 1.9rem 1.25rem 2.8rem;
    overflow: hidden;
  }

  .card-content.bottom.no-border {
    border-style: none;
  }

  .card-snap-content {
    width: 90%;
  }

  .scroll-card-half.right {
    display: none;
  }

  .scroll-card-half.left {
    grid-row-gap: 2.5rem;
    width: 100%;
  }

  .card-image-wrapper-tablet-mobile {
    display: block;
  }

  .cards-wrapper {
    border-style: none;
    flex-direction: column;
    flex: none;
    height: auto;
    overflow: visible;
  }

  .sticky-viewbox-wrapper {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .steps-scroll-cards {
    height: auto;
    margin-top: 6rem;
  }

  .sticky-cards-text-box-bottom {
    margin-bottom: 1rem;
  }

  .card-slide {
    border-radius: .7rem;
  }

  .card-slide.color-02, .card-slide.color-01 {
    flex-direction: column;
  }

  .accordion-image-cover {
    object-position: 50% 50%;
  }

  .accordion-container {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    height: auto;
  }

  .accordion-image-container {
    height: 100%;
    position: static;
  }

  .grow-spacer {
    display: none;
  }

  .accordion-label-title {
    font-size: 3rem;
  }

  .vertical-text-block {
    transform: none;
  }

  .accordion-wrapper {
    background-color: #29292900;
    border: 1px solid #333;
    border-radius: 18px;
    width: 100%;
    height: 35rem;
    overflow: hidden;
  }

  .accordion-wrapper.active {
    width: 100%;
  }

  .accordion-header {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
    display: none;
  }

  .review-box-container {
    max-width: 25rem;
    height: 15rem;
    top: -5%;
    left: -1%;
  }

  .review-box-container._02 {
    max-width: 14rem;
    height: 24rem;
    top: -13%;
    right: 4%;
  }

  .review-box-container._03 {
    bottom: -15%;
    left: -1%;
  }

  .review-box-container._04 {
    bottom: -3%;
    right: 1%;
  }

  .review-box-container._06 {
    display: none;
  }

  .review-text {
    font-size: 1rem;
  }

  .reviewer-name {
    font-size: 1.2em;
  }

  .content-wrapper.review-section {
    padding-top: 51%;
    padding-bottom: 53%;
  }

  .menu-copyright-text {
    margin-bottom: 6px;
  }

  .menu-project-details {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .header-navigation-container {
    height: 10svh;
  }

  .menu-link {
    font-size: 4.3rem;
  }

  .menu-inner-wrapper {
    min-height: 90vh;
  }

  .footer-side {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .footer-grid-large {
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-links-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-legal-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .admin-content-wrapper {
    padding-top: 3.1rem;
  }

  .admin-info-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .admin-sub-page-h2-heading {
    font-size: 5rem;
  }

  .about-us-split-paragraph._40rem.home {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-direction: column;
    margin-top: 25px;
  }

  .cta-form-grid {
    grid-template-columns: 1fr;
  }

  .button-2 {
    position: relative;
  }

  .h2-heading-2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading.admin {
    font-size: 6rem;
  }

  .h1-heading.home.tablet {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .h1-heading._404 {
    font-size: 45svw;
  }

  .h1-heading.password {
    font-size: 4rem;
  }

  .text-box.home-hero-bottom.tablet {
    min-width: 80%;
    max-width: 80%;
    top: 74px;
  }

  .text-box._33rem._25rem-mobile, .text-box._33rem.mobile-padding-centered {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .text-box.accordion-title-wrapper, .text-box._27rem.min-27rem {
    min-width: auto;
  }

  .text-box.cta-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-box.about-us-h2 {
    position: static;
  }

  .text-box.hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .spacer {
    height: 32px;
  }

  .container {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.admin-sub-hero {
    padding-top: 9.1rem;
    padding-bottom: 5.7rem;
  }

  .container.admin-sub-hero.style {
    padding-top: 8.4rem;
    padding-bottom: 7rem;
  }

  .container.style-guide {
    padding-bottom: 4.9rem;
  }

  .container.home-hero {
    height: auto;
    margin-top: 0%;
    padding-top: 20%;
    padding-bottom: 21%;
  }

  .container.services {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .container.sticky-cards {
    padding-bottom: 3.5rem;
  }

  .container.about-us {
    padding-top: 12.6rem;
    padding-bottom: 7.9rem;
  }

  .image-wrapper.gradient-tooth {
    min-width: 11rem;
    max-width: 11rem;
  }

  .image-wrapper.home-hero-middle-pattern {
    width: 300%;
    height: 245%;
    top: -73%;
    left: -99%;
  }

  .image-wrapper.hero-small-graphic._01 {
    max-width: 4rem;
    right: 2%;
  }

  .image-wrapper.hero-small-graphic._02 {
    max-width: 4rem;
    bottom: 54%;
    left: 9%;
  }

  .image-wrapper.dentist-tool {
    max-width: 10rem;
  }

  .image-wrapper.teeth {
    max-width: 10rem;
    bottom: 46%;
  }

  .image-wrapper.cta-avatar {
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper.about-01-intro {
    height: 55rem;
    padding-right: 19px;
  }

  .hero-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-content-container {
    max-width: 100%;
  }

  .h2-heading {
    font-size: 4.5rem;
  }

  .heading-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .heading-grid.white {
    display: flex;
  }

  .button-link-block {
    width: 8rem;
    height: 3.2rem;
  }

  .grid-block.auto-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .column.intro-images {
    margin-left: -277px;
    padding-bottom: 0;
  }

  .service-boxes-grid {
    max-width: 95%;
    margin-top: 4.1rem;
  }

  .accordion-container.fade-up-animation-box {
    margin-top: 5.1rem;
  }

  .accordion-label-title {
    font-size: 3rem;
  }

  .review-box-container {
    flex-flow: column;
    max-width: 14rem;
    height: 24rem;
    top: -17%;
    left: 2%;
  }

  .review-box-container._02 {
    top: -9%;
  }

  .content-wrapper.review-section {
    padding-top: 69%;
    padding-bottom: 81%;
  }

  .menu-block-right {
    width: 100%;
  }

  .menu-project-video-wrapper {
    display: none;
  }

  .menu-block-left {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    border-top: 1px solid #ffffff1a;
    border-right-style: none;
    width: 100%;
    margin-top: 33px;
    padding-bottom: 0;
  }

  .brand-logo-link-block {
    min-width: 8rem;
    max-width: 8rem;
  }

  .menu-link {
    padding-right: 0;
    font-size: 5rem;
  }

  .menu-inner-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-side {
    border-bottom: 1px solid #292929;
    border-right-style: none;
    padding-right: 0;
  }

  .footer-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .footer-links-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-side-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

  .admin-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .admin-sub-page-h2-heading {
    font-size: 5rem;
  }

  .license-images-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .avatar-support-content-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .about-01-intro-grid {
    flex-flow: column;
    display: flex;
  }

  .container-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    width: 100%;
    display: block;
  }

  .nav-secondary_content {
    inset: auto 0% 0%;
  }

  .section-tip {
    align-items: center;
    position: relative;
  }

  .nav-secondary_menu-button {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: auto 0 1rem;
  }

  .nav-secondary_menu {
    z-index: 3;
    min-width: 0;
    padding-bottom: 6rem;
    position: fixed;
    inset: auto 0% 120px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-h2 {
    font-size: 42px;
  }

  .h1-heading.admin {
    font-size: 3.5rem;
  }

  .h1-heading.home.tablet {
    margin-bottom: 1rem;
    font-size: 15svw;
    line-height: 1;
  }

  .h1-heading._404 {
    font-size: 50svw;
  }

  .text-box {
    grid-template-columns: 1fr 1fr;
  }

  .text-box.home-hero-bottom.tablet {
    min-width: 100%;
    max-width: 100%;
    top: 89px;
  }

  .text-box.home-intro {
    text-align: left;
  }

  .text-box.service-card-top {
    max-width: 55%;
  }

  .text-box.accordion-content-text-box {
    max-width: 85%;
    inset: auto auto 1rem 1rem;
  }

  .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.admin-sub-hero {
    padding-top: 8.5rem;
    padding-bottom: 3.2rem;
  }

  .container.admin-sub-hero.style {
    padding-top: 8.2rem;
    padding-bottom: 5rem;
  }

  .container.style-guide {
    padding-top: 4.4rem;
  }

  .container.home-hero {
    padding-top: 43%;
    padding-bottom: 47%;
  }

  .container.home-intro {
    padding-top: 4rem;
  }

  .container.services {
    padding-top: 0;
  }

  .container.sticky-cards {
    padding-bottom: 1.6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container.reviews {
    padding-top: .6rem;
    padding-bottom: 2.6rem;
  }

  .container.about-us {
    padding-top: 3.6rem;
  }

  .text-box-container.cta {
    width: 100%;
  }

  .image-wrapper.gradient-tooth {
    min-width: 10rem;
    max-width: 10rem;
  }

  .image-wrapper.hero-small-graphic {
    max-width: 3rem;
  }

  .image-wrapper.hero-small-graphic._01 {
    max-width: 3rem;
    top: -12%;
    right: 2%;
  }

  .image-wrapper.hero-small-graphic._02 {
    max-width: 3rem;
    inset: 14% auto auto 2%;
  }

  .image-wrapper.dentist-tool {
    max-width: 6rem;
    top: 41%;
  }

  .image-wrapper.teeth {
    max-width: 6rem;
    right: 6%;
  }

  .image-wrapper.service-box-image.glass-tooth {
    min-width: 3rem;
    max-width: 3rem;
    top: 4%;
  }

  .image-wrapper.service-box-image.retainer {
    min-width: 5rem;
    max-width: 5rem;
    top: 4%;
  }

  .image-wrapper.service-box-image.glass-tool {
    min-width: 6rem;
    max-width: 6rem;
    top: 4%;
  }

  .image-wrapper.about-01-intro {
    height: 30rem;
    padding-right: 0;
  }

  .hero-content-container {
    max-width: 100%;
  }

  .h2-heading {
    font-size: 3.5rem;
    line-height: 1;
  }

  .h2-heading.intro {
    text-align: center;
    font-size: 2.1rem;
  }

  .h2-heading.medium {
    font-size: 3.5rem;
  }

  .h2-heading.two-column-size {
    font-size: 3.3rem;
  }

  .h2-heading.two-column-size.bottom-cta-title {
    font-size: 2.7rem;
  }

  .h2-heading.less-line-height {
    font-size: 2.5rem;
  }

  .h2-heading.bottom-cta-heading {
    font-size: 3.2rem;
  }

  .heading-grid.white {
    justify-content: center;
  }

  .grid-block.auto-mobile {
    flex: 0 auto;
  }

  .grid-block.auto-right-mobile {
    margin-right: auto;
  }

  .grid-block.about-01-overlapped-section {
    padding-top: 4px;
  }

  .column.intro-images {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    min-width: 115%;
    max-width: 115%;
    margin-top: 3.9rem;
    margin-bottom: 3.5rem;
    margin-left: -8%;
  }

  .image-block.intro._01 {
    min-width: 100%;
    max-width: 100%;
    display: none;
    top: 0;
    transform: none;
  }

  .image-block.intro._02, .image-block.intro._03, .image-block.intro._04, .image-block.intro._05 {
    display: none;
  }

  .image-block.intro._01-mobile {
    min-width: 100%;
    max-width: 100%;
    display: block;
    top: 0;
    transform: none;
  }

  .service-box-container {
    padding-top: 1.2rem;
  }

  .svg-wrapper.services.empty-box {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .svg-plus.black {
    width: 1rem;
    min-width: 1rem;
    max-width: 1rem;
    height: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .h3-heading.service-card-title {
    margin-bottom: 2.3rem;
    font-size: 1.3rem;
  }

  .h3-heading.about-us-sub {
    font-size: 1.7rem;
  }

  .svg.flip-cards-icon {
    max-width: 3.5rem;
  }

  .two-column-heading-grid.white {
    flex-flow: column;
    grid-template-columns: 2fr 2.5fr;
    display: flex;
  }

  .card-content {
    padding-bottom: 103%;
  }

  .card-content.bottom {
    padding: 1rem;
  }

  .card-snap-content {
    width: 100%;
  }

  .snap-card-title {
    font-size: 2rem;
  }

  .accordion-container {
    margin-top: 5.7rem;
  }

  .accordion-label-title {
    font-size: 2.3rem;
  }

  .accordion-wrapper {
    height: 26rem;
  }

  .accordion-background-overlay {
    background-image: linear-gradient(#0000 31%, #00000069);
  }

  .review-box-container {
    max-width: 100%;
    margin-top: 1rem;
    position: static;
  }

  .review-box-container._02 {
    max-width: 100%;
    position: static;
  }

  .review-box-container._03 {
    max-width: 100%;
    margin-top: 5rem;
    position: static;
  }

  .review-text {
    line-height: 1.2;
  }

  .content-wrapper.review-section {
    flex-flow: column;
    padding-top: 2%;
    padding-bottom: 0%;
  }

  .menu-block-right {
    padding-top: 17px;
    padding-bottom: 25px;
  }

  .menu-block-left {
    margin-top: 0;
  }

  .menu-link-text {
    font-size: 2rem;
  }

  .header-navigation-container {
    height: 8svh;
  }

  .menu-open-link {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 1rem;
  }

  .menu-link {
    letter-spacing: -.01em;
  }

  .menu-inner-wrapper {
    min-height: 92vh;
  }

  .footer-links-grid {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-category {
    padding-top: 30px;
  }

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .nav-menu-link {
    display: none;
  }

  .admin-content-wrapper {
    padding-bottom: 3.1rem;
  }

  .admin-info-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .admin-sub-page-h2-heading {
    font-size: 3.5rem;
  }

  .admin-sub-page-h2-heading.admin {
    font-size: 1.8rem;
  }

  .licenses-link-container {
    flex-direction: column;
  }

  .general-image-wrapper.license {
    width: 90px;
    height: 90px;
  }

  .license-images-container {
    grid-column-gap: 19px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .utility-page-wrap {
    padding: 1rem;
  }

  .password-form {
    width: 90%;
    min-width: auto;
    max-width: 100%;
  }

  .avatar-support-content-wrap {
    width: auto;
  }

  .about-01-intro-grid {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
  }

  .about-us-split-paragraph._40rem.home {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    margin-top: 30px;
  }

  .form-personal-details-grid {
    grid-template-columns: 1fr;
  }

  .success-message-wrapper {
    max-width: 100%;
  }

  .cta-form-grid {
    flex-flow: column;
    display: flex;
  }

  .form-row-wrap {
    margin-bottom: 0;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkbox-field {
    width: 100%;
    margin-bottom: 12px;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
  }

  .h2-heading-2 {
    font-size: 35px;
  }

  .main-wrapper {
    grid-template-columns: auto;
  }

  .nav-secondary_content {
    justify-content: flex-start;
    position: absolute;
  }

  .nav-secondary_nav-link {
    font-size: 1.5rem;
  }

  .nav-secondary_social-link {
    font-size: 1rem;
  }

  .nav-secondary_menu-button {
    z-index: 9999;
  }
}

#w-node-_261ad9a8-5cdc-049d-7085-c4bf486bf3af-b9864f35 {
  align-self: center;
}

#w-node-_6f06e349-3bc3-dd9e-cfb3-dac0ac3ac0e2-b9864f35 {
  place-self: center;
}

#w-node-_617ca1a6-4dfd-92e3-daf3-a7b08a116bad-b9864f35 {
  grid-area: 1 / 3 / 2 / 12;
}

#w-node-_9599532c-f913-fb85-77e2-720c7b17b07f-b9864f35 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6ee4143e-369c-73f8-b23c-597422238324-b9864f35 {
  grid-area: 4 / 1 / 8 / 5;
}

#w-node-_6ee4143e-369c-73f8-b23c-59742223832c-b9864f35 {
  grid-area: 2 / 5 / 6 / 9;
}

#w-node-_6ee4143e-369c-73f8-b23c-597422238338-b9864f35 {
  grid-area: 3 / 9 / 7 / 13;
}

#w-node-_6ee4143e-369c-73f8-b23c-597422238344-b9864f35 {
  grid-area: 7 / 9 / 11 / 13;
}

#w-node-_6ee4143e-369c-73f8-b23c-597422238350-b9864f35 {
  grid-area: 6 / 5 / 10 / 9;
}

#w-node-dd58dc7c-25db-f9e7-0e08-a4ab6c4fec3a-b9864f35 {
  place-self: end;
}

#w-node-e020e6ea-90d7-5dee-968c-419b18e0fc0d-b9864f35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e020e6ea-90d7-5dee-968c-419b18e0fc16-b9864f35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7a7762b3-67cd-9a02-586d-381ab30badc6-b9864f35 {
  grid-area: 1 / 1 / 2 / 14;
}

#w-node-c7326bed-a5e6-808b-6174-fee8144288ee-b9864f35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7326bed-a5e6-808b-6174-fee8144288f3-b9864f35, #w-node-_38772096-311e-409f-2eae-5fb7f51f93d1-f51f93cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38772096-311e-409f-2eae-5fb7f51f93e6-f51f93cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_617ca1a6-4dfd-92e3-daf3-a7b08a116bad-b9864f35, #w-node-_9599532c-f913-fb85-77e2-720c7b17b07f-b9864f35 {
    grid-area: 1 / 4 / 2 / 11;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_617ca1a6-4dfd-92e3-daf3-a7b08a116bad-b9864f35 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_9599532c-f913-fb85-77e2-720c7b17b07f-b9864f35 {
    grid-area: 1 / 4 / 2 / 11;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_617ca1a6-4dfd-92e3-daf3-a7b08a116bad-b9864f35, #w-node-_9599532c-f913-fb85-77e2-720c7b17b07f-b9864f35, #w-node-dd58dc7c-25db-f9e7-0e08-a4ab6c4fec33-b9864f35 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: center;
  }

  #w-node-dd58dc7c-25db-f9e7-0e08-a4ab6c4fec3a-b9864f35 {
    grid-area: 2 / 4 / 3 / 6;
    place-self: end;
  }

  #w-node-_7a7762b3-67cd-9a02-586d-381ab30badc6-b9864f35 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd58dc7c-25db-f9e7-0e08-a4ab6c4fec33-b9864f35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }
}


@font-face {
  font-family: 'PT Serif';
  src: url('../fonts/PTSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PT Serif';
  src: url('../fonts/PTSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velasans Gx';
  src: url('../fonts/VelaSans-GX.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}