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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-no-shadow-container.header-section {
  background-color: #f5f5f5;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  max-width: 283px;
}

.nav-menu-wrapper {
  background-color: #fff;
  padding: 10px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.header-call-btn {
  letter-spacing: 0;
  text-transform: none;
  background-color: #4e4c4c;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.button-primary.header-book-app-btn {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #f6d700;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.button-primary.hero-action-btn {
  letter-spacing: 0;
  background-color: #4e4c4c;
  background-image: url('../images/call-w-2.svg');
  background-position: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  font-size: 18px;
}

.button-primary.card-action-btn {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #f6d700;
  font-size: 18px;
}

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

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.main-hero {
  background-color: #f5f5f5;
  padding-top: 65px;
  padding-bottom: 60px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.right-align {
  margin-right: 10px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.hero-video-col {
  width: 46%;
  position: relative;
  overflow: hidden;
}

.hero-split.hero-left-col {
  padding-top: 40px;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5em;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-green-title {
  color: #00763d;
  font-size: 14px;
  line-height: 1.5em;
}

.hero-green-title.green-large {
  font-size: 38px;
}

.center-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.center-title.mb-40 {
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  text-align: center;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 40px;
  box-shadow: 0 4px 50px #00763d26;
}

.card-picture {
  border-radius: 10px;
}

.card-content-block {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.our-strengths-section {
  padding-top: 40px;
  padding-bottom: 50px;
}

.normal-text {
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-grid.contact-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr;
  display: block;
}

.contact-lable {
  color: #1e1e1e;
  font-size: 16px;
}

.error-message {
  color: #f08;
  text-align: center;
  background-color: #fef1f1;
  border-radius: 12px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
}

.success-message {
  color: #faf9fc;
  text-align: center;
  background-color: #1a7ba8;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.input-wrapper.contact-input {
  margin-bottom: 20px;
  position: relative;
}

.input {
  color: #1a7ba8;
  background-color: #fff;
  border: 1px solid #efeef6;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 1em;
  transition: color .35s, border-width .35s, border-color .35s;
  box-shadow: 0 4px 10px #11044905;
}

.input:hover {
  border-color: #1a7ba8;
  box-shadow: 0 4px 12px #5e3bf517;
}

.input:focus {
  color: #1a7ba8;
  border-width: 1.5px;
  border-color: #1a7ba8;
  box-shadow: 0 4px 12px #5e3bf517;
}

.input::placeholder {
  color: #1e1e1e;
}

.input.input-contact {
  color: #000;
  border-color: silver;
}

.input.input-contact:focus {
  outline-offset: 0px;
  border-width: 1.5px;
  outline-width: 0;
}

.input.input-contact.input-hero {
  background-color: #f5f5f5;
  border-color: #00000080;
  border-radius: 6px;
}

.input-wrapper-2 {
  position: relative;
}

.input-wrapper-2.custom-radio-btn {
  margin-bottom: 30px;
}

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

.contact-form-block.hero-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-area {
  color: #1a7ba8;
  background-color: #fff;
  border: 1px solid #efeef6;
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  min-height: 147px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 22px 18px;
  font-size: 16px;
  transition: color .35s, border-width .35s, border-color .35s;
  box-shadow: 0 4px 10px #11044905;
}

.text-area:hover {
  border-color: #1a7ba8;
  box-shadow: 0 4px 12px #5e3bf517;
}

.text-area:focus {
  color: #1a7ba8;
  border-width: 1.5px;
  border-color: #1a7ba8;
  box-shadow: 0 4px 12px #5e3bf517;
}

.text-area::placeholder {
  color: #1e1e1e;
}

.text-area.input-contact {
  border-color: silver;
}

.input-2 {
  color: #1e1e1e;
  background-color: #fff;
  border: 1px solid #fff9ec;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 5px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
  line-height: 1em;
  transition: color .35s, border-width .35s, border-color .35s;
  overflow: clip;
  box-shadow: 0 4px 10px #11044905;
}

.input-2:hover {
  color: #1e1e1e;
  border-color: #1a7ba8;
  box-shadow: 0 4px 12px #f5ba3b17;
}

.input-2:focus {
  color: #d8b149;
  border-width: 1.5px;
  border-color: #d8b149;
  box-shadow: 0 4px 12px #5e3bf517;
}

.input-2::placeholder {
  color: #241f14;
}

.field-label {
  font-family: Montserrat, sans-serif;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1a7ba8;
  border-radius: 12px;
  padding: 24px 32px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 0 #4a3aff1f;
}

.button-primary-3:hover {
  box-shadow: none;
  color: #fff;
  transform: none;
}

.button-primary-3.submit-now {
  color: #000;
  text-transform: uppercase;
  background-color: #abcf37;
  border-radius: 100px;
  padding: 15px 40px;
  font-weight: 500;
}

.hero-rating-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 15px;
  display: flex;
}

.rating-img-round {
  border-radius: 100px;
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
}

.hero-smile-text {
  padding-top: 10px;
  font-size: 18px;
}

.brix---link-icon-left {
  opacity: 1;
  margin-left: 5px;
  margin-right: 0;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 40px;
  grid-template-columns: minmax(196px, .5fr) 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-bottom: 0;
  display: flex;
}

.grid-2-columns.suprises-pages-left.our-dentist-section {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-2-columns.suprises-pages-left.our-dentist-section.slide-to-top-0-2s {
  justify-content: space-between;
  align-items: center;
}

.container-default {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.pd-120px {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.pd-120px.bg-neutral-200.darke-blue {
  background-color: #0b304f;
}

.section.pd-120px.bg-neutral-200.darke-blue.hmabout-section {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.pd-120px.bg-neutral-200.darke-blue.hmabout-section.white-bg {
  background-color: #fff;
}

.brix---link-wrapper {
  color: #005b8f;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #0b304f;
}

.brix---link-wrapper.readmore-white {
  color: #fff;
  text-align: center;
  background-color: #f1faff;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 10px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.mg-bottom-40px {
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.mg-bottom-40px.white-text {
  color: #fff;
  margin-bottom: 0;
  line-height: 28px;
}

.mg-bottom-40px.white-text.slide-in-from-bottom {
  color: #000;
}

.bold-text-7 {
  color: #000;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  display: block;
}

.home-surprises-card {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 0;
  outline: 0 #333;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.home-surprises-card.home-page-our-caring-col.slide-in-from-left {
  width: 50%;
  position: relative;
}

.home-surprises-card.home-page-our-caring-col.slide-in-from-left.orange {
  padding-bottom: 60px;
  padding-left: 40px;
}

.white-title {
  color: #fff;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100px;
  display: block;
}

.white-title.slide-in-from-top {
  font-size: 25px;
}

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

.text-center.mobile-l {
  text-align: left;
  width: 50%;
}

.readmore {
  color: #005b8f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-2 {
  border-radius: 10px;
}

.image-2.caring-dentist-img {
  z-index: 1;
  margin-top: 15px;
  position: relative;
}

.heading {
  font-size: 10px;
}

.code-embed {
  width: 100%;
  height: 700px;
}

.video-col-left-bottom-img {
  z-index: 1;
  max-width: 160px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.video-col-right-bottom-img {
  z-index: 0;
  max-width: 120px;
  margin-bottom: -20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.code-embed-2 {
  z-index: 9;
  position: relative;
}

.text-with-checkbox {
  color: #000;
  background-image: url('../images/check-mark-1.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.5rem;
}

.body-content-btn-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.body-text {
  font-size: 16px;
  line-height: 1.5rem;
}

.meet-our-heading-section {
  background-color: #f6d700;
  padding-top: 40px;
  padding-bottom: 40px;
}

.full-container {
  max-width: 100%;
}

.dentist-btn-text {
  color: #00763d;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 15px;
  text-decoration: none;
}

.columns {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  background-color: #00763d;
}

.green-bg-right {
  background-color: #00763d;
  border-radius: 250px 0 0 250px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.image-3 {
  max-width: 100%;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider.our-reputation {
  background-color: #fff;
  padding: 40px 0;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 32%;
  margin-right: 1.333%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 0;
}

.team-member-image-two {
  border-radius: 15px;
  margin-bottom: 18px;
}

.team-block-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.smile-story-section {
  background-color: #f6d700;
  padding-top: 60px;
  padding-bottom: 60px;
}

.map-section {
  background-color: #f6d700;
}

.map-section-text {
  text-align: center;
  font-size: 18px;
}

.map-block {
  border-radius: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.footer-section {
  z-index: 99;
  color: #fff;
  background-color: #303030;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.fot-logo-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fot-right-col {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 330px;
  margin-left: auto;
  display: flex;
}

.fot-normal-text {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.5rem;
}

.address-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fot-contact-text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5rem;
}

.fot-contact-icon {
  margin-top: 18px;
}

.fot-social-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-icon {
  max-width: 60px;
}

.image-4 {
  max-width: 320px;
}

.footer-upper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #a2a2a2;
  margin-top: 40px;
}

.copyright {
  padding-top: 40px;
  font-size: 18px;
}

.powerby {
  text-align: right;
  padding-top: 40px;
  font-size: 18px;
}

.f-p-l-0 {
  padding-left: 0;
}

.f-pr-0 {
  padding-right: 0;
}

.form-icon {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
}

.video-slider {
  margin-top: 20px;
}

.footer-social-link {
  margin-left: 12px;
}

.banner-main-title {
  color: #4f4319;
}

.banner-main-title.thank-title {
  margin-top: 40px;
  padding-bottom: 20px;
}

.banner-main-title.thank-title.thamkyou-popup-title {
  color: #f6d700;
}

.thankyou-page {
  background-color: #dffdd8;
  background-image: url('../images/Vector-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.thank-you-page-social {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.thank-you-box {
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #abcf37;
  border-radius: 40px;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
  overflow: clip;
}

.thank-you-box.thank-you-box-new {
  border-top-style: none;
  border-top-color: #00763d;
  border-bottom: 0 solid #000;
}

.fot-social-icon {
  max-width: 48px;
}

.thankyou-text {
  padding-bottom: 10px;
  font-size: 2rem;
  line-height: 2rem;
}

.text-span {
  color: #abcf37;
}

.banner-form {
  width: 100%;
}

.bold-text-8 {
  color: #f6d700;
}

.meeting-col-play-btn {
  z-index: 9;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  margin-top: -40px;
  position: absolute;
  inset: 50% auto auto -20px;
}

.meeting-staff--one-col {
  justify-content: center;
  align-items: center;
  display: block;
}

.orange-img {
  z-index: 0;
  max-width: 170px;
  position: absolute;
  inset: auto auto -34px 0%;
}

.heading-2 {
  font-size: 34px;
}

@media screen and (min-width: 1440px) {
  .container-regular, .container {
    max-width: 1400px;
  }

  .brix---link-icon-left {
    margin-left: 0;
  }

  .section.pd-120px.bg-neutral-200.darke-blue.hmabout-section {
    font-family: Montserrat, sans-serif;
    text-decoration: none;
  }

  .readmore {
    color: #005b8f;
    font-weight: 600;
    text-decoration: none;
  }
}

@media screen and (min-width: 1920px) {
  .home-surprises-card {
    box-shadow: none;
  }

  .image-2 {
    transform-origin: 147%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid-2-columns.suprises-pages-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: start;
    margin-bottom: 10px;
  }

  .grid-2-columns.suprises-pages-left.our-dentist-section {
    justify-content: center;
    align-items: flex-start;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.pd-120px.bg-neutral-200.darke-blue.hmabout-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---link-wrapper.readmore-white {
    margin-top: 20px;
  }

  .mg-bottom-40px.white-text {
    margin-bottom: 20px;
  }

  .home-surprises-card.home-page-our-caring-col, .text-center.mobile-l, .image-2 {
    width: 100%;
  }

  .image-2.caring-dentist-img {
    min-width: 16%;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .thankyou-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .thank-you-box {
    margin-left: 50px;
    margin-right: 50px;
  }

  .fot-social-icon {
    max-width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .contact-form-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .success-message {
    font-size: 18px;
  }

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

  .grid-2-columns.suprises-pages-left, .grid-2-columns.suprises-pages-left.our-dentist-section {
    flex-flow: column;
  }

  .section {
    padding-top: 128px;
    padding-bottom: 128px;
  }

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

  .brix---link-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .brix---link-wrapper.readmore-white {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .bold-text-7 {
    font-size: 30px;
    line-height: 36px;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .text-center.mobile-l {
    text-align: center;
    width: 100%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.header-call-btn, .button-primary.header-book-app-btn {
    font-size: 16px;
  }

  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .center-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .grid {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .our-strengths-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-form-grid {
    grid-row-gap: 25px;
  }

  .input-2 {
    font-size: 17px;
  }

  .button-primary-3 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    display: block;
  }

  .grid-2-columns.suprises-pages-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    display: grid;
  }

  .grid-2-columns.suprises-pages-left.our-dentist-section.slide-to-top-0-2s {
    grid-auto-flow: column;
    justify-content: space-between;
    place-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .section.pd-120px.bg-neutral-200.darke-blue.hmabout-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---link-wrapper {
    background-color: #005b8f;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---link-wrapper.readmore-white {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-7 {
    font-size: 30px;
    line-height: 36px;
  }

  .home-surprises-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 22px;
    flex: 0 auto;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .home-surprises-card.home-page-our-caring-col.slide-in-from-left {
    width: 100%;
  }

  .white-title {
    font-size: 20px;
  }

  .text-center.mobile-l {
    text-align: left;
    flex: 0 auto;
    order: 2;
    align-self: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 20px;
  }

  .code-embed-2.banner-video-block {
    width: 100%;
  }

  .body-content-btn-group {
    margin-top: 10px;
  }

  .meet-our-heading-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .green-bg-right {
    justify-content: flex-end;
    align-items: center;
    max-width: 80%;
    margin-top: 20px;
    margin-left: auto;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .fot-logo-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .fot-right-col {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .fot-normal-text {
    margin-bottom: 10px;
  }

  .fot-social-icons {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-upper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copyright {
    text-align: center;
    padding-top: 20px;
  }

  .powerby {
    text-align: center;
    padding-top: 10px;
  }

  .f-p-l-0 {
    padding-left: 10px;
  }

  .f-pr-0 {
    padding-left: 0;
  }

  .banner-main-title {
    font-size: 2.89rem;
  }

  .banner-main-title.thank-title {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .thankyou-page {
    margin-top: 120px;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .thank-you-box {
    margin-left: 25px;
    margin-right: 25px;
    padding: 40px 20px;
  }

  .thankyou-text {
    font-size: 1.5rem;
  }

  .meeting-col-play-btn {
    left: 20px;
  }
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-56c3d212 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-56c3d212 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-56c3d212, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-56c3d212, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-56c3d212, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-56c3d212, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-56c3d212, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-56c3d212, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-56c3d212, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-56c3d212 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-ec116dbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-ec116dbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-ec116dbe, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-ec116dbe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-ec116dbe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-ec116dbe, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a645-ec116dbe, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a647-ec116dbe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-ec116dbe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-ec116dbe, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bd-ec116dbe, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bb-ec116dbe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-ec116dbe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-ec116dbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3d8ee8b-dd72-e774-2086-66835b2cc4be-57051684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3d8ee8b-dd72-e774-2086-66835b2cc4c2-57051684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-57051684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-57051684 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-57051684, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-57051684, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-57051684, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-57051684, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-57051684, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-57051684, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-57051684, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebaa-57051684, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86691-57051684, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-57051684, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-57051684, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57d-57051684, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-57051684, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-57051684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-d51964f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-d51964f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-d51964f2, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-d51964f2, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-d51964f2, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-d51964f2, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-d51964f2, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-d51964f2, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-d51964f2, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebaa-d51964f2, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86691-d51964f2, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-d51964f2, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-d51964f2, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57d-d51964f2, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-d51964f2, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-d51964f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-96c0f0fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-96c0f0fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-96c0f0fe, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-96c0f0fe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-96c0f0fe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-96c0f0fe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-96c0f0fe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-96c0f0fe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-96c0f0fe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-96c0f0fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-4748fc50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-4748fc50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-4748fc50, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-4748fc50, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-4748fc50, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-4748fc50, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a645-4748fc50, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a647-4748fc50, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-4748fc50, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-4748fc50, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bd-4748fc50, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bb-4748fc50, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-4748fc50, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-4748fc50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-5998ee1d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-5998ee1d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-5998ee1d, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-5998ee1d, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-5998ee1d, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-5998ee1d, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-5998ee1d, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-5998ee1d, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-5998ee1d, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebaa-5998ee1d, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86691-5998ee1d, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-5998ee1d, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-5998ee1d, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57d-5998ee1d, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-5998ee1d, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e9480-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e9482-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e94a4-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e94bb-5998ee1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-db456203 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-db456203 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-db456203, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-db456203, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-db456203, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-db456203, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-db456203, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-db456203, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-db456203, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb071030-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb071032-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb071054-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb07106b-db456203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-56c3d212, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-56c3d212, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-56c3d212, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-56c3d212, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-56c3d212, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-56c3d212, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-56c3d212, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-56c3d212, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-ec116dbe, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-ec116dbe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-ec116dbe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-ec116dbe, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a645-ec116dbe, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a647-ec116dbe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-ec116dbe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-ec116dbe, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bd-ec116dbe, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bb-ec116dbe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-ec116dbe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-ec116dbe, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-57051684, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-57051684, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-57051684, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-57051684, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-57051684, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-57051684, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-57051684, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebaa-57051684, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86691-57051684, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-57051684, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-57051684, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57d-57051684, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-57051684, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-57051684, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-d51964f2, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-d51964f2, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-d51964f2, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-d51964f2, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-d51964f2, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-d51964f2, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-d51964f2, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebaa-d51964f2, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86691-d51964f2, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-d51964f2, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-d51964f2, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57d-d51964f2, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-d51964f2, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-d51964f2, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-96c0f0fe, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-96c0f0fe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-96c0f0fe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-96c0f0fe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-96c0f0fe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-96c0f0fe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-96c0f0fe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-96c0f0fe, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-4748fc50, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-4748fc50, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-4748fc50, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-4748fc50, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a645-4748fc50, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a647-4748fc50, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-4748fc50, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-4748fc50, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bd-4748fc50, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bb-4748fc50, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-4748fc50, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-4748fc50, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-5998ee1d, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-5998ee1d, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-5998ee1d, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-5998ee1d, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-5998ee1d, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-5998ee1d, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-5998ee1d, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebaa-5998ee1d, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86691-5998ee1d, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-5998ee1d, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-5998ee1d, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57d-5998ee1d, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-5998ee1d, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e9480-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e9482-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e94a4-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e94bb-5998ee1d, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d3-db456203, #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-db456203, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-db456203, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1185-db456203, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3280-db456203, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-db456203, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1c-db456203, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb071030-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb071032-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb071054-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb07106b-db456203 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-56c3d212, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-56c3d212 {
    grid-column: span 1 / span 1;
  }

  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-56c3d212, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-56c3d212, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-56c3d212, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-56c3d212 {
    order: -9999;
  }

  #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-ec116dbe, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-ec116dbe {
    grid-column: span 1 / span 1;
  }

  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-ec116dbe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-ec116dbe, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a647-ec116dbe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-ec116dbe, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bd-ec116dbe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-ec116dbe {
    order: -9999;
  }

  #w-node-c3d8ee8b-dd72-e774-2086-66835b2cc4be-57051684, #w-node-c3d8ee8b-dd72-e774-2086-66835b2cc4c2-57051684, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-57051684, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-57051684 {
    grid-column: span 1 / span 1;
  }

  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-57051684, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-57051684, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-57051684, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-57051684, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-57051684, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-57051684, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-57051684 {
    order: -9999;
  }

  #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-d51964f2, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-d51964f2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-d51964f2, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-d51964f2, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-d51964f2, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-d51964f2, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-d51964f2, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-d51964f2, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-d51964f2 {
    order: -9999;
  }

  #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-96c0f0fe, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-96c0f0fe {
    grid-column: span 1 / span 1;
  }

  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-96c0f0fe, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-96c0f0fe, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-96c0f0fe, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-96c0f0fe {
    order: -9999;
  }

  #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-4748fc50, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-4748fc50 {
    grid-column: span 1 / span 1;
  }

  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-4748fc50, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-4748fc50, #w-node-_4b0eb39f-6d56-e444-1804-7875bff0a647-4748fc50, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-4748fc50, #w-node-ce9a2ddf-baf7-a741-7857-4113278a25bd-4748fc50, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-4748fc50 {
    order: -9999;
  }

  #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-5998ee1d, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-5998ee1d {
    grid-column: span 1 / span 1;
  }

  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-5998ee1d, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-5998ee1d, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-5998ee1d, #w-node-_91678106-5dda-6b3a-99f4-f792a193ebac-5998ee1d, #w-node-a1ad7010-a259-97d5-87b7-f6d2b2a86693-5998ee1d, #w-node-_5ea30403-e179-7b30-79d7-a777c61bf57f-5998ee1d, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e9482-5998ee1d, #w-node-_9dac36a5-464e-7554-b454-25ec6a1e94a4-5998ee1d {
    order: -9999;
  }

  #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb8e-db456203, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-db456203 {
    grid-column: span 1 / span 1;
  }

  #w-node-_047d5838-18f1-ddab-5eef-8bbe63fa70d5-db456203, #w-node-e9ffeef7-eb06-48fc-9cdf-acbe4fcf1187-db456203, #w-node-_8be077c4-224e-2377-c1e3-6a60470f3282-db456203, #w-node-a68fb70d-5ac1-4bcc-c765-9759b2002f1e-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb071032-db456203, #w-node-_4e01ec0d-3455-0fef-3ebf-78afdb071054-db456203 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-56c3d212, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-ec116dbe, #w-node-c3d8ee8b-dd72-e774-2086-66835b2cc4c2-57051684, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-57051684, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-d51964f2, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-96c0f0fe, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-4748fc50, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-5998ee1d, #w-node-e607c5bf-7f75-a34b-8e34-94c34b69cb92-db456203 {
    justify-self: stretch;
  }
}


