:root {
  --gold: #b78f48;
  --black: black;
  --white: white;
  --offwhite: #ede7de;
  --birch: #393328;
}

.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: #000;
  letter-spacing: -.02em;
  font-family: Reckless Neue, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless Neue Book, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: .96;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless Neue Book, sans-serif;
  font-size: 3.25em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless Neue Book, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless Neue Book, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless Neue Book, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless Neue Book, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Reckless Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--gold);
  font-size: 1em;
}

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

li {
  margin-bottom: .25em;
  font-size: 1em;
}

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

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

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

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

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: 1.7em;
  grid-row-gap: 1.7em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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.5em;
}

.padding-xlarge {
  padding: 4em;
}

.margin-xlarge {
  margin: 4em;
}

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

.padding-xhuge {
  padding: 8em;
}

.margin-custom1 {
  margin: 1.5em;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12em;
}

.padding-huge {
  padding: 6em;
}

.margin-large {
  margin: 3em;
}

.padding-xxlarge {
  padding: 5em;
}

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

.padding-custom3 {
  padding: 3.5em;
}

.padding-large {
  padding: 3em;
}

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

.padding-small {
  padding: 1em;
}

.padding-custom2 {
  padding: 2.5em;
}

.margin-custom3 {
  margin: 3.5em;
}

.padding-custom1 {
  padding: 1.5em;
}

.margin-huge {
  margin: 6em;
}

.padding-medium {
  padding: 2em;
}

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

.margin-xxlarge {
  margin: 5em;
}

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

.margin-xhuge {
  margin: 8em;
}

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

.margin-small {
  margin: 1em;
}

.margin-medium {
  margin: 2em;
}

.margin-xxhuge {
  margin: 12em;
}

.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 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5em;
  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: .125em;
  width: .875em;
  height: .875em;
  margin: 0 .5em 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, #0073e61a, #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: 1em;
  height: 1em;
}

.overflow-auto {
  overflow: auto;
}

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

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

.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.125em;
  grid-row-gap: 1.125em;
  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: 3em;
  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;
}

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

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

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

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

.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 {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  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-family: Reckless Neue Book, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

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

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

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

.heading-style-h1 {
  font-family: Reckless Neue Book, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: .96;
}

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

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

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

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

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

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

.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 #000;
  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 {
  letter-spacing: -.02em;
  font-family: Reckless Neue, sans-serif;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.4;
}

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

.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: #0073e61a;
  border: 1px dashed #0073e6;
  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: 16em;
}

.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 {
  letter-spacing: -.02em;
  font-family: Reckless Neue, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

.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: 32em;
}

.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: 48em;
}

.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-white {
  background-color: var(--white);
}

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

.text-size-small {
  letter-spacing: -.02em;
  font-family: Reckless Neue, sans-serif;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h4 {
  font-family: Reckless Neue Book, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3em;
  margin-bottom: .75em;
  padding: .5em 1em;
}

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

.heading-style-h6 {
  font-family: Reckless Neue Book, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

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

.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: #000;
  text-decoration: underline;
}

.text-size-large {
  letter-spacing: -.02em;
  font-family: Reckless Neue, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-family: Reckless Neue Book, sans-serif;
  font-size: 3.25em;
  font-weight: 400;
  line-height: 1;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-family: Reckless Neue Book, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

.container-large {
  width: 90%;
  max-width: 88.13em;
  margin-left: auto;
  margin-right: auto;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

.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 {
  text-align: center;
  cursor: pointer;
  background-color: #000;
  padding: .75em 1.5em;
  text-decoration: none;
}

.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 {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

.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 {
  letter-spacing: -.02em;
  font-family: Reckless Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
}

.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: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 90%;
  max-width: 70.63em;
  margin-left: auto;
  margin-right: auto;
}

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: var(--gold);
}

.fs-styleguide_color.is-2 {
  background-color: var(--offwhite);
}

.fs-styleguide_color.is-3 {
  background-color: var(--birch);
}

.fs-styleguide_color.is-5 {
  background-color: var(--white);
}

.fs-styleguide_color.is-4 {
  background-color: var(--black);
}

.button_text {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.button_text.is-secundary {
  color: #000;
}

.button_text.is-text {
  color: #000;
  text-decoration: underline;
}

.button-is-small {
  text-align: center;
  background-color: #000;
  padding: .5em 1.5em;
  text-decoration: none;
}

.button-is-large {
  text-align: center;
  background-color: #000;
  padding: 1em 1.75em;
  text-decoration: none;
}

.button-is-secundary {
  text-align: center;
  border: 1px solid #000;
  padding: .75em 1.5em;
  text-decoration: none;
}

.button-is-icon {
  grid-column-gap: .5rem;
  color: #fff;
  background-color: #000;
  align-items: center;
  padding: .75em 1.5em;
  display: flex;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-cover.absolute {
  position: absolute;
  inset: 0%;
}

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

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

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

.background-color-gold {
  background-color: var(--gold);
  color: #f5f5f5;
}

.background-color-offwhite {
  background-color: var(--offwhite);
  color: #f5f5f5;
}

.background-color-birch {
  background-color: var(--birch);
  color: #f5f5f5;
}

.section_home-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 52.88em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-brand {
  z-index: 2;
  position: fixed;
  inset: 1.25em auto auto 2.5em;
}

.nav-brand-img {
  height: 3.13em;
}

.nav-link {
  z-index: 2;
  letter-spacing: 0;
  flex-flow: column;
  font-family: Chap, sans-serif;
  font-size: 1.13em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 2.19em 2.5em auto auto;
}

.nav-link-line {
  background-color: var(--gold);
  width: 0%;
  height: 1px;
}

.home-header-bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header-menu {
  z-index: 3;
  background-image: linear-gradient(180deg, #0000, var(--black));
  flex-flow: column;
  justify-content: flex-end;
  height: 9.06em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-bar {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--black), #0000);
  height: 9.06em;
  position: absolute;
  inset: 0% 0% auto;
}

.home-header-menu-wrap {
  justify-content: space-between;
  display: flex;
}

.home-header-menu-linkblock {
  letter-spacing: 0;
  border-bottom: 1px solid #b78f4800;
  padding-bottom: .88em;
  font-family: Chap, sans-serif;
  font-size: 1.31em;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.home-header-menu-linkblock:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.home-header-menu-linkblock.w--current {
  border-bottom-color: var(--gold);
}

.home-header-menu-linkblock.w--current:hover {
  border-bottom-color: var(--white);
}

.home-story-wrapper {
  grid-column-gap: 4.25em;
  grid-row-gap: 4.25em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-story-title-wrapper {
  max-width: 25em;
}

.home-story-p-wrapper {
  grid-column-gap: 2.38em;
  grid-row-gap: 2.38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 34em;
  display: flex;
}

.linkblock {
  letter-spacing: 0;
  flex-flow: column;
  font-family: Chap, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.31em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.linkblock-line {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
}

.link-11 {
  color: #131313;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
}

.link-text {
  z-index: 99;
  color: #131313;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.linkblock-underline {
  transform-origin: 100%;
  -webkit-text-fill-color: inherit;
  background-color: #1f1f1f;
  background-clip: content-box;
  width: 100%;
  height: 1px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  inset: -3px 0% 0%;
  overflow: visible;
}

.linkblock-underline:hover {
  background-image: none;
}

.linkblock-underline.has-right-origin {
  background-color: var(--gold);
  position: absolute;
  inset: auto 0% 0%;
}

.linkblock-underline.has-left-origin {
  background-color: var(--gold);
  transform-origin: 0%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  inset: auto 0% 0%;
}

.section_home-about {
  position: relative;
}

.home-about-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  display: flex;
}

.home-about-left-col {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 31em;
  display: flex;
}

.home-about-right-col {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.home-about-p-wrapper {
  padding-left: 7.38em;
}

.home-about-p-wrap {
  grid-column-gap: 3.13em;
  grid-row-gap: 3.13em;
  flex-flow: column;
  max-width: 17.06em;
  display: flex;
}

.text-size-quote {
  letter-spacing: 0;
  font-family: Chap, sans-serif;
  font-size: 1.63em;
  font-weight: 300;
  line-height: 1;
}

.home-about-img-wrapper {
  width: 100%;
  max-width: 26.69em;
  min-height: 31.06em;
  position: relative;
  overflow: hidden;
}

.home-about-bg-wrapper {
  z-index: 1;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-about-bg-brandshape {
  opacity: .1;
  color: var(--gold);
  height: 100%;
}

.footer {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  padding: 1.88em 2.5em;
  display: flex;
}

.footer-left-col {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  width: 100%;
  max-width: 63.88em;
  display: flex;
}

.footer-right-col {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-textblock {
  font-size: .81em;
  line-height: 1.4;
}

.footer-brand-img {
  height: 3.81em;
}

.footer-info-wrap {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-info-textblock {
  letter-spacing: 0;
  font-family: Chap, sans-serif;
  font-size: 1.31em;
  font-weight: 300;
  line-height: 1;
}

.footer-link {
  letter-spacing: 0;
  font-family: Chap, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-info-wrapper {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  text-align: left;
  flex: 1;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.footer-info-linkblock-wrapper {
  flex-flow: column;
  display: flex;
}

.home-header-title {
  z-index: 2;
  position: relative;
}

.home-header-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-header-brand {
  width: 22.5em;
}

.home-header-bg-video-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image {
  text-align: left;
}

.image-2 {
  vertical-align: baseline;
}

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

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

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

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

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

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

  .home-story-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: wrap;
  }

  .link-text {
    flex: none;
    width: 100%;
  }

  .home-about-wrapper {
    flex-flow: wrap;
  }

  .home-about-left-col {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .home-about-right-col {
    flex-flow: wrap;
  }

  .home-about-p-wrap {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .footer {
    flex-flow: column;
  }

  .footer-left-col {
    flex-flow: wrap;
  }

  .footer-info-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .nav-brand {
    left: 1.8em;
  }

  .nav-link {
    top: 1.79em;
    right: 1.8em;
  }

  .home-header-menu {
    background-image: linear-gradient(180deg, #0000, var(--black) 83%);
    height: 13em;
  }

  .nav-bar {
    height: 7.5em;
  }

  .home-header-menu-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .home-header-menu-linkblock {
    padding-bottom: .5em;
    font-size: 1.2em;
  }

  .home-story-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .home-about-wrapper {
    flex-flow: column;
  }

  .home-about-left-col {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .home-about-right-col {
    flex-flow: column-reverse;
  }

  .home-about-p-wrapper {
    padding-left: 4em;
  }

  .home-about-p-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    max-width: 20em;
  }

  .home-about-img-wrapper {
    max-width: none;
  }

  .home-about-bg-wrapper {
    flex-flow: column;
  }

  .home-about-bg-brandshape {
    height: auto;
  }

  .footer-info-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .footer-info-textblock {
    width: 6em;
  }

  .footer-info-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-header-title {
    font-size: 4em;
  }
}

@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 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .nav-brand {
    left: 1em;
  }

  .nav-link {
    top: 1.69em;
    right: 1em;
  }

  .home-header-menu {
    background-image: linear-gradient(#0000, #000000eb 72%, #000);
  }

  .home-header-menu-wrap {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .home-header-menu-linkblock {
    font-size: 1.13em;
  }

  .link-text {
    white-space: nowrap;
    flex: 0 auto;
  }

  .footer {
    padding: 2em 1.5em;
  }

  .footer-left-col {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .footer-right-col {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-info-textblock {
    width: 5em;
  }

  .home-header-title {
    font-size: 3em;
  }

  .home-header-brand {
    width: 15em;
  }
}

#w-node-_57d7236d-de1c-f582-77ed-2dd99f9b285c-5fcb0035, #w-node-f6f8e92d-bd57-0614-5f3b-577f02a32942-5fcb0035, #w-node-b9ed53b3-08a8-05bb-793a-64b3d53fb89c-5fcb0035, #w-node-f3299ece-9f34-cf9c-fc09-355ef6e7f797-5fcb0035, #w-node-_8f5b6dfd-c2a7-0d51-ec33-9980545e143d-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-5fcb0035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-5fcb0035, #w-node-c59716c0-1c40-468a-8233-7537f607ec8e-5fcb0035, #w-node-_8104b9ec-8a2c-2f27-ed41-aecde2540abc-5fcb0035, #w-node-b66d51cb-db82-d08b-eb65-d3871dc7f9a8-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-5fcb0035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-5fcb0035 {
  justify-self: start;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-5fcb0035 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-5fcb0035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-5fcb0035, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-5fcb0035 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-5fcb0035 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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


@font-face {
  font-family: 'Chap';
  src: url('../fonts/Chap-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chap';
  src: url('../fonts/Chap-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chap';
  src: url('../fonts/Chap-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chap';
  src: url('../fonts/Chap-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue Book';
  src: url('../fonts/RecklessNeue-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue';
  src: url('../fonts/RecklessNeue-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless Neue Book';
  src: url('../fonts/RecklessNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}