:root {
  --text-color: #000;
  --white-text-color: #fff;
  --new-blue: #006778;
  --stroke: #efefef;
}

.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 {
  color: #333;
  background-color: #fcfcfc;
  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 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: scotch-display, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: scotch-display, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-family: scotch-display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: scotch-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--text-color);
  cursor: pointer;
  text-decoration: underline;
}

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

.table5_column {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .9rem .6rem;
  display: flex;
  position: relative;
}

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

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

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

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

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

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

.heading-style-h4 {
  font-family: scotch-display, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.overflow-visible {
  overflow: visible;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.text-style-eyebrow {
  color: #1e4d2b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
}

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

.list-2 {
  padding-left: 2rem;
}

.padding-small {
  padding: 1rem;
}

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

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

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

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

.button {
  border: 1px solid var(--white-text-color);
  background-color: var(--new-blue);
  color: var(--text-color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 1.1rem 1.2rem;
  font-size: .8rem;
  font-weight: 700;
  line-height: .4;
  text-decoration: none;
}

.button.is-large-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

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

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  font-size: .8rem;
  line-height: .4;
  text-decoration: none;
  display: flex;
}

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

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

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

.margin-custom1 {
  margin: 1.5rem;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

.heading-style-h3 {
  font-family: scotch-display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.hide {
  display: none;
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-xhuge {
  padding: 8rem;
}

.text-color-alternate {
  color: #fff;
}

.text-color-alternate:hover {
  text-decoration: none;
}

.text-color-alternate.w--current {
  color: #ffffff26;
  text-decoration: none;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.main-wrapper {
  padding-top: 5.5rem;
}

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

.padding-xxhuge {
  padding: 12rem;
}

.text-color-primary {
  color: #000;
}

.padding-large {
  padding: 3rem;
}

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

.text-rich-text.max-width-large {
  max-width: 57rem;
}

.text-rich-text.max-width-large h2 {
  margin-top: 2rem;
}

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

.text-rich-text.is-homepage {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

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

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

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-secondary {
  color: #222;
}

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

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

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

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

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

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

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

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

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

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

.background-color-alternate {
  background-color: #fff;
}

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

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

.margin-xlarge {
  margin: 4rem;
}

.margin-medium {
  margin: 2rem;
}

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

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

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #1e4d2b;
  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: #dd23bb;
}

.margin-custom2 {
  margin: 2.5rem;
}

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

.padding-medium {
  padding: 2rem;
}

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

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

.form_input {
  background-color: #0000;
  border: 1px solid #dadada;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

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

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

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

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

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

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

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

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

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

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

.padding-global.is-top-z {
  z-index: 2;
  position: relative;
}

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

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

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

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

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

.background-color-tertiary {
  background-color: #dd23bb;
}

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

.padding-xlarge {
  padding: 4rem;
}

.heading-style-h1 {
  font-size: 4rem;
  line-height: 1.1;
}

.text-style-link {
  color: #006144;
  text-decoration: underline;
}

.background-color-secondary {
  background-color: #1e4d2b;
}

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

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

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

.background-color-primary {
  color: #fff;
  background-color: #000;
}

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

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

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

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

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

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

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

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

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

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  color: #fff;
}

.section_page-topper {
  background-color: var(--white-text-color);
  border-bottom: 1px solid #ece8e3;
  justify-content: center;
  align-items: center;
  padding-top: 8svw;
  padding-bottom: 8svw;
  display: flex;
  position: relative;
}

.nav_logo-link {
  width: 3.8rem;
  max-width: none;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-right: .4rem;
}

.navbar1_component {
  border-bottom: 1px solid var(--new-blue);
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  box-shadow: 0 2px 11px #0000000f;
}

.navbar1_menu-button {
  padding: 0;
}

.footer_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr 1fr;
}

.page-topper_headline {
  filter: drop-shadow(0px 2px 5px var(--white-text-color)) drop-shadow(0px 2px 14px var(--white-text-color));
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: scotch-display, sans-serif;
  font-size: 7vw;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

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

.footer_linkblock {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  border-top: 1px solid #ffffff1c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .3rem .6rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer_linkblock:hover {
  background-color: #ffffff12;
  border-top-style: solid;
  border-top-color: #fff0;
}

.footer_column-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .6rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.nav3_logo {
  width: 100%;
}

.page-topper_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  width: 14rem;
  padding: 0;
  overflow: hidden;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  text-transform: uppercase;
  align-items: center;
  padding: .5rem 0 .5rem 2rem;
  font-size: .8rem;
  font-weight: 800;
  display: flex;
}

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

.section_footer {
  color: #fff;
  background-color: #404040;
  font-size: .8rem;
}

.arrow_newwindow {
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: .4rem;
  height: .4rem;
  display: flex;
}

.section {
  position: relative;
}

.navbar1_dropdown-wrapper {
  background-color: #fff;
  border: 1px solid #1e4d2b;
  overflow: hidden;
}

.nav_fixed {
  z-index: 20;
  position: fixed;
  inset: 0% 0% auto;
}

.footer_links-btm {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #fff;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.dropdown-chevron {
  color: #c8c372;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown_linknew {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color);
  text-transform: uppercase;
  border-top: 1px #dadada;
  border-bottom: 1px solid #dadada;
  justify-content: space-between;
  align-items: flex-start;
  padding: .8rem;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropdown_linknew:hover {
  color: #222;
  transform: translate(2px);
}

.dropdown_linknew.w--current:hover {
  transform: none;
}

.navbar1_menu-dropdown {
  color: #000;
}

.vertical-content-spacing-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer_contact-wrapper {
  color: var(--white-text-color);
  background-image: url('../images/banner_Contact_3024x_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_contact-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-text-color);
  color: var(--text-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21rem;
  padding: 1.5rem;
  font-size: 1rem;
  display: flex;
}

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

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

.card_photo-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_wrapper {
  border: 1px solid var(--stroke);
  background-color: var(--white-text-color);
  color: var(--text-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .111s;
  display: flex;
  overflow: hidden;
}

.card_wrapper:hover {
  border: 1px solid var(--new-blue);
  border-radius: 15px;
}

.card_wrapper.is-home {
  border-color: var(--new-blue);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
}

.card_content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem 1.5rem;
  display: flex;
}

.card_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
}

.card_title {
  color: var(--text-color);
  font-family: scotch-display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.image {
  opacity: .2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card_price-wrapper {
  justify-content: flex-start;
  align-items: center;
  font-family: scotch-display, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.product_hero-pic {
  aspect-ratio: 1;
  border: 1px solid var(--new-blue);
  object-fit: contain;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.suites_thumbs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--stroke);
  background-color: var(--white-text-color);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 6rem;
  margin-right: -1px;
  padding: .5rem;
  display: grid;
}

.hero_image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product_page-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 68rem;
  display: grid;
}

.suites_thumb-lightbox {
  flex: none;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.button-new {
  background-color: var(--new-blue);
  color: var(--white-text-color);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .5rem;
  padding: 1.05rem 1.4rem .95rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.button-new:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px #0d1b3b;
}

.button-new:active {
  box-shadow: none;
  transform: none;
}

.button-new.is-nav {
  margin-left: 2rem;
  padding: .75rem 1.2rem;
  font-size: .8rem;
  font-weight: 800;
}

.button-new.is-small {
  padding: .45rem .8rem;
  font-size: .8rem;
}

.button-new.is-tag {
  background-color: var(--text-color);
  color: var(--white-text-color);
}

.button-new.is-tag:hover {
  box-shadow: 0 2px #d8d4d4;
}

.text-style-header-small {
  text-transform: uppercase;
  flex: none;
  font-weight: 900;
}

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

.div-block-5 {
  flex: none;
  display: flex;
}

.suites_thumb-pic {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.suites_subhead-wrapper {
  flex-wrap: wrap;
  display: flex;
}

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

.suites_hero-lightbox {
  aspect-ratio: 1;
  background-color: var(--white-text-color);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-new {
  border: 1px solid var(--stroke);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-radius: .6rem;
  padding: .3rem .65rem;
  font-size: .8rem;
  font-weight: 800;
  box-shadow: 0 2px 5px #00000014;
}

.tab-new.w--current {
  color: #fff;
  background-color: #000;
}

.homepage-h1 {
  filter: drop-shadow(0px 2px 5px var(--white-text-color)) drop-shadow(0px 2px 14px var(--white-text-color));
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: scotch-display, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.footer_image-wrapper {
  max-width: 13rem;
}

.grid_2col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  max-width: 77rem;
}

.paragraph-2 {
  margin-top: 1rem;
  margin-bottom: 0;
}

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

.grid-img-2col {
  aspect-ratio: 1;
  object-fit: cover;
}

.grid_3col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact_card-icon {
  width: 100%;
  max-width: 4rem;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #e0e0e1;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.faq_details-wrapper {
  background-color: #e0e0e11f;
  border: 1px solid #e0e0e1;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: 2rem;
}

.text-rich-text-3 {
  font-weight: 400;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 33rem;
  display: grid;
}

.contact1_component {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.error-text {
  color: #e23939;
}

.form-field-wrapper {
  position: relative;
}

.field-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: 900;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.div-block-11 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vertical-content-spacing-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.vertical-content-spacing-small.max-width-medium {
  justify-content: center;
  align-items: center;
}

.browse-by-item.is-home {
  aspect-ratio: 1;
  width: 100%;
}

.browseby_card {
  border: 1px solid var(--stroke);
  width: 100%;
  margin-bottom: 1rem;
  padding: 9.3rem 2rem;
  text-decoration: none;
  transition: all .111s;
  position: relative;
  overflow: hidden;
}

.browseby_card:hover {
  border-color: var(--new-blue);
  border-radius: 15px;
}

.browseby_card.is-square {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.browseby_card.is-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vertical-content-spacing-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.shopby_tag-wrapper {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.home_grid-4col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.testimonials-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list-4 {
  flex-flow: wrap;
  display: flex;
}

.message-received-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav-logo {
  width: 4rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-right: .4rem;
}

@media screen and (max-width: 991px) {
  h2 {
    line-height: 1;
  }

  h4 {
    font-family: scotch-display, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.5;
  }

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

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

  .heading-style-h4 {
    font-weight: 600;
  }

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

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

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

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

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

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

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

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

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

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

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

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #eee;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--text-color);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .nav_logo-link {
    height: 100%;
  }

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

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

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .page-topper_headline {
    font-size: 11vw;
  }

  .footer_btm-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow-wrap: anywhere;
    flex-flow: wrap;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    background-color: #fff0;
    border-radius: 1px;
    min-width: 222px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    background-color: #533b3b00;
    border: 1px solid #fff;
    padding: 0;
  }

  .navbar1_dropdown-toggle {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .footer_btm {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-wrapper {
    background-color: #fff;
    border: 1px solid #fff;
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_links-btm {
    white-space: nowrap;
    word-break: keep-all;
    padding-bottom: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown_linknew {
    color: var(--text-color);
    text-align: left;
    border-top-style: none;
    border-bottom: 1px solid #dadada;
    margin-bottom: -1px;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

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

  .product_page-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .button-new.is-nav {
    margin-top: 1rem;
    margin-left: 0;
  }

  .content-stack {
    padding-left: 0;
  }

  .suites_hero-lightbox {
    max-width: 29rem;
  }

  .homepage-h1 {
    font-size: 11vw;
  }

  .grid_2col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-11 {
    grid-template-columns: 1fr;
  }

  .code-embed {
    aspect-ratio: 1;
  }

  .browse-by-item.is-home {
    width: 34svw;
  }

  .browseby_card {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

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

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

  .home_scroller {
    margin-right: -2.5rem;
    overflow: auto;
  }

  .testimonials-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h4 {
    font-family: scotch-display, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
  }

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

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

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

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

  .heading-style-h4 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
  }

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

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

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

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

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

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

  .margin-large {
    margin: 1.5rem;
  }

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

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

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

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

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

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

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .navbar1_component {
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .suites_header-wrapper {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .browse-by-item.is-home {
    width: 57svw;
  }

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

  .home_scroller {
    margin-right: -1.25rem;
  }
}

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

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-family: scotch-display, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .heading-style-h2 {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
  }

  .heading-style-h4 {
    color: var(--text-color);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
  }

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

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

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

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

  .heading-style-h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_logo-link {
    width: 3rem;
  }

  .nav_logo-link.w--current {
    flex: none;
    width: 3.5rem;
  }

  .navbar1_component {
    border-bottom-width: 1px;
  }

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

  .page-topper_headline {
    font-size: 14vw;
  }

  .footer_btm-left {
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar1_container {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

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

  .content-row.is-centered {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .card_content-wrapper {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .suites_thumbs-wrapper {
    margin-top: .25rem;
  }

  .button-new {
    padding-top: .65rem;
    padding-bottom: .65rem;
    font-size: .8rem;
  }

  .tabs-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .homepage-h1 {
    font-size: 14vw;
  }

  .faq_details-wrapper {
    padding: 1rem;
  }

  .browse-by-item.is-home {
    width: 61svw;
  }

  .browseby_card {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .browseby_card.is-square {
    padding: 0;
  }

  .browseby_card.is-home {
    padding: 1rem;
  }

  .home_grid-4col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-logo {
    width: 3.2rem;
  }
}

#w-node-_256d4781-a6da-4e29-d65c-5930ca2a3d43-ca2a3ce1 {
  justify-self: end;
}

#w-node-dd3fb85a-0454-46ab-0631-4a925369663e-7c45345f {
  align-self: start;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ca4e-cc4f61db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cb0b-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cb10-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cb15-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cb1a-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cb20-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cb26-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cb2c-cc4f61db {
  justify-self: start;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc14-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc1c-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc38-cc4f61db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc3b-cc4f61db {
  justify-self: start;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc3d-cc4f61db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc40-cc4f61db {
  justify-self: start;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc8a-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc94-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cc95-cc4f61db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd07-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd0c-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd11-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd16-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd1b-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd20-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd2a-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd2f-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd34-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd39-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd3e-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd43-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd48-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd4d-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd52-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd57-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd5c-cc4f61db {
  justify-self: start;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd60-cc4f61db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd61-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd66-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd6b-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd70-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd84-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd89-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd8e-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd93-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd98-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cd9d-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cda7-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdac-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdb1-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdb6-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdbb-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdc0-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdc5-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdca-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdcf-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdd4-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdd9-cc4f61db {
  justify-self: start;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cddd-cc4f61db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdde-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cde3-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cde8-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cded-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cdfe-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce03-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce08-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce0d-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce12-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce17-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce1c-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce21-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce26-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce2b-cc4f61db {
  justify-self: start;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce2f-cc4f61db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce30-cc4f61db {
  justify-self: start;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ce33-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92ceb4-cc4f61db, #w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cee1-cc4f61db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a72f9f7-f6ba-a710-db22-8220ee92cf1f-cc4f61db, #w-node-be1cf0cd-e015-5303-a092-0d0d43d68eb4-a222fffb {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_256d4781-a6da-4e29-d65c-5930ca2a3d43-ca2a3ce1 {
    justify-self: start;
  }
}


