@font-face {
  font-family: Neue;
  src: url('../fonts/NeueHaasDisplayLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --background-color--background-primary: var(--bg_primary);
  --text-color--text-secondary: #826a29;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--white: #fff;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --base-color-neutral--neutral-lighter: #ccc;
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: #0f2933;
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --bg_primary: #06141a;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gaela, Arial, sans-serif;
  font-size: 7.0625rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gaela, Arial, sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: var(--text-color--text-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gaela, Arial, sans-serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--base-color-neutral--neutral-lightest);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5rem;
}

a {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  font-family: Neue, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
}

a:hover {
  color: var(--text-color--text-secondary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

.margin-bottom {
  text-align: center;
  margin: 0 0 4.5rem;
}

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

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

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

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin: .6875rem 0 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--base-color-neutral--white);
  font-family: Neue, Arial, sans-serif;
  font-weight: 300;
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-color-secondary.hero-text {
  margin-left: 216px;
  display: block;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 7.0625rem;
  font-weight: 400;
  line-height: 1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large {
  padding-bottom: 8rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.max-width-small {
  width: 100%;
  max-width: 22rem;
  color: var(--base-color-neutral--neutral-lighter);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 36.8rem;
  color: var(--base-color-neutral--neutral-lightest);
}

.max-width-large.margin-bottom {
  text-align: left;
  margin-bottom: 2.5rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.is-center {
  text-align: center;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #06141a00;
  border-radius: .25rem;
  margin-top: 0;
  padding: .9375rem 3rem;
  font-family: Neue, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
}

.button:hover {
  background-color: var(--text-color--text-secondary);
  color: var(--text-color--text-alternate);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.margin-top {
  margin-top: 2.8rem;
}

.button.margin-top.services-button {
  margin-top: 0;
}

.button.suite-button {
  margin-left: auto;
  margin-right: auto;
}

.button.margin-top-center {
  margin-top: 2.8rem;
}

.button.margin-top-center.services-button {
  margin-top: 0;
}

.button.contact {
  margin-top: 2rem;
  padding: 1.5rem 6rem;
  font-size: 1.3rem;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 9.375rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #ddd0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu {
  display: none;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  background-color: var(--background-color--background-secondary);
  color: #fff;
  background-image: url('../images/the-napier-back-editable-2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.body {
  background-color: #bfbec2;
}

.body-2 {
  background-color: var(--background-color--background-primary);
}

.paragraph {
  color: #fff;
  font-family: Neue, Arial, sans-serif;
  font-weight: 300;
}

.heading {
  font-size: 4.375rem;
}

.link {
  text-transform: uppercase;
  transition: all .35s;
}

.link:hover {
  color: var(--text-color--text-secondary);
}

.link-2 {
  border-bottom: 0 solid #000;
  line-height: 1.4;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid var(--text-color--text-secondary);
  color: var(--text-color--text-secondary);
  justify-content: flex-start;
  align-items: stretch;
  display: inline-flex;
}

.text-block {
  text-transform: none;
  font-size: 1rem;
}

.link-wrapper {
  color: var(--base-color-neutral--white);
  line-height: 1;
  transition: all .35s;
  display: inline-block;
}

.link-wrapper.w--current {
  color: var(--base-color-neutral--white);
}

.link-wrapper.w--current:hover {
  color: var(--text-color--text-secondary);
}

.link-wrapper.is-mobile {
  display: none;
}

.link-line {
  background-color: var(--text-color--text-secondary);
  width: 0;
  height: 2px;
  max-height: 2px;
  color: var(--text-color--text-secondary);
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-line:hover {
  display: block;
}

.left-nav, .right-nav {
  line-height: 1;
}

.paragraph-2 {
  max-width: 342px;
}

.paragraph-3 {
  max-width: 342px;
  color: var(--base-color-neutral--neutral-lighter);
}

.paragraph-4 {
  color: var(--base-color-neutral--neutral-lightest);
}

.explore-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.explore-wrapper.margin-top {
  margin-top: 6rem;
}

.explore {
  color: var(--base-color-neutral--neutral-lighter);
  letter-spacing: 1px;
}

.section_services {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.services_content_2nd.margin-top {
  margin-top: 3rem;
}

.content_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 42.8125rem;
  display: flex;
}

.content_image {
  z-index: 2;
  position: absolute;
  inset: 3% 0% auto auto;
}

.services-heading {
  color: var(--text-color--text-secondary);
  display: block;
}

.paragraph-5 {
  max-width: 587px;
}

.line {
  border-top: 1px solid var(--text-color--text-secondary);
  max-width: 1140px;
  position: absolute;
  inset: 30% 0% 0% 20%;
}

.line.margin-bottom {
  border-width: .5px;
  height: 1px;
  top: 7%;
  left: 10%;
}

.image {
  max-width: 100%;
  position: static;
  inset: 0% 0% 0% auto;
}

.golden-border {
  z-index: 1;
  border: 1px solid var(--text-color--text-secondary);
  max-width: 641px;
  max-height: 669px;
  position: absolute;
  inset: 5% 0% 0% 59.5%;
}

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

.services {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.img {
  order: 0;
  max-width: 50%;
}

.img.studio {
  order: 9999;
}

.content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 48%;
  display: flex;
}

.content.margin-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 48%;
  margin-top: 5.8rem;
}

.star-border {
  z-index: 1;
  position: absolute;
  inset: 58px auto 0% 4%;
}

.image-2 {
  z-index: 2;
  position: relative;
}

.heading-3 {
  text-align: left;
  display: block;
}

.services-heading-gold {
  color: var(--text-color--text-secondary);
  display: block;
}

.performance-heading {
  color: var(--text-color--text-secondary);
}

.section_performance {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid {
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.grid.margin-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-flow: row dense;
  place-content: center end;
  justify-items: center;
  margin-top: 5rem;
}

.reason-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 337px;
  max-height: 177px;
  display: flex;
}

.reason-text {
  color: var(--base-color-neutral--neutral-lighter);
  text-align: center;
  font-size: .875rem;
}

.section_map {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map_gold-heading {
  color: var(--text-color--text-secondary);
}

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

.heading-4.margin-bottom {
  margin-bottom: 5rem;
}

.map_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.map {
  max-width: 40%;
  position: static;
}

.map_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 48%;
  display: flex;
}

.map_content.margin-top {
  max-width: 60%;
  margin-top: 1.5rem;
}

.map_img_wrapper {
  border-radius: 10px;
  position: static;
}

.star-border-map {
  z-index: 1;
  position: absolute;
  inset: 29% auto 0% 23%;
}

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

.text-block-2 {
  color: var(--base-color-neutral--neutral-lightest);
}

.the-napier, .train-station {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.train-station.margin-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 2rem;
}

.airport.margin-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6rem;
  display: flex;
}

.section_contact {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Mask-group-5.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact_line {
  border: 1px solid var(--text-color--text-secondary);
  max-width: 100%;
  margin-bottom: 9.6875rem;
}

.gold-contact_heading {
  color: var(--text-color--text-secondary);
  display: block;
}

.contact_heading {
  text-align: center;
}

.contact_heading.margin-top {
  margin-top: 9.6875rem;
}

.contact-paragraph {
  text-align: center;
  max-width: 770px;
}

.contact-paragraph.margin-top {
  margin-top: 3.4375rem;
}

.contact-content_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-content_wrapper.margin-bottom {
  margin-bottom: 10rem;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  background-color: #02090c;
  display: block;
}

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

.footer-logo.margin-bottom {
  margin-bottom: 3.4375rem;
}

.navigation-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-links.margin-bottom {
  margin-bottom: 2.1875rem;
}

.copyright {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.text-block-3 {
  color: var(--base-color-neutral--neutral-lighter);
}

.rights-links {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  color: var(--base-color-neutral--neutral-lighter);
}

.golden-border-stars {
  z-index: 1;
  max-width: 41%;
  position: absolute;
  inset: 29.5% 0% auto 24%;
}

.section_hero_rooms {
  background-color: var(--background-color--background-secondary);
  color: #fff;
  background-image: url('../images/Group-309-4.png');
  background-position: 50% 0;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-image {
  z-index: 1;
  flex: none;
  position: absolute;
  inset: 15% 0% 0%;
}

.image-3 {
  object-fit: cover;
  background-image: url('../images/Group-309-2.png');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.header-content_wrapper {
  z-index: 2;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.header-content_wrapper.margin-top {
  margin-top: 8rem;
}

.gold-heading-rooms {
  color: var(--text-color--text-secondary);
  line-height: 1;
  display: inline-block;
}

.gold-with-text {
  color: var(--text-color--text-secondary);
}

.rooms-heading {
  line-height: 1;
}

.paragraph-10 {
  max-width: 388px;
}

.section_suite_rooms {
  background-color: var(--background-color--background-primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-blur {
  z-index: 4;
  background-color: var(--background-color--background-primary);
  filter: blur(5px);
  background-image: linear-gradient(-180deg, #06141a, #06141a12);
  max-width: 100%;
  height: 100px;
  max-height: 100px;
  position: absolute;
  inset: auto 0% -4%;
}

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

.suite-line {
  z-index: 1;
  border-top: 1px solid var(--text-color--text-secondary);
  max-width: 1140px;
  max-height: 1px;
  position: absolute;
  inset: 27% 0% 0% 18%;
}

.suite-line.studio {
  left: 10%;
}

.image-5 {
  z-index: 2;
  width: 600px;
  position: relative;
}

.heading2-gold {
  color: var(--text-color--text-secondary);
}

.suite-text-block {
  color: var(--text-color--text-secondary);
  font-size: 1.3125rem;
}

.paragraph-11 {
  color: var(--base-color-neutral--neutral-lighter);
}

.icons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icons-wrapper.margin-top {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
}

.upper-icons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_studio_rooms {
  background-color: var(--background-color--background-primary);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero-about-us {
  aspect-ratio: auto;
  background-color: var(--background-color--background-secondary);
  color: #fff;
  object-fit: fill;
  background-image: url('../images/Group-245.png');
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.bg-image-about {
  position: absolute;
  inset: 0%;
}

.background-image {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: none;
  position: absolute;
  inset: 10% 0% 0%;
}

.about-us-hero_content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6rem;
  display: flex;
  position: relative;
}

.gold-text-heading {
  color: var(--text-color--text-secondary);
}

.about-us-hero_heading {
  line-height: 1;
}

.hero_paragraph {
  max-width: 22.8125rem;
}

.section_rooms-about-us {
  aspect-ratio: auto;
  background-color: var(--background-color--background-primary);
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.rooms_wrapper {
  grid-column-gap: 4.0625rem;
  grid-row-gap: 4.0625rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rooms_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rooms_line {
  border: 1px solid var(--text-color--text-secondary);
  max-width: 75rem;
  height: 1px;
  max-height: 1px;
  position: absolute;
  inset: 10% 0% auto 10%;
}

.rooms_text-block {
  color: var(--text-color--text-secondary);
  font-family: Neue, Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 300;
}

.rooms_paragraph {
  max-width: 39.625rem;
}

.image-6 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_areas-about-us {
  aspect-ratio: auto;
  background-color: var(--background-color--background-primary);
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.areas_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.areas_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
}

.areas_image {
  order: -9999;
  max-width: 55%;
}

.gold-text-heading-block {
  color: var(--text-color--text-secondary);
  display: block;
}

.areas_paragraph {
  max-width: 27.5625rem;
}

.areas_paragraph-2 {
  max-width: 26.1rem;
}

.section_performance-about-us {
  aspect-ratio: auto;
  background-color: var(--background-color--background-primary);
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  min-height: 50svh;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.text-span {
  color: var(--text-color--text-secondary);
}

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

.slider {
  color: #fff0;
  background-color: #ddd0;
}

.slide-nav {
  display: none;
}

.icon-2, .icon-3 {
  color: var(--text-color--text-secondary);
}

.slide {
  max-width: 25%;
}

.left-arrow {
  z-index: 2;
  inset: 0% 100% 0% -7%;
}

.right-arrow {
  inset: 0% -7% 0% auto;
}

.icon-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.slider-text {
  color: var(--base-color-neutral--neutral-lighter);
}

.contact_h1 {
  font-size: 5.625rem;
  line-height: 1;
}

.contact-gold-heading, .text-span-2 {
  color: var(--text-color--text-secondary);
}

.text-field {
  border: 2px solid var(--base-color-neutral--neutral-lighter);
  max-width: 528px;
  height: 50px;
  max-height: 50px;
  color: var(--base-color-neutral--white);
  background-color: #fff0;
}

.field-label {
  color: var(--base-color-neutral--neutral-lighter);
  font-family: Neue, Arial, sans-serif;
  font-size: 1.125rem;
}

.form-wrapper {
  border: 1px solid var(--text-color--text-secondary);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 4.375rem;
  display: none;
}

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

.form-block {
  display: block;
}

.contact-heading-form.margin-bottom {
  text-align: center;
  margin-bottom: .6875rem;
}

.left-form {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.right-div {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.forms-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.textarea {
  border: 1px solid var(--base-color-neutral--white);
  -webkit-text-stroke-color: var(--base-color-neutral--neutral-lightest);
  background-color: #fff0;
  height: 200px;
  max-height: 200px;
}

.textarea.margin-bottom {
  color: #fff;
  text-align: left;
  height: 200px;
  max-height: 200px;
  margin-bottom: 2rem;
}

.form-paragraph, .checkbox-label {
  color: var(--base-color-neutral--neutral-lighter);
  font-size: 1.125rem;
}

.checkbox {
  border: 1px solid var(--text-color--text-secondary);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding: 7px;
}

.checkbox-field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.paragraphs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_contact-form {
  background-color: var(--background-color--background-primary);
  color: #fff;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_contact-hero {
  background-color: var(--background-color--background-secondary);
  color: #fff;
  background-image: url('../images/Group-245.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede00;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: .875rem;
  }

  .margin-bottom.spacer-medium {
    font-size: 3.5rem;
  }

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

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .text-color-secondary.hero-text {
    margin-left: 116px;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.spacer-xhuge {
    font-size: 5.3rem;
  }

  .padding-global.padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-small {
    font-size: .875rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2.is-center {
    font-size: 3.5rem;
  }

  .button, .button.suite-button {
    margin-left: auto;
    margin-right: auto;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_component {
    background-color: var(--background-color--background-secondary);
    position: fixed;
  }

  .nav_menu {
    background-color: var(--background-color--background-primary);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav_button {
    color: #fff;
  }

  .nav_button.w--open {
    background-color: #c8c8c800;
  }

  .section_hero {
    background-position: 50% 100%;
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .link-wrapper.is-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-nav, .right-nav {
    display: none;
  }

  .section_services {
    padding-top: 3rem;
  }

  .content_text {
    justify-content: center;
    align-items: flex-start;
  }

  .content_image {
    position: static;
  }

  .line.margin-bottom, .golden-border {
    display: none;
  }

  .services_content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .services {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .img {
    order: 9999;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .content, .content.margin-top {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .content.studio {
    justify-content: center;
    align-items: flex-start;
  }

  .star-border {
    display: block;
    top: 52%;
    left: 15%;
  }

  .heading-3 {
    width: 380px;
    font-size: 3.5rem;
  }

  .section_performance {
    padding-top: 3rem;
  }

  .grid.margin-top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_map {
    padding-top: 3rem;
  }

  .heading-4.margin-bottom {
    font-size: 3.5rem;
  }

  .map_wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .map {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .map_img_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .airport.margin-top {
    margin-top: 3rem;
  }

  .section_contact {
    padding-top: 3rem;
  }

  .contact-paragraph.margin-top {
    max-width: 650px;
    font-size: .875rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .copyright {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3, .link-3 {
    font-size: .75rem;
  }

  .golden-border-stars {
    display: none;
  }

  .icon {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    background-color: #0000;
    font-size: 2rem;
  }

  .nav-menu {
    background-color: var(--background-color--background-secondary);
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 2rem;
  }

  .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: .875rem;
  }

  .section_hero_rooms {
    background-image: url('../images/Group-309-3.png');
    background-position: 50%;
    background-size: cover;
    min-height: 100svh;
    padding-top: 3rem;
  }

  .bg-image {
    flex: none;
    max-height: 500px;
    top: 15%;
  }

  .header-content_wrapper.margin-top {
    margin-top: 0;
  }

  .rooms-heading {
    font-size: 5.2rem;
  }

  .section_suite_rooms {
    background-position: 50% 100%;
    padding-top: 3rem;
  }

  .image-4 {
    height: 570px;
    max-height: 1000px;
  }

  .gradient-blur {
    background-color: var(--background-color--background-primary);
    background-image: linear-gradient(-180deg, #06141a, #06141a12);
    top: 100%;
  }

  .suite-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .suite-line {
    display: none;
  }

  .image-5 {
    max-width: 90%;
  }

  .icons-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .section_studio_rooms {
    background-position: 50% 100%;
    padding-top: 3rem;
  }

  .paragraph-12 {
    width: 600px;
    max-width: 700px;
  }

  .section_hero-about-us {
    background-image: url('../images/Group-245.png');
    background-position: 50%;
    background-size: auto;
    padding-top: 3rem;
  }

  .background-image {
    display: none;
  }

  .about-us-hero_heading {
    font-size: 5.3rem;
  }

  .section_rooms-about-us {
    background-position: 50% 100%;
    padding-top: 3rem;
  }

  .rooms_wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .rooms_content {
    max-width: 100%;
  }

  .rooms_image {
    max-width: 100%;
    height: 800px;
    max-height: 100%;
  }

  .rooms_line {
    display: none;
  }

  .image-6 {
    top: 45%;
    left: 10%;
    right: auto;
  }

  .section_areas-about-us {
    background-position: 50% 100%;
    padding-top: 3rem;
  }

  .areas_wrapper {
    flex-flow: column;
  }

  .areas_content {
    max-width: 100%;
  }

  .areas_image {
    order: 9999;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .areas_paragraph, .areas_paragraph-2 {
    max-width: 40rem;
  }

  .section_performance-about-us {
    background-position: 50% 100%;
    padding-top: 3rem;
  }

  .heading-10 {
    font-size: 3.5rem;
  }

  .slide {
    max-width: 33%;
  }

  .heading-11 {
    font-size: 3.5rem;
  }

  .contact_h1, .contact-heading-form.margin-bottom {
    font-size: 3.3rem;
  }

  .form-paragraph, .checkbox-label {
    font-size: 1rem;
  }

  .section_contact-form, .section_contact-hero {
    background-position: 50% 100%;
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: .75rem;
  }

  .margin-bottom.spacer-medium {
    font-size: 3rem;
  }

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

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .text-color-secondary.hero-text {
    margin-left: 80px;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.spacer-xhuge {
    font-size: 3.3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-small {
    font-size: .8rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-large {
    font-size: .875rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h2.is-center {
    font-size: 3rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button.contact {
    padding: 1rem 5rem;
    font-size: 1rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .grid.margin-top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_map {
    padding-top: 0;
  }

  .heading-4.margin-bottom {
    font-size: 3rem;
  }

  .map_wrapper {
    justify-content: center;
    align-items: center;
  }

  .map_img_wrapper {
    aspect-ratio: auto;
    max-width: 100%;
  }

  .code-embed {
    max-width: 100%;
  }

  .contact_heading {
    font-size: 3rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .copyright {
    padding-bottom: 5px;
  }

  .text-block-3 {
    font-size: .7rem;
    line-height: 1.4;
  }

  .link-3 {
    font-size: .6rem;
  }

  .golden-border-stars {
    display: none;
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 1.5rem;
  }

  .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: .78rem;
  }

  .section_suite_rooms {
    padding-top: 0;
  }

  .gradient-blur {
    top: 100%;
  }

  .heading2-gold.suite {
    font-size: 2.4rem;
  }

  .section_studio_rooms {
    padding-top: 0;
  }

  .paragraph-12 {
    width: 500px;
    max-width: 500px;
  }

  .about-us-hero_heading {
    font-size: 4.2rem;
  }

  .rooms_image {
    height: 500px;
  }

  .image-6 {
    width: 450px;
    top: 55%;
  }

  .areas_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .areas_paragraph, .areas_paragraph-2 {
    font-size: .875rem;
  }

  .heading-10 {
    font-size: 3rem;
  }

  .slide {
    max-width: 50%;
  }

  .heading-11 {
    font-size: 3rem;
  }

  .contact_h1 {
    font-size: 2.5rem;
  }

  .text-field {
    height: 40px;
  }

  .field-label {
    font-size: 1rem;
  }

  .contact-heading-form.margin-bottom {
    font-size: 2.2rem;
  }

  .textarea.margin-bottom {
    max-height: 130px;
  }

  .form-paragraph, .checkbox-label {
    font-size: .875rem;
  }

  .image-7 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .margin-bottom {
    max-width: 30rem;
    margin: 0 0 3rem;
    font-size: .8rem;
  }

  .margin-bottom.spacer-medium {
    font-size: 1.75rem;
  }

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

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

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

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

  .text-color-secondary.hero-text {
    margin-left: 40px;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.spacer-xhuge {
    font-size: 2.5rem;
  }

  .padding-global.padding-section-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-width-small {
    font-size: .75rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-large {
    font-size: .7rem;
    line-height: 1.3rem;
  }

  .heading-style-h2.is-center {
    font-size: 2.5rem;
  }

  .spacer-huge {
    display: none;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .explore-wrapper.margin-top {
    margin-top: 3rem;
  }

  .image {
    max-width: 100%;
    max-height: 450px;
  }

  .content, .content.studio {
    justify-content: center;
    align-items: center;
  }

  .star-border {
    display: none;
  }

  .heading-3 {
    width: 280px;
    font-size: 2rem;
  }

  .section_performance {
    padding-top: 0;
  }

  .grid.margin-top {
    grid-template-columns: 1fr 1fr;
  }

  .heading-4.margin-bottom {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }

  .airport.margin-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section_contact {
    min-height: 80svh;
    padding-top: 0;
  }

  .contact_line {
    margin-bottom: 5rem;
  }

  .contact_heading {
    text-align: center;
    font-size: 2.1rem;
  }

  .contact-paragraph.margin-top {
    font-size: .75rem;
  }

  .contact-content_wrapper.margin-bottom {
    margin-bottom: 2rem;
  }

  .container {
    max-width: none;
  }

  .navigation-links.margin-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .rights-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .link-3 {
    font-size: .7rem;
  }

  .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: .75rem;
    line-height: 1.3rem;
  }

  .heading-9 {
    font-size: 1.3rem;
  }

  .section_hero_rooms {
    min-height: 90svh;
  }

  .rooms-heading {
    font-size: 2.6rem;
  }

  .paragraph-10 {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .gradient-blur {
    top: 100%;
  }

  .suite-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .heading2-gold {
    font-size: 2.4rem;
  }

  .suite-text-block {
    font-size: 1.2rem;
  }

  .icons-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .upper-icons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bottom-icons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-12 {
    text-align: left;
    width: 300px;
    font-size: .875rem;
    line-height: 1.3rem;
  }

  .paragraph-13 {
    font-size: .875rem;
    line-height: 1.3rem;
  }

  .section_hero-about-us {
    padding-top: 0;
  }

  .gold-text-heading, .about-us-hero_heading {
    font-size: 2.2rem;
  }

  .hero_paragraph {
    margin-top: 1.5rem;
    font-size: .875rem;
  }

  .rooms_image {
    justify-content: center;
    align-items: center;
    height: 450px;
    display: flex;
  }

  .rooms_text-block {
    font-size: 1.2rem;
  }

  .rooms_paragraph {
    font-size: .875rem;
  }

  .image-6 {
    width: 80%;
    min-width: 280px;
    max-width: 380px;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .section_areas-about-us {
    padding-top: 0;
  }

  .areas_content {
    margin-top: 3rem;
  }

  .areas_paragraph, .areas_paragraph-2 {
    font-size: .75rem;
  }

  .heading-10 {
    font-size: 2.5rem;
  }

  .slide {
    max-width: 100%;
  }

  .heading-11 {
    font-size: 2rem;
  }

  .heading-12, .heading-13, .heading-14 {
    font-size: 1.3rem;
  }

  .contact_h1 {
    font-size: 2rem;
  }

  .text-field {
    min-width: 270px;
  }

  .field-label {
    margin-top: 1rem;
    margin-bottom: 0;
  }

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

  .forms-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .textarea.margin-bottom {
    max-width: 280px;
  }

  .paragraphs-wrapper {
    justify-content: center;
    align-items: center;
  }

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

#w-node-_3f072c3b-ee0f-4613-1b6d-27110fb346b6-ce040e00 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_30a542ac-9bf9-b14e-fd81-4c61d091d83c-ce040e00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83dc9b85-57bc-a86f-8bf8-7dc290de93c3-ce040e00 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fe87074c-5d72-ca33-d7cc-3a0d61fbba2e-ce040e00 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-ce040e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-ce040e03 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-ce040e03, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-ce040e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-ce040e03 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-ce040e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-ce040e03 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-ce040e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-ce040e03 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-ce040e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-ce040e03 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-ce040e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-ce040e03, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-ce040e03 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-ce040e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-ce040e03 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-ce040e03, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-ce040e03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-ce040e03 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a8c3bd2f-2182-afbb-6c50-3e83a779c027-ce040e00 {
    grid-area: 4 / 2 / 5 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3f072c3b-ee0f-4613-1b6d-27110fb346b6-ce040e00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8c3bd2f-2182-afbb-6c50-3e83a779c027-ce040e00 {
    grid-area: 5 / 2 / 6 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe87074c-5d72-ca33-d7cc-3a0d61fbba2e-ce040e00 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Neue';
  src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gaela';
  src: url('../fonts/GAELA.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}