@font-face {
  font-family: Usaaf Stencil;
  src: url('../fonts/USAAF_Stencil.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Usaaf Serial Stencil;
  src: url('../fonts/USAAF_Serial_Stencil.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-color--text-primary: var(--base-color-brand--black);
  --base-color-brand--black: black;
  --base-color-brand--white: white;
  --base-color-neutral--600: #868fa5;
  --base-color-neutral--200: #dde3e8;
  --base-color-neutral--100: #edf0f2;
  --base-color-neutral--950: #2e3138;
  --base-color-neutral--50: #f5f7f8;
  --background-color--slate: #163f42;
  --background-color--sea-foam: #7dffcf;
  --blue: #005af5;
  --background-color--background-sucess\<deleted\|variable-e5e9819f-2351-c05b-ef88-8034043921bc\>: var(--base-color-system--success);
  --text-color--text-success: var(--base-color-system--success-green);
  --triadic: #ad7e56;
  --base-color-neutral--500: #95a0b2;
  --shadow-xsmall\<deleted\|variable-e08b2116-6166-f8a9-dc68-b9dfb6e7cab9\>: #95a0b21f;
  --base-color-neutral--800: #5f6674;
  --shadow--hard-x-large: #95a0b233;
  --base-color-neutral--300: #c8d1d9;
  --blue--500\<deleted\|variable-bc4465e6\>: #005af5;
  --blue--0\<deleted\|variable-287925c6\>: #fafbff;
  --link-color--link-primary: var(--base-color-brand--black);
  --background-color--background-error\<deleted\|variable-5165bfcb-3520-577e-e30c-c279faef0c1f\>: var(--base-color-system--warning);
  --text-color--text-error: var(--base-color-system--error);
  --base-color-brand--orange: #f4af1c;
  --base-color-brand--slate: #163f42;
  --base-color-neutral--700: #737b8f;
  --base-color-neutral--900: #50555f;
  --base-color-neutral--400: #b1bbc8;
  --background-color--light-green: #99c23c;
  --background-color--yellow: #e5e526;
  --background-color--orange: #f4af1c;
  --color-tints--black-60: #242424;
  --base-color-brand--light-green: #99c23c;
  --triadic-dark: #412107;
  --sky-blue: #00aeff;
  --class-royal: #002554;
  --air-force-blue: #00308f;
  --dark-green: #0d190f;
  --vivid-orange: #ff7500;
  --equestrian: #5b5f60;
  --background-color--background-primary: var(--base-color-brand--white);
  --ranch-manager: #506653;
  --background-color--background-secondary: var(--base-color-neutral--50);
  --foreman: #4a7381;
  --background-color--background-tertiary: var(--base-color-neutral--100);
  --new-ranch-color: #7c1629;
  --background-color--background-alternate: var(--base-color-brand--black);
  --background-color--sea-foam-2: #82e8c2;
  --base-color-brand--sea-foam: #7dffcf;
  --base-color-brand--sea-foam-2: #82e8c2;
  --base-color-brand--yellow: #e5e526;
  --base-color-brand--gray: #909090;
  --base-color-system--success-green: #163f42;
  --base-color-system--success: #99c23c;
  --base-color-system--error: #f83e0f;
  --base-color-system--warning: #e5e526;
  --base-color-system--out-of-stock: #c5cfd0;
  --color-tints--slate-80: #506f71;
  --color-tints--slate-60: #8a9fa0;
  --color-tints--slate-40: #c5cfd0;
  --color-tints--slate-20: #e8ecec;
  --color-tints--black-80: #0a0a0a;
  --color-tints--black-40: #3d3d3d;
  --color-tints--black-20: #575757;
  --color-tints--black-10: #707070;
  --color-tints--gray-80: #8a8a8a;
  --color-tints--gray-60: #bdbdbd;
  --color-tints--gray-40: #d6d6d6;
  --color-tints--gray-20: #f0f0f0;
  --link-color--link-secondary: var(--base-color-neutral--800);
  --link-color--link-alternate: var(--base-color-brand--white);
  --shadow--hard-medium: #95a0b21f;
  --shadow--hard-x-small: #95a0b214;
  --shadow--hard-large: #95a0b229;
  --shadow--hard-small: #95a0b214;
  --shadow--soft-x-small: #95a0b21f;
  --shadow--soft-small: #95a0b229;
  --shadow--soft-medium: #95a0b233;
  --shadow--soft-large: #95a0b23d;
  --shadow--soft-x-large: #95a0b252;
  --text-color--text-secondary: var(--color-tints--black-40);
  --text-color--text-alternate: var(--base-color-brand--white);
}

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

body {
  color: var(--text-color--text-primary);
  background-color: #242c43;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}

h2 {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
}

h3 {
  color: var(--base-color-brand--black);
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

h4 {
  color: var(--base-color-brand--black);
  letter-spacing: -.54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.25rem;
}

h5 {
  color: var(--base-color-brand--black);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

h6 {
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75rem;
}

a {
  color: var(--base-color-brand--black);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
  font-family: Figtree, sans-serif;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Figtree, sans-serif;
}

li {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.text-size-regular {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.text-size-regular.text-color-white {
  padding: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
}

.text-size-regular.text-color-white.cap, .text-size-regular.text-color-white.cd {
  text-transform: uppercase;
  font-size: 1rem;
}

.icon-embed-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

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

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

.text-size-small {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-size-small.text-color-white {
  padding: 0;
}

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

.text-size-medium {
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2rem;
}

.text-weight-normal {
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

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

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

.text-weight-medium {
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.text-weight-semibold {
  font-family: Figtree, sans-serif;
  font-weight: 600;
}

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

.text-weight-bold {
  font-family: Figtree, sans-serif;
  font-weight: 700;
}

.text-size-large {
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.text-color-white {
  color: var(--base-color-brand--white);
  margin-bottom: 0;
  padding: 8px;
  font-family: Figtree, sans-serif;
}

.image-cover {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.avatar-group {
  align-items: center;
  display: flex;
}

.icon-embed-custom2 {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.icon-embed-custom1 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: .25rem;
  font-family: Figtree, sans-serif;
  display: flex;
}

.form_checkbox-icon {
  border-width: 2px;
  border-color: var(--base-color-neutral--600);
  border-radius: .125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #160042;
  background-size: .75rem;
  border-style: none;
  border-radius: .25rem;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

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

.utility_page-content {
  text-align: center;
  flex-direction: column;
  width: 16.25rem;
  display: flex;
}

.badge {
  border: 1px solid var(--base-color-neutral--200);
  background-color: var(--base-color-neutral--100);
  color: var(--base-color-neutral--950);
  white-space: nowrap;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  display: inline-block;
}

.badge.is-large {
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.badge.is-xsmall {
  padding: 2px .375rem;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
}

.badge.is-small {
  font-size: .75rem;
}

.text-size-xsmall {
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.icon-embed-small {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-wrapper-large {
  border: .3rem solid var(--base-color-neutral--100);
  background-color: var(--base-color-brand--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ad7e56;
  border-radius: 1.875rem;
  padding: 1rem 1.125rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
}

.button:hover {
  background-color: #97653b;
}

.button.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button.is-secondary {
  background-color: var(--base-color-neutral--50);
  color: var(--base-color-brand--black);
  padding: 1.094rem 1.625rem;
}

.button.is-outline {
  background-color: var(--base-color-brand--white);
  box-shadow: 0 2px 1px 0 #95a0b214, inset 0 0 0 1px var(--base-color-neutral--200);
  color: var(--base-color-brand--black);
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.button.is-outline.is-icon-left {
  transition: color .5s, background-color .5s;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8;
}

.button.is-outline.is-icon-left:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.button.is-tertiary {
  color: var(--base-color-brand--black);
  background-color: #0000;
  border-color: #0000;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.button.is-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: 1.875rem;
  padding: .5rem 1.625rem;
  font-size: .75rem;
  line-height: 1rem;
}

.button.is-small.is-icon-left {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding-left: .5rem;
}

.button.is-small.is-icon-right {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  padding-right: .5rem;
}

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

.button.is-icon-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  display: flex;
}

.button.is-icon-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-right: .625rem;
  display: flex;
}

.button.is-icon-only {
  justify-content: center;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.button.is-large {
  border: 1px solid var(--background-color--slate);
  background-color: var(--background-color--slate);
  color: var(--base-color-brand--white);
  border-radius: 1.875rem;
  padding: 1.094rem 1.625rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: color .8s, background-color .8s;
}

.button.is-large:hover {
  border-color: var(--background-color--sea-foam);
  background-color: var(--background-color--sea-foam);
  color: var(--base-color-brand--black);
}

.button.is-large.is-icon-left {
  padding-bottom: 1.094rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.button.is-large.is-icon-right {
  padding-right: 1.625rem;
}

.button.is-large.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-outline {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8;
}

.button.button-light.alt {
  background-color: var(--blue);
  color: var(--base-color-brand--white);
  border: 0 #0000;
  border-radius: .7rem;
  align-self: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  transition: background-color .5s cubic-bezier(.749, .001, .251, 1.001);
}

.button.button-light.alt:hover, .button.button-light.alt:focus {
  color: var(--base-color-brand--white);
  background-color: #191c23;
}

.icon-rounded-xsmall {
  border: 2px solid var(--base-color-neutral--100);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  display: flex;
}

.form_message-success {
  background-color: var(--background-color--background-sucess\<deleted\|variable-e5e9819f-2351-c05b-ef88-8034043921bc\>);
  color: var(--text-color--text-success);
}

.avatar-large {
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.link {
  color: var(--base-color-brand--white);
  letter-spacing: .15rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Dharma Slab E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: text-shadow .55s, color .55s;
}

.link:hover {
  color: var(--triadic);
  text-shadow: 0 10px 10px #0003;
}

.link:focus, .link.w--current, .link.w--current:hover {
  color: var(--triadic);
}

.link.w--current:focus {
  color: var(--base-color-brand--black);
}

.link.is-xsmall {
  font-size: .75rem;
  line-height: 1rem;
}

.link.is-icon {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: center;
  display: flex;
}

.link.is-small {
  font-size: .875rem;
  line-height: 1.25rem;
}

.link.is-underline {
  text-decoration: underline;
}

.link.is-large {
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
}

.form_radio {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  align-items: center;
  min-height: 1.5rem;
  margin-bottom: 0;
  padding: 0;
  font-family: Figtree, sans-serif;
  display: flex;
}

.form_radio-icon {
  border: 1px solid var(--base-color-neutral--500);
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0;
  margin-left: -.25rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--200);
  background-color: var(--base-color-brand--white);
  box-shadow: 0 1px .5px 0 var(--shadow-xsmall\<deleted\|variable-e08b2116-6166-f8a9-dc68-b9dfb6e7cab9\>);
  color: var(--base-color-neutral--800);
  border-radius: .5rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .625rem .75rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.form_input.is-icon-left {
  box-shadow: 0 1px .5px 0 var(--shadow--hard-x-large);
  padding-left: 2.375rem;
}

.form_input.is-text-area {
  min-height: 10rem;
}

.form_input.is-text-area.is-tall {
  min-height: 15.5rem;
}

.form_input.is-text-area.is-short {
  min-height: 8rem;
}

.form_input.is-filled {
  background-color: var(--base-color-neutral--50);
}

.form_input.is-icon-right {
  padding-right: 2.75rem;
}

.form_input.is-select-input {
  -webkit-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}

.form_input.is-large {
  border-radius: .625rem;
  min-height: 3rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_input.is-large.is-icon-left {
  padding-left: 2.75rem;
}

.form_toggle-button {
  border: 1px solid var(--base-color-neutral--300);
  background-color: var(--base-color-neutral--200);
  border-radius: 6rem;
  align-items: center;
  width: 2.5rem;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
  box-shadow: inset 1px 1px 2px #00000026;
}

.form_input-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form_icon {
  color: var(--base-color-neutral--800);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto auto auto .625rem;
}

.form_icon.is-large {
  width: 1.5rem;
  height: 1.5rem;
  left: .75rem;
}

.sg-class-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: flex-start start;
  font-family: Figtree, sans-serif;
  display: flex;
  position: relative;
}

.sg_class-row {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: wrap;
  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;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.sg_empty-box {
  border: .0625rem dashed var(--blue--500\<deleted\|variable-bc4465e6\>);
  background-color: var(--blue--0\<deleted\|variable-287925c6\>);
  pointer-events: none;
  border-radius: .375rem;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

.text-weight-xbold {
  font-family: Figtree, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: Figtree, sans-serif;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.form_checkbox-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

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

.text-color-gray-600 {
  color: var(--base-color-neutral--600);
  font-family: Figtree, sans-serif;
}

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

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

.text-align-center {
  text-align: center;
  font-family: Figtree, sans-serif;
}

.text-style-link {
  color: var(--link-color--link-primary);
  font-family: Figtree, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.text-style-strikethrough {
  font-family: Figtree, sans-serif;
  text-decoration: line-through;
}

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

.text-style-3lines {
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.text-style-italic {
  font-family: Figtree, sans-serif;
  font-style: italic;
}

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

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

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

.form_field-label {
  margin-bottom: .375rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.form_field-label.is-large {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-align-left {
  text-align: left;
  font-family: Figtree, sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.text-style-nowrap {
  white-space: nowrap;
  font-family: Figtree, sans-serif;
}

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

.text-style-muted {
  opacity: .6;
  font-family: Figtree, sans-serif;
}

.text-style-2lines {
  font-family: Figtree, sans-serif;
}

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

.hide {
  display: none;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
}

.padding-section-xlarge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-5165bfcb-3520-577e-e30c-c279faef0c1f\>);
  color: var(--text-color--text-error);
}

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

.form_radio-label {
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.sg_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 3fr;
}

.sg_link {
  color: var(--base-color-neutral--800);
  border-radius: .25rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .8s, background-color .6s, box-shadow .3s;
}

.sg_link:hover {
  color: var(--base-color-brand--orange);
  background-color: #fff;
  box-shadow: 0 1px .5px #acb5c314;
}

.sg_link.w--current {
  background-color: var(--base-color-brand--white);
}

.sg_group-header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--base-color-neutral--100);
  background-color: #f0f0f066;
  border-radius: 8px;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 1.35rem;
  display: flex;
}

.sg-label {
  background-color: var(--base-color-brand--slate);
  color: #fff;
  border-radius: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Figtree, sans-serif;
  font-size: .813rem;
  font-weight: 500;
  line-height: 2rem;
  display: inline-block;
}

.sg-label.is-tag {
  background-color: var(--base-color-brand--slate);
  font-family: Figtree, sans-serif;
}

.text-weight-thin {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.sg_sidebar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.sg_main {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: flex;
}

.sg_menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 1rem;
}

.sg_grid-3-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12rem, auto));
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.icon-rounded-medium {
  border: .25rem solid var(--base-color-neutral--100);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
  display: flex;
}

.text-color-gray-700 {
  color: var(--base-color-neutral--700);
  font-family: Figtree, sans-serif;
}

.text-color-gray-800 {
  color: var(--base-color-neutral--800);
  font-family: Figtree, sans-serif;
}

.text-color-gray-900 {
  color: var(--base-color-neutral--900);
  font-family: Figtree, sans-serif;
}

.text-color-gray-500 {
  color: var(--base-color-neutral--500);
  font-family: Figtree, sans-serif;
}

.text-color-gray-400 {
  color: var(--base-color-neutral--400);
  font-family: Figtree, sans-serif;
}

.icon-wrapper-xlarge {
  border: .35rem solid var(--base-color-neutral--100);
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .25rem;
  display: flex;
}

.icon-wrapper-xsmall {
  border: 2px solid var(--base-color-neutral--100);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 2px;
  display: flex;
}

.icon-wrapper-medium {
  border: .25rem solid var(--base-color-neutral--100);
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
  display: flex;
}

.form_icon-right {
  color: var(--base-color-neutral--700);
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: auto .5rem auto auto;
}

.icon-rounded-large {
  border: .3rem solid var(--base-color-neutral--100);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
  display: flex;
}

.icon-rounded-small {
  border: 2px solid var(--base-color-neutral--100);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  display: flex;
}

.icon-wrapper-small {
  border: .25rem solid var(--base-color-neutral--100);
  border-radius: .3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
  display: flex;
}

.tag {
  border: 1px solid var(--base-color-neutral--200);
  background-color: var(--base-color-brand--white);
  border-radius: .375rem;
  padding: .5rem 1rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  box-shadow: 0 1px .5px #95a0b214;
}

.tag.is-small {
  font-size: .75rem;
  line-height: 1rem;
}

.tag.is-large {
  font-size: 1rem;
  line-height: 1.5rem;
}

.avatar-2xl {
  border-radius: 100%;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.avatar-2xl.is-group {
  outline-color: var(--base-color-brand--white);
  outline-offset: 0px;
  outline-width: .25rem;
  outline-style: solid;
  margin-left: -.875rem;
}

.avatar-2xl.is-group.is-text {
  background-color: var(--base-color-neutral--100);
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2rem;
  display: flex;
}

.sg_form-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.text-color-black {
  color: var(--base-color-brand--black);
  font-family: Figtree, sans-serif;
}

.icon-rounded-xlarge {
  border: .35rem solid var(--base-color-neutral--100);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .25rem;
  display: flex;
}

.text-weight-light {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.sg_section-background {
  background-color: var(--blue--0\<deleted\|variable-287925c6\>);
  border-radius: .25rem;
  width: 100%;
  overflow: hidden;
}

.sg-group-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
}

.sg_button-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.text-color-slate {
  color: var(--background-color--slate);
  font-family: Figtree, sans-serif;
}

.text-color-gray-300 {
  color: var(--base-color-neutral--300);
  font-family: Figtree, sans-serif;
}

.text-color-gray-200 {
  color: var(--base-color-neutral--200);
  font-family: Figtree, sans-serif;
}

.sg_group-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.avatar-gigantic {
  border-radius: 100%;
  flex: none;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}

.sg-introductions {
  flex-direction: column;
  display: flex;
}

.sg_grid-1-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg_group-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.sg_category {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.avatar-medium {
  border-radius: 6.25rem;
  width: 2rem;
  height: 2rem;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.overline-small.text-color-gray-600 {
  font-family: Figtree, sans-serif;
  font-size: .75rem;
}

.avatar-xlarge {
  border-radius: 100%;
  flex: none;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.label-xsmall {
  letter-spacing: 0;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.label-medium {
  letter-spacing: -.18px;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.label-small {
  color: var(--background-color--slate);
  letter-spacing: -.08px;
  margin-top: 2.5em;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.form_checkbox-icon-rounded {
  border-width: 1px;
  border-color: var(--base-color-neutral--500);
  border-radius: 100%;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-rounded.w--redirected-checked {
  background-color: #160042;
  background-size: .75rem;
  border-style: none;
  border-radius: .25rem;
}

.form_checkbox-icon-rounded.w--redirected-focus {
  box-shadow: none;
}

.form_select-icon {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 10px 10px 0% auto;
}

.overline-xsmall {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.label-large {
  letter-spacing: -.24px;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.overline-medium {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.sg_grid-4-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12rem, auto));
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.sg_button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg_menu_header {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem .25rem;
  display: flex;
}

.sg_menu_links {
  border: 1px solid var(--base-color-neutral--100);
  background-color: #f0f0f066;
  border-radius: .375rem;
  flex-flow: column;
  padding: .5rem;
  display: flex;
}

.sg_header {
  background-color: var(--base-color-neutral--100);
  background-image: linear-gradient(90deg, #99c23c80, #e5e52680), url('../images/hero-banner.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  min-height: 200px;
  margin-bottom: 3.125rem;
}

.sg_divider {
  background-color: var(--base-color-neutral--100);
  height: 1px;
}

.sg_introduction-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.sg_resource {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.sg_resource_icon {
  padding: 4px;
}

.background-black {
  background-color: #000;
  padding: 0;
}

.sg_color-spacer {
  pointer-events: none;
  width: 110px;
  padding: 1rem;
}

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

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

.background-light-green {
  background-color: var(--background-color--light-green);
}

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

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

.overline-large {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

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

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

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

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.paragraph {
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

.block-quote {
  color: var(--text-color--text-primary);
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

.list-item {
  font-family: Figtree, sans-serif;
}

.sg-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
}

.text-block, .sg-sub-heading {
  font-family: Figtree, sans-serif;
}

.background-sea-orange {
  background-color: #0000;
  background-image: repeating-linear-gradient(90deg, var(--background-color--sea-foam), var(--background-color--orange));
}

.background-slate-sea {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--background-color--slate), var(--background-color--sea-foam));
}

.section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 5vw;
}

.section.footer {
  background-color: #242424;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.section.hero.home {
  background-image: linear-gradient(#000000e6, #00000029), url('../images/Hero_img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: 1920px;
  min-height: 90dvh;
  padding-top: 2.5rem;
  overflow: visible;
}

.section.hero.default {
  background-image: linear-gradient(#00308f99, #0006), url('../images/registration_hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: 1920px;
  min-height: auto;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  overflow: visible;
}

.section.ptb {
  text-overflow: clip;
  background-image: url('../images/Body_img.jpg'), linear-gradient(#0476aa, #0476aa);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  max-width: 1920px;
  padding-bottom: 5rem;
  overflow: visible;
}

.section.date {
  background-color: #0000;
  background-image: linear-gradient(#0000, #00000080), url('../images/footer_img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: 1920px;
  padding-bottom: 5rem;
  overflow: hidden;
}

.section.registration, .section.t-a {
  background-color: #000013;
  padding-top: 5rem;
}

.section.mr {
  background-color: #000013;
}

.section.agenda {
  background-color: #000013;
  padding-top: 5rem;
}

.background-green-yellow {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--background-color--light-green), var(--background-color--yellow));
}

.background-slate-gradient {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--background-color--slate), #0c2426);
}

.heading-h1-display {
  color: #163f42;
  letter-spacing: .15rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8%;
  font-family: kallisto, sans-serif;
  font-size: 7.5em;
  font-weight: 500;
  line-height: 1;
}

.heading-h1-display.alt {
  margin-left: 0;
  margin-right: 2.5rem;
}

.heading-h1-display.alt.text-color-white.caps {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 12%;
}

.heading-h1-display.text-color-white {
  color: var(--base-color-brand--white);
  font-weight: 300;
}

.heading-h1-display.text-color-white.caps {
  letter-spacing: 2.5rem;
  text-transform: uppercase;
  margin-left: 12%;
  font-size: 5em;
}

.heading-h1-display.text-color-white.caps.t-a {
  letter-spacing: 1rem;
  margin-left: 0;
  padding: 0;
}

.heading-h1-display.text-color-white.caps.t-a.gold {
  color: #c8a767;
}

.heading-h1-display.text-color-white.caps.registration {
  letter-spacing: 1rem;
  margin-left: 0;
  padding: 0;
}

.heading-h1-display.text-color-white.caps.registration.gold {
  color: #c8a767;
}

.heading-h1-display.text-color-white.caps.contact {
  letter-spacing: 1rem;
  margin-left: 0;
  padding: 0;
}

.heading-h1-display.text-color-white.caps.contact.gold {
  color: #c8a767;
}

.heading-h1-display.num {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-color-brand--white);
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  margin-left: 0;
  font-family: Usaaf Stencil, Arial, sans-serif;
  font-size: 15em;
  overflow: hidden;
}

.paragraph-link {
  color: var(--color-tints--black-60);
  letter-spacing: .5px;
  text-transform: none;
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-tints--black-60);
  text-decoration-color: var(--color-tints--black-60);
  padding-top: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration-thickness: 1px;
  transition: all .8s cubic-bezier(.795, .007, .25, 1);
}

.paragraph-link:hover {
  color: var(--base-color-brand--light-green);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--background-color--light-green);
  text-decoration-color: var(--background-color--light-green);
  font-weight: 500;
}

.heading-h3 {
  color: #163f42;
  letter-spacing: .15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: kallisto, sans-serif;
  font-size: 2.375em;
  font-weight: 500;
  line-height: 1.2;
}

.heading-h6 {
  color: #163f42;
  letter-spacing: .15rem;
  padding-top: 0;
  font-family: kallisto, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h1 {
  color: #163f42;
  letter-spacing: .15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: kallisto, sans-serif;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1;
}

.heading-h5 {
  color: #163f42;
  letter-spacing: .15rem;
  font-family: kallisto, sans-serif;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.4;
}

.heading-h4 {
  color: #163f42;
  letter-spacing: .15rem;
  font-family: kallisto, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.4;
}

.heading-h2 {
  color: #163f42;
  letter-spacing: .15rem;
  font-family: kallisto, sans-serif;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1;
}

.paragraph-large {
  letter-spacing: .5px;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.vista-form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.button-fith {
  color: #163f42;
  letter-spacing: .031em;
  background-color: #99c23c;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .8s ease-in-out;
}

.button-fith:hover {
  color: #0a0a0a;
  background-color: #f4af1c;
}

.button-default {
  color: #fff;
  letter-spacing: .031em;
  background-color: #163f42;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .8s ease-in-out;
}

.button-default:hover {
  color: #163f42;
  background-color: #7dffcf;
}

.button-third {
  color: #163f42;
  letter-spacing: .031em;
  background-color: #7dffcf;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .8s ease-in-out;
}

.button-third:hover {
  color: #fff;
  background-color: #163f42;
}

.button-dark {
  outline-offset: 0px;
  color: #0a0a0a;
  letter-spacing: .031em;
  background-color: #0000;
  border: 1px solid #0a0a0a;
  border-radius: 2.5rem;
  outline: 2px #0a0a0a;
  padding: 1.094rem 1.625rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
}

.button-dark:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.button-dark:active {
  color: #fff;
}

.button-secondary {
  color: #242424;
  letter-spacing: .031em;
  background-color: #f4af1c;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .8s ease-in-out;
}

.button-secondary:hover {
  color: #fff;
  background-color: #163f42;
}

.button-light {
  color: #fff;
  letter-spacing: .031em;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
}

.button-light:hover {
  color: #0a0a0a;
  background-color: #fff;
}

.styleguide-4-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.styleguide-col-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  width: 100%;
  display: block;
}

.text-meta {
  color: #3d3d3d;
  letter-spacing: .031em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.button-fourth {
  color: #0a0a0a;
  letter-spacing: .031em;
  background-color: #7eaf9b;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .8s ease-in-out;
}

.button-fourth:hover {
  color: #7eaf9b;
  background-color: #3d3d3d;
}

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

.button-primary {
  color: #fff;
  letter-spacing: .031em;
  background-color: #163f42;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 1.625rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .8s ease-in-out;
}

.button-primary:hover {
  color: #163f42;
  background-color: #7dffcf;
}

.button-light-large {
  color: #fff;
  text-align: center;
  letter-spacing: .031em;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 2.5rem;
  padding: 1.094rem 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
  display: block;
}

.button-light-large:hover {
  color: #0a0a0a;
  background-color: #fff;
}

.button-primary-large {
  color: #fff;
  text-align: center;
  letter-spacing: .031em;
  background-color: #163f42;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
  display: block;
}

.button-primary-large:hover {
  color: #163f42;
  background-color: #7dffcf;
}

.button-fourth-large {
  color: #0a0a0a;
  text-align: center;
  letter-spacing: .031em;
  background-color: #7eaf9b;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
  display: block;
}

.button-fourth-large:hover {
  color: #7eaf9b;
  background-color: #3d3d3d;
}

.button-fith-large {
  color: #163f42;
  text-align: center;
  letter-spacing: .031em;
  background-color: #99c23c;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
  display: block;
}

.button-fith-large:hover {
  color: #0a0a0a;
  background-color: #f4af1c;
}

.button-secondary-large {
  color: #242424;
  text-align: center;
  letter-spacing: .031em;
  background-color: #f4af1c;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
  display: block;
}

.button-secondary-large:hover {
  color: #fff;
  background-color: #163f42;
}

.button-dark-large {
  outline-offset: 0px;
  color: #0a0a0a;
  text-align: center;
  letter-spacing: .031em;
  background-color: #0000;
  border: 2px solid #0a0a0a;
  border-radius: 2.5rem;
  outline: 2px #0a0a0a;
  padding: 1.094rem 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
  display: block;
}

.button-dark-large:hover {
  color: #fff;
  background-color: #0a0a0a;
}

.button-dark-large:active {
  color: #fff;
}

.button-large {
  aspect-ratio: auto;
  color: #7dffcf;
  text-align: center;
  letter-spacing: .031em;
  object-fit: fill;
  background-color: #163f42;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
  display: block;
}

.button-large:hover {
  color: #163f42;
  background-color: #7dffcf;
}

.button-third-large {
  color: #163f42;
  text-align: center;
  letter-spacing: .031em;
  background-color: #7dffcf;
  border: 0 #163f42;
  border-radius: 2.5rem;
  padding: 1.094rem 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .4s ease-in-out;
  display: block;
}

.button-third-large:hover {
  color: #fff;
  background-color: #163f42;
}

.checkbox {
  color: #163f42;
  letter-spacing: .5px;
  background-color: #f4af1c;
  border: 0 #0000;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 1px;
  font-size: 1.063rem;
  line-height: 1.5;
}

.checkbox.w--redirected-checked {
  background-color: #f4af1c;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  font-size: 16px;
}

.text-field {
  color: #0a0a0a;
  border: 1px solid #c5cfd0;
  border-radius: 1.875rem;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.text-field::placeholder {
  color: #d6d6d6;
  font-size: 1.063rem;
}

.comfortract-form-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.comfortract-form-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fafafa;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-start;
  margin: 0;
  padding: 2.5rem;
  display: flex;
}

.padding---vertical-40 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.ui {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-5 {
  color: #242424;
  letter-spacing: .031rem;
  cursor: default;
  margin-bottom: 0;
  font-size: 1.063rem;
  line-height: 1.5;
}

.message-field {
  color: #0a0a0a;
  border: 1px solid #c5cfd0;
  border-radius: 1.875rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.message-field::placeholder {
  color: #d6d6d6;
  font-size: 1.063rem;
  font-weight: 300;
}

.submit-button-primary {
  color: #fff;
  letter-spacing: .5px;
  background-color: #163f42;
  border-radius: 5em;
  padding: 1.125rem 1.625rem;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.2;
  transition: color .8s, background-color .8s;
}

.submit-button-primary:hover {
  color: #163f42;
  background-color: #7dffcf;
  font-size: 1.063rem;
  font-weight: 400;
}

.form-message-field {
  color: #3d3d3d;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 20px;
  min-height: 10em;
  margin-bottom: 0;
  padding: 18px 26px;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 18.2px;
}

.form-message-field::placeholder {
  color: #d6d6d6;
}

.radio-button-field {
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  display: flex;
}

.comfortract-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.field-label {
  color: #163f42;
  letter-spacing: .031rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.2;
}

.form-field {
  direction: ltr;
  color: #3d3d3d;
  text-align: left;
  letter-spacing: .031rem;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #0000;
  border-radius: 40px;
  height: 3rem;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 1.063rem;
  font-style: normal;
  font-weight: 300;
  line-height: 18.2px;
  text-decoration: none;
}

.form-field::placeholder {
  color: #d6d6d6;
}

.radio-button {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  padding: 1px;
}

.radio-button:hover {
  border-color: #ccc;
}

.radio-button.w--redirected-checked {
  background-color: #0000;
  border-width: 5px;
  border-color: #f4af1c;
  width: 18px;
  height: 18px;
}

.checkbox-field {
  -webkit-text-stroke-color: transparent;
  border: 0 #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  display: flex;
}

.checkbox-radio-label {
  color: #163f42;
  letter-spacing: .031rem;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.success-message {
  background-color: #7dffcf;
  padding: 1.25rem;
}

.error-message {
  margin-top: .625rem;
  padding: 1.25rem;
}

.sg-details-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.overline-small-span {
  color: var(--base-color-neutral--900);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.container {
  max-width: 1440px;
  padding: 5rem 2.5rem;
}

.container.footer-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-logo {
  width: 8.75rem;
}

.logo {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.navbar-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 5vw;
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  background-image: url('../images/hero-top-divider.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  width: 100%;
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-logo {
  width: auto;
}

.navbar-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: center;
  width: auto;
  margin-top: 2.5rem;
  display: block;
}

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

.agenda-item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-bottom: .0625rem solid var(--triadic);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 2rem;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-footer {
  color: var(--base-color-brand--white);
  letter-spacing: .15rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Dharma Slab E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  transition: text-shadow .55s, color .55s;
}

.link-footer:hover {
  color: var(--triadic-dark);
  text-shadow: 0 10px 10px #0003;
}

.link-footer:focus, .link-footer.w--current {
  color: var(--triadic-dark);
}

.link-footer.w--current:hover, .link-footer.w--current:focus {
  color: var(--base-color-brand--black);
}

.header-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 500px;
  left: 35vw;
  overflow: hidden;
}

.logo-link-block {
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 13.625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.hero-wrapper.registration {
  margin-top: 2.5rem;
}

.navbar-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.menu-link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

.body-vertical-divider {
  background-color: var(--base-color-brand--white);
  width: .5px;
  height: 21.5rem;
}

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

.body-vertical-divider-small {
  background-color: var(--base-color-brand--white);
  width: .5px;
  height: 3.375rem;
}

.body-vertical-divider-medium {
  background-color: var(--base-color-brand--white);
  width: .5px;
  height: 10.563rem;
}

.details-wrapper {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  height: 1.875rem;
}

.padding-section-xsmall {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.footer-nsm-logo {
  width: 8rem;
}

.footer-nsm-logo-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-link {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.749, .007, .25, 1);
}

.menu-link:hover, .menu-link:focus {
  color: var(--sky-blue);
}

.hubspot {
  background-color: #252933;
  border-radius: 0;
  margin: auto;
  padding: 5rem;
}

.heading-h2-display {
  color: #163f42;
  letter-spacing: .15rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8%;
  font-family: kallisto, sans-serif;
  font-size: 7.5em;
  font-weight: 500;
  line-height: 1;
}

.heading-h2-display.alt {
  margin-left: 0;
  margin-right: 2.5rem;
}

.heading-h2-display.alt.text-color-white.caps {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 12%;
}

.heading-h2-display.text-color-white {
  color: var(--base-color-brand--white);
  font-weight: 300;
}

.heading-h2-display.text-color-white.caps {
  letter-spacing: 2.5rem;
  text-transform: uppercase;
  margin-left: 12%;
  font-size: 5em;
}

.heading-h2-display.text-color-white.caps.t-a {
  letter-spacing: 1rem;
  margin-left: 0;
  padding: 0;
  font-size: 3.5em;
}

.heading-h2-display.text-color-white.caps.contact {
  margin-left: 0;
  font-size: 3.5em;
}

.heading-h2-display.num {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-color-brand--black);
  text-overflow: clip;
  white-space: nowrap;
  margin-left: 0;
  font-family: Usaaf Stencil, Arial, sans-serif;
  font-size: 15em;
  overflow: hidden;
}

.heading-h2-display.contact {
  color: var(--base-color-brand--white);
  letter-spacing: 1rem;
  margin-left: 0;
  font-weight: 300;
}

.td {
  background-color: #252933;
  border-radius: 0;
  padding: 2.5rem;
}

.heading-h3-display {
  color: #163f42;
  letter-spacing: .15rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8%;
  font-family: kallisto, sans-serif;
  font-size: 7.5em;
  font-weight: 500;
  line-height: 1;
}

.heading-h3-display.alt {
  margin-left: 0;
  margin-right: 2.5rem;
}

.heading-h3-display.alt.text-color-white.caps {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 12%;
}

.heading-h3-display.text-color-white {
  color: var(--base-color-brand--white);
  font-weight: 300;
}

.heading-h3-display.text-color-white.caps {
  letter-spacing: 2.5rem;
  text-transform: uppercase;
  margin-left: 12%;
  font-size: 5em;
}

.heading-h3-display.text-color-white.caps.t-a {
  color: #c8a767;
  letter-spacing: 1rem;
  margin-bottom: 1.125rem;
  margin-left: 0;
  padding: 0;
  font-size: 2em;
}

.heading-h3-display.num {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-color-brand--black);
  text-overflow: clip;
  white-space: nowrap;
  margin-left: 0;
  font-family: Usaaf Stencil, Arial, sans-serif;
  font-size: 15em;
  overflow: hidden;
}

.content-divider {
  background-color: #2c3653;
  height: 2px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}

.text-size-regular-link {
  color: #c8a767;
  transition: all .6s cubic-bezier(.754, .007, .24, 1.001);
}

.text-size-regular-link:hover, .text-size-regular-link:focus {
  color: #00aeff;
}

.ad {
  background-color: #252933;
  border-radius: 0;
  padding: 2.5rem;
}

.registration-date-wrapper {
  border: 3px solid #c8a767;
  padding: 2.5rem;
}

.ct {
  background-color: #252933;
  border-radius: 0;
  padding: 2.5rem;
}

.form-wrapper {
  background-color: #252933;
  padding: 5rem;
}

.navbar-grid-mobile {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

  .sg_component {
    grid-template-columns: 3fr;
  }

  .sg_sidebar {
    display: none;
  }

  .sg_grid-3-col, .sg_grid-4-col {
    grid-template-columns: 1fr;
  }

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

  .heading-h1-display, .heading-h1 {
    font-size: 3.5rem;
  }

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

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

  .button-primary {
    word-break: keep-all;
  }

  .navbar-wrapper {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    margin-top: 0;
  }

  .navbar-logo {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .navbar-menu {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    margin-top: 2vh;
  }

  .header-wrapper {
    top: 550px;
    left: 250px;
  }

  .hubspot {
    margin: 0;
    padding: 2.5rem;
  }

  .heading-h2-display, .heading-h3-display {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }

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

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

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

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

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

  .padding-section-xlarge {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section {
    padding: 2.5rem;
  }

  .section.hero.home {
    filter: grayscale();
    background-image: url('../images/Hero_mobile_img.jpg');
    background-position: 50% 70%;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.hero.default {
    background-image: url('../images/Hero_mobile_img.jpg');
    background-position: 50% 80%;
  }

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

  .heading-h1-display.text-color-white.caps.t-a.gold {
    font-size: 3em;
  }

  .heading-h1-display.text-color-white.caps.registration.gold {
    word-break: normal;
    overflow-wrap: normal;
    font-size: 2.5rem;
  }

  .heading-h1-display.text-color-white.caps.contact.gold {
    font-size: 3em;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

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

  .heading-h4 {
    font-size: 1.5rem;
  }

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

  .styleguide-4-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .text-field {
    padding: 1.125rem 1.625rem;
  }

  .padding---vertical-40 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .message-field {
    padding: 1.125rem 1.625rem;
  }

  .navbar-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-logo {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .navbar-menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .agenda-item {
    height: auto;
    font-size: .8rem;
  }

  .header-wrapper {
    left: 175px;
  }

  .logo-link-block {
    width: 8rem;
  }

  .navbar-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-self: auto;
    display: none;
  }

  .menu-link-wrapper {
    padding: 1rem;
    display: block;
    overflow: visible;
  }

  .details-wrapper {
    flex-flow: wrap;
  }

  .padding-section-xsmall.mobile {
    margin-top: 2.5rem;
  }

  .hubspot {
    margin: 0;
  }

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

  .heading-h2-display.text-color-white.caps.t-a, .heading-h2-display.text-color-white.caps.contact {
    font-size: 2em;
  }

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

  .heading-h3-display.text-color-white.caps.t-a {
    font-size: 1em;
  }

  .form-wrapper {
    padding: 1rem;
  }

  .navbar-grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: auto;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .sg-class-wrapper {
    grid-template-columns: 1fr;
  }

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

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

  .avatar-2xl, .avatar-gigantic {
    order: -1;
  }

  .section, .section.footer {
    padding: 1.688rem;
  }

  .section.hero.home {
    filter: none;
    background-image: linear-gradient(#0006, #0006), url('../images/nsm_header.jpg');
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.ptb {
    background-image: url('../images/nsm_info.jpg'), linear-gradient(#0476aa, #0476aa);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding-top: 5rem;
  }

  .section.date {
    padding-top: 5rem;
  }

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

  .heading-h2 {
    font-size: 2.25rem;
  }

  .button-dark {
    border-width: 2px;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .styleguide-col-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .text-meta {
    font-size: 13px;
  }

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

  .button-dark-large {
    border-width: 2px;
  }

  .comfortract-form {
    flex-flow: wrap;
    justify-content: center;
  }

  .container.footer-wrapper {
    padding: 1.688rem;
  }

  .navbar-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .navbar-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
  }

  .agenda-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .header-wrapper {
    z-index: 0;
    left: 75px;
  }

  .logo-link-block {
    width: 6.5rem;
  }

  .menu-link-wrapper.hide {
    display: none;
  }

  .details-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .padding-section-xsmall.mobile {
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-h2-display, .heading-h3-display {
    font-size: 2.5rem;
  }

  .navbar-grid-mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2610dac4-fd9c-bf46-b26b-4415a4571fc7-8bb9d5d7, #w-node-_2610dac4-fd9c-bf46-b26b-4415a4571fca-8bb9d5d7, #w-node-_2610dac4-fd9c-bf46-b26b-4415a4571fcd-8bb9d5d7, #w-node-_2610dac4-fd9c-bf46-b26b-4415a4571fd3-8bb9d5d7 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2610dac4-fd9c-bf46-b26b-4415a4571fc7-8bb9d5d7, #w-node-_2610dac4-fd9c-bf46-b26b-4415a4571fca-8bb9d5d7, #w-node-_2610dac4-fd9c-bf46-b26b-4415a4571fcd-8bb9d5d7, #w-node-_2610dac4-fd9c-bf46-b26b-4415a4571fd3-8bb9d5d7 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Usaaf Stencil';
  src: url('../fonts/USAAF_Stencil.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Usaaf Serial Stencil';
  src: url('../fonts/USAAF_Serial_Stencil.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}