.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: #382e27;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1em;
}

p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}

a {
  color: #16609f;
  text-decoration: none;
}

ul, ol {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}

li {
  margin-bottom: .7em;
  font-size: 1.3em;
  line-height: 1.2em;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #0c389f;
  border-left: 5px solid #064dfa;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding: 1em 1em 1em 1.5em;
  font-size: 1.3em;
  line-height: 1.5em;
}

.section {
  z-index: 10;
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.page-hero-sec {
  z-index: 20;
  overflow: visible;
}

.section.overflow-visible {
  margin-bottom: 100px;
  display: block;
  overflow: visible;
}

.section.with-bottom-border {
  border-bottom: 1px solid rgba(18, 4, 44, .15);
}

.section.sticky-sec {
  z-index: 20;
  background-color: #0f0c16;
  overflow: visible;
}

.section.with-linen-bg {
  background-color: #000;
}

.section.with-gradient-bg {
  background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 90%), radial-gradient(circle at 0 0, #cfbeb3, rgba(255, 255, 255, 0) 42%), linear-gradient(45deg, #fff, #e4dad2);
  border-top: 1px solid #ebe3de;
  border-bottom: 1px solid #ebe3de;
}

.section.with-dark-blue-bg {
  color: #fff;
  background-color: #1c486f;
}

.section.is-overview-section-2 {
  color: #fff;
  background-color: #0f0c16;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.with-linen-light-bg {
  background-color: #faf7f5;
  border-top: 1px solid #e4d9d1;
  border-bottom: 1px solid #e4d9d1;
}

.section.with-linen-light-bg.no-border-bottom {
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.section.with-black-bg {
  color: #fff;
  background-color: #02101d;
}

.section.with-margins {
  background-color: #c9b5a7;
  margin-left: 4em;
  margin-right: 4em;
}

.section.with-linen-gradient {
  background-image: linear-gradient(#fff, #faf7f5);
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.container.in-accordion {
  grid-column-gap: 2em;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.container.is-full-width {
  max-width: 2000px;
  padding-left: 4em;
  padding-right: 4em;
}

.container.in-listing-4 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.container.with-bg-dark {
  color: #fff;
  background-color: #1b1724;
}

.container.is-blog-listing-with-tabs {
  max-width: 2000px;
  padding-left: 4em;
  padding-right: 4em;
}

.padding {
  padding: 10em 0;
}

.padding.bottom-0em {
  padding-bottom: 0;
}

.padding.with-border-bottom {
  border-bottom: 1px solid rgba(18, 4, 44, .15);
}

.padding.top-0em {
  padding-top: 0;
}

.padding.bottom-4em {
  padding-bottom: 4em;
}

.padding.top-bottom-4em {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding.more-padding {
  padding-top: 14em;
  padding-bottom: 14em;
}

.padding.top-0em-bottom-6em {
  padding-top: 0;
  padding-bottom: 6em;
}

.heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.is-header-8-title {
  color: #fff;
}

.heading.is-header-3-title-1 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 7em;
  font-weight: 400;
  line-height: .9em;
}

.heading.is-serif-title-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-gird-5-title {
  letter-spacing: -.04em;
  font-family: Gilda Display, sans-serif;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.5em;
}

.heading.is-extra-light-title {
  letter-spacing: -.04em;
  font-size: 4.4em;
  font-weight: 200;
  line-height: 1.2em;
}

.heading.is-header-2-title {
  z-index: 10;
  font-family: Gilda Display, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  position: relative;
}

.heading.is-grid-3-title-1 {
  color: #330b7e;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-grid-1-title-1 {
  color: #330b7e;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 4.6em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-header-3-title-2 {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 5.4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-header-12-title {
  max-width: 11em;
  letter-spacing: -.04em;
  text-indent: -.04em;
  font-size: 7em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-listing-10-title {
  max-width: 10em;
  margin-bottom: auto;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.is-overview-title-5 {
  text-align: center;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.is-header-7-title {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-header-4-title-1 {
  color: #fff;
  text-align: center;
  font-family: Gilda Display, sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-about-2-title-1 {
  max-width: 10em;
  color: #ebe3de;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  font-family: Gilda Display, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-category-1-title-1 {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-category-2-title {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-grid-7-title-1 {
  max-width: 8em;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 5.4em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-header-title {
  max-width: 11em;
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.heading.is-content-2-title {
  z-index: 10;
  font-family: Gilda Display, sans-serif;
  font-size: 4.9em;
  font-weight: 400;
  position: relative;
}

.heading.is-blog-title-1 {
  max-width: 14em;
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.is-ui-kit-title-1 {
  font-size: 6em;
  font-weight: 500;
  line-height: 1em;
}

.heading.is-small-title {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.heading.is-small-title.is-white {
  color: #fff;
}

.heading.is-small-title.is-center {
  text-align: center;
}

.heading.is-large-title {
  font-size: 5em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-medium-title {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-medium-title.is-white {
  color: #fff;
}

.heading.is-medium-title.is-center {
  text-align: center;
}

.heading.is-medium-title.is-light {
  font-weight: 300;
}

.heading.is-medium-title.in-about {
  text-align: center;
  font-weight: 300;
}

.heading.is-extra-large-title {
  font-size: 6em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading.is-extra-small-title {
  font-size: 2em;
  font-weight: 600;
}

.heading.is-header-3-title-3 {
  max-width: 8em;
  color: #ebe3de;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading.is-header-3-title-4 {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 5.4em;
  font-weight: 400;
  line-height: 1em;
}

.content-grid-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.circle-background-1 {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #68574b;
  border-radius: 50%;
  position: absolute;
}

.list-block {
  z-index: 10;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-block.is-last {
  padding-bottom: 0;
}

.list-block.less-padding, .list-block.with-animation {
  padding-bottom: 2em;
}

.list-block.in-overview {
  min-height: 11em;
  padding-bottom: 2em;
}

.list-block.in-contact {
  color: rgba(255, 255, 255, .8);
  padding-bottom: 2em;
}

.circle-in-list {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.list-content {
  padding-top: .6em;
}

.custom-list-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.4em;
  position: absolute;
}

.list-line {
  width: .2em;
  height: 100%;
  background-color: #ebe3de;
  position: absolute;
  top: .1em;
  left: 1.4em;
}

.list-line.is-hide-on-desktop {
  display: none;
}

.list-line.is-tan {
  background-color: rgba(182, 159, 143, .2);
}

.list-title {
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.list-title.is-white-color {
  color: #fff;
}

.list-text {
  max-width: 26em;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-text.in-overview {
  max-width: 20em;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.empty-state-hidden {
  display: none;
}

.header-absolute-block {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-absolute-block.with-padding {
  padding: 10em;
}

.header-6 {
  z-index: 5;
  background-color: #02101d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80vh;
  padding-bottom: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-6.with-tan-bg {
  background-color: #b69f8f;
}

.opacity-70 {
  opacity: .7;
}

.bg-color-for-sticky-sec-1 {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: rgba(3, 25, 44, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-100vh-block {
  z-index: 2;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.video-background {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-link {
  z-index: 10;
  color: #fff;
  border-top: 3px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 1em;
  font-weight: 600;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #fff;
  border-top-color: #b69f8f;
}

.nav-link.w--current {
  color: #fff;
  border-top-color: #fff;
}

.cover-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-image.is-parallax {
  height: 120%;
  top: auto;
  bottom: auto;
}

.cover-image.is-parallax-large {
  height: 180%;
  top: auto;
  bottom: auto;
}

.cover-image.is-parallax-medium {
  height: 150%;
  top: auto;
  bottom: auto;
}

.cover-image.is-team {
  object-fit: cover;
  object-position: 50% 20%;
}

.brand-slogan {
  opacity: .8;
  text-align: center;
  letter-spacing: .25em;
  text-indent: .25em;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.1em;
}

.hero-bg-gradient {
  z-index: 7;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 35%, rgba(10, 3, 24, .9));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-socials-list {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  position: relative;
}

.social-link-block {
  width: 6em;
  height: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
}

._3d-block {
  z-index: 8;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-animation-trigger {
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-animation-trigger._3d-for-image {
  width: 100%;
  height: 115%;
  position: absolute;
}

.animation-color-bg {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation-color-bg.is-dark-blue-color {
  background-color: #03192c;
}

.animation-color-bg.is-midnight-blue {
  background-color: #123161;
}

.animation-color-bg.is-black {
  background-color: #03192c;
}

.animation-color-bg.is-linen {
  background-color: #ebe3de;
}

.animation-color-bg.is-linen-light {
  background-color: #faf7f5;
}

.animation-color-bg.is-dim-grey {
  background-color: #68574b;
}

.animation-color-bg.is-dark-linen {
  background-color: #b69f8f;
}

.grid-1-block-1 {
  max-width: 32em;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6em;
}

.form-success-title {
  color: #fff;
  text-align: center;
  margin-bottom: .3em;
  margin-left: auto;
  margin-right: auto;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
}

.form-success-message {
  width: 100%;
  color: #fff;
  background-color: #68574b;
  padding: 10em 3em;
}

.form-success-message.is-newsletter {
  padding-top: 2em;
  padding-bottom: 2em;
}

.form-error-link {
  color: #0a223f;
  text-decoration: underline;
}

.form-error-message {
  background-color: #ffccd5;
  border: 1px solid #c9184a;
  padding: 2em;
}

.form-error-paragraph {
  color: #191c1f;
  line-height: 1.6;
}

.newsletter-submit-button {
  min-width: 15em;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #68574b;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 3px;
  align-self: stretch;
  padding: 1.4em 3.6em 1.4em 2.3em;
  font-size: 1em;
  font-weight: 500;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.newsletter-submit-button:hover {
  background-color: #382e27;
  background-position: 89%;
}

.dropdown-link {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
}

.dropdown-icon {
  margin: 0 0 0 .5em;
  font-size: 1em;
  position: relative;
}

.dropdown-list {
  display: none;
  top: 5em;
}

.dropdown-list.w--open {
  background-color: #fff;
  position: absolute;
  top: 9em;
  left: 0;
  right: 0;
  box-shadow: 0 80px 100px -40px rgba(14, 19, 31, .7);
}

.social-link-circle {
  z-index: 1;
  width: 130%;
  height: 130%;
  border: .2em solid rgba(182, 159, 143, .5);
  border-radius: 50%;
  display: none;
  position: absolute;
}

.social-link-circle.is-white {
  border-color: rgba(255, 255, 255, .5);
}

.social-link-circle.is-brown {
  border-color: #b69f8f;
}

.social-link-circle.is-dark {
  border-color: rgba(3, 25, 44, .5);
}

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

.gallery-flex.with-margin {
  margin-bottom: 2.5em;
}

.newsletter-field {
  z-index: 5;
  min-height: 3.5em;
  color: #1b243a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 1.6em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.newsletter-field:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
}

.newsletter-field:focus-visible {
  border-color: rgba(255, 255, 255, 0);
}

.newsletter-field[data-wf-focus-visible] {
  border-color: rgba(255, 255, 255, 0);
}

.newsletter-field::-ms-input-placeholder {
  color: rgba(27, 36, 58, .45);
  font-size: .9em;
}

.newsletter-field::placeholder {
  color: rgba(27, 36, 58, .45);
  font-size: .9em;
}

.newsletter-form {
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(18, 4, 44, .15);
  flex: none;
  margin-bottom: 0;
  padding: 1.5em;
  position: relative;
}

.newsletter-form-inner {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brand-name {
  letter-spacing: .5em;
  text-indent: .5em;
  font-weight: 700;
}

.menu-link-title {
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: .9em;
  line-height: 1.2em;
}

.flex-for-sticky {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.min-100vh-sec {
  z-index: 1;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sticky-column-2-bg {
  z-index: 1;
  background-image: linear-gradient(to right, rgba(10, 13, 20, .6), rgba(0, 0, 0, 0));
  border-left: 1px solid rgba(255, 255, 255, .15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom-list-2 {
  z-index: 10;
  width: 100%;
  max-width: 33em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-5-inner {
  z-index: 1;
  width: 100%;
  background-color: #14161b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18em;
  padding-bottom: 20em;
  display: flex;
  position: relative;
}

.header-5-inner.less-paddings {
  padding-top: 16em;
  padding-bottom: 16em;
}

.header-5-color-bg {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: rgba(12, 12, 36, .6);
  background-image: linear-gradient(rgba(12, 33, 66, .9), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  z-index: 995;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main-nav {
  z-index: 10;
  width: 100%;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.nav-block-1 {
  z-index: 999;
  height: 9em;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
}

.nav-links-height {
  height: 5em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3em;
  padding-right: 1.3em;
  display: flex;
  position: static;
}

.brand-link-block {
  min-width: 16em;
  grid-row-gap: .5em;
  color: #03192c;
  text-transform: uppercase;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1em 2em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.brand-link-block:hover {
  color: #faf7f5;
  background-color: #927e70;
}

.tab-2-pane {
  width: 100%;
  height: 100%;
}

.tab-2-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.gallery-grid-1 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-inner {
  padding-top: 3em;
}

.tab-inner.is-empty {
  min-height: 24em;
  border: 1px dashed #b69f8f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
}

.tab-inner.with-borders {
  grid-row-gap: 3em;
  border: 10px solid #ebe3de;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3em;
  display: flex;
}

.tab-image {
  height: 30em;
  position: relative;
}

.accordion-inner {
  width: 100%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em 0 8em;
  display: flex;
  position: relative;
}

.accordion-lines {
  z-index: 5;
  width: 100%;
  height: 1px;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-lines.is-bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-content {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.accordion {
  flex: none;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion:hover {
  background-color: #faf7f5;
}

.accordion-toggle {
  width: 100%;
  min-height: 12em;
  color: #12042c;
  white-space: normal;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.accordion-interactive-line {
  z-index: 3;
  height: 100%;
  background-color: #03192c;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-title {
  z-index: 20;
  max-width: 50%;
  text-align: left;
  letter-spacing: .01em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  position: relative;
}

.accordion-icon {
  z-index: 20;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.6em;
  position: relative;
}

.rich-text h2 {
  letter-spacing: -.02em;
  margin-bottom: .4em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text p {
  opacity: .8;
  margin-bottom: .5em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-text h3 {
  margin-top: 1.1em;
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h5 {
  margin-top: 1.3em;
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h6 {
  margin-top: 1.2em;
  margin-bottom: .6em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
}

.rich-text h1 {
  margin-bottom: .3em;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.rich-text a {
  color: #68574b;
  text-decoration: underline;
  transition: color .2s;
}

.rich-text a:hover {
  color: #12042c;
  text-decoration: underline;
}

.rich-text strong {
  color: #201a16;
  font-weight: 500;
}

.rich-text blockquote {
  color: #68574b;
  border-left-color: #927e70;
}

.rich-text li {
  line-height: 1.7em;
}

.rich-text.is-featured-review {
  color: #fff;
  font-size: 1.2em;
}

.rich-text.is-contact {
  font-size: .8em;
}

.rich-text.is-review {
  font-size: 1.1em;
}

.gallery-lightbox {
  height: 30em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox.is-2nd {
  height: 43em;
}

.gallery-lightbox.is-5th {
  height: 100%;
}

.gallery-lightbox.is-3rd {
  height: 55em;
}

.gallery-lightbox.is-4th {
  height: 20em;
}

.gallery-background {
  z-index: 3;
  width: 150%;
  height: 150%;
  mix-blend-mode: multiply;
  background-color: rgba(25, 28, 116, .5);
  border-radius: 50%;
  padding-top: 150%;
  display: none;
  position: absolute;
}

.icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1em;
  position: relative;
}

.icon.in-gallery {
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-thumbnail {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: relative;
}

.gallery-grid {
  width: 100%;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery {
  width: 100%;
}

.accordion-visible-line {
  z-index: 1;
  height: 100%;
  background-color: #e4d9d1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-socials-wrap {
  z-index: 10;
  position: relative;
}

.sticky-column-2 {
  width: 50%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80vh;
  padding-bottom: 80vh;
  padding-left: 6em;
  display: flex;
  position: relative;
}

.sticky-100vh-block-2 {
  z-index: 2;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.password-form {
  width: 100%;
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.password {
  z-index: 100;
  width: 80%;
  max-width: 57em;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  display: flex;
  position: relative;
}

.password-form-label {
  z-index: 20;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  top: 5.5em;
  left: 3.6em;
}

.password-form-inner {
  width: 100%;
  background-color: rgba(255, 255, 255, .36);
  padding: 1.2em;
  position: relative;
}

.password-form-block {
  z-index: 10;
  width: 100%;
  background-color: #faf7f5;
  border: 1px solid #e4d9d1;
  flex: none;
  margin-bottom: 0;
  padding: 1.5em;
  transition: border-color .2s;
  position: relative;
}

.password-form-block:hover {
  border-color: #b69f8f;
}

.password-form-field {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.password-form-input {
  z-index: 5;
  min-height: 3em;
  color: #1b243a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #faf7f5;
  margin-bottom: 0;
  padding: .5em 0 .5em 5.5em;
  font-size: 1.4em;
  line-height: 1.1em;
  transition: border-color .5s;
  position: relative;
}

.password-form-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
}

.password-form-input:focus-visible {
  border-color: rgba(255, 255, 255, 0);
}

.password-form-input[data-wf-focus-visible] {
  border-color: rgba(255, 255, 255, 0);
}

.password-form-input::-ms-input-placeholder {
  color: rgba(27, 36, 58, .45);
  font-size: .9em;
}

.password-form-input::placeholder {
  color: rgba(27, 36, 58, .45);
  font-size: .9em;
}

.password-form-submit {
  min-width: 15em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #927e70;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border-radius: 3px;
  padding: 1.4em 3.6em 1.4em 2.3em;
  font-size: 1em;
  font-weight: 500;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.password-form-submit:hover {
  background-color: #68574b;
  background-position: 89%;
}

.password-error {
  z-index: 50;
  background-color: rgba(247, 158, 158, .4);
  border: 1px solid #fab1af;
  margin-top: 1em;
  padding: 1em;
  position: relative;
}

.password-error-text {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.style-guide-block {
  width: 100%;
  max-width: 60em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.static-gallery-grid, .gallery-grid-2 {
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colors {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5em;
  display: grid;
}

.color-define {
  width: 100%;
  height: 5em;
  background-color: #123161;
}

.color-define.is-1st {
  opacity: .1;
}

.color-define.is-2nd {
  opacity: .3;
}

.color-define.is-3rd {
  opacity: .5;
}

.color-define.is-4th {
  opacity: .7;
}

.color-define.is-5th {
  opacity: .9;
}

.color-define-2 {
  width: 100%;
  height: 5em;
  background-color: #b69f8f;
}

.color-define-2.is-1st {
  opacity: .1;
}

.color-define-2.is-2nd {
  opacity: .3;
}

.color-define-2.is-3rd {
  opacity: .5;
}

.color-define-2.is-4th {
  opacity: .7;
}

.color-define-2.is-5th {
  opacity: .9;
}

.color-define-3 {
  width: 100%;
  height: 5em;
  background-color: #68574b;
}

.color-define-3.is-1st {
  opacity: .1;
}

.color-define-3.is-2nd {
  opacity: .3;
}

.color-define-3.is-3rd {
  opacity: .5;
}

.color-define-3.is-4th {
  opacity: .7;
}

.color-define-3.is-5th {
  opacity: .9;
}

.header-5-socials {
  z-index: 10;
  min-height: 10vh;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201, 181, 167, .6);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 1.5em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main-button {
  z-index: 10;
  color: #fff;
  letter-spacing: .25em;
  background-color: #927e70;
  border: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  align-items: center;
  padding: 1.5em 1.5em 1.5em 2em;
  transition: border-color .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
}

.main-button:hover {
  letter-spacing: .15em;
  background-color: #66584e;
}

.main-button.is-transparent {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: rgba(201, 181, 167, .1);
  border-color: rgba(201, 181, 167, .5);
}

.main-button.is-transparent:hover {
  background-color: rgba(201, 181, 167, .25);
  border-color: rgba(201, 181, 167, .75);
}

.main-button.is-white {
  color: #12042c;
  background-color: #fff;
  border-color: rgba(18, 4, 44, .2);
}

.button-text {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  line-height: 1em;
}

.header-5-social-bg {
  z-index: 1;
  opacity: .2;
  background-image: radial-gradient(circle, #fff, rgba(255, 255, 255, 0) 44%), linear-gradient(45deg, #e4d9d1, #b9cfe2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-topbar {
  width: 100%;
  height: 4em;
  grid-column-gap: 3em;
  grid-row-gap: 1em;
  background-color: rgba(0, 0, 0, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  display: flex;
}

.menu-large-links {
  width: 100%;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
}

.menu-large-link {
  color: #927e70;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  padding-left: .9em;
  padding-right: .9em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), font-size .6s cubic-bezier(.075, .82, .165, 1);
}

.menu-large-link:hover {
  color: #02101d;
  letter-spacing: .15em;
}

.menu-large-link.w--current {
  color: #02101d;
}

.button-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  margin-left: 1em;
  font-size: 1em;
}

.header-6-title-1 {
  z-index: 20;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.grid-3-image {
  z-index: 10;
  width: 100%;
  height: 40em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-3-image.is-1st {
  z-index: 20;
}

.header-8 {
  z-index: 5;
  width: 100%;
  background-color: #12042c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-image-1 {
  z-index: 4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-image-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-image-3 {
  z-index: 6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-absolute-block {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-bg-for-interaction {
  z-index: 15;
  background-color: #03192c;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-timeline {
  z-index: 20;
  width: 1px;
  height: 11em;
  background-color: rgba(201, 181, 167, .2);
  position: absolute;
  right: 4.5em;
  overflow: hidden;
}

.slider-timeline-bg {
  background-color: #c9b5a7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slider-sticky-block {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.parallax-content-trigger-1, .parallax-content-trigger-2 {
  padding-top: .4em;
  padding-bottom: .4em;
  overflow: hidden;
}

.parallax-content-trigger-3 {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}

.content-grid-3 {
  z-index: 20;
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-3-block-1 {
  width: 100%;
  max-width: 28em;
  flex: none;
  padding-top: .2em;
}

.grid-3-text-1 {
  font-size: 1.8em;
  line-height: 1.5em;
}

.grid-1-text-1 {
  font-size: 1.2em;
  line-height: 1.8em;
}

.grid-3-image-4 {
  z-index: 20;
  width: 16em;
  height: 10em;
  object-fit: cover;
  position: absolute;
  right: -8em;
}

.header-200vh-video {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-sticky-block {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.video-bg-color-1 {
  z-index: 20;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#03192c, rgba(51, 11, 126, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  z-index: 10;
  color: #382e27;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px solid #c9b5a7;
  justify-content: center;
  align-items: center;
  padding: 1.5em 2em;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-dark {
  color: #faf7f5;
  border-color: #b69f8f;
}

.button.is-brown {
  border-color: #927e70;
}

.grid-7-image-1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 30em;
  position: relative;
}

.grid-7-image-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 35em;
  position: relative;
}

.grid-7-block-2 {
  width: 100%;
  max-width: 33em;
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.grid-7-text-1 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.6em;
}

.header-parallax-content {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ui-kit-links {
  width: 100%;
  max-width: 1920px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ui-kit-link {
  width: 25%;
  min-height: 6em;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #02101d;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 3em;
  transition: background-color .2s;
  display: flex;
}

.ui-kit-link:hover {
  background-color: #e4d9d1;
}

.ui-kit-link.w--current {
  background-color: #ebe3de;
  background-image: url('../images/emergency_FILL0_wght700_GRAD0_opsz48.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1em;
  border-color: #c9b5a7;
}

.ui-kit-link-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.4em;
}

.tabs-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-2.is-2nd {
  color: #fff;
  background-color: #02101d;
}

.tabs-2-links {
  width: 100%;
  grid-column-gap: 3.75em;
  border-bottom: 4px solid #ebe3de;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.tabs-2-links.is-2nd {
  border-bottom-color: #68574b;
}

.tabs-2-links.is-center {
  width: auto;
  justify-content: center;
}

.tab-2-link {
  z-index: 10;
  min-height: 6em;
  opacity: .8;
  color: #68574b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 4px solid rgba(18, 4, 44, 0);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  font-weight: 400;
  line-height: 1.1em;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), background-position .2s, opacity .2s;
  display: flex;
  top: 4px;
}

.tab-2-link:hover {
  opacity: .65;
}

.tab-2-link.w--current {
  opacity: 1;
  color: #02101d;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/emergency_FILL0_wght100_GRAD0_opsz48-tan.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.4em;
  border-bottom-color: #68574b;
  padding-left: 1em;
  padding-right: 3em;
  font-weight: 500;
}

.tab-2-link.is-2nd {
  color: #fff;
}

.tab-2-link.is-2nd.w--current {
  color: #c9b5a7;
  background-image: url('../images/emergency_FILL0_wght100_GRAD0_opsz48-tan.svg');
  border-bottom-color: #c9b5a7;
}

.tab-2-link-text {
  font-size: 1.3em;
  line-height: 1.1em;
}

.ui-kit-link-text {
  font-weight: 500;
}

.menu-category-links {
  width: 100%;
  border-bottom: 1px solid rgba(18, 4, 44, .15);
  padding: 0;
}

.menu-category-list {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.menu-category-item {
  flex: 1;
  display: flex;
}

.menu-category-link {
  min-height: 19em;
  color: #382e27;
  background-color: #68574b;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-category-link:hover {
  color: #fff;
}

.menu-category-name {
  z-index: 10;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.breadcrumbs-cms-wrap {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.breadcrumbs-cms-text {
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.1em;
}

.breadcrumbs-cms-link {
  z-index: 10;
  color: #927e70;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  align-self: stretch;
  padding-top: 2em;
  padding-bottom: 2em;
  font-weight: 400;
  transition: border-color .2s, background-color .2s, color .2s;
  position: relative;
  top: 1px;
}

.breadcrumbs-cms-link:hover {
  color: #68574b;
}

.breadcrumbs-cms-link.w--current {
  color: #382e27;
  border-bottom-color: #382e27;
}

.breadcrumbs-cms-link.is-cta-link {
  grid-column-gap: 1em;
  border-left: 1px solid #e4d9d1;
  border-right: 1px solid #e4d9d1;
  align-items: center;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.breadcrumbs-cms-link.is-cta-link:hover {
  color: #12042c;
  background-color: #ebe3de;
  border-bottom-color: #b69f8f;
  border-left-color: #b69f8f;
  border-right-color: #b69f8f;
}

.breadcrumbs-cms-list {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumbs-cms-list.is-2nd {
  max-width: 1800px;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
}

.large-title-block-1 {
  width: 100%;
  max-width: 80em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-80vh {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80vh;
  padding-bottom: 80vh;
  display: flex;
  position: relative;
}

.scolling-image {
  z-index: 1;
  width: 45%;
  height: 130%;
  max-width: 30em;
  position: absolute;
}

._3d-block-for-text {
  z-index: 8;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aside-image-6 {
  z-index: 20;
  width: 20em;
  height: 10em;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: -10em;
}

.aside-image-5 {
  z-index: 20;
  width: 10em;
  height: 8em;
  object-fit: cover;
  position: absolute;
  bottom: -8em;
  right: 0;
}

.menu-treatments-links {
  width: 100%;
  border-bottom: 1px solid rgba(2, 16, 29, .25);
  padding: 0;
}

.menu-treatments-list {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 2.25em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-treatment-item {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.menu-treatment-link {
  grid-row-gap: 2.75em;
  color: #12042c;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 2em 2em 3em;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.menu-treatment-link:hover {
  color: #fff;
  background-color: #000;
}

.menu-category-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 2em;
  position: absolute;
}

.menu-treatment-name {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

.menu-treatment-image {
  width: 100%;
  height: 18em;
  object-fit: cover;
}

.grid-11-block-2 {
  min-height: 30em;
  position: relative;
  overflow: hidden;
}

.content-grid-11 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 8em;
  padding-bottom: 8em;
}

.content-grid-11.in-team {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-11-block-1 {
  min-height: 16em;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
}

.scolling-title {
  z-index: 20;
  perspective: 1000px;
  position: relative;
}

.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-for-button {
  z-index: 5;
  font-size: .9em;
  line-height: 1em;
  position: relative;
}

.icon-for-button {
  z-index: 5;
  width: 1em;
  height: 1em;
  object-fit: contain;
  margin-left: 1em;
  font-size: 1em;
  position: relative;
}

.button-bg {
  z-index: 1;
  background-color: #ebe3de;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-bg.is-dark {
  background-color: #000;
  border: 1px solid #fff;
}

.button-bg.is-tan {
  background-color: #c9b5a7;
}

.button-listing-1-link {
  width: 100%;
  color: #927e70;
  background-image: url('../images/arrow-icon-tan-right.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 1.2em;
  font-weight: 400;
  transition: color .2s, border-color .2s, background-position 1s cubic-bezier(.075, .82, .165, 1), padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
}

.button-listing-1-link:hover {
  color: #68574b;
  background-position: 100%;
  background-size: 1.3em;
  border-bottom-color: #68574b;
  padding-top: 1em;
  padding-bottom: 1em;
}

.button-listing-1-link.w--current {
  color: #0a0318;
  border-bottom-color: #12042c;
}

.button-listing-1-link.in-menu {
  color: #382e27;
  background-image: url('../images/arrow_right_alt_FILL0_wght700_GRAD0_opsz48.svg');
  justify-content: center;
  font-weight: 500;
}

.button-listing-1-link.in-menu:hover {
  color: #02101d;
  background-size: 1em;
  border-bottom-color: #02101d;
}

.button-listing-1-link.is-2nd {
  color: #b69f8f;
}

.button-listing-1-link.is-2nd:hover {
  color: #c9b5a7;
  border-bottom-color: #b69f8f;
}

.button-listing-1-text {
  max-width: 92%;
  line-height: 1.8em;
}

.listing-2-list {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing-2-item {
  object-fit: cover;
  display: flex;
}

.listing-2-link-block {
  min-height: 38em;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .15);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 4em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.listing-2-link-block:hover {
  border-color: rgba(255, 255, 255, .4);
}

.listing-2-content {
  z-index: 20;
  max-width: 27em;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.listing-bg {
  z-index: 10;
  mix-blend-mode: multiply;
  object-fit: cover;
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-heading-uni-1 {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
}

.listing-heading-uni-1.is-larger {
  font-size: 2.2em;
  font-weight: 500;
}

.title-with-button-flex-1 {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-with-button-flex-1.with-margin-bottom {
  margin-bottom: 3em;
}

.listing-text {
  color: rgba(255, 255, 255, .8);
  line-height: 1.7em;
}

.listing-text.is-larger {
  font-size: 1.3em;
  font-weight: 400;
}

.menu-sublinks-1-flex-1 {
  grid-column-gap: 0em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-sublink {
  grid-column-gap: 1em;
  color: #382e27;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.5em;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
}

.menu-sublink:hover {
  color: #fff;
  background-color: #68574b;
  background-image: url('../images/arrow-icon-white-4.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 1.8em;
  padding-right: 2.8em;
}

.menu-sublinks-1 {
  width: 100%;
  border-bottom: 1px solid #b69f8f;
  justify-content: space-between;
  align-items: center;
  padding: 2.5em 5em;
  display: flex;
}

.header-4-text-1 {
  max-width: 23em;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-size: 1.8em;
  font-weight: 400;
}

.header-4-image-3 {
  z-index: 5;
  width: 30em;
  height: 31em;
  position: absolute;
  top: -38.4em;
  right: -32.5em;
}

.header-4-image-2 {
  z-index: 5;
  width: 32em;
  height: 27em;
  position: absolute;
  bottom: -28.8em;
  left: -30.9em;
}

.header-4-image-1 {
  z-index: 4;
  width: 23em;
  height: 31em;
  position: absolute;
  bottom: -34.2em;
  right: -24.8em;
}

.header-4-image-4 {
  z-index: 3;
  width: 29em;
  height: 20em;
  position: absolute;
  top: -26.8em;
  left: -29.1em;
}

.header-4 {
  z-index: 10;
  width: 100%;
  min-height: 100em;
  background-color: #927e70;
  background-image: linear-gradient(315deg, #68574b, #927e70);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-4-content {
  z-index: 20;
  width: 100%;
  max-width: 60em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-4-flex {
  width: 100%;
  max-width: 46em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.listing-1-list {
  grid-row-gap: 2.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.listing-1-item {
  width: 100%;
  display: flex;
}

.listing-1-link {
  min-height: 40em;
  border: 1px solid rgba(255, 255, 255, .15);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 6em;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-1-link:hover {
  border-color: rgba(255, 255, 255, .4);
}

.listing-3-background-color {
  z-index: 10;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(10, 3, 24, .2), rgba(10, 3, 24, .8));
  transition: background-color .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-1-content {
  z-index: 20;
  max-width: 27em;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.parallax-animation-large {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.content-grid-5 {
  width: 100%;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.grid-5-block-2 {
  max-width: 35em;
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gird-5-image-2 {
  width: 100%;
  height: 100%;
  max-width: 35em;
  min-height: 55em;
  position: relative;
}

.grid-5-text-1 {
  max-width: 21em;
  color: #382e27;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.8em;
}

.grid-5-text-2 {
  color: #382e27;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
}

.grid-5-image-1 {
  width: 100%;
  min-height: 25em;
  position: relative;
}

.grid-5-block-1 {
  width: 100%;
  max-width: 43em;
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gird-5-image-3 {
  width: 100%;
  min-height: 19em;
  position: relative;
}

.listing-3-content {
  z-index: 20;
  max-width: 27em;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.listing-3.is-fullscreen {
  min-height: 100vh;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-3-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 2px;
  display: grid;
}

.listing-3-list.is-fullscreen {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.services-3-item {
  width: 100%;
  min-height: 45em;
  padding: 0;
  display: flex;
}

.services-3-item.is-fullscreen {
  height: 100%;
}

.listing-3-link {
  border: 1px solid rgba(255, 255, 255, .15);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 6em 3em;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-3-link:hover {
  border-color: rgba(255, 255, 255, .4);
}

.cta-2-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.cta-2-block-1 {
  position: relative;
}

.cta-2-block-2 {
  z-index: 10;
  color: #fff;
  background-color: #03192c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 6em;
  display: flex;
  position: relative;
}

.cta-2-text-1 {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3em;
}

.cta-2-content {
  z-index: 10;
  width: 100%;
  max-width: 32em;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-background-color {
  z-index: 1;
  background-color: #927e70;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-2-title {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.3em;
}

.cta-2-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.5em;
  position: absolute;
  bottom: 3.3em;
}

.socials-1 {
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #c9b5a7;
  border-bottom: 1px solid #c9b5a7;
  padding: 3em;
  transition: border-color .2s;
  position: relative;
}

.socials-1:hover {
  border-bottom-color: rgba(18, 4, 44, .4);
}

.socials-1.is-black {
  background-color: #c9b5a7;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom-color: rgba(255, 255, 255, .15);
}

.socials-1.is-black:hover {
  border-top-color: rgba(255, 255, 255, .4);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.socials-1-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-1-link-block {
  width: 5em;
  height: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
}

.subfooter {
  z-index: 20;
  background-color: #ebe3de;
  border-top: 1px solid rgba(18, 4, 44, .15);
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}

.subfooter-links-list {
  grid-column-gap: 2.75em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subfooter-text-link {
  color: #12042c;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: .4em 0;
  font-size: 1.1em;
  font-weight: 500;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), border-color .2s, color .2s, background-color .2s;
  display: block;
}

.subfooter-text-link:hover {
  color: #fff;
  background-color: #12042c;
  padding-left: .8em;
  padding-right: .8em;
}

.subfooter-text-link.is-2nd {
  color: #fff;
  font-size: .9em;
  font-weight: 300;
}

.subfooter-text-link.is-2nd:hover {
  color: #ebe3de;
  background-color: rgba(201, 181, 167, .1);
  border-color: #68574b;
}

.listing-4-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-4-item {
  border-top: 1px solid rgba(18, 4, 44, .3);
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-4-grid {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.listing-4-block {
  z-index: 10;
  max-width: 44em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 6em;
  padding-left: 4em;
  display: flex;
  position: relative;
}

.listing-heading-uni-2 {
  color: #fff;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.1em;
  transition: color .2s;
}

.listing-heading-uni-2:hover {
  color: rgba(255, 255, 255, .8);
}

.listing-heading-uni-2.is-larger {
  letter-spacing: -.05em;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.listing-4-text-1 {
  color: #fff;
  margin-bottom: 1.5em;
  font-size: 1.6em;
  line-height: 1.7em;
}

.arrow-icon-1 {
  z-index: 2;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.2em;
  position: relative;
}

.listing-overlay-color {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: rgba(27, 23, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-4-image {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing-4-padding {
  width: 100%;
  align-self: stretch;
  padding-top: 16em;
  padding-bottom: 16em;
  display: flex;
}

.listing-4-title-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  overflow: hidden;
}

.arrow-block-1 {
  z-index: 10;
  width: 4em;
  height: 4em;
  position: relative;
}

.listing-animation-color {
  z-index: 3;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-bg-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}

.parallax-animation-medium {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cta-1-grid-1 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding: 5em;
  overflow: hidden;
}

.cta-1-block-2 {
  min-height: 30em;
  position: relative;
}

.cta-1-block-1 {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-1-title {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.cta-1-text {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.7em;
}

.cta-1-content {
  z-index: 10;
  width: 100%;
  max-width: 17em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-1-icon-2 {
  z-index: 21;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 2.1em;
  display: none;
  position: absolute;
}

.cta-animation-bg {
  z-index: 20;
  background-color: #03192c;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.newsletter-1 {
  z-index: 20;
  width: 100%;
  background-color: #fff;
  position: relative;
}

.newsletter-list-1 {
  width: 100%;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  display: grid;
}

.subfooter-1-black {
  z-index: 20;
  background-color: #02101d;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}

.subfooter-links {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.listing-5-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.listing-5-list.with-paddings {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  padding: 2em;
}

.listing-5-item {
  border-top: 1px solid rgba(18, 4, 44, .3);
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-5-link {
  width: 100%;
  min-height: 40em;
  align-self: stretch;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.listing-5-content {
  max-width: 40em;
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.listing-5-text {
  color: rgba(255, 255, 255, .85);
  font-size: 1.3em;
  line-height: 1.7em;
}

.contact-grid {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.form {
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form-block {
  width: 100%;
  grid-row-gap: 0em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-submit-button {
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #ff2929;
  background-image: url('../images/east_white_24dp.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 1.1em;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 1em;
  margin-right: auto;
  padding: 1.5em 6.2em 1.5em 3em;
  font-size: .9em;
  font-weight: 500;
  transition: background-color .2s;
}

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

.form-submit-button:focus {
  background-color: #68574b;
  border: 1px solid #68574b;
  border-radius: 0;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.form-field {
  z-index: 5;
  min-height: 4em;
  color: #03192c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #e4d9d1;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1.4em;
  line-height: 1.1em;
  transition: min-height .6s cubic-bezier(.075, .82, .165, 1), background-color .2s, border-color .5s;
  position: relative;
  top: -1px;
}

.form-field:hover {
  z-index: 10;
  background-color: #faf7f5;
  border-color: #c9b5a7;
}

.form-field:focus {
  z-index: 10;
  min-height: 5em;
  background-color: #ebe3de;
  border-color: #927e70;
}

.form-field:focus-visible {
  border-color: #927e70;
}

.form-field[data-wf-focus-visible] {
  border-color: #927e70;
}

.form-field::-ms-input-placeholder {
  color: rgba(3, 25, 44, .7);
  font-size: .7em;
}

.form-field::placeholder {
  color: rgba(3, 25, 44, .7);
  font-size: .7em;
}

.form-field.is-text-area {
  min-height: 8em;
  margin-bottom: 1.2em;
  padding-top: 1.3em;
}

.form-field.is-select {
  min-height: 5.5em;
  color: rgba(3, 25, 44, .7);
  font-size: 1em;
  display: none;
}

.form-field.is-select:focus {
  min-height: 6.5em;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
}

.checkbox {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  border-width: 2px;
  border-color: #c9b5a7;
  border-radius: 50%;
  flex: none;
  margin: 0 1em 0 0;
  transition: border-width .2s, background-color .2s, border-color .2s;
}

.checkbox:hover {
  border-width: 4px;
  border-color: #b69f8f;
}

.checkbox.w--redirected-checked {
  background-color: #927e70;
  background-size: 1.1em;
  border-color: #927e70;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  background-color: #ebe3de;
  border-color: #927e70;
}

.checkbox-label {
  font-size: 1.1em;
  line-height: 1.2em;
}

.contact-grid-column-2 {
  width: 100%;
  max-width: 35em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-image-size-2 {
  min-height: 30em;
  flex: 1;
  position: relative;
}

.while-scrolling-effect-5rem {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.while-scrolling-effect-5rem.is-relative {
  z-index: 5;
  position: relative;
}

.clinic-2-content {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 1.75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-2-grid {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
}

.header-2-column {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header-2-text-1 {
  max-width: 23em;
  color: rgba(255, 255, 255, .7);
  font-size: 1.3em;
  line-height: 2em;
}

.header-2-content-1 {
  max-width: 39em;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-2-padding {
  padding: 16em 0 14em;
}

.header-2-text-2 {
  max-width: 30em;
  color: rgba(255, 255, 255, .8);
  font-size: 1.1em;
  line-height: 2.3em;
}

.header-2-quote-icon {
  z-index: 1;
  width: 1em;
  height: 1em;
  opacity: .15;
  object-fit: contain;
  font-size: 7em;
  position: absolute;
  top: -.4em;
  left: -.4em;
}

.while-scrolling-effect-6rem {
  z-index: 5;
  position: relative;
}

.breadcrumb-text-1 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .7em;
  transition: color .2s;
}

.breadcrumb-text-1:hover {
  color: rgba(255, 255, 255, .7);
}

.breadcrumb-text-1.w--current {
  color: #fff;
}

.header-2-image-size-1 {
  height: 50em;
  position: relative;
}

.ui-kit-header {
  z-index: 10;
  color: #fff;
  background-color: #03111d;
  padding-top: 12em;
  padding-bottom: 4em;
  padding-left: 0;
  position: relative;
}

.breadcrumbs-1 {
  grid-column-gap: 2.5em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.image-size-uni {
  height: 43em;
  position: relative;
}

.images {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-block {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-description {
  letter-spacing: -.05em;
  font-size: 2em;
  font-weight: 500;
}

.opacity-50 {
  opacity: .5;
}

.listing-1-bg-color-1 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-image: linear-gradient(rgba(10, 3, 24, .2), #16609f);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relative-image {
  z-index: 10;
  width: 100%;
  position: relative;
}

.empty-state-default {
  background-color: #e4d9d1;
  border: 1px solid #b69f8f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  font-size: 2em;
  font-weight: 500;
  display: flex;
}

.listing-2 {
  width: 100%;
}

.listing-5-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-5 {
  z-index: 20;
  background-color: #03192c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  z-index: 20;
  background-color: #02101d;
  position: relative;
}

.footer-padding {
  padding-top: 4em;
  padding-bottom: 4em;
}

.footer-simple-grid {
  grid-column-gap: 10em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.footer-links {
  width: 100%;
  max-width: 60em;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.footer-links.is-2nd {
  grid-row-gap: .5em;
}

.footer-large-link {
  color: #e4d9d1;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.5em .5em 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.1em;
  transition: color .2s;
  display: flex;
}

.footer-large-link:hover {
  color: #faf7f5;
}

.header-2 {
  z-index: 10;
  color: #ebe3de;
  background-color: #03192c;
  position: relative;
}

.header-2-image-size-2 {
  height: 30em;
  position: relative;
}

.header-8-flex-1 {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-8-content {
  width: 100%;
  max-width: 57em;
  min-height: 200vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-7-block-1 {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15em;
  padding-bottom: 15em;
  display: flex;
}

.grid-7-block-1.is-center {
  text-align: center;
  align-items: center;
}

.content-block-4 {
  max-width: 40em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ui-buttons-flex {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-description {
  margin-bottom: 2.8em;
  font-size: .9em;
}

.simple-link-1 {
  grid-column-gap: 1em;
  color: rgba(18, 4, 44, .7);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 0;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
}

.simple-link-1:hover {
  color: #fff;
  background-color: rgba(10, 3, 24, .8);
  background-image: url('../images/arrow-icon-white-4.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: .8em;
  padding-left: 1.3em;
  padding-right: 2.5em;
}

.grid-3-image-2 {
  z-index: 20;
  width: 10em;
  height: 10em;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: -5em;
}

.cta-1-icon-1 {
  z-index: 5;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 2.1em;
  display: none;
}

.overflow-link-block {
  width: 50%;
  overflow: hidden;
}

.number-text-1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.1em;
}

.content-text-2 {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
}

.content-block-2 {
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5em;
  display: flex;
  overflow: hidden;
}

.grid-1-list {
  max-width: 40em;
}

.ui-nav-height-1 {
  height: 80vh;
  background-color: #1b1724;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ui-kit-title-block {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.topfooter-1 {
  z-index: 20;
  width: 100%;
  min-height: 20em;
  background-color: rgba(250, 247, 245, .6);
  border-top: 1px solid #c9b5a7;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-2 {
  z-index: 10;
  width: 140%;
  align-self: center;
  position: relative;
}

.socials-2:hover {
  border-bottom-color: rgba(18, 4, 44, .4);
}

.topfooter-1-block-1 {
  width: 100%;
  object-fit: none;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.topfooter-1-block-1:hover {
  width: 120%;
}

.topfooter-1-menu-button {
  grid-column-gap: 1.25em;
  color: #12042c;
  cursor: pointer;
  border-right: 1px solid #c9b5a7;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 3em;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.topfooter-1-menu-button:hover {
  background-color: #ff2929;
}

.topfooter-1-menu-button.is-2nd {
  border-left: 1px solid #c9b5a7;
  border-right-color: rgba(0, 0, 0, 0);
}

.topfooter-1-button-text {
  z-index: 10;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.topfooter-1-background {
  z-index: 1;
  background-color: #1b1724;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.breadcrumbs-block {
  z-index: 20;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e4d9d1;
  position: relative;
}

.breadcrumbs-block.with-linen-bg {
  background-color: #faf7f5;
}

.logo-image-default {
  z-index: 10;
  width: 7em;
  height: 2.9em;
  object-fit: contain;
  object-position: 0% 50%;
  flex: none;
  display: none;
  position: relative;
}

.dropdown-toggle {
  z-index: 10;
  height: 100%;
  color: #fff;
  border-top: 3px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: auto auto 0;
  padding: 0 1em;
  font-weight: 500;
  transition: color .2s, border-color .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #fff;
  border-top-color: #c9b5a7;
}

.subfooter-links-list-2 {
  grid-column-gap: 2.75em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-block-1 {
  width: 100%;
  max-width: 56em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.circle-button {
  z-index: 1;
  width: 4em;
  height: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden-block {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}

.header-12 {
  color: #fff;
  background-color: #031524;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16em;
  padding-bottom: 6em;
  display: flex;
}

.header-12-text-1 {
  max-width: 28em;
  opacity: .7;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.header-12-content {
  width: 100%;
  grid-row-gap: 4em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-gradient-color-2 {
  z-index: 2;
  height: 100vh;
  mix-blend-mode: multiply;
  background-color: rgba(10, 3, 24, .4);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgba(18, 4, 44, .7));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-overlay-color {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-overlay-color-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-column-3 {
  width: 50%;
  min-height: 100vh;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 14em;
  padding-bottom: 14em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-column-3.in-overview {
  padding-left: 4em;
  padding-right: 4em;
}

.image-collage-1 {
  width: 100%;
  height: 35em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vertical-flex-gap-8em {
  width: 100%;
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.listing-11-text-1 {
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  font-size: .8em;
}

.listing-11-text-1.is-2nd {
  background-color: #fff;
  border: 1px solid rgba(3, 25, 44, .7);
  padding: .2em .7em;
}

.listing-12 {
  width: 100%;
}

.listing-12-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing-12-item {
  z-index: 1;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
}

.listing-12-item:hover {
  z-index: 2;
}

.listing-12-image {
  width: 100%;
  height: 14em;
  position: relative;
}

.listing-12-content {
  grid-row-gap: 1.25em;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.listing-12-title {
  max-width: 15em;
  text-align: left;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.listing-12-link {
  width: 100%;
  grid-row-gap: 2em;
  color: #03192c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.listing-12-link:hover {
  color: #68574b;
}

.blog-categories {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-content-block {
  width: 100%;
  max-width: 70em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-links-flex {
  width: 100%;
  border: 1px solid #e4d9d1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5em;
  display: flex;
}

.contact-links-flex.is-emergency {
  background-color: #03192c;
  border-color: #03192c;
}

.contact-links-flex.is-form {
  grid-row-gap: 1em;
  background-color: #faf7f5;
  justify-content: center;
  align-items: center;
}

.contact-title-1 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 600;
}

.contact-title-1.is-tan {
  color: #c9b5a7;
  font-weight: 500;
}

.contact-grid-column-1 {
  width: 100%;
  max-width: 35em;
  min-height: 80vh;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.nav-desc-text {
  z-index: 20;
  color: #fff;
  text-align: center;
  position: relative;
}

.bg-color-text {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.fullscreen-menu-column-1 {
  z-index: 10;
  width: 35%;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.fullscreen-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.fullscreen-link-text {
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 1em;
  line-height: 1em;
}

.fullscreen-main-link {
  z-index: 1;
  width: 100%;
  height: 100%;
  grid-column-gap: 2.5em;
  color: rgba(56, 46, 39, .7);
  text-align: left;
  letter-spacing: .15em;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-icon-white-4.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 1em;
  font-weight: 500;
  line-height: 1em;
  transition: background-position .6s cubic-bezier(.075, .82, .165, 1), height .6s cubic-bezier(.075, .82, .165, 1), letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fullscreen-main-link:hover {
  z-index: 2;
  height: 120%;
  color: #fff;
  letter-spacing: 0;
  background-color: #03192c;
  background-position: 92%;
  background-size: 1.2em;
  border-color: rgba(0, 0, 0, 0);
}

.fullscreen-main-link.w--current {
  color: #fff;
  background-color: #03192c;
  font-weight: 600;
}

.fullscreen-main-link.with-border {
  background-color: #faf7f5;
  border: 1px solid #e4d9d1;
}

.fullscreen-main-link.with-border:hover {
  background-color: #03192c;
  border-color: #03192c;
}

.bg-color-for-column-2 {
  z-index: 10;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fullscreen-menu-bg {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fullscreen-menu-contact-link {
  width: 100%;
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  background-color: #927e70;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
}

.fullscreen-menu-contact-link:hover {
  color: #fff;
  letter-spacing: .2em;
  text-indent: .2em;
  background-color: #68574b;
}

.close-button-icon {
  z-index: 5;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.6em;
  position: relative;
}

.fullscreen-inner {
  z-index: 10;
  width: 100%;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.close-button {
  z-index: 999;
  width: 8em;
  grid-row-gap: 5em;
  text-transform: uppercase;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.close-button:hover {
  width: 12em;
}

.fullscreen-menu-column-3 {
  z-index: 9;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 5em 4em 5em 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-cover-image {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fullscreen-menu-contact-text {
  text-align: center;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
}

.fullscreen-main-links {
  z-index: 10;
  width: 100%;
  height: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 5em;
  display: flex;
  position: relative;
}

.socials-3 {
  z-index: 10;
  align-self: center;
  position: relative;
}

.socials-3:hover {
  border-bottom-color: rgba(18, 4, 44, .4);
}

.custom-list-5 {
  z-index: 10;
  width: 100%;
  max-width: 33em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-success-title-2 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2em;
}

.overview-grid-2 {
  width: 100%;
  grid-column-gap: 7em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  display: grid;
}

.subfooter-links-list-3 {
  grid-column-gap: 2.75em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overview-text-1 {
  opacity: .8;
  font-size: 1.7em;
}

.overview-block-1 {
  width: 100%;
  max-width: 58em;
  grid-row-gap: 1.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-flex {
  width: 100%;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.review-flex:nth-child(2n) {
  flex-direction: row-reverse;
}

.review-grid-column-2 {
  width: 35em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.review-grid-column-1 {
  width: 36em;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.reviews-list {
  grid-row-gap: 8em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.reviews {
  width: 100%;
}

.review-content-block {
  grid-row-gap: 2.25em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-client-name-block {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.close-button-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: url('../images/close_FILL0_wght700_GRAD0_opsz48.svg');
  background-position: 50% 52%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.screens-1 {
  width: 100%;
  object-fit: fill;
  flex: none;
}

.overview-block-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2em;
  margin-bottom: -2em;
  display: flex;
  position: relative;
}

.overview-block-3 {
  width: 100%;
  max-width: 60em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overview-screen-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.overview-screen-2-bg {
  z-index: 5;
  mix-blend-mode: multiply;
  background-color: rgba(3, 25, 44, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-link-6 {
  z-index: 1;
  width: 100%;
  min-height: 14em;
  color: #382e27;
  border: 1px solid #e4d9d1;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: -1px;
  margin-left: -1px;
  padding: 2em;
  transition: border-color .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.menu-link-6:hover {
  z-index: 2;
  width: 120%;
  background-color: #ebe3de;
  border-color: #b69f8f;
  font-weight: 500;
}

.overview-link-name {
  font-size: 1.3em;
  line-height: 1.3em;
}

.overview-link-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.3em;
}

.overview-links {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4em;
  display: flex;
}

.overview-links.is-2nd {
  margin-bottom: 0;
}

.overview-block-4 {
  width: 100%;
  padding-bottom: 2em;
}

.overview-direction-title {
  font-size: 1.5em;
  font-weight: 600;
}

.bg-animation-for-column-2 {
  z-index: 30;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.opacity-80 {
  opacity: .8;
}

.form-grid-in-ui {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
}

.form-block-2 {
  padding: 5em;
}

.gallery-description-text {
  text-align: center;
  letter-spacing: -.05em;
  margin-bottom: .9em;
  font-size: 2.5em;
  font-weight: 700;
}

.header-7-text-1 {
  max-width: 28em;
  color: rgba(228, 217, 209, .8);
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.6em;
}

.page-links-1 {
  z-index: 20;
  width: 100%;
  height: 10em;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border-top: 1px solid rgba(255, 255, 255, .17);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-link {
  opacity: .9;
  color: #ebe3de;
  text-align: center;
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  background-image: url('../images/arrow-icon-tan-1_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-size: .8em;
  transition: color .2s, background-position .2s, letter-spacing .6s cubic-bezier(.075, .82, .165, 1), opacity .2s;
}

.page-link:hover {
  opacity: 1;
  color: #fff;
  letter-spacing: .6em;
  text-indent: .6em;
  background-size: 1.3em;
}

.page-link.is-dark {
  color: #03192c;
  background-image: url('../images/expand_more_FILL0_wght700_GRAD0_opsz48.svg');
  font-weight: 600;
}

.page-links-padding {
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.topbar-link-block {
  grid-column-gap: 1em;
  color: #ebe3de;
  letter-spacing: .15em;
  text-indent: .15em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.topbar-link-block:hover {
  opacity: 1;
  color: #fff;
  border-bottom-color: #c9b5a7;
}

.topbar-link-block.w--current {
  border-bottom-color: #e4d9d1;
}

.topbar-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.4em;
  position: relative;
}

.med-content-line {
  z-index: 10;
  width: 7px;
  background-color: rgba(201, 181, 167, .1);
  border: 1px solid rgba(201, 181, 167, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-links {
  width: 100%;
  height: 5em;
  background-color: rgba(2, 21, 37, .2);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  transition: background-color .2s;
  display: flex;
  position: static;
}

.nav-links:hover {
  background-color: rgba(2, 21, 37, .3);
}

.navbar-flex {
  z-index: 100;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.fixed-menu-button {
  z-index: 998;
  width: 6em;
  height: 9em;
  min-height: 9em;
  min-width: 6em;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fixed-menu-button:hover {
  background-color: #c9b5a7;
}

.nav-secondary-links {
  align-self: stretch;
  margin-left: auto;
  display: flex;
}

.fixed-button-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.7em;
  position: relative;
}

.header-7 {
  z-index: 5;
  width: 100%;
  height: 100vh;
  max-height: 80em;
  min-height: 60em;
  background-color: #12042c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-7-padding {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 13em;
  padding-bottom: 8.1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-7-content {
  z-index: 10;
  width: 100%;
  max-width: 44em;
  grid-row-gap: 1.75em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 5em;
  display: flex;
  position: relative;
}

.header-7-gradient-color {
  z-index: 2;
  mix-blend-mode: multiply;
  background-image: linear-gradient(45deg, #03192c, rgba(185, 186, 156, .2));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-link-sizing {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nested-cms-link-1 {
  min-height: 4em;
  color: rgba(255, 255, 255, .7);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.nested-cms-link-1:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.listing-4-content {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uppercase-listing-title {
  z-index: 20;
  color: rgba(255, 255, 255, .7);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: .8em;
  font-weight: 600;
  position: relative;
}

.uppercase-listing-title.is-2nd {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: .5em .8em;
}

.listing-arrow-link {
  grid-column-gap: 1.25em;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listing-4-link-2-text {
  font-size: 1.3em;
}

.buttons-flex-1 {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-flex-1.align-left {
  justify-content: flex-start;
}

.header-3-text-1 {
  max-width: 28em;
  color: rgba(255, 255, 255, .9);
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.grid-icon-1 {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 4em;
  position: relative;
}

.grid-11-block-1-content {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-11-brand-name {
  color: #02101d;
  letter-spacing: .5em;
  text-indent: .5em;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 800;
}

.grid-11-brand-slogan {
  opacity: .8;
  color: #927e70;
  letter-spacing: .25em;
  text-indent: .25em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 700;
  line-height: 1.1em;
}

.cms-links-2 {
  grid-column-gap: 2em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(235, 227, 222, .1);
  border: 1px solid rgba(235, 227, 222, .15);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.collection-list-wrapper {
  z-index: 20;
  margin: 1em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nested-cms-link-2 {
  color: rgba(255, 255, 255, .7);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.1em;
  transition: color .2s, border-color .2s;
  display: flex;
  position: relative;
  top: 1px;
}

.nested-cms-link-2:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.nested-cms-links-2 {
  width: 100%;
  grid-column-gap: 2em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-text-1 {
  color: #382e27;
  font-size: 1.4em;
  font-weight: 300;
}

.category-1-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.category-1-item {
  flex: 25em;
  display: flex;
}

.category-1-flex {
  width: 100%;
  grid-row-gap: 2em;
  border: 1px solid rgba(3, 25, 44, .15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.5em;
  display: flex;
}

.category-1-text-1 {
  color: rgba(3, 25, 44, .8);
  font-size: 1em;
  line-height: 1.7em;
}

.category-1-nested-link {
  grid-column-gap: .5em;
  color: #03192c;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: .5em 0;
  font-weight: 500;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-color .2s;
  display: flex;
}

.category-1-nested-link:hover {
  background-color: rgba(255, 255, 255, .6);
  border-color: rgba(3, 25, 44, .15);
  padding-left: .5em;
  padding-right: .5em;
}

.categories-1 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.category-button {
  z-index: 10;
  width: 100%;
  color: #03192c;
  letter-spacing: .1em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(25, 28, 116, .3);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 1.5em;
  font-size: .9em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
}

.category-button:hover {
  letter-spacing: .15em;
  background-color: rgba(25, 28, 116, .1);
  border-color: rgba(25, 28, 116, .5);
}

.category-1-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1em;
  position: relative;
}

.category-1-nested-links {
  width: 100%;
}

.listing-12-link-name {
  color: #03192c;
}

.listing-12-link-name:hover {
  color: #68574b;
}

.listing-12-block {
  width: 100%;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.listing-12-block:hover {
  grid-row-gap: 1.5em;
}

.listing-12-text-2 {
  max-width: 22em;
  opacity: .8;
  font-size: 1em;
}

.empty-state-text {
  color: rgba(255, 255, 255, .85);
  text-align: center;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3em;
}

.med-1-background {
  z-index: -10;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.med-1-default-background {
  z-index: -20;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.med-1-link {
  width: 100%;
  color: #e4d9d1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3.5em 2em;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.med-1-link:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(235, 247, 250, .15);
}

.category-1-image {
  z-index: 10;
  width: 100%;
  height: 15em;
  border: 1px solid rgba(18, 49, 97, .35);
  position: relative;
}

.category-2-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.category-2-item {
  flex: 1;
  display: flex;
}

.category-2-flex {
  width: 100%;
  text-align: center;
  border: 1px solid rgba(3, 25, 44, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.category-2-image {
  z-index: 10;
  width: 100%;
  height: 30em;
  position: relative;
}

.category-2-text-1 {
  max-width: 25em;
  color: rgba(3, 25, 44, .8);
  font-size: 1.1em;
  line-height: 1.7em;
}

.category-2-nested-links {
  width: 100%;
  flex: 0 auto;
}

.category-2-nested-link {
  min-height: 10em;
  grid-row-gap: 1em;
  color: #03192c;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .6em;
  font-weight: 500;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.category-2-nested-link:hover {
  grid-row-gap: .5em;
  background-color: rgba(255, 255, 255, .7);
  border-color: rgba(2, 16, 29, .1);
}

.category-2-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  opacity: .8;
  object-fit: contain;
  font-size: 3.2em;
  position: relative;
}

.category-2-nested-link-list {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.category-2-content {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
}

.category-2-with-lines {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-2-lines {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.category-2-line {
  width: 3em;
  height: 1px;
  background-color: rgba(3, 25, 44, .25);
  position: absolute;
}

.category-2-line.is-2nd {
  width: 1px;
  height: 3em;
}

.tabs-4 {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-4-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.tab-4-link {
  z-index: 10;
  min-height: 6em;
  min-width: 13em;
  grid-row-gap: 2em;
  opacity: .8;
  color: #927e70;
  text-align: center;
  background-color: #ebe3de;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .4s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.tab-4-link:hover {
  opacity: 1;
  background-color: #e4d9d1;
}

.tab-4-link.w--current {
  z-index: 20;
  min-width: 17em;
  grid-row-gap: 1em;
  opacity: 1;
  color: #ebe3de;
  background-color: #02101d;
  border-color: #e4d9d1;
  border-radius: 5px;
  font-weight: 500;
  box-shadow: 0 30px 60px -20px #68574b;
}

.tab-4-link-text {
  letter-spacing: .03em;
  text-indent: .03em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1em;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.tab-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.tab-4-image {
  z-index: 10;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.tab-5-link-image {
  z-index: 10;
  width: 5em;
  height: 3em;
  border-radius: 3px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.tabs-3 {
  z-index: 10;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-5-link {
  z-index: 10;
  min-height: 4em;
  grid-column-gap: 1.5em;
  opacity: .8;
  color: #927e70;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
  font-weight: 400;
  line-height: 1.1em;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), background-position .2s, opacity .2s;
  display: flex;
}

.tab-5-link:hover {
  opacity: 1;
}

.tab-5-link.w--current {
  z-index: 20;
  opacity: 1;
  color: #ecbd9c;
  background-color: #201a16;
  border-radius: 3px;
  padding-left: 1em;
  padding-right: 2em;
  font-weight: 500;
  box-shadow: 0 30px 30px -20px rgba(104, 87, 75, .6);
}

.tab-5-content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.tab-5-link-text {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.1em;
}

.tabs-5-links {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-right: 8em;
  display: flex;
}

.gallery-grid-3 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid-4 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-grid-4.in-tab {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.cta-3-image {
  z-index: 1;
  width: 50%;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cta-3-filter {
  z-index: 20;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  mix-blend-mode: multiply;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-3-block-1 {
  z-index: 20;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-3-grid-1 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: #02101d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 8em 4em;
}

.cta-3-text {
  max-width: 15em;
  color: #fff;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.6em;
}

.med-grid-3-block {
  max-width: 30em;
  min-height: 23em;
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 3em;
  transition: min-height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.med-grid-3-block:hover {
  min-height: 26em;
  background-color: #faf7f5;
}

.med-grid-3-icon-block {
  width: 5em;
  height: 5em;
  border: 1px solid #927e70;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.med-grid-3-icon-block:hover {
  height: 6em;
}

.med-grid-3-title {
  color: #201a16;
  letter-spacing: -.02em;
  text-indent: -.02em;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2em;
}

.med-grid-3-text {
  max-width: 15.5em;
  opacity: .8;
  font-size: 1.2em;
  line-height: 1.6em;
}

.med-grid-3-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.7em;
  position: relative;
}

.med-grid-3 {
  min-height: 26em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-flex-1 {
  grid-column-gap: 6em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.the-team-2-text-1 {
  max-width: 17em;
  line-height: 1.7em;
}

.team-members-1 {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team-1-list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.team-1-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  position: relative;
}

.team-1-content {
  z-index: 20;
  grid-row-gap: 0em;
  color: #03192c;
  background-color: #ebe3de;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -2em;
  padding: 2em;
  transition: color .2s, background-color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.team-1-content:hover {
  color: #fff;
  background-color: #03192c;
  padding-top: 3em;
  padding-bottom: 3em;
}

.team-1-name {
  font-weight: 600;
  line-height: 1.2em;
}

.team-1-image {
  z-index: 10;
  width: 100%;
  min-height: 22em;
  position: relative;
}

.grid-7-text-2 {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.9em;
}

.team-1-role {
  opacity: .8;
}

.category-2-treatment {
  font-size: .9em;
  line-height: 1.1em;
}

.tabs-1 {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-1-links {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.tab-1-link {
  z-index: 10;
  min-height: 6em;
  min-width: 20em;
  opacity: .8;
  color: #382e27;
  text-align: center;
  letter-spacing: 0;
  background-color: #ebe3de;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  transition: min-width .6s cubic-bezier(.075, .82, .165, 1), letter-spacing .4s cubic-bezier(.075, .82, .165, 1), background-color .4s cubic-bezier(.075, .82, .165, 1);
  display: none;
}

.tab-1-link:hover {
  opacity: 1;
  background-color: #dad2cd;
}

.tab-1-link.w--current {
  min-width: 22em;
  opacity: 1;
  color: #fff;
  letter-spacing: .3em;
  text-indent: .3em;
  background-color: #03192c;
  border-color: rgba(18, 49, 97, .2);
  border-radius: 5px;
  font-weight: 500;
}

.tab-1-link-text {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.1em;
}

.grid-7-block-3 {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 33vh 0;
  display: flex;
  position: relative;
}

.grid-7-block-3.is-2nd {
  background-color: #fff;
  margin-top: 20em;
  margin-bottom: 20em;
}

.grid-7-block-3.is-2nd.is-dark {
  color: #ebe3de;
  background-color: #02101d;
}

.grid-7-block-3.in-about {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #02101d;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .75);
  margin-top: 20em;
  margin-bottom: 20em;
}

.grid-7-text-4 {
  opacity: .9;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-7-block-4 {
  width: 100%;
  max-width: 25em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 3em;
  display: flex;
}

.grid-7-image-3 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  margin-top: 10em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.grid-7-image-3.in-about {
  margin-top: 0;
}

.grid-7-image-3.with-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-7-text-3 {
  letter-spacing: -.1em;
  text-indent: -.1em;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.numbering-block {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  padding-top: .3em;
  padding-bottom: .3em;
  display: flex;
  overflow: hidden;
}

.numbering-block.is-align-center {
  color: #fff;
  justify-content: center;
}

.numbering-block.is-absolute {
  z-index: 20;
  justify-content: center;
  position: absolute;
  top: 4.3em;
}

.numbering-line {
  width: 5em;
  height: 1px;
  background-color: rgba(3, 25, 44, .49);
}

.numbering-line.is-white {
  background-color: rgba(255, 255, 255, .5);
}

.the-team-2-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.the-team-2-about {
  max-width: 21em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-2-content {
  z-index: 20;
  min-width: 50%;
  grid-row-gap: 0em;
  color: #03192c;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .5em 5em .5em 3em;
  transition: color .2s, background-color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.team-2-content:hover {
  color: #fff;
  background-color: #03192c;
  padding-top: 3em;
  padding-bottom: 3em;
}

.team-2-image {
  z-index: 10;
  width: 100%;
  min-height: 22em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-2-item {
  min-height: 30em;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.team-2-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.team-2-name {
  color: #fff;
  font-weight: 600;
}

.team-2-role {
  opacity: .8;
  color: #fff;
  margin-top: 6px;
}

.sign-text.is-white {
  color: #fff;
}

.vertical-flex-gap-4em {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.vertical-flex-gap-4em.is-center {
  align-items: center;
}

.tab-5-link-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  opacity: .5;
  object-fit: contain;
  font-size: 1em;
  position: relative;
}

.content-grid-7 {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.listing-3-desc {
  min-height: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ex-col-1-item {
  z-index: 1;
  width: 100%;
  filter: saturate(40%);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  transition: filter .2s, width .8s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.ex-col-1-item:hover {
  width: 130%;
  filter: saturate();
}

.ex-col-1-title-bg {
  z-index: 1;
  background-color: #02101d;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ex-col-1-dot {
  z-index: 2;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .2s;
  position: absolute;
}

.ex-col-1-dot:hover {
  background-color: rgba(255, 255, 255, .2);
}

.image-absolute-bg {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ex-col-1-list {
  width: 100%;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.expanding-columns {
  z-index: 10;
  width: 100%;
  height: 50em;
  max-width: 100vw;
  min-height: 100vh;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ex-col-1-title-block {
  z-index: 50;
  padding: 1em 2em;
  position: relative;
  overflow: hidden;
}

.ex-col-1-title-block.with-width {
  max-width: 35em;
}

.ex-col-1-link {
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.ex-col-1-content {
  z-index: 20;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 9em 2.5em;
  display: flex;
  position: relative;
}

.ex-col-1-overlay-color-1 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: rgba(18, 49, 97, .5);
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ex-col-1-overlay-color-1:hover {
  opacity: .1;
}

.ex-col-1-name {
  z-index: 2;
  text-align: center;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.ex-col-1-icon-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 10vh;
}

.brand-footer-1 {
  min-width: 16em;
  grid-row-gap: .5em;
  color: #03192c;
  text-transform: uppercase;
  background-color: #b69f8f;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1em 2em;
  transition: background-color .2s;
  display: flex;
}

.brand-footer-1:hover {
  background-color: rgba(255, 255, 255, .8);
}

.footer-grid-block-1 {
  border: 1px solid rgba(201, 181, 167, .3);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: .5em;
  display: flex;
}

.cta-section-3 {
  z-index: 20;
  width: 100%;
  background-color: #ff2929;
  position: relative;
}

.cta-3-title {
  color: #fff;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.1em;
}

.footer-large-button {
  z-index: 1;
  width: 100%;
  min-height: 14em;
  color: #b69f8f;
  border: 1px solid #68574b;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: -1px;
  margin-left: -1px;
  padding: 2.5em;
  transition: border-color .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.footer-large-button:hover {
  z-index: 2;
  width: 120%;
  background-color: rgba(255, 255, 255, .05);
  border-color: #c9b5a7;
  font-weight: 500;
}

.footer-large-button.is-menu {
  width: 200%;
  grid-column-gap: 1.5em;
  cursor: pointer;
  background-color: rgba(14, 70, 117, .1);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer-large-button.is-menu:hover {
  width: 230%;
  background-color: rgba(14, 70, 117, .2);
}

.footer-large-button-name {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.footer-large-button-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.3em;
}

.topfooter-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.8em;
  position: relative;
}

.footer-with-links {
  z-index: 10;
  background-color: #03192c;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: none;
  position: relative;
}

.footer-gradient-color {
  z-index: 2;
  background-image: linear-gradient(rgba(3, 25, 44, .8), #02101d 80%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1em;
  position: relative;
}

.header-3 {
  z-index: 1;
  width: 100%;
  min-height: 80vh;
  background-color: #03192c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-3.is-100vh {
  min-height: 100vh;
  padding-bottom: 12em;
}

.header-3-padding {
  z-index: 10;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-3-content {
  max-width: 65em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5em;
  display: flex;
  position: relative;
}

.header-3-gradient {
  z-index: 2;
  height: 70%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(3, 25, 44, .94) 80%, #03192c);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand-name-footer {
  letter-spacing: .5em;
  text-indent: .5em;
  font-size: 1.2em;
  font-weight: 700;
}

.brand-slogan-footer {
  opacity: .8;
  color: rgba(3, 25, 44, .8);
  text-align: center;
  letter-spacing: .25em;
  text-indent: .25em;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2em;
}

.footer-small-link {
  color: rgba(228, 217, 209, .8);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.5em .5em 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1em;
  transition: color .2s;
  display: flex;
}

.footer-small-link:hover {
  color: #e4d9d1;
}

.footer-links-flex {
  grid-column-gap: 4em;
  grid-row-gap: 2.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-category-color {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: rgba(22, 96, 159, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-category-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 2.5em;
  display: none;
  position: absolute;
}

.fullscreen-link-sign {
  width: 4em;
  height: 100%;
  color: #03192c;
  object-fit: cover;
  background-color: #ebe3de;
  border: 1px solid #e4d9d1;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullscreen-link-sign.is-2nd {
  background-color: #fff;
}

.close-text {
  z-index: 5;
  color: #123161;
  letter-spacing: .4em;
  text-indent: .4em;
  font-size: .9em;
  line-height: 1.1em;
  position: relative;
}

.close-text-block {
  z-index: 10;
  position: relative;
  top: -3.6em;
  transform: rotate(-90deg);
}

.nav-link-2 {
  z-index: 10;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 1em;
  padding: .8em 1.3em;
  font-weight: 600;
  transition: background-color .2s, border-color .2s, color .2s;
  display: flex;
  position: relative;
  top: -1px;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #03192c;
  background-color: #c9b5a7;
}

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

.footer-large-links {
  border: 1px solid rgba(201, 181, 167, .3);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: .5em;
  display: flex;
}

.ex-col-1-icon {
  z-index: 1;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.3em;
  position: relative;
}

.team-text-2 {
  max-width: 28em;
  line-height: 1.7em;
}

.header-line {
  width: 100%;
  height: 1px;
  background-color: #ff2929;
}

.header-12-block {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-12-line-block {
  width: 100%;
  grid-column-gap: 2.5em;
  letter-spacing: .5em;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.header-12-line-block:hover {
  letter-spacing: .7em;
}

.header-12-line-text {
  color: #b69f8f;
  text-transform: uppercase;
  flex: none;
  font-size: .8em;
  line-height: 1em;
}

.header-3-text {
  color: rgba(255, 255, 255, .8);
  font-size: 1.4em;
  font-weight: 400;
}

.header-3-text.in-topics {
  max-width: 18em;
}

.review-image-size {
  min-height: 40em;
  flex: 1;
  position: relative;
}

.featured-review {
  width: 100%;
  color: #fff;
  background-color: #927e70;
  margin-bottom: 10em;
  padding: 5em;
  position: relative;
}

.review-line {
  width: 4.1em;
  height: 1px;
  background-color: rgba(14, 70, 117, .3);
}

.review-line.is-featured {
  background-color: #c9b5a7;
}

.patient-name {
  font-size: 1.3em;
  font-weight: 600;
}

.review-text-1 {
  color: #123161;
  font-size: 1em;
  font-weight: 600;
}

.review-text-1.is-2nd {
  opacity: .6;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
}

.review-text-1.is-2nd.is-featured {
  color: #fff;
}

.review-link-text {
  font-size: 1em;
  font-weight: 600;
}

.review-link {
  color: #927e70;
  transition: color .2s;
}

.review-link:hover {
  color: #382e27;
}

.review-link.is-featured {
  color: rgba(255, 255, 255, .8);
}

.review-link.is-featured:hover {
  color: #fff;
}

.review-treatment-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-review-image {
  z-index: 10;
  width: 100%;
  max-width: 40em;
  min-height: 50em;
  position: relative;
}

.featured-review-content {
  z-index: 10;
  width: 100%;
  max-width: 40em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-review-item {
  grid-column-gap: 10em;
  grid-row-gap: 2em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-review-bg-image {
  z-index: 1;
  margin: 2em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-review-bg-color {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  mix-blend-mode: multiply;
  background-color: #927e70;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-review-bg-gradient-color {
  z-index: 20;
  background-image: linear-gradient(to right, #382e27, rgba(182, 159, 143, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-6-title-gallery {
  z-index: 20;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  letter-spacing: 1vw;
  text-indent: 1vw;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.header-6-image-size-home-2 {
  z-index: 7;
  width: 25vw;
  height: 50vh;
  min-height: 33em;
  position: absolute;
}

.header-6-socials {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(201, 181, 167, .4);
  border-radius: 20em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 2.5em;
  padding: .5em 5em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.header-6-social-bg {
  z-index: 1;
  background-color: rgba(182, 159, 143, .1);
  border-radius: 20em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-6-flex {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-title-link {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 1vw;
  text-indent: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.large-title-link:hover {
  color: #fff;
  letter-spacing: 2vw;
  text-indent: 2vw;
}

.large-title-link-text {
  z-index: 20;
  text-align: center;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: .8em;
  position: relative;
}

.header-1 {
  z-index: 50;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-1.is-fullscreen-1 {
  min-height: 100vh;
  justify-content: center;
  padding-top: 16em;
  padding-bottom: 14em;
}

.header-1-content {
  width: 100%;
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-line-block {
  width: 100%;
  grid-column-gap: 2.5em;
  letter-spacing: .3em;
  text-indent: .3em;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.header-line-block:hover {
  letter-spacing: .6em;
  text-indent: .6em;
}

.header-content-block {
  width: 100%;
  grid-column-gap: 6em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-content-text {
  max-width: 25em;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.header-content-text.is-blog-desc {
  max-width: 30em;
}

.fees {
  width: 100%;
  max-width: 90em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fee-item {
  grid-column-gap: 2em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em;
  display: flex;
  overflow: hidden;
}

.fee-item:nth-child(2n) {
  background-color: rgba(182, 159, 143, .15);
}

.fee-name {
  font-size: 1.4em;
  font-weight: 400;
}

.fee-price {
  font-size: 1.3em;
  font-weight: 600;
}

.fees-list {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5em;
  display: flex;
  overflow: hidden;
}

.fees-wrap {
  z-index: 20;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebe3de;
  position: relative;
}

.fee-text-1 {
  color: rgba(56, 46, 39, .6);
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6em;
}

.section-image {
  z-index: 5;
  height: 45em;
  position: relative;
}

.section-video {
  width: 100%;
  height: 50em;
  position: relative;
}

.clinic-2-list {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.clinic-2-item {
  grid-row-gap: 2.5em;
  flex-direction: column;
  flex: 20em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-column-2-contacts {
  z-index: 10;
  width: 100%;
  max-width: 40em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .6);
  display: flex;
  position: relative;
}

.menu-contacts-padding {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding: 4em;
  display: flex;
}

.menu-contact-title {
  color: rgba(2, 16, 29, .7);
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  margin-bottom: 1.7em;
  font-size: .7em;
  font-weight: 600;
}

.clinic-address {
  max-width: 14em;
  font-size: 1.4em;
  line-height: 1.7em;
}

.clinic-2-name {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3em;
}

.clinic-contacts {
  width: 100%;
  grid-row-gap: 2em;
  border-left: 1px solid #c9b5a7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2em;
  display: flex;
}

.clinic-2-image {
  width: 100%;
  height: 30em;
  position: relative;
}

.clinic-content-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.clinic-2-text-1 {
  opacity: .8;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.7em;
}

.clinic-2-text-1.is-2nd {
  opacity: .6;
  font-weight: 400;
}

.clinic-2-text-1.is-link:hover {
  color: #382e27;
}

.contact-column-1 {
  width: 100%;
  padding: 10em 5em;
}

.contact-column-2 {
  width: 100%;
  background-color: #03192c;
  padding: 10em 5em;
}

.contact-image-size-1 {
  width: 100%;
  height: 20em;
  position: relative;
}

.contact-title-1-block {
  width: 100%;
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.contact-title-1-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.6em;
}

.clinic-address-block {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clinic-contact-buttons {
  width: 100%;
  grid-row-gap: 1em;
  background-color: rgba(235, 227, 222, .5);
  border: 1px solid #c9b5a7;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2em;
  display: flex;
}

.med-1 {
  z-index: 1;
  width: 100%;
  height: 60em;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.med-1-content {
  width: 100%;
  max-width: 1700px;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.med-1-overlay-color {
  z-index: -5;
  mix-blend-mode: multiply;
  background-color: rgba(10, 28, 54, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.med-1-text {
  text-align: center;
  font-size: 2vw;
  line-height: 1.1em;
}

.med-1-block {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  transition: opacity .2s, border-color .2s;
  display: flex;
  position: relative;
}

.med-1-block:hover {
  opacity: 1;
  border-left-color: #fff;
}

.med-1-item {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: static;
}

.med-1-item:hover {
  width: 120%;
}

.med-1-list {
  width: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.med-1-wrap {
  width: 100%;
  position: static;
}

.med-1-background-color {
  z-index: -30;
  background-color: #03192c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-grid-column-3 {
  width: 100%;
  min-height: 80vh;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 8em;
}

.contact-column-3 {
  width: 100%;
  background-color: #0a2236;
  padding: 10em;
}

.contact-column-3.is-tan {
  background-color: #ff2929;
}

.contact-grid-column-4 {
  width: 100%;
  max-width: 35em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-image-size-2 {
  width: 100%;
  height: 40em;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}

.footer-with-links-flex {
  width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-footer-2 {
  min-width: 21em;
  grid-column-gap: .75em;
  grid-row-gap: 1.25em;
  color: #03192c;
  text-transform: uppercase;
  background-color: #b69f8f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 4em;
  padding: 3em 2em;
  transition: background-color .2s;
  display: flex;
}

.brand-footer-2:hover {
  background-color: rgba(255, 255, 255, .8);
}

.brand-logo-footer {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1em;
}

.socials-footer {
  margin-top: -1.5em;
  margin-left: auto;
}

.socials-footer-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-1-image {
  z-index: 1;
  opacity: .6;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-1-image.without-blending {
  opacity: 1;
  mix-blend-mode: normal;
}

.grid-rich-content {
  width: 100%;
  max-width: 60em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-sidebar {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.form-checkbox-link {
  color: #382e27;
  text-decoration: underline;
}

.form-checkbox-link:hover {
  color: #123161;
}

.sidebar-title-1 {
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.8em;
  font-weight: 500;
}

.sidebar-block {
  grid-row-gap: .75em;
  background-color: #fff;
  background-image: linear-gradient(#faf7f5, rgba(0, 0, 0, 0) 50%);
  border: 1px solid #c9b5a7;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 4em;
  display: flex;
}

.sidebar-block.is-2nd {
  grid-row-gap: 3em;
}

.sidebar-small-title-1 {
  color: rgba(56, 46, 39, .8);
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 500;
}

.sticky-block-1 {
  z-index: 2;
  height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.sidebar {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.treatment-image-size-1 {
  width: 100%;
  height: 30em;
  position: relative;
}

.treatment-image-size-2 {
  width: 100%;
  height: 15em;
  position: relative;
}

.clinic-contact-block {
  width: 100%;
  grid-column-gap: 3.5em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.clinic-2-link {
  color: #03192c;
  transition: color .2s;
}

.clinic-2-link:hover {
  color: #68574b;
}

.fee-title-1 {
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.1em;
}

.fee-blocks {
  z-index: 20;
  width: 100%;
  height: 5em;
  min-height: 12vh;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #ebe3de;
  border-top: 1px solid rgba(236, 189, 156, .4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 0;
  transition: background-color .2s, border-color .2s, color .2s;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fee-blocks:hover {
  color: #fff;
}

.fee-title-2 {
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
}

.fee-title-3 {
  text-align: center;
  letter-spacing: .4em;
  text-indent: .4em;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 1.1em;
}

.fee-name-link {
  color: #382e27;
}

.header-1-overlay-color {
  z-index: 2;
  opacity: .8;
  mix-blend-mode: multiply;
  background-color: #0d1530;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fee-block-1 {
  width: 100%;
  height: 100%;
  color: #c9b5a7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.fee-block-1.in-middle {
  border-left: 1px solid rgba(236, 189, 156, .4);
  border-right: 1px solid rgba(236, 189, 156, .4);
}

.fee-block-1.is-link {
  color: #fff;
  background-color: #927e70;
  transition: background-color .2s;
}

.fee-block-1.is-link:hover {
  background-color: #68574b;
}

.header-9 {
  z-index: 50;
  min-height: 100vh;
  color: #fff;
  background-color: #0b1116;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-9-background {
  z-index: 1;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-subtitle {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  font-size: .8em;
  line-height: 1em;
}

.header-subtitle.with-border {
  border: 1px solid rgba(236, 189, 156, .4);
  border-radius: 20px;
  padding: .6em 1em .5em;
}

.team-grid-1 {
  grid-column-gap: 10em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.header-bottom-text {
  letter-spacing: .3em;
  text-indent: .3em;
  text-transform: uppercase;
  flex: none;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.scroll-down-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.3em;
  position: relative;
}

.aside-image-7 {
  z-index: 20;
  width: 14em;
  height: 10em;
  object-fit: cover;
  position: absolute;
  top: 12em;
  left: -6em;
}

.header-bottom-links {
  z-index: 20;
  width: 96%;
  height: 5em;
  min-height: 10vh;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  justify-items: center;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  transition: min-height .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-bottom-link {
  height: 100%;
  grid-column-gap: 1em;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #c9b5a7;
  border: 1px solid rgba(201, 181, 167, .5);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  transition: height .6s cubic-bezier(.075, .82, .165, 1), border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.header-bottom-link:hover {
  height: 120%;
  color: #fff;
  background-color: rgba(201, 181, 167, .05);
  border-color: rgba(201, 181, 167, .7);
}

.header-bottom-link.is-2nd {
  color: #fff;
  background-color: #927e70;
}

.header-bottom-link.is-2nd:hover {
  background-color: #68574b;
}

.breadcrumbs-links {
  grid-column-gap: 1vw;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-icon {
  width: 1em;
  height: 1em;
  object-fit: contain;
  font-size: 1.2em;
}

.breadcrumbs {
  z-index: 20;
  position: relative;
}

.page-links-2 {
  z-index: 60;
  width: 100%;
  height: 12vh;
  min-height: 7em;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: rgba(255, 255, 255, .5);
  border-top: 1px solid rgba(255, 255, 255, .17);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.header-11 {
  z-index: 5;
  min-height: 100vh;
  color: #fff;
  background-color: #0b1116;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-11-gradient-color {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, .5);
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 58%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-11-padding {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15em;
  padding-bottom: 12em;
  display: flex;
}

.header-11-content {
  width: 100%;
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-11-wrap {
  position: relative;
}

.template-ui-kit-title {
  font-size: 2em;
  font-weight: 600;
}

.template-ui-kit-wrap {
  width: 100%;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-image-block {
  border: 10px solid #c9b5a7;
}

.team-content-block {
  max-width: 50em;
}

.content-grid-2 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
}

.content-2-column {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content-2-text-1 {
  color: #927e70;
  font-size: 1.2em;
  line-height: 1.9em;
}

.content-2-text-1.about-dentist {
  max-width: 20.5em;
  text-align: center;
  font-size: 1.4em;
}

.content-2-image-size-1 {
  height: 50em;
  position: relative;
}

.content-2-content-1 {
  max-width: 39em;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-2-image-size-2 {
  height: 30em;
  position: relative;
}

.content-2-text-2 {
  color: #382e27;
  font-size: 1.2em;
  line-height: 1.9em;
}

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

.vertical-flex-gap-2em {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-7-text-5 {
  opacity: .7;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.max-width-80 {
  max-width: 80em;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.while-scrolling-effect-3rem {
  z-index: 10;
  position: relative;
}

.while-scrolling-effect-10rem {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-grid-4 {
  width: 100%;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.grid-4-block-1 {
  width: 100%;
  max-width: 43em;
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-4-block-2 {
  max-width: 35em;
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-4-block-3 {
  width: 100%;
  max-width: 43em;
  grid-column-gap: 3.25em;
  grid-row-gap: 3.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-4-block-4 {
  width: 100%;
  height: 100%;
  max-width: 35em;
  min-height: 55em;
  position: relative;
}

.grid-4-text-2 {
  color: #382e27;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
}

.grid-4-image-1 {
  width: 100%;
  min-height: 25em;
  position: relative;
}

.grid-4-text-1 {
  max-width: 21em;
  color: #382e27;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.8em;
}

.header-4-images {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.opacity-60 {
  opacity: .6;
}

.grid-11-text-1 {
  max-width: 8em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.grid-11-text-2 {
  color: #02101d;
  letter-spacing: -.1em;
  text-indent: -.1em;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.grid-11-text-3 {
  opacity: .9;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.3em;
}

.grid-7-image-4 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 30em;
  position: relative;
}

.header-6-title-3 {
  z-index: 20;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  letter-spacing: 1vw;
  text-indent: 1vw;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.header-6-image-size-team {
  z-index: 7;
  width: 28vw;
  height: 50vh;
  position: absolute;
}

.bg-color-for-sticky-sec-2 {
  z-index: 15;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(rgba(3, 25, 44, .2), #03192c);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-7-image-5 {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-6-image-gallery {
  z-index: 7;
  width: 23vw;
  height: 50vh;
  min-height: 33em;
  position: absolute;
}

.header-6-image-size-uni {
  z-index: 7;
  width: 23vw;
  height: 50vh;
  min-height: 30em;
  position: absolute;
}

.contact-image-size-3 {
  width: 100%;
  height: 42em;
  position: relative;
}

.sidebar-buttons {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.fullscreen-link-icon {
  z-index: 10;
  width: 1em;
  height: 1em;
  opacity: .6;
  object-fit: contain;
  font-size: 1.2em;
  position: relative;
}

.title-with-badge {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-text-1 {
  color: #fff;
  letter-spacing: .1em;
  text-indent: .1em;
  text-transform: uppercase;
  background-color: #16609f;
  border-radius: 10px;
  padding: .2em .8em;
  font-size: .7em;
  font-weight: 500;
}

.badge-text-1.is-cms {
  background-color: #6841d6;
}

.overview-text-2 {
  max-width: 9.2em;
  color: #e4d9d1;
  text-align: center;
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1em;
}

.overview-text-3 {
  opacity: .6;
  color: #e4d9d1;
  letter-spacing: .2em;
  text-indent: .2em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
}

.header-3-content-2 {
  max-width: 65em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pin-text {
  max-width: 30em;
  margin-bottom: 1.8em;
  font-size: 2em;
}

.section-2 {
  width: 100%;
  height: 200px;
  position: relative;
}

.html-embed {
  z-index: 99999;
  width: 100%;
  position: absolute;
}

.image {
  width: 20%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block, .div-block-2 {
  margin-left: auto;
}

.div-block-3, .div-block-4 {
  margin-right: auto;
}

.container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 13px;
  }

  .dropdown-list {
    display: none;
  }

  .cta-3-text {
    text-align: center;
    font-size: 1.6em;
  }

  .cta-3-title {
    text-align: left;
  }

  .paragraph {
    width: 80%;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 14px;
  }

  .dropdown-list {
    display: block;
  }

  .listing-bg {
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(0, 0, 0, .6));
  }

  .fullscreen-menu {
    display: block;
  }

  .the-team-2-grid {
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .padding.in-contact {
    padding-bottom: 4em;
  }

  .heading.is-header-8-title {
    font-size: 4.2em;
  }

  .heading.is-header-3-title-1 {
    font-size: 4.5em;
  }

  .heading.is-serif-title-2 {
    font-size: 12vw;
  }

  .heading.is-extra-light-title {
    font-size: 3.2em;
  }

  .heading.is-header-2-title {
    font-size: 3em;
  }

  .heading.is-header-3-title-2 {
    font-size: 4.5em;
  }

  .heading.is-header-12-title, .heading.is-overview-title-5 {
    font-size: 5em;
  }

  .heading.is-header-7-title {
    font-size: 4em;
  }

  .heading.is-header-4-title-1 {
    font-size: 6em;
  }

  .heading.is-about-2-title-1 {
    font-size: 5em;
  }

  .heading.is-grid-7-title-1 {
    font-size: 3.6em;
  }

  .heading.is-header-title {
    font-size: 5em;
  }

  .heading.is-content-2-title {
    font-size: 3em;
  }

  .heading.is-blog-title-1 {
    font-size: 4em;
  }

  .heading.is-ui-kit-title-1 {
    font-size: 5em;
  }

  .heading.is-small-title {
    font-size: 2.5em;
  }

  .heading.is-large-title {
    font-size: 4em;
  }

  .heading.is-medium-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-extra-large-title {
    font-size: 5em;
  }

  .heading.is-extra-small-title {
    font-size: 1.5em;
  }

  .heading.is-header-3-title-3, .heading.is-header-3-title-4 {
    font-size: 4.5em;
  }

  .content-grid-1 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .list-title {
    font-size: 1.5em;
  }

  .list-text {
    max-width: none;
    font-size: 1.15em;
  }

  .header-absolute-block.with-padding {
    padding: 4em;
  }

  .header-6 {
    min-height: auto;
  }

  .header-6.with-tan-bg {
    min-height: 100vh;
  }

  .nav-link {
    min-height: 4.5em;
    color: #12042c;
    border-top-width: 0;
    margin-right: 2.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    color: #12042c;
    border-top-width: 0;
    border-top-color: rgba(0, 0, 0, 0);
  }

  .hero-socials-list {
    grid-column-gap: 0em;
  }

  .grid-1-block-1 {
    max-width: 38em;
    position: relative;
    top: 0;
  }

  .dropdown-link {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-icon {
    font-size: 1em;
  }

  .dropdown-list.w--open {
    width: 100%;
    box-shadow: none;
    border-top: 1px solid rgba(18, 4, 44, .15);
    border-bottom: 1px solid rgba(18, 4, 44, .15);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .newsletter-field {
    font-size: 1.3em;
  }

  .newsletter-field::-ms-input-placeholder {
    font-size: 1.1em;
  }

  .newsletter-field::placeholder {
    font-size: 1.1em;
  }

  .menu-mobile-text {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 600;
    line-height: 1.1em;
  }

  .grid-1-block-2 {
    max-width: 38em;
  }

  .flex-for-sticky {
    flex-wrap: wrap;
    padding-bottom: 8em;
  }

  .sticky-column-2-bg {
    border: 1px solid rgba(255, 255, 255, .15);
    margin-top: 0;
  }

  .custom-list-2 {
    max-width: 28em;
  }

  .header-5-inner {
    padding-bottom: 18em;
  }

  .header-5-inner.less-paddings {
    padding-top: 14em;
  }

  .main-nav {
    justify-content: space-between;
    padding-left: 0;
  }

  .nav-block-1 {
    height: 7em;
    min-width: auto;
    position: relative;
  }

  .nav-links-height {
    z-index: 99;
    height: auto;
    background-color: #e4d9d1;
    padding: 0;
    position: absolute;
    top: 9em;
    box-shadow: 0 100px 90px -30px rgba(18, 24, 39, .94);
  }

  .brand-link-block {
    min-width: 14em;
    border-right-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
    padding-left: 1em;
    padding-right: 1em;
  }

  .brand-link-block:hover {
    color: #03192c;
    background-color: #fff;
  }

  .menu-mobile-button-flex {
    height: 100%;
    grid-column-gap: .25em;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: .5em 1.3em;
    display: flex;
  }

  .mobile-menu-button {
    background-color: #fff;
    border-left: 1px solid rgba(212, 160, 255, .33);
    padding: 0;
  }

  .mobile-menu-button.w--open {
    color: #12042c;
    background-color: #e4d9d1;
  }

  .tab-image {
    height: 17em;
  }

  .accordion:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .accordion-title {
    font-size: 1.2em;
  }

  .rich-text.is-featured-review {
    font-size: 1.1em;
  }

  .gallery-lightbox {
    height: 15em;
  }

  .gallery-lightbox.is-2nd, .gallery-lightbox.is-3rd {
    height: 33em;
  }

  .gallery-lightbox.is-4th {
    height: 15em;
  }

  .sticky-column-2 {
    width: auto;
    max-width: none;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding: 8em 6em;
  }

  .password-form-input {
    font-size: 1.3em;
  }

  .password-form-input::-ms-input-placeholder {
    font-size: 1.1em;
  }

  .password-form-input::placeholder {
    font-size: 1.1em;
  }

  .password-form-submit {
    font-size: 1.1em;
  }

  .static-gallery-grid, .gallery-grid-2 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .color-define, .color-define-2, .color-define-3 {
    height: 4em;
  }

  .header-5-socials {
    min-height: auto;
    border-radius: 20em;
    justify-items: center;
    margin-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: .7em;
    left: auto;
    right: auto;
  }

  .main-button, .main-button:hover {
    letter-spacing: .15em;
  }

  .header-5-social-bg {
    border-radius: 20em;
  }

  .nav-topbar {
    height: 7em;
    grid-column-gap: 2.5em;
    border-bottom-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .menu-large-links {
    background-color: #faf7f5;
    padding: 3.5em;
  }

  .menu-large-link:hover {
    letter-spacing: 0;
  }

  .header-6-title-1 {
    margin-bottom: -7vw;
    font-size: 14vw;
  }

  .grid-3-image {
    height: 30em;
  }

  .slide-timeline {
    right: 2em;
  }

  .content-grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-7-block-2 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .ui-kit-links {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ui-kit-link {
    width: 50%;
    grid-column-gap: 1.5em;
    grid-row-gap: 1em;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    padding-left: 2em;
    padding-right: 2em;
    transition: none;
  }

  .ui-kit-link:hover {
    grid-column-gap: 1.5em;
    grid-row-gap: .75em;
  }

  .ui-kit-link.w--current {
    background-position: 93%;
  }

  .ui-kit-link-icon {
    font-size: 1.3em;
  }

  .tab-2-link.w--current {
    padding-right: 2.5em;
  }

  .menu-category-links {
    background-color: #faf7f5;
    padding: 1em;
  }

  .menu-category-list {
    border-color: rgba(18, 4, 44, .15);
    border-radius: 5px;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .menu-category-item {
    width: 100%;
    flex: 0 auto;
  }

  .menu-category-link {
    background-color: #fff;
    background-position: 96%;
    background-size: 1.5em;
    border-radius: 0;
    padding: 1.8em 4em 1.8em 1.8em;
  }

  .menu-category-link:hover {
    color: #382e27;
    background-color: #fff;
    background-image: url('../images/arrow_right_alt_FILL0_wght700_GRAD0_opsz48.svg');
    background-position: 90%;
    background-size: 1.5em;
  }

  .menu-category-name {
    font-size: 1.4em;
  }

  .breadcrumbs-cms-wrap {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs-cms-link {
    top: 0;
  }

  .breadcrumbs-cms-link.is-cta-link {
    color: #382e27;
    background-color: #ebe3de;
    border-bottom-color: #c9b5a7;
    border-left-color: #c9b5a7;
    border-right-color: #c9b5a7;
  }

  .breadcrumbs-cms-list {
    grid-column-gap: 4vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    overflow: auto;
  }

  .breadcrumbs-cms-list.in-center {
    justify-content: center;
  }

  .breadcrumbs-cms-list.is-2nd {
    grid-column-gap: 0vw;
    padding-left: 4em;
    padding-right: 0;
    overflow: hidden;
  }

  .padding-80vh {
    min-height: auto;
  }

  .scolling-image {
    height: 170%;
  }

  .menu-treatments-links {
    background-color: #faf7f5;
    padding: 0;
  }

  .menu-treatments-list {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .menu-treatment-item {
    width: 33.3333%;
    flex: 0 auto;
  }

  .menu-treatment-link {
    width: 100%;
    grid-row-gap: 1.5em;
    flex: 0 auto;
    padding: 1.2em;
  }

  .menu-treatment-link:hover {
    box-shadow: none;
    color: #12042c;
    background-color: #fff;
    transform: none;
  }

  .menu-treatment-name {
    font-size: 1.3em;
  }

  .menu-treatment-image {
    height: 8em;
  }

  .content-grid-11 {
    background-color: #faf7f5;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
  }

  .content-grid-11.in-team {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-11-block-1 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .button-listing-1-link {
    background-position: 100%;
    background-size: .8em;
    border-bottom-color: #e4d9d1;
  }

  .button-listing-1-link:hover {
    background-size: .8em;
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .button-listing-1-link.in-menu {
    border-bottom-color: #03192c;
  }

  .listing-2-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .listing-2-link-block {
    padding: 4em 2em;
  }

  .listing-2-content {
    padding: 1em;
  }

  .listing-text {
    font-size: 1.2em;
  }

  .menu-sublinks-1-flex-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .menu-sublink {
    color: #fff;
    background-color: #12042c;
    background-image: url('../images/arrow-icon-white-4.svg');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 1.1em;
    padding-right: 2.5em;
  }

  .menu-sublink:hover {
    background-position: 90%;
    background-size: 1.1em;
    padding-left: 1.5em;
    padding-right: 2.5em;
  }

  .menu-sublinks-1 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header-4-image-3 {
    right: -14.7em;
  }

  .header-4-image-2 {
    left: -24.9em;
  }

  .header-4-image-1 {
    right: -15.8em;
  }

  .header-4-image-4 {
    left: -19.7em;
  }

  .content-grid-5 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr 1fr;
  }

  .listing-3-content.in-fullscreen {
    max-width: 30em;
  }

  .listing-3-list {
    grid-template-columns: 1fr 1fr;
  }

  .listing-3-list.is-fullscreen {
    flex-wrap: wrap;
  }

  .services-3-item.is-fullscreen {
    height: 50em;
    min-height: 80vh;
  }

  .subfooter-links-list {
    grid-column-gap: 1.5em;
  }

  .subfooter-text-link:hover {
    color: #12042c;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .subfooter-text-link.is-2nd:hover {
    background-color: #02101d;
    border-color: rgba(0, 0, 0, 0);
  }

  .listing-4-grid {
    grid-column-gap: 2em;
    grid-template-columns: 1fr 1.25fr;
  }

  .listing-4-block {
    margin-left: 0;
  }

  .listing-heading-uni-2 {
    font-size: 3.1em;
  }

  .listing-heading-uni-2.is-larger {
    font-size: 3.5em;
  }

  .cta-1-grid-1 {
    grid-template-columns: 1fr 1fr;
    padding: 3.5em;
  }

  .cta-1-block-1 {
    color: #03192c;
    background-color: #c9b5a7;
    align-items: flex-start;
  }

  .cta-1-content {
    grid-row-gap: 3em;
  }

  .newsletter-list-1 {
    grid-template-columns: 1fr 1fr;
  }

  .subfooter-1-black {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .subfooter-links {
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding-bottom: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .form-submit-button {
    padding-left: 3em;
    padding-right: 6em;
    font-size: 1em;
  }

  .form-field {
    font-size: 1.3em;
  }

  .checkbox {
    width: 2em;
    height: 2em;
  }

  .form-image-size-2 {
    height: 30em;
    flex: 0 auto;
  }

  .header-2-grid {
    grid-column-gap: 4em;
    grid-row-gap: 6em;
  }

  .header-2-padding {
    padding-top: 14em;
  }

  .ui-kit-header {
    padding-top: 10em;
  }

  .breadcrumbs-1 {
    max-width: none;
    margin-bottom: 3em;
  }

  .footer-simple-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-large-link {
    font-size: 1.7em;
  }

  .header-8-content {
    min-height: auto;
    padding-top: 60em;
    padding-bottom: 60em;
  }

  .grid-7-block-1 {
    grid-row-gap: 3em;
  }

  .simple-link-1 {
    color: #fff;
    background-color: #12042c;
    background-image: url('../images/arrow-icon-white-4.svg');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.3em;
    padding-right: 2.2em;
    font-size: 1.1em;
  }

  .simple-link-1:hover {
    background-position: 90%;
    background-size: 1em;
  }

  .grid-3-image-2 {
    left: -3.5em;
  }

  .cta-1-icon-1 {
    font-size: 1.5em;
    display: block;
  }

  .ui-kit-title-block {
    max-width: none;
  }

  .topfooter-1-block-1:hover {
    width: 100%;
  }

  .topfooter-1-button-text {
    font-size: 1.6em;
  }

  .breadcrumbs-block {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .breadcrumbs-block.in-center {
    justify-content: center;
  }

  .breadcrumbs-block.with-linen-bg {
    border-bottom-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .dropdown-toggle {
    color: #12042c;
    border-top-width: 0;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #c9b5a7;
    justify-content: space-between;
    padding: 2em 3.5em;
  }

  .dropdown-toggle:hover {
    color: #12042c;
    border-top-width: 0;
    border-top-color: rgba(0, 0, 0, 0);
  }

  .subfooter-links-list-2 {
    grid-column-gap: 1.75em;
  }

  .header-12 {
    padding-top: 14em;
  }

  .header-12-text-1 {
    max-width: 18em;
    font-size: 1.5em;
  }

  .sticky-column-3 {
    width: 100%;
    min-height: auto;
    padding-top: 8em;
    padding-bottom: 5em;
    position: relative;
  }

  .vertical-flex-gap-8em {
    grid-row-gap: 6em;
  }

  .listing-12-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid-column-1 {
    max-width: none;
    min-height: auto;
  }

  .fullscreen-menu-column-1 {
    width: 100%;
    align-self: auto;
    padding-top: 5em;
  }

  .fullscreen-link-text {
    letter-spacing: 0;
    font-size: 1.1em;
  }

  .fullscreen-main-link {
    min-height: 4em;
    color: #382e27;
  }

  .fullscreen-main-link:hover {
    height: 100%;
    color: #382e27;
    background-color: rgba(0, 0, 0, 0);
    background-position: 100%;
  }

  .close-button-icon {
    opacity: .6;
  }

  .fullscreen-inner {
    flex-flow: wrap;
    align-self: auto;
    overflow: auto;
  }

  .close-button {
    width: 100%;
    height: 5.5em;
    grid-column-gap: 1em;
    opacity: 1;
    border-right-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    font-size: .9em;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .close-button:hover {
    width: 100%;
  }

  .fullscreen-menu-column-3 {
    width: 100%;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    padding: 6em;
  }

  .fullscreen-main-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 2.5em;
    display: grid;
  }

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

  .subfooter-links-list-3 {
    grid-column-gap: 1.75em;
  }

  .overview-text-1 {
    font-size: 1.5em;
  }

  .overview-block-1 {
    max-width: 49em;
  }

  .review-content-block {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .close-button-bg {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #e4d9d1;
  }

  .overview-screen-2 {
    width: 140%;
  }

  .menu-link-6 {
    width: 50%;
    min-height: 9em;
  }

  .menu-link-6:hover {
    width: 50%;
  }

  .overview-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

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

  .page-link {
    padding-left: 0;
    padding-right: 0;
  }

  .page-link:hover {
    letter-spacing: .4em;
    text-indent: .4em;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .page-links-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .topbar-link-block {
    font-size: .75em;
  }

  .nav-links {
    display: none;
  }

  .fixed-menu-button {
    height: 7em;
    min-height: 7em;
    background-color: #fff;
  }

  .nav-secondary-links {
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .header-7 {
    height: auto;
    max-height: none;
    min-height: 80vh;
  }

  .header-7-padding {
    padding-top: 20em;
  }

  .header-7-content {
    padding-left: 4em;
    padding-right: 4em;
  }

  .page-link-sizing {
    flex: 0 auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .category-1-list {
    flex-wrap: wrap;
  }

  .category-1-item {
    width: 100%;
  }

  .category-1-text-1 {
    font-size: 1.1em;
  }

  .categories-1 {
    max-width: none;
  }

  .category-button {
    background-color: rgba(25, 28, 116, .1);
  }

  .category-button:hover {
    letter-spacing: .15em;
  }

  .listing-12-block {
    transition: none;
  }

  .listing-12-block:hover {
    grid-row-gap: 2em;
  }

  .med-1-default-background {
    object-position: 0% 50%;
  }

  .med-1-link {
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    flex: 1;
  }

  .med-1-link:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
  }

  .category-2-list {
    flex-wrap: wrap;
  }

  .category-2-item {
    width: 100%;
    flex: 0 auto;
  }

  .category-2-text-1 {
    font-size: 1.3em;
  }

  .category-2-lines {
    font-size: .6em;
  }

  .tabs-4-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .tab-4-link {
    min-width: auto;
    flex: 1;
  }

  .tab-4-link.w--current {
    min-width: auto;
  }

  .tab-5-link-image {
    width: 8em;
  }

  .tabs-3 {
    flex-wrap: wrap;
  }

  .tab-5-link {
    width: 100%;
  }

  .tab-5-link.w--current {
    padding-right: 2.5em;
  }

  .tabs-5-links {
    margin-bottom: 3em;
    margin-right: 0;
  }

  .gallery-grid-3, .gallery-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .gallery-grid-4.in-tab {
    grid-template-columns: 1fr 1fr;
  }

  .cta-3-grid-1 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .cta-3-text {
    font-size: 1.1em;
  }

  .med-grid-3-block {
    min-height: auto;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .med-grid-3-block:hover {
    min-height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .med-grid-3-icon-block:hover {
    height: 5em;
  }

  .med-grid-3-text {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .team-flex-1 {
    flex-wrap: wrap;
  }

  .the-team-2-text-1 {
    max-width: 16em;
    margin-right: auto;
  }

  .team-1-list {
    grid-template-columns: 1fr 1fr;
  }

  .team-1-content:hover {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .tabs-1-links {
    margin-bottom: 2em;
  }

  .tab-1-link {
    min-height: 4em;
    min-width: 12em;
  }

  .tab-1-link.w--current {
    min-width: 12em;
  }

  .grid-7-block-3 {
    padding-top: 33em;
    padding-bottom: 33em;
  }

  .grid-7-block-3.is-2nd {
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .grid-7-block-3.in-about {
    padding-top: 30em;
    padding-bottom: 30em;
  }

  .numbering-block.is-absolute {
    top: 6.5em;
  }

  .the-team-2-grid {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .the-team-2-about {
    max-width: none;
  }

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

  .ex-col-1-item {
    min-height: 50em;
    filter: none;
    flex: 1;
  }

  .ex-col-1-item:hover {
    width: 100%;
  }

  .ex-col-1-title-bg {
    display: block;
  }

  .ex-col-1-dot {
    bottom: 1.9em;
  }

  .ex-col-1-list {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .expanding-columns {
    height: auto;
    min-height: 100vh;
  }

  .ex-col-1-title-block {
    transform: none;
  }

  .ex-col-1-content {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .ex-col-1-overlay-color-1 {
    z-index: 13;
  }

  .brand-footer-1 {
    border-right-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
    padding: 3.3em 1.8em 3.3em 1.3em;
  }

  .footer-grid-block-1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-large-button {
    min-height: 11em;
  }

  .footer-large-button:hover {
    width: 100%;
  }

  .footer-with-links {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .menu-icon {
    font-size: .8em;
  }

  .brand-name-footer {
    font-size: 1.4em;
  }

  .footer-links-flex {
    width: 100%;
  }

  .fullscreen-link-sign {
    padding: .5em;
  }

  .close-text {
    color: #382e27;
    font-weight: 600;
  }

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

  .nav-link-2 {
    min-height: 4.5em;
    color: #12042c;
    border-top-width: 0;
    margin-right: 2.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2:hover {
    color: #12042c;
    border-top-width: 0;
    border-top-color: rgba(0, 0, 0, 0);
  }

  .the-team-2-content {
    grid-column-gap: 2em;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-large-links {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .team-text-2 {
    margin-right: auto;
  }

  .featured-review-item {
    grid-column-gap: 2.75em;
  }

  .header-6-title-gallery {
    font-size: 14vw;
  }

  .header-6-image-size-home-2 {
    width: 40vw;
  }

  .header-6-socials {
    min-height: 5em;
    justify-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .large-title-link:hover {
    letter-spacing: 1vw;
    text-indent: 1vw;
  }

  .large-title-link-text {
    font-size: 12vw;
  }

  .large-title-link-text.is-patient-word {
    font-size: 14vw;
  }

  .header-1 {
    padding-top: 14em;
  }

  .header-line-block:hover {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .header-content-text {
    font-size: 1.5em;
  }

  .clinic-2-list {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
  }

  .clinic-2-item {
    flex-wrap: wrap;
    flex-basis: 20em;
  }

  .menu-column-2-contacts {
    max-width: none;
  }

  .contact-column-1 {
    margin-top: 60px;
    padding-top: 0;
  }

  .contact-column-2 {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 10em;
  }

  .contact-image-size-1 {
    margin-bottom: 0;
  }

  .med-1 {
    height: auto;
    min-height: 100vh;
    padding-left: 2em;
    padding-right: 2em;
  }

  .med-1-content {
    position: relative;
  }

  .med-1-overlay-color {
    background-color: rgba(18, 49, 97, .7);
    background-image: none;
  }

  .med-1-text {
    font-size: 8vw;
  }

  .med-1-block {
    opacity: 1;
    padding-top: 5em;
    padding-bottom: 5em;
    transition: none;
  }

  .med-1-item {
    min-height: 40vh;
  }

  .med-1-item:hover {
    width: 100%;
  }

  .med-1-list {
    flex-direction: column;
  }

  .med-1-wrap {
    padding-top: 67vh;
    padding-bottom: 36vh;
  }

  .contact-grid-column-3 {
    min-height: auto;
  }

  .contact-image-size-2 {
    margin-bottom: 0;
  }

  .footer-with-links-flex {
    grid-row-gap: 6em;
    flex-wrap: wrap;
  }

  .brand-footer-2 {
    border-right-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding: 3.3em 1.8em 3.3em 1.3em;
  }

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

  .socials-footer-list {
    flex-direction: row;
  }

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

  .sidebar-block {
    grid-row-gap: 1.5em;
    align-items: center;
  }

  .sticky-block-1 {
    height: 90vh;
    top: 5vh;
  }

  .sidebar-text-1 {
    max-width: 30em;
    text-align: center;
    font-size: 1.3em;
  }

  .breadcrumbs-cms-item {
    flex: none;
  }

  .fee-title-1 {
    font-size: 1.5em;
  }

  .fee-block-1.in-middle, .fee-block-1.is-link {
    padding: 1em;
  }

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

  .breadcrumbs-links {
    grid-column-gap: 2vw;
    padding-right: 4em;
    overflow: auto;
  }

  .header-11-padding {
    padding-top: 12em;
  }

  .template-ui-kit-wrap {
    grid-row-gap: 6em;
  }

  .content-grid-2 {
    grid-column-gap: 5em;
  }

  .content-grid-4 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-4-block-1 {
    justify-content: center;
    align-items: center;
  }

  .grid-4-block-2 {
    text-align: center;
    align-items: center;
  }

  .grid-4-block-3 {
    justify-content: center;
    align-items: center;
  }

  .grid-4-block-4 {
    max-width: none;
    min-height: 30em;
  }

  .grid-4-text-2 {
    font-size: 1.3em;
  }

  .grid-4-image-1 {
    min-height: 30em;
  }

  .header-4-images {
    font-size: .7em;
  }

  .header-6-title-3 {
    font-size: 14vw;
  }

  .header-6-image-size-team {
    width: 40vw;
  }

  .header-6-image-gallery {
    width: 35vw;
  }

  .header-6-image-size-uni {
    width: 33vw;
  }

  .contact-image-size-3 {
    margin-bottom: 0;
  }

  .sidebar-buttons {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }

  p {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .container.in-accordion, .container.is-full-width {
    padding-left: 4em;
    padding-right: 4em;
  }

  .padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .padding.more-padding {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .heading.is-header-3-title-1 {
    font-size: 3.5em;
  }

  .heading.is-serif-title-2 {
    font-size: 12vw;
  }

  .heading.is-gird-5-title {
    font-size: 2em;
  }

  .heading.is-header-2-title {
    line-height: 1.3em;
  }

  .heading.is-grid-3-title-1 {
    font-size: 5em;
  }

  .heading.is-header-3-title-2 {
    font-size: 6em;
  }

  .heading.is-header-12-title {
    font-size: 4em;
    line-height: 1.1em;
  }

  .heading.is-header-7-title {
    font-size: 3.5em;
  }

  .heading.is-about-2-title-1 {
    font-size: 4em;
  }

  .heading.is-grid-7-title-1 {
    font-size: 6vw;
    line-height: 1.1em;
  }

  .heading.is-header-title {
    font-size: 4em;
    line-height: 1.1em;
  }

  .heading.is-content-2-title {
    line-height: 1.3em;
  }

  .heading.is-blog-title-1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-ui-kit-title-1, .heading.is-header-3-title-3 {
    font-size: 4em;
  }

  .heading.is-header-3-title-4 {
    font-size: 3.6em;
    line-height: 1.2em;
  }

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

  .list-block.in-overview {
    min-height: auto;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-content {
    padding-top: .4em;
  }

  .list-line {
    left: 1.2em;
  }

  .list-line.is-hide-on-desktop {
    display: block;
  }

  .list-title {
    font-size: 1.6em;
  }

  .list-text {
    font-size: 1.2em;
  }

  .brand-slogan {
    letter-spacing: .1em;
    text-indent: .1em;
    font-size: .6em;
  }

  .hero-socials-list {
    flex-direction: row;
  }

  .grid-1-block-1 {
    position: relative;
    top: 0;
  }

  .newsletter-submit-button {
    min-width: 12em;
    text-align: left;
    padding-left: 1.7em;
    padding-right: 1.5em;
  }

  .newsletter-field {
    font-size: 1.2em;
  }

  .newsletter-field::-ms-input-placeholder {
    font-size: 1em;
  }

  .newsletter-field::placeholder {
    font-size: 1em;
  }

  .newsletter-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-name {
    font-size: 1.1em;
  }

  .menu-mobile-text {
    font-size: .45em;
  }

  .header-5-inner {
    min-height: auto;
    padding-top: 16em;
    padding-bottom: 17em;
    overflow: hidden;
  }

  .main-nav {
    height: 5em;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .nav-block-1 {
    height: 5em;
  }

  .nav-links-height {
    top: 5em;
  }

  .brand-link-block {
    min-width: auto;
    grid-row-gap: 0em;
  }

  .menu-mobile-button-flex {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tab-inner.with-borders {
    grid-row-gap: 2em;
  }

  .tab-image {
    height: 14em;
  }

  .accordion-title {
    font-size: 1.3em;
  }

  .accordion-icon {
    font-size: 1.6em;
  }

  .rich-text.is-featured-review {
    font-size: 1.2em;
  }

  .gallery-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .sticky-column-2 {
    padding-bottom: 10em;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .password-form-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .password-form-field {
    flex-wrap: wrap;
  }

  .password-form-input {
    width: 100%;
    margin-bottom: 1em;
  }

  .password-form-input::-ms-input-placeholder {
    font-size: 1em;
  }

  .password-form-input::placeholder {
    font-size: 1em;
  }

  .password-form-submit {
    width: 100%;
  }

  .gallery-grid-2, .header-5-socials {
    grid-template-columns: 1fr;
  }

  .main-button {
    padding: 1.2em 1.5em;
  }

  .nav-topbar {
    height: 5em;
    justify-content: flex-end;
    padding-right: 2.5em;
  }

  .grid-7-block-2 {
    padding-right: 0;
  }

  .tabs-2-links {
    grid-column-gap: 3em;
  }

  .ui-kit-link-text {
    font-size: 1.1em;
  }

  .menu-category-link {
    background-position: 95%;
    padding-right: 4em;
  }

  .menu-category-link:hover {
    background-position: 95%;
  }

  .menu-treatment-link {
    padding: 1.5em;
  }

  .content-grid-11 {
    padding-top: 6em;
  }

  .content-grid-11.in-team {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-11-block-1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

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

  .menu-sublink {
    font-size: 1.1em;
  }

  .header-4-image-3 {
    right: -9.1em;
  }

  .header-4-image-2 {
    left: -18.3em;
  }

  .header-4-image-1 {
    right: -9.4em;
  }

  .header-4-image-4 {
    left: -11.2em;
  }

  .header-4 {
    min-height: 85em;
  }

  .listing-1-list {
    grid-row-gap: 2.5em;
  }

  .listing-1-link {
    padding: 4em;
  }

  .content-grid-5 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid-5-block-2 {
    padding-top: 8em;
  }

  .gird-5-image-2 {
    max-width: none;
    min-height: 30em;
  }

  .grid-5-text-1 {
    font-size: 1.4em;
  }

  .grid-5-image-1 {
    min-height: 30em;
  }

  .grid-5-block-1 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    justify-content: center;
    align-items: center;
    padding-bottom: 4em;
  }

  .gird-5-image-3 {
    min-height: 30em;
  }

  .cta-2-grid {
    grid-template-columns: 1fr;
    padding: 5em;
  }

  .cta-2-block-1 {
    z-index: 1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-2-block-2 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .cta-2-content {
    margin-bottom: 1.5em;
  }

  .cta-2-icon {
    position: relative;
    bottom: auto;
  }

  .socials-1-list {
    flex-direction: row;
  }

  .subfooter-text-link.is-2nd {
    font-size: 1em;
  }

  .listing-4-grid {
    grid-template-columns: 1fr;
  }

  .listing-4-block {
    margin-left: 0;
  }

  .listing-heading-uni-2.is-larger {
    font-size: 4em;
  }

  .listing-4-text-1 {
    margin-bottom: 2em;
  }

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

  .cta-1-block-2 {
    min-height: 20em;
  }

  .newsletter-list-1 {
    grid-template-columns: 1fr;
  }

  .subfooter-links-wrap {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-bottom: 1em;
  }

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

  .form-field::-ms-input-placeholder {
    font-size: .8em;
  }

  .form-field::placeholder {
    font-size: .8em;
  }

  .clinic-2-content {
    width: 100%;
    max-width: none;
    grid-column-gap: 4em;
    flex-flow: wrap;
    justify-content: flex-start;
  }

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

  .header-2-padding {
    padding-top: 12em;
    padding-bottom: 10em;
  }

  .header-2-image-size-1 {
    height: 30em;
  }

  .ui-kit-header {
    padding-top: 8em;
  }

  .footer-padding {
    padding-bottom: 2em;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-large-link {
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .header-8-content {
    padding-top: 30em;
    padding-bottom: 30em;
  }

  .grid-7-block-1 {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .simple-link-1 {
    font-size: 1.2em;
  }

  .topfooter-1 {
    min-height: 10em;
    flex-wrap: wrap;
  }

  .socials-2 {
    width: 100%;
    min-height: 10em;
    border-top: 1px solid rgba(104, 87, 75, .4);
    border-bottom: 1px solid rgba(104, 87, 75, .4);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .topfooter-1-block-1 {
    min-height: 10em;
  }

  .topfooter-1-menu-button {
    border-right-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
  }

  .topfooter-1-menu-button.is-2nd {
    border-left-width: 0;
    border-left-color: rgba(0, 0, 0, 0);
  }

  .topfooter-1-button-text {
    font-size: 1.8em;
  }

  .header-12 {
    padding-top: 10em;
  }

  .header-12-text-1 {
    font-size: 1.5em;
  }

  .listing-12-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .contact-title-1 {
    font-size: .8em;
  }

  .fullscreen-main-link {
    grid-column-gap: 1.75em;
  }

  .fullscreen-menu-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .fullscreen-menu-column-3 {
    padding: 4em;
    position: relative;
  }

  .fullscreen-menu-contact-text {
    font-size: 1em;
  }

  .fullscreen-main-links {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .overview-grid-2 {
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .review-flex {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .review-flex:nth-child(2n) {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .review-grid-column-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .review-grid-column-1 {
    width: 100%;
  }

  .review-content-block {
    padding-bottom: 0;
  }

  .screens-1 {
    max-width: none;
  }

  .page-links-1 {
    height: auto;
  }

  .page-link {
    letter-spacing: .2em;
    text-indent: .2em;
    padding-left: 0;
    padding-right: 0;
  }

  .page-links-padding {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .topbar-link-block {
    font-size: .9em;
  }

  .topbar-link-block.tab-is-hide {
    display: none;
  }

  .fixed-menu-button {
    height: 5em;
    min-height: 5em;
  }

  .header-7-padding {
    padding-top: 11em;
  }

  .header-7-content {
    max-width: 49em;
  }

  .page-link-sizing {
    padding: 2.5em 1.5em;
  }

  .page-link-sizing.tab-is-hide {
    display: none;
  }

  .header-3-text-1 {
    font-size: 1.5em;
  }

  .category-1-text-1 {
    font-size: 1.2em;
  }

  .category-2-item {
    width: 100%;
    flex: 0 auto;
  }

  .category-2-lines {
    font-size: .8em;
  }

  .gallery-grid-3, .gallery-grid-4, .gallery-grid-4.in-tab {
    grid-template-columns: 1fr;
  }

  .cta-3-grid-1 {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    padding: 6em 4em;
  }

  .cta-3-text {
    max-width: 21em;
    font-size: 1.3em;
  }

  .med-grid-3-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .team-1-list {
    grid-template-columns: 1fr;
  }

  .team-1-content {
    margin-left: 0;
  }

  .category-2-treatment {
    font-size: 1.1em;
  }

  .grid-7-block-3.is-2nd {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .grid-7-block-3.in-about {
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .team-2-content {
    padding-left: 2em;
  }

  .ex-col-1-name {
    font-size: 4em;
  }

  .brand-footer-1 {
    padding-right: 1.3em;
  }

  .header-3.is-100vh {
    min-height: 80vh;
  }

  .header-3-padding {
    padding-top: 14em;
  }

  .footer-small-link {
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links-flex {
    grid-row-gap: 4em;
    flex-wrap: wrap;
  }

  .fullscreen-link-sign {
    width: 3.5em;
  }

  .the-team-2-content {
    grid-column-gap: 4.25em;
    flex-wrap: wrap;
  }

  .header-12-block {
    flex-wrap: wrap;
  }

  .review-image-size {
    width: 100%;
    height: 30em;
    min-height: auto;
    flex: 0 auto;
  }

  .featured-review-image {
    height: 36em;
    min-height: auto;
  }

  .featured-review-item {
    grid-row-gap: 3.75em;
    grid-template-columns: 1fr;
  }

  .header-6-image-size-home-2 {
    min-height: 25em;
  }

  .header-6-socials {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .header-1 {
    padding-top: 12em;
  }

  .header-1.is-fullscreen-1 {
    min-height: 80vh;
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .header-line-block {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .header-content-block {
    flex-wrap: wrap;
  }

  .header-content-text {
    font-size: 1.5em;
  }

  .section-video {
    height: 40em;
  }

  .clinic-2-item {
    width: 100%;
    flex: 0 auto;
  }

  .clinic-contacts {
    grid-row-gap: .75em;
  }

  .clinic-2-image {
    height: 20em;
  }

  .clinic-2-text-1 {
    font-size: 1.1em;
    line-height: 2.1em;
  }

  .contact-column-1 {
    padding-bottom: 8em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .contact-column-2 {
    padding: 6em;
  }

  .contact-column-3 {
    padding: 8em 4em;
  }

  .footer-with-links-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .brand-footer-2 {
    width: 100%;
    min-width: auto;
    padding-right: 1.3em;
  }

  .socials-footer-list {
    flex-direction: row;
  }

  .header-9 {
    min-height: 80vh;
    padding-top: 12em;
  }

  .header-bottom-links {
    height: auto;
    min-height: auto;
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .page-links-2 {
    height: auto;
    min-height: auto;
  }

  .header-11 {
    min-height: 80vh;
  }

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

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

  .content-2-column.about-dentist {
    background-color: #ebe3de;
    padding: 6em 4em;
  }

  .content-2-image-size-1 {
    height: 30em;
  }

  .grid-4-text-1 {
    font-size: 1.4em;
  }

  .header-4-images {
    font-size: .6em;
  }

  .header-6-image-size-uni {
    min-height: 25em;
  }

  .contact-image-size-3 {
    height: 36em;
  }

  .fullscreen-link-icon {
    font-size: 1em;
  }

  .pin-text {
    font-size: 1.5em;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 479px) {
  ol {
    padding-left: 2.2em;
  }

  .section.with-margins {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .container, .container.in-accordion, .container.is-full-width {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is-blog-listing, .container.is-blog-listing-with-tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .padding.is-blog-listing-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding.more-padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .heading.is-header-8-title {
    font-size: 3.5em;
  }

  .heading.is-serif-title-2 {
    line-height: 1.2em;
  }

  .heading.is-extra-light-title, .heading.is-grid-3-title-1 {
    font-size: 3em;
  }

  .heading.is-grid-1-title-1 {
    font-size: 3.3em;
  }

  .heading.is-header-3-title-2 {
    font-size: 18vw;
  }

  .heading.is-header-12-title {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-listing-10-title {
    font-size: 2em;
  }

  .heading.is-overview-title-5 {
    margin-bottom: .2em;
    font-size: 15vw;
    line-height: 1em;
  }

  .heading.is-header-7-title {
    font-size: 9vw;
    line-height: 1.3em;
  }

  .heading.is-header-4-title-1 {
    font-size: 4.5em;
  }

  .heading.is-about-2-title-1 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading.is-category-2-title {
    font-size: 2em;
  }

  .heading.is-grid-7-title-1 {
    font-size: 12vw;
    line-height: 1.3em;
  }

  .heading.is-header-title {
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .heading.is-blog-title-1 {
    font-size: 3em;
    line-height: 1.3em;
  }

  .heading.is-ui-kit-title-1 {
    font-size: 3em;
  }

  .heading.is-header-3-title-3 {
    font-size: 9vw;
    line-height: 1.3em;
  }

  .heading.is-header-3-title-4 {
    font-size: 7vw;
  }

  .list-block {
    padding-bottom: 3em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-content {
    padding-top: .1em;
  }

  .custom-list-icon {
    font-size: 1.1em;
  }

  .list-line {
    left: 1em;
  }

  .header-absolute-block.with-padding {
    padding: 8vw;
  }

  .header-6 {
    padding-top: 33em;
    padding-bottom: 33em;
  }

  .nav-link {
    min-height: 4em;
    font-size: 1.1em;
  }

  .brand-slogan {
    font-size: .7em;
  }

  .social-link-block {
    height: 5em;
  }

  .form-success-title {
    font-size: 1.2em;
  }

  .form-error-message {
    padding: 1.7em;
  }

  .form-error-paragraph {
    font-size: 1em;
  }

  .newsletter-submit-button {
    width: 100%;
    padding-top: 2.3em;
    padding-bottom: 2.3em;
  }

  .newsletter-field {
    width: 100%;
    text-align: center;
    background-color: #faf7f5;
    border-color: #c9b5a7;
    margin-bottom: .5em;
    font-size: 1.4em;
  }

  .newsletter-field:hover {
    border-color: #927e70;
  }

  .newsletter-field:focus {
    background-color: #ebe3de;
    border-color: #927e70;
  }

  .newsletter-form-inner {
    flex-wrap: wrap;
  }

  .brand-name {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .flex-for-sticky.in-overview {
    padding-bottom: 0;
  }

  .header-5-inner {
    padding-top: 12em;
    padding-bottom: 15em;
  }

  .header-5-inner.less-paddings {
    padding-top: 12em;
    padding-bottom: 14em;
  }

  .main-nav, .nav-block-1 {
    height: 4em;
  }

  .brand-link-block {
    padding: .5em 4vw;
    font-size: .8em;
  }

  .menu-mobile-button-flex {
    grid-column-gap: 3vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .mobile-menu-button {
    justify-content: center;
  }

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

  .tab-inner.with-borders {
    grid-row-gap: 1.5em;
    border-width: 5px;
    padding: 3em 1.5em;
  }

  .tab-image {
    height: 9em;
  }

  .accordion-title {
    max-width: 85%;
    font-size: 1.1em;
  }

  .accordion-icon {
    font-size: 1.2em;
  }

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

  .rich-text ul {
    padding-left: 2.2em;
  }

  .rich-text.is-featured-review {
    font-size: 1.1em;
  }

  .gallery-lightbox {
    height: 10em;
  }

  .gallery-lightbox.is-2nd, .gallery-lightbox.is-3rd {
    height: 21em;
  }

  .gallery-lightbox.is-4th {
    height: 20em;
  }

  .gallery-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .sticky-column-2 {
    padding: 4em 6vw;
  }

  .password {
    padding: 0;
  }

  .password-form-label {
    top: 3.8em;
    left: 0;
    right: 0;
  }

  .password-form-field {
    flex-wrap: wrap;
    padding-top: 2em;
  }

  .password-form-input {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    padding-left: 0;
  }

  .password-form-submit {
    width: 100%;
  }

  .static-gallery-grid, .gallery-grid-2 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .color-define, .color-define-2, .color-define-3 {
    height: 3em;
  }

  .header-5-socials {
    left: auto;
    right: auto;
  }

  .nav-topbar {
    height: 4em;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .menu-large-links {
    grid-row-gap: 0em;
    padding: 2em;
  }

  .menu-large-link {
    width: 100%;
    text-align: center;
    padding: .7em 0;
    font-size: 1.4em;
  }

  .header-6-title-1 {
    margin-bottom: -7vw;
    font-size: 15vw;
  }

  .slide-timeline {
    right: 1.2em;
  }

  .grid-3-text-1 {
    font-size: 1.5em;
  }

  .grid-3-image-4 {
    width: 12em;
    height: 7em;
    right: -3.5em;
  }

  .grid-7-image-1 {
    height: 90%;
  }

  .grid-7-image-2 {
    height: 20em;
    min-height: auto;
  }

  .grid-7-block-2 {
    padding: 6em 0;
  }

  .ui-kit-link {
    min-height: 4.7em;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }

  .ui-kit-link:hover {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .ui-kit-link.w--current {
    background-size: .7em;
    padding-right: 2em;
  }

  .ui-kit-link-icon {
    font-size: 1.1em;
  }

  .tabs-2-links {
    grid-column-gap: 8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-2-link.w--current {
    background-position: 100%;
    padding-left: 0;
    padding-right: 2em;
  }

  .ui-kit-link-text {
    font-size: .9em;
  }

  .menu-category-item {
    width: 100%;
  }

  .menu-category-link {
    width: 100%;
    flex: 0 auto;
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .breadcrumbs-cms-link.is-cta-link {
    grid-column-gap: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .breadcrumbs-cms-list {
    grid-column-gap: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: auto;
  }

  .breadcrumbs-cms-list.is-2nd {
    padding-left: 4vw;
  }

  .padding-80vh {
    padding-top: 40em;
    padding-bottom: 40em;
  }

  .menu-treatment-item {
    width: 50%;
  }

  .content-grid-11 {
    grid-template-columns: 1fr;
    padding-top: 4em;
  }

  .content-grid-11.in-team {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-listing-1-text {
    font-size: 1em;
  }

  .listing-2-content {
    padding: 0;
  }

  .menu-sublinks-1 {
    grid-row-gap: 2em;
    flex-wrap: wrap;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header-4-text-1 {
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .header-4 {
    min-height: 70em;
  }

  .header-4-flex {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .content-grid-5 {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .grid-5-text-2 {
    font-size: 1.3em;
  }

  .listing-3-list {
    grid-template-columns: 1fr;
  }

  .services-3-item {
    height: 33em;
  }

  .listing-3-link.is-fullscreen {
    height: 80vh;
  }

  .cta-2-grid {
    padding: 8vw;
  }

  .cta-2-block-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .socials-1-list {
    width: 100%;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .social-1-link-block {
    height: 4em;
  }

  .listing-4-block {
    padding-left: 8vw;
  }

  .listing-heading-uni-2 {
    font-size: 2.6em;
  }

  .listing-heading-uni-2.is-larger {
    font-size: 3em;
  }

  .listing-4-padding {
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .cta-1-grid-1 {
    padding: 1.5em;
  }

  .cta-1-block-1 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .newsletter-list-1 {
    max-width: none;
  }

  .contact-grid {
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-submit-button {
    width: 100%;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .form-submit-button:hover {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .form-field {
    width: 100%;
  }

  .clinic-2-content {
    grid-column-gap: 2em;
  }

  .ui-kit-header {
    padding-top: 7em;
  }

  .footer-large-link {
    margin-right: 1.3em;
  }

  .footer-large-link.w--current {
    color: #fff;
    font-weight: 400;
  }

  .header-8-content {
    padding-top: 33.3em;
    padding-bottom: 33.3em;
  }

  .grid-7-block-1 {
    grid-row-gap: 1.5em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .grid-3-image-2 {
    width: 8em;
    height: 7em;
  }

  .grid-1-list {
    max-width: none;
  }

  .topfooter-1 {
    min-height: auto;
    flex-direction: column;
  }

  .socials-2 {
    min-height: 8em;
    padding-left: 3.5em;
    padding-right: 3.5em;
  }

  .topfooter-1-block-1 {
    min-height: 8em;
  }

  .topfooter-1-menu-button {
    justify-content: space-between;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .breadcrumbs-block {
    font-size: .9em;
  }

  .dropdown-toggle {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header-12-text-1 {
    font-size: 1.5em;
  }

  .sticky-column-3 {
    grid-row-gap: 2.25em;
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .sticky-column-3.in-overview {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .vertical-flex-gap-8em {
    grid-row-gap: 4em;
  }

  .listing-12-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .listing-12-item {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-bottom: 1px solid rgba(104, 87, 75, .3);
  }

  .listing-12-item:last-child {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .listing-12-link {
    padding: 8vw;
  }

  .contact-links-flex.is-form {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .fullscreen-menu-column-1 {
    padding-top: 3.9em;
  }

  .fullscreen-menu {
    z-index: 999;
  }

  .fullscreen-link-text {
    font-size: 3.5vw;
  }

  .fullscreen-main-link {
    grid-column-gap: 5vw;
    padding: 3vw;
  }

  .close-button {
    font-size: .7em;
  }

  .fullscreen-menu-column-3 {
    padding: 8vw;
  }

  .fullscreen-main-links {
    grid-template-columns: 1fr;
    padding: 8vw;
  }

  .form-success-title-2 {
    font-size: 1.2em;
  }

  .overview-grid-2 {
    max-width: none;
  }

  .overview-text-1 {
    font-size: 1.4em;
  }

  .overview-screen-2 {
    width: 190%;
  }

  .menu-link-6 {
    padding: 1.5em;
  }

  .form-block-2 {
    padding: 0;
  }

  .gallery-description-text {
    font-size: 1.9em;
  }

  .header-7-text-1 {
    font-size: 1.4em;
  }

  .page-links-padding {
    flex-wrap: wrap;
  }

  .topbar-link-block {
    flex: 1;
    font-size: .8em;
    display: none;
  }

  .fixed-menu-button {
    height: 4em;
    min-height: 4em;
  }

  .nav-secondary-links {
    padding-left: 2em;
    padding-right: 2em;
  }

  .header-7-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .page-link-sizing {
    width: 50%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .buttons-flex-1, .buttons-flex-1.align-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .header-3-text-1 {
    font-size: 1.3em;
    line-height: 1.8em;
  }

  .nested-cms-link-2 {
    font-size: 1em;
  }

  .category-1-flex {
    padding: 2em;
  }

  .listing-12-block {
    padding: 2em 8vw;
  }

  .listing-12-text-2 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .empty-state-text {
    font-size: 1.2em;
  }

  .med-1-default-background {
    object-position: 20% 50%;
  }

  .med-1-link {
    padding-left: 0;
    padding-right: 0;
  }

  .category-2-text-1 {
    font-size: 1.1em;
  }

  .category-2-icon {
    font-size: 2.7em;
  }

  .category-2-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .category-2-lines {
    font-size: .6em;
  }

  .tabs-4-links {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-4-link.w--current {
    background-position: 100%;
  }

  .tab-5-link.w--current {
    background-image: none;
    padding-right: 1em;
  }

  .tabs-5-links {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .gallery-grid-3 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .gallery-grid-4 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 2fr 2fr;
    grid-auto-flow: row;
  }

  .gallery-grid-4.in-tab {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .cta-3-grid-1 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .med-grid-3-block {
    min-height: auto;
  }

  .med-grid-3-text {
    max-width: none;
    font-size: 1.2em;
  }

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

  .team-1-item {
    grid-template-rows: auto auto;
  }

  .team-1-content {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(235, 227, 222, .6);
  }

  .category-2-treatment {
    font-size: 1.1em;
  }

  .tabs-1-links {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-1-link {
    min-width: auto;
    flex: 1;
    padding-left: 1em;
    padding-right: 1em;
  }

  .tab-1-link.w--current {
    min-width: auto;
    letter-spacing: .2em;
    text-indent: .2em;
    background-position: 100%;
  }

  .tab-1-link-text {
    font-size: .8em;
  }

  .grid-7-block-3.is-2nd, .grid-7-block-3.in-about {
    margin-top: 10em;
    margin-bottom: 10em;
  }

  .grid-7-text-4 {
    font-size: 1.2em;
  }

  .grid-7-block-4 {
    padding: 6em 8vw;
  }

  .grid-7-image-3 {
    margin-top: 0;
  }

  .grid-7-text-3 {
    font-size: 4em;
  }

  .numbering-block {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    flex-wrap: wrap;
  }

  .numbering-line {
    width: 10vw;
  }

  .team-2-content {
    min-width: 75%;
  }

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

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

  .vertical-flex-gap-4em {
    grid-row-gap: 2em;
  }

  .content-grid-7 {
    width: 90%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ex-col-1-content {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .ex-col-1-name {
    font-size: 3.5em;
  }

  .brand-footer-1 {
    padding-left: 3vw;
    padding-right: 1vw;
    font-size: .8em;
  }

  .footer-large-button {
    min-height: 9em;
    margin: 0;
    padding: 1.5em;
  }

  .header-3.is-100vh {
    grid-row-gap: 8em;
    justify-content: space-between;
    padding-bottom: 0;
  }

  .header-3-padding {
    padding-top: 12em;
  }

  .header-3-content {
    padding-left: 8vw;
  }

  .brand-slogan-footer {
    font-size: 1em;
  }

  .footer-small-link {
    margin-right: 1.3em;
  }

  .footer-small-link.w--current {
    color: #fff;
    font-weight: 400;
  }

  .fullscreen-link-sign {
    min-width: 15vw;
  }

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

  .nav-link-2 {
    min-height: 4em;
    font-size: 1.1em;
  }

  .footer-large-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .review-image-size {
    height: 25em;
  }

  .featured-review {
    padding-top: 8vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .featured-review-image {
    height: 28em;
  }

  .featured-review-bg-image {
    margin: 1em;
  }

  .header-6-title-gallery {
    font-size: 15vw;
  }

  .header-6-socials {
    margin: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-6-flex {
    grid-row-gap: 2em;
  }

  .large-title-link-text {
    font-size: 12vw;
  }

  .header-1 {
    padding-top: 10em;
  }

  .header-1.is-fullscreen-1 {
    grid-row-gap: 8em;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .header-1-content {
    grid-row-gap: 1em;
  }

  .header-line-block {
    grid-column-gap: 1.5em;
  }

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

  .header-content-text {
    font-size: 1.3em;
  }

  .fee-item {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .fee-price {
    font-size: 1.1em;
  }

  .fees-list {
    padding: 1em;
  }

  .fee-text-1 {
    margin-bottom: 1.5em;
  }

  .section-image {
    height: 35em;
  }

  .section-video {
    height: 30em;
  }

  .clinic-2-list {
    grid-row-gap: 6em;
  }

  .menu-contacts-padding {
    padding: 8vw;
  }

  .contact-column-1 {
    padding: 0 8vw 4em;
  }

  .contact-column-2 {
    padding: 8vw;
  }

  .med-1-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .med-1-text {
    font-size: 10vw;
  }

  .med-1-block {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .contact-column-3 {
    padding: 6em 8vw;
  }

  .footer-with-links-flex {
    grid-row-gap: 4em;
  }

  .brand-footer-2 {
    padding-left: 3vw;
    padding-right: 1vw;
    font-size: .8em;
  }

  .socials-footer-list {
    width: 100%;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
  }

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

  .sidebar-block {
    padding: 8vw;
  }

  .sticky-block-1 {
    height: 90vh;
    top: 5vh;
  }

  .sidebar-text-1 {
    font-size: 1.2em;
  }

  .fee-title-1 {
    font-size: 1.3em;
  }

  .fee-blocks {
    font-size: .8em;
    position: relative;
  }

  .fee-title-2 {
    font-size: 1.1em;
  }

  .header-9 {
    padding-top: 10em;
  }

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

  .header-bottom-links {
    width: 94%;
    flex-wrap: wrap;
    margin-bottom: 5%;
    position: relative;
  }

  .header-bottom-link:hover {
    height: 100%;
  }

  .header-bottom-link.is-2nd {
    white-space: nowrap;
  }

  .breadcrumbs-links {
    padding-right: 4vw;
  }

  .header-11-padding {
    padding-top: 10em;
    padding-bottom: 14em;
  }

  .header-11-content {
    grid-row-gap: 1em;
  }

  .template-ui-kit-wrap {
    grid-row-gap: 4em;
  }

  .content-2-column.about-dentist {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .vertical-flex-gap-2em {
    grid-row-gap: 2em;
  }

  .grid-7-text-5 {
    font-size: 1em;
  }

  .content-grid-4 {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .grid-4-block-4 {
    min-height: 28em;
  }

  .grid-4-text-2 {
    font-size: 1.3em;
  }

  .grid-4-image-1 {
    min-height: 28em;
  }

  .header-4-images {
    font-size: .5em;
  }

  .grid-11-text-2 {
    font-size: 4em;
  }

  .header-6-title-3 {
    font-size: 13vw;
  }

  .header-6-image-size-team {
    height: 25em;
  }

  .grid-7-image-5 {
    margin-top: 0;
  }

  .header-6-image-gallery {
    width: 43vw;
    height: 25em;
    min-height: 20em;
  }

  .header-6-image-size-uni {
    min-height: 20em;
  }

  .html-embed {
    z-index: 998;
  }
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-0ceb98fb {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6be8-0ceb98fb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-0ceb98fb {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-0ceb98fb {
  grid-area: 2 / 7 / 3 / 12;
  justify-self: center;
}

#w-node-_63ce36b9-43de-eaa5-f40b-a36acf1f4e49-0ceb98fb, #w-node-_0257eb41-a70b-31f8-3233-d15f3ea8048b-0ceb98fb, #w-node-_87973ef1-c1a2-c059-afd1-05c9d35e12ad-0ceb98fb, #w-node-e13adabf-6f48-9bf5-18d2-23a300a8cf26-0ceb98fb, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f68-0ceb98fb, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f69-0ceb98fb, #w-node-_84c35d6c-ba71-db27-d007-904015910dca-0ceb98fb, #w-node-_84c35d6c-ba71-db27-d007-904015910dcb-0ceb98fb, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05d-0ceb98fb, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05e-0ceb98fb, #w-node-c457b806-7cd2-c34b-f853-b66b6d53fcd8-0ceb98fb, #w-node-_46b34d64-a972-9dde-9562-4a5af64db951-0ceb98fb, #w-node-a4d93a95-2b24-ad8c-b0e3-9b7a10a44f2b-0ceb98fb, #w-node-_1cdbc00f-febd-4dc8-5ac9-171d460a5e1e-0ceb98fb, #w-node-_58747491-683a-8928-f779-db14d1857aa0-0ceb98fb, #w-node-_2e53da15-78e8-bb24-5ad3-bf0dd8a54dfa-0ceb98fb, #w-node-_4716c73a-91c9-3222-a4de-5dbefb2bfbad-0ceb98fb, #w-node-_27eeb892-a03c-0173-a46a-109eb438fb60-0ceb98fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca59-0ceb98fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca68-0ceb98fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#nav1.w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d2fc-8647d2f8, #nav2.w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d300-8647d2f8, #nav3.w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d308-8647d2f8, #nav4.w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d314-8647d2f8, #nav5.w-node-_8f893bb8-edec-5ffe-1af6-e4c68647d324-8647d2f8 {
  align-self: auto;
}

#w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e443-c8eb98fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e44e-c8eb98fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e453-c8eb98fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e458-c8eb98fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6273eaa8-8cb6-e6ea-32a2-7a39718385f4-c8eb98fe {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6273eaa8-8cb6-e6ea-32a2-7a39718385f8-c8eb98fe {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a4edf022-176a-1418-3a20-0593be70d8c8-c8eb98fe {
  align-self: end;
}

#w-node-_7602962c-01e1-4af0-5a2f-15f805355c7f-05355c68 {
  justify-self: center;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf16950f5-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf16950fb-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf16950ff-eceb9900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf1695117-eceb9900 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf1695124-eceb9900 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf169512a-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf169512e-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695134-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695139-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf169513f-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695145-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695149-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf169514e-eceb9900, #w-node-_084f61f6-bf21-518b-40b8-c80cf1695154-eceb9900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_084f61f6-bf21-518b-40b8-c80cf1695165-eceb9900 {
  align-self: end;
}

#w-node-_810a3a51-7511-fae1-f5d9-562ec2374f21-f49fa530, #w-node-aba4c4e0-3d44-ce94-0e70-d5d5f823639a-f49fa530, #w-node-_22714cc1-9047-3e9d-3c57-a863b48cc9dc-f49fa530, #w-node-_073f4d94-128d-f812-df53-c6035dc9cd8a-5dc9cd88, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-45eb9908, #w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f03-45eb9908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3d-45eb9908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3e-45eb9908, #w-node-cfe2553d-1e7e-e78f-43bc-d46422f91e8c-89eb9922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfe2553d-1e7e-e78f-43bc-d46422f91e8f-89eb9922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_2c22e7a5-5000-94fd-dd2d-4e9941601822-a0eb9927 {
  align-self: stretch;
}

#w-node-_5e198eba-d823-5c59-32ae-a75efb12d651-a0eb9927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e198eba-d823-5c59-32ae-a75efb12d654-a0eb9927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-d71b856d-f0f2-6c54-f8d4-65425dc4ca6f-a0eb9927, #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15996-a0eb9927 {
  align-self: end;
}

#w-node-_560f9caf-c560-4751-5932-a6da72321db1-54eb993d, #w-node-_97f9d09d-d6ca-22b1-7225-711250aba1fe-54eb993d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d9e7fa9-bc52-45cc-d81d-5a8d092e4da4-54eb993d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_97f9d09d-d6ca-22b1-7225-711250aba1dc-54eb993d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab977179-3302-7471-b546-a4a5ca398ad8-a5eb9940 {
  justify-self: center;
}

#w-node-f45ebad0-1fae-2b15-30e7-df75cf91e018-46eb9941, #w-node-f45ebad0-1fae-2b15-30e7-df75cf91e019-46eb9941, #w-node-_7ed287cb-1d23-fc3f-9ce5-4dc27f52252a-d5eb9942, #w-node-_7ed287cb-1d23-fc3f-9ce5-4dc27f52252b-d5eb9942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ed287cb-1d23-fc3f-9ce5-4dc27f52256b-d5eb9942 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7ed287cb-1d23-fc3f-9ce5-4dc27f52256c-d5eb9942, #w-node-e1b71407-f3ad-7e4f-d6ee-b495dea594f5-a4eb9944, #w-node-_90647809-f746-05e5-03d8-c1d71c14430d-a4eb9944, #w-node-_995aedc2-2e7d-fe95-11ec-6b45f78a89ec-c2eb9945, #w-node-_995aedc2-2e7d-fe95-11ec-6b45f78a89f3-c2eb9945, #w-node-_995aedc2-2e7d-fe95-11ec-6b45f78a89fa-c2eb9945 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803f4e47-0c01-f217-0e21-fdbb7d426e6c-aceb9947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_05947dd1-2a01-5ce3-1ee7-6beae3d25fe3-aceb9947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_418849cb-fe90-436f-76f8-54351d4183d9-aceb9947 {
  align-self: end;
}

#w-node-b78e775a-e540-a9f0-c530-8ef569433c9e-6ceb9948 {
  justify-self: center;
}

#w-node-b6bbc1d4-c414-9880-e2a4-8a5c31e0f79b-2965e5e4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c73051f9-9009-4bc3-d3a1-b42697b6997a-98eb994a, #w-node-_044f2cd6-dc4f-21cc-1030-c3d04aebeee6-98eb994a, #w-node-_8a69f0a3-3703-66a1-a9e8-15fa65bb8fa1-e4eb9964, #w-node-_3765802c-5962-f183-5e4c-a8535ad5c287-e4eb9964 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1b75c20-e157-2784-ea43-82aad229922a-ebeb9965 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e1b75c20-e157-2784-ea43-82aad229922f-ebeb9965, #w-node-e1b75c20-e157-2784-ea43-82aad2299233-ebeb9965 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e1b75c20-e157-2784-ea43-82aad2299237-ebeb9965 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_44ed841b-df85-e857-c9d5-8d4673c7fee1-55eb9968, #w-node-_44ed841b-df85-e857-c9d5-8d4673c7fee8-55eb9968, #w-node-_44ed841b-df85-e857-c9d5-8d4673c7feef-55eb9968, #w-node-_83d4cc87-13cc-f278-a00c-1e9f9660c1a6-47eb997d, #w-node-_83d4cc87-13cc-f278-a00c-1e9f9660c1a9-47eb997d, #w-node-_83d4cc87-13cc-f278-a00c-1e9f9660c1ae-47eb997d, #w-node-_83d4cc87-13cc-f278-a00c-1e9f9660c1b9-47eb997d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d57-47eb997d {
  align-self: end;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30df4-3ceb997f {
  grid-area: 1 / 3 / 2 / 8;
  align-self: center;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e01-3ceb997f {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e06-3ceb997f {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e0b-3ceb997f {
  grid-area: 2 / 6 / 3 / 12;
  justify-self: center;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e15-3ceb997f {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_6478de35-d21a-3118-9008-bccf03e30e18-3ceb997f {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_20d89408-3c69-d8eb-6dd3-e75ce1abda62-bbeb999b {
  justify-self: center;
}

#w-node-_2786462f-25fd-1ccc-93a0-a15c240f0fa1-bbeb999b {
  align-self: stretch;
  justify-self: center;
}

#w-node-e9355cdd-c7ee-f319-bd95-21d28ee08511-b7eb99a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e9355cdd-c7ee-f319-bd95-21d28ee08520-b7eb99a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a45-b7eb99a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a4e-b7eb99a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a55-b7eb99a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a5b-b7eb99a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c51e-b7eb99a3 {
  grid-area: 1 / 3 / 2 / 8;
  align-self: center;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c529-b7eb99a3 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c52e-b7eb99a3 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c533-b7eb99a3 {
  grid-area: 2 / 6 / 3 / 12;
  justify-self: center;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c53d-b7eb99a3 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c541-b7eb99a3 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_4ab388f7-317e-8531-7ccc-ef14fe73c327-b7eb99a3, #w-node-_4ab388f7-317e-8531-7ccc-ef14fe73c32e-b7eb99a3, #w-node-_4ab388f7-317e-8531-7ccc-ef14fe73c339-b7eb99a3, #w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fb3-b7eb99a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fd7-b7eb99a3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fe2-b7eb99a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2d5bb420-bdf6-bdde-bf69-8717bd42e53a-d5eb99b6, #w-node-_2d5bb420-bdf6-bdde-bf69-8717bd42e548-d5eb99b6, #w-node-_2d5bb420-bdf6-bdde-bf69-8717bd42e541-d5eb99b6, #w-node-_16df3f58-7374-7926-0ed3-9cbbe8a5ee75-3deb99b9, #w-node-d377a8e9-21fa-5474-d582-15c65de1a614-3deb99b9, #w-node-_91476bbe-8546-e5cc-d660-3dddf920e9da-3deb99b9, #w-node-acdab422-de4b-71bb-9c5e-0cb357468de6-3deb99b9, #w-node-_89df2181-f373-76ec-b5dd-ee6f81eb5ce5-3deb99b9, #w-node-_89df2181-f373-76ec-b5dd-ee6f81eb5ce9-3deb99b9, #w-node-_89df2181-f373-76ec-b5dd-ee6f81eb5ced-3deb99b9, #w-node-_89df2181-f373-76ec-b5dd-ee6f81eb5cf5-3deb99b9, #w-node-_8401327c-f2d2-9ed1-17e5-10512663b4d4-3deb99b9, #w-node-_8401327c-f2d2-9ed1-17e5-10512663b4d8-3deb99b9, #w-node-_8401327c-f2d2-9ed1-17e5-10512663b4dc-3deb99b9, #w-node-_8401327c-f2d2-9ed1-17e5-10512663b4e4-3deb99b9, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d3c-3deb99b9, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d38-3deb99b9, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d40-3deb99b9, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d44-3deb99b9, #w-node-_139482d4-71b8-b28d-9f31-a5b1d2345d48-3deb99b9, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d020-3deb99b9, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d024-3deb99b9, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d028-3deb99b9, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d02c-3deb99b9, #w-node-aa1f2d98-88e3-d1b3-9f0f-063a1998d030-3deb99b9, #w-node-_5759852f-2c97-afe2-f4c9-0914b122672e-3deb99b9, #w-node-_5759852f-2c97-afe2-f4c9-0914b1226732-3deb99b9, #w-node-_5759852f-2c97-afe2-f4c9-0914b1226736-3deb99b9, #w-node-_5759852f-2c97-afe2-f4c9-0914b122673a-3deb99b9, #w-node-_5759852f-2c97-afe2-f4c9-0914b122673e-3deb99b9, #w-node-ea63ff11-3fb4-33d1-9efe-7c39ccf71668-3deb99b9, #w-node-dec43268-b54e-490a-816b-c6e096b04829-3deb99b9, #w-node-d17f8410-0b6e-7269-d55c-8cb155be937c-3deb99b9, #w-node-_46643534-97c2-660f-25fc-4feead1c2f5b-3deb99b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cad41ae-117a-ad3b-4dd2-b4ea8eb71750-ebeb99ba {
  justify-self: center;
}

#w-node-_201932de-c902-c6f4-21ac-fc776328a8de-ebeb99ba, #w-node-_33350118-36c6-6c29-f00a-0fab26c597d5-ebeb99ba, #w-node-_011a2db9-a621-6bad-f55a-5db8b916ba9f-ebeb99ba {
  align-self: end;
}

#w-node-ccad30fc-b48a-a74a-b732-16885c13d63c-ebeb99ba {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-ccad30fc-b48a-a74a-b732-16885c13d649-ebeb99ba {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-ccad30fc-b48a-a74a-b732-16885c13d64f-ebeb99ba, #w-node-ccad30fc-b48a-a74a-b732-16885c13d653-ebeb99ba, #w-node-ccad30fc-b48a-a74a-b732-16885c13d659-ebeb99ba, #w-node-ccad30fc-b48a-a74a-b732-16885c13d65e-ebeb99ba, #w-node-ccad30fc-b48a-a74a-b732-16885c13d664-ebeb99ba, #w-node-ccad30fc-b48a-a74a-b732-16885c13d66a-ebeb99ba, #w-node-ccad30fc-b48a-a74a-b732-16885c13d66e-ebeb99ba, #w-node-ccad30fc-b48a-a74a-b732-16885c13d673-ebeb99ba, #w-node-ccad30fc-b48a-a74a-b732-16885c13d679-ebeb99ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42f49c98-7590-c1a2-0ddb-310f55ee408f-ebeb99ba {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_42f49c98-7590-c1a2-0ddb-310f55ee4092-ebeb99ba {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4da5d7f6-637f-c38e-7eba-143ea2698de6-e4ade5ad {
  align-self: end;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-4506d82d {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6be8-4506d82d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-4506d82d {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-4506d82d {
  grid-area: 2 / 7 / 3 / 12;
  justify-self: center;
}

#w-node-_63ce36b9-43de-eaa5-f40b-a36acf1f4e49-4506d82d, #w-node-_0257eb41-a70b-31f8-3233-d15f3ea8048b-4506d82d, #w-node-_87973ef1-c1a2-c059-afd1-05c9d35e12ad-4506d82d, #w-node-e13adabf-6f48-9bf5-18d2-23a300a8cf26-4506d82d, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f68-4506d82d, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f69-4506d82d, #w-node-_84c35d6c-ba71-db27-d007-904015910dca-4506d82d, #w-node-_84c35d6c-ba71-db27-d007-904015910dcb-4506d82d, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05d-4506d82d, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05e-4506d82d, #w-node-c457b806-7cd2-c34b-f853-b66b6d53fcd8-4506d82d, #w-node-_46b34d64-a972-9dde-9562-4a5af64db951-4506d82d, #w-node-a4d93a95-2b24-ad8c-b0e3-9b7a10a44f2b-4506d82d, #w-node-_1cdbc00f-febd-4dc8-5ac9-171d460a5e1e-4506d82d, #w-node-_58747491-683a-8928-f779-db14d1857aa0-4506d82d, #w-node-_2e53da15-78e8-bb24-5ad3-bf0dd8a54dfa-4506d82d, #w-node-_4716c73a-91c9-3222-a4de-5dbefb2bfbad-4506d82d, #w-node-_27eeb892-a03c-0173-a46a-109eb438fb60-4506d82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca59-4506d82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca68-4506d82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-56d8f591 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6be8-56d8f591 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-56d8f591 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-56d8f591 {
  grid-area: 2 / 7 / 3 / 12;
  justify-self: center;
}

#w-node-_63ce36b9-43de-eaa5-f40b-a36acf1f4e49-56d8f591, #w-node-_0257eb41-a70b-31f8-3233-d15f3ea8048b-56d8f591, #w-node-_87973ef1-c1a2-c059-afd1-05c9d35e12ad-56d8f591, #w-node-e13adabf-6f48-9bf5-18d2-23a300a8cf26-56d8f591, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f68-56d8f591, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f69-56d8f591, #w-node-_84c35d6c-ba71-db27-d007-904015910dca-56d8f591, #w-node-_84c35d6c-ba71-db27-d007-904015910dcb-56d8f591, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05d-56d8f591, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05e-56d8f591, #w-node-c457b806-7cd2-c34b-f853-b66b6d53fcd8-56d8f591, #w-node-_46b34d64-a972-9dde-9562-4a5af64db951-56d8f591, #w-node-a4d93a95-2b24-ad8c-b0e3-9b7a10a44f2b-56d8f591, #w-node-_1cdbc00f-febd-4dc8-5ac9-171d460a5e1e-56d8f591, #w-node-_58747491-683a-8928-f779-db14d1857aa0-56d8f591, #w-node-_2e53da15-78e8-bb24-5ad3-bf0dd8a54dfa-56d8f591, #w-node-_4716c73a-91c9-3222-a4de-5dbefb2bfbad-56d8f591, #w-node-_27eeb892-a03c-0173-a46a-109eb438fb60-56d8f591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca59-56d8f591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca68-56d8f591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-4506fc8d {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6be8-4506fc8d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-4506fc8d {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-4506fc8d {
  grid-area: 2 / 7 / 3 / 12;
  justify-self: center;
}

#w-node-_63ce36b9-43de-eaa5-f40b-a36acf1f4e49-4506fc8d, #w-node-_0257eb41-a70b-31f8-3233-d15f3ea8048b-4506fc8d, #w-node-_87973ef1-c1a2-c059-afd1-05c9d35e12ad-4506fc8d, #w-node-e13adabf-6f48-9bf5-18d2-23a300a8cf26-4506fc8d, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f68-4506fc8d, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f69-4506fc8d, #w-node-_84c35d6c-ba71-db27-d007-904015910dca-4506fc8d, #w-node-_84c35d6c-ba71-db27-d007-904015910dcb-4506fc8d, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05d-4506fc8d, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05e-4506fc8d, #w-node-c457b806-7cd2-c34b-f853-b66b6d53fcd8-4506fc8d, #w-node-_46b34d64-a972-9dde-9562-4a5af64db951-4506fc8d, #w-node-a4d93a95-2b24-ad8c-b0e3-9b7a10a44f2b-4506fc8d, #w-node-_1cdbc00f-febd-4dc8-5ac9-171d460a5e1e-4506fc8d, #w-node-_58747491-683a-8928-f779-db14d1857aa0-4506fc8d, #w-node-_2e53da15-78e8-bb24-5ad3-bf0dd8a54dfa-4506fc8d, #w-node-_4716c73a-91c9-3222-a4de-5dbefb2bfbad-4506fc8d, #w-node-_27eeb892-a03c-0173-a46a-109eb438fb60-4506fc8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca59-4506fc8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca68-4506fc8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-7313e06b {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6be8-7313e06b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-7313e06b {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-7313e06b {
  grid-area: 2 / 7 / 3 / 12;
  justify-self: center;
}

#w-node-_63ce36b9-43de-eaa5-f40b-a36acf1f4e49-7313e06b, #w-node-_0257eb41-a70b-31f8-3233-d15f3ea8048b-7313e06b, #w-node-_87973ef1-c1a2-c059-afd1-05c9d35e12ad-7313e06b, #w-node-e13adabf-6f48-9bf5-18d2-23a300a8cf26-7313e06b, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f68-7313e06b, #w-node-_0946a681-f373-c5a5-4094-e2ed2e150f69-7313e06b, #w-node-_84c35d6c-ba71-db27-d007-904015910dca-7313e06b, #w-node-_84c35d6c-ba71-db27-d007-904015910dcb-7313e06b, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05d-7313e06b, #w-node-_2408460f-c922-f6d9-2c1a-bb21fdd0b05e-7313e06b, #w-node-c457b806-7cd2-c34b-f853-b66b6d53fcd8-7313e06b, #w-node-_46b34d64-a972-9dde-9562-4a5af64db951-7313e06b, #w-node-a4d93a95-2b24-ad8c-b0e3-9b7a10a44f2b-7313e06b, #w-node-_1cdbc00f-febd-4dc8-5ac9-171d460a5e1e-7313e06b, #w-node-_58747491-683a-8928-f779-db14d1857aa0-7313e06b, #w-node-_2e53da15-78e8-bb24-5ad3-bf0dd8a54dfa-7313e06b, #w-node-_4716c73a-91c9-3222-a4de-5dbefb2bfbad-7313e06b, #w-node-_27eeb892-a03c-0173-a46a-109eb438fb60-7313e06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca59-7313e06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c632bcbd-27b4-3df9-b1d5-ca04e272ca68-7313e06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-1f5ccdfa, #w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f03-1f5ccdfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3d-1f5ccdfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3e-1f5ccdfa, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-7d47fed2, #w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f03-7d47fed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3d-7d47fed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3e-7d47fed2, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-ab40f2b5, #w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f03-ab40f2b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3d-ab40f2b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3e-ab40f2b5, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-ab482aab, #w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f03-ab482aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3d-ab482aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f3e-ab482aab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-45eb9908, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-1f5ccdfa, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-7d47fed2, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-ab40f2b5, #form-block.w-node-_9194c24e-a527-33ff-c35a-52cfb4b62f02-ab482aab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-0ceb98fb {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-e4da4c37-ee58-167a-cbd7-451e68993a19-68993a17 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e4da4c37-ee58-167a-cbd7-451e68993abe-68993a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_084f61f6-bf21-518b-40b8-c80cf1695117-eceb9900 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_084f61f6-bf21-518b-40b8-c80cf1695134-eceb9900 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_084f61f6-bf21-518b-40b8-c80cf1695149-eceb9900 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_084f61f6-bf21-518b-40b8-c80cf1695154-eceb9900 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d9e7fa9-bc52-45cc-d81d-5a8d092e4da4-54eb993d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30df4-3ceb997f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e18-3ceb997f {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c51e-b7eb99a3 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c541-b7eb99a3 {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fd7-b7eb99a3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d63c-ebeb99ba {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d659-ebeb99ba {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d66e-ebeb99ba {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d679-ebeb99ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42f49c98-7590-c1a2-0ddb-310f55ee4092-ebeb99ba {
    grid-area: 1 / 4 / 2 / 10;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-4506d82d, #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-56d8f591, #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-4506fc8d, #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-7313e06b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_02c14c7c-4a4c-b4c0-3860-a8693e96e453-c8eb98fe {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a4edf022-176a-1418-3a20-0593be70d8c3-c8eb98fe {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a4edf022-176a-1418-3a20-0593be70d8c8-c8eb98fe {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_176de156-eee6-9789-ada5-cb2e58a79609-58a79600 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cfe2553d-1e7e-e78f-43bc-d46422f91e8f-89eb9922, #w-node-_5e198eba-d823-5c59-32ae-a75efb12d654-a0eb9927 {
    justify-self: start;
  }

  #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15991-a0eb9927 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15996-a0eb9927 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_995aedc2-2e7d-fe95-11ec-6b45f78a89fa-c2eb9945 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d52-47eb997d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d57-47eb997d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e18-3ceb997f {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_2786462f-25fd-1ccc-93a0-a15c240f0fa1-bbeb999b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a0d6a969-1540-f7d0-f1cb-ddfde1726a55-b7eb99a3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_97ca23a3-6cb5-5372-306a-eff7d5e05fe8-b7eb99a3 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-0ceb98fb {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-0ceb98fb {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-0ceb98fb {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_6273eaa8-8cb6-e6ea-32a2-7a39718385f8-c8eb98fe {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-a4edf022-176a-1418-3a20-0593be70d8c3-c8eb98fe {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a4edf022-176a-1418-3a20-0593be70d8c8-c8eb98fe {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-_084f61f6-bf21-518b-40b8-c80cf1695117-eceb9900 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15991-a0eb9927 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-d68d974d-0cf5-6e17-37b1-9e9d07d15996-a0eb9927 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d52-47eb997d {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b7ae368b-d67e-9cf3-3b85-19d8ec4b2d57-47eb997d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30df4-3ceb997f {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e06-3ceb997f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e0b-3ceb997f {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e15-3ceb997f {
    grid-row: 4 / 5;
  }

  #w-node-_6478de35-d21a-3118-9008-bccf03e30e18-3ceb997f {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c51e-b7eb99a3 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c52e-b7eb99a3 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c533-b7eb99a3 {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c53d-b7eb99a3 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_477f01a5-4dc9-a266-d0a7-c77a01a3c541-b7eb99a3 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d63c-ebeb99ba {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d64f-ebeb99ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d65e-ebeb99ba {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d673-ebeb99ba {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-ccad30fc-b48a-a74a-b732-16885c13d679-ebeb99ba {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_42f49c98-7590-c1a2-0ddb-310f55ee4092-ebeb99ba {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-4506d82d {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-4506d82d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-4506d82d {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-56d8f591 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-56d8f591 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-56d8f591 {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-4506fc8d {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-4506fc8d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-4506fc8d {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bde-7313e06b {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bed-7313e06b {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3e4083e3-292d-a20f-a0ab-b9c6709d6bf2-7313e06b {
    grid-area: 3 / 2 / 4 / 12;
    justify-self: center;
  }
}


