:root {
  --primary-font: Karla;
  --evergreen: #005947;
  --glow: #ffce21;
  --nightfall: #181818;
  --secondary-font: DM Serif Display;
  --lagoon: #03efc0;
  --silver: #ecf4f2;
  --satin: #fafffe;
  --stone: #7e8c89;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--primary-font);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.flex-block {
  height: 20vh;
  justify-content: space-between;
  align-items: stretch;
}

.heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.text-block {
  flex: 0 auto;
  align-self: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.div-block {
  background-image: linear-gradient(rgba(70, 255, 224, .5), rgba(70, 255, 224, .5));
  border-radius: 10px;
  margin-bottom: .75rem;
  padding: .5rem;
}

.flex-block-3 {
  flex-wrap: nowrap;
  overflow: auto;
}

.form-block {
  display: flex;
}

.old-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  align-items: flex-start;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.flex-block-4 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.flex-block-4.hidden {
  display: none;
}

.submit-button {
  margin-top: 24px;
}

.flex-block-5 {
  flex: 1;
}

.u-p-0 {
  padding: 0;
}

.styles__nav {
  z-index: 2;
  background-color: #fafffe;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.cc-align-center {
  align-items: center;
}

.styles__nav-link {
  color: #fff;
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.styles__nav-link:hover, .styles__nav-link.w--current {
  text-decoration: underline;
}

.styles__nav-link.cc-cta {
  background-color: var(--glow);
  color: var(--nightfall);
  border-radius: 4px;
  margin-left: .4em;
}

.styles__nav-link.cc-cta:hover {
  background-color: #302f2c;
  text-decoration: none;
}

.container {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.styles__nav-logo {
  width: 64px;
  color: #d14424;
  line-height: .8;
}

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

.styles__nav-version {
  color: #fff;
  text-transform: none;
  background-color: #d14424;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  display: inline-block;
}

.styles__visual-div {
  text-align: center;
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  border-radius: 3px;
  padding: 16px;
  position: relative;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-justify-around {
  justify-content: space-around;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.row-align-center {
  align-items: center;
}

.row.row-align-end {
  align-items: flex-end;
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.u-mt-3 {
  margin-top: 3em;
}

.styles__row-example {
  height: 200px;
  border: 1px dashed #888680;
  margin-top: 4px;
  padding: 20px;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col.col-lg-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col.col-no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-shrink {
  flex: 0 auto;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col.col-lg-last {
  order: 1;
}

.col.col-lg-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col.col-lg-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px dotted #888680;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

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

.h3 {
  font-family: var(--primary-font);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.styles__card {
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.h2 {
  font-family: var(--secondary-font);
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2.u-mb-1.u-mt-1.u-text-black {
  font-family: var(--primary-font);
}

.paragraph-1-25 {
  font-family: var(--primary-font);
  font-size: 1.25rem;
}

.h1 {
  font-family: var(--secondary-font);
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.styles__card-preview {
  width: 100%;
  min-height: 120px;
  text-align: center;
  border-bottom: 1px solid #1d1c1a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h4 {
  font-family: var(--primary-font);
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

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

.paragraph-0-9 {
  font-size: .9rem;
  line-height: 1.4;
}

.paragraph-1-5 {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  font-weight: 500;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .8rem;
  font-weight: 700;
}

.heading-2 {
  font-family: var(--secondary-font);
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.u-text-lagoon {
  color: var(--lagoon);
}

.u-bg-evergreen {
  background-color: var(--evergreen);
}

.u-bg-nightfall {
  background-color: var(--nightfall);
}

.u-text-silver {
  color: var(--silver);
}

.u-bg-midgray {
  background-color: #888680;
}

.u-bg-silver {
  background-color: var(--silver);
}

.u-text-stone {
  color: var(--stone);
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-text-primary {
  color: var(--evergreen);
}

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

.u-bg-stone {
  background-color: var(--stone);
}

.u-text-white {
  color: #fff;
}

.heading-3 {
  font-family: var(--secondary-font);
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-4 {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-5 {
  font-family: var(--primary-font);
  font-size: 1.2rem;
  font-weight: 500;
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

.input-check {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #888680;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.input-check:hover {
  background-color: #dfddd6;
  border-color: #d14424;
}

.input-check.w--redirected-checked {
  background-color: #d14424;
  background-size: 16px;
  border-color: #d14424;
}

.input-check.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #d14424;
  outline: 2px solid #d14424;
}

.input-check.cc-light:hover {
  background-color: #888680;
}

.btn {
  background-color: var(--glow);
  color: var(--nightfall);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: .7em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15);
}

.btn.cc-secondary {
  background-color: var(--lagoon);
  color: #1d1c1a;
  border: 0 #d14424;
}

.btn.cc-secondary.cc-light {
  background-color: var(--glow);
  color: var(--nightfall);
  border-color: #fff;
}

.btn.cc-secondary.cc-light:hover {
  box-shadow: inset 0 0 0 100px rgba(255, 255, 255, .15);
}

.btn.cc-light {
  background-color: var(--lagoon);
  color: #323a45;
}

.input {
  height: 100%;
  min-height: 65px;
  color: #1d1c1a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #888680;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input:hover, .input:focus {
  border-color: #d14424;
}

.input::-ms-input-placeholder {
  color: #888680;
}

.input::placeholder {
  color: #888680;
}

.input.cc-select {
  background-image: url("../images/arrow-black.ac6ff1afa228.svg");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.input.cc-light {
  color: #fff;
}

.u-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.form-success_flex {
  width: 100%;
  height: 100%;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input-radio {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #888680;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  background-color: #dfddd6;
  border-color: #d14424;
}

.input-radio.w--redirected-checked {
  background-color: #d14424;
  border-width: 1px;
  border-color: #d14424;
}

.input-radio.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #d14424;
  outline: 2px solid #d14424;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px #302f2c;
}

.input-radio.cc-light:hover {
  background-color: #888680;
}

.form-success {
  min-height: 320px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.form {
  width: 100%;
  position: relative;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-error {
  color: #e31700;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.input-label {
  z-index: 1;
  color: #1d1c1a;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

.u-h-100 {
  height: 100%;
}

.u-d-none {
  display: none;
}

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.u-border {
  width: 100%;
  height: 1px;
}

.u-pt-3 {
  padding-top: 3em;
}

.u-w-100 {
  width: 100%;
}

.u-p-1 {
  padding: 1em;
}

.u-pt-0 {
  padding-top: 0;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-d-block {
  display: block;
}

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

.u-mt-0 {
  margin-top: 0;
}

.u-pb-3 {
  padding-bottom: 3em;
}

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

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.u-ml-1 {
  margin-left: 1em;
}

.u-mt-1 {
  margin-top: 1em;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-position-relative {
  position: relative;
}

.u-sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-mr-1 {
  margin-right: 1em;
}

.styles__utility-wrap {
  margin-bottom: 40px;
  padding: 1px;
}

.styles__utility-wrap.cc-padding {
  background-image: url("../images/bg-padding.aaa1b42781aa.svg");
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-margin {
  background-image: url("../images/bg-margin.774cca6c19fd.svg");
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-padding {
  background-image: url("../images/bg-padding.aaa1b42781aa.svg");
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-margin {
  background-image: url("../images/bg-margin.774cca6c19fd.svg");
  background-position: 0 0;
  background-size: 4px;
}

.u-mt-auto {
  margin-top: auto;
}

.page-wrapper {
  min-height: 100vh;
  background-color: var(--satin);
  color: var(--evergreen);
  position: relative;
}

.u-pt-2 {
  padding-top: 2em;
}

.u-pb-1 {
  padding-bottom: 1em;
}

.u-pb-2 {
  padding-bottom: 2em;
}

.u-pt-1 {
  padding-top: 1em;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-overflow-visible {
  overflow: visible;
}

.u-m-0 {
  margin: 0;
}

.styles_utility-card {
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  padding: 20px;
}

.u-bg-primary {
  background-color: #d14424;
}

.u-bg-black {
  background-color: #1d1c1a;
}

.h3-2 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-1-25-2 {
  font-size: 1.25rem;
}

.h1-2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h4-2 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.u-bg-lightgray {
  background-color: #dfddd6;
}

.paragraph-1-5-2 {
  font-size: 1.5rem;
}

.u-bg-darkgray {
  background-color: #302f2c;
}

.h3-3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.h2-3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.paragraph-1-25-3 {
  font-size: 1.25rem;
}

.h1-3 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h4-3 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.paragraph-1-5-3 {
  font-size: 1.5rem;
}

.h3-4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.paragraph-1-25-4 {
  font-size: 1.25rem;
}

.h1-4 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h4-4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.paragraph-1-5-4 {
  font-size: 1.5rem;
}

.section-2 {
  height: 80vh;
  display: flex;
}

.time-markers {
  width: 10%;
  border-right: 1px solid var(--lagoon);
}

.calendar {
  height: 100%;
  display: flex;
  position: relative;
  overflow-x: auto;
}

.time-slot {
  border-bottom: 1px solid var(--evergreen);
  color: var(--evergreen);
  text-align: right;
  padding-right: 5px;
}

.time-slot.hidden {
  display: none;
}

.appointment {
  width: 100%;
  background-color: rgba(3, 239, 192, 0.6);
  color: var(--nightfall);
  border-radius: 8px;
  padding: 4px;
  position: absolute;
  overflow: hidden;
}

.appointment.hidden {
  display: none;
}

.calendar-container {
  width: 90%;
  max-width: none;
}

.team-column {
  max-width: 15vw;
  min-width: 10vw;
  border-right: 1px solid var(--evergreen);
  flex-direction: column;
  display: flex;
}

.team-column.hidden {
  display: none;
}

.team-name {
  z-index: 1;
  color: var(--evergreen);
  text-align: center;
  padding: 2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.team-time-slot {
  border-bottom: 1px solid var(--evergreen);
}

@media screen and (max-width: 991px) {
  .u-p-0 {
    padding: 0;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-md-last {
    order: 1;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .h2-2 {
    font-size: 3.2rem;
  }

  .h1-2 {
    font-size: 4.8rem;
  }

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

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

  .h2-4 {
    font-size: 3.2rem;
  }

  .h1-4 {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-p-0 {
    padding: 0;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: #302f2c;
  }

  .styles__nav-btn.w--open {
    background-color: #302f2c;
    border-radius: 4px;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
  }

  .styles__nav-menu {
    background-color: #302f2c;
    padding: 12px 5% 20px;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-sm-last {
    order: 1;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

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

  .h3 {
    font-size: 1.4rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .h1 {
    font-size: 3.6rem;
  }

  .card-body {
    padding: 20px;
  }

  .paragraph-1-5 {
    font-size: 1.3rem;
  }

  .btn {
    padding: .5em 1em;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .h3-2 {
    font-size: 1.4rem;
  }

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

  .paragraph-1-25-2 {
    font-size: 1.1rem;
  }

  .h1-2 {
    font-size: 3.6rem;
  }

  .paragraph-1-5-2 {
    font-size: 1.3rem;
  }

  .h3-3 {
    font-size: 1.4rem;
  }

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

  .paragraph-1-25-3 {
    font-size: 1.1rem;
  }

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

  .paragraph-1-5-3 {
    font-size: 1.3rem;
  }

  .h3-4 {
    font-size: 1.4rem;
  }

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

  .paragraph-1-25-4 {
    font-size: 1.1rem;
  }

  .h1-4 {
    font-size: 3.6rem;
  }

  .paragraph-1-5-4 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .u-p-0 {
    padding: 0;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .container {
    width: 86%;
  }

  .styles__row-example {
    height: auto;
  }

  .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

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

  .h2 {
    font-size: 2rem;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

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

  .h1-2 {
    font-size: 2.8rem;
  }

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

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

  .h2-4 {
    font-size: 2rem;
  }

  .h1-4 {
    font-size: 2.8rem;
  }
}
.color-key {
  display: flex;
  align-items: center;
  margin-bottom: 20px; /* Adjust as needed */
}

.key-item {
  display: flex;
  align-items: center;
  margin-right: 20px; /* Space between keys */
}

.color-box {
  width: 20px;  /* Adjust as needed */
  height: 20px; /* Adjust as needed */
  border: 1px solid #000; /* Optional border */
  margin-right: 5px;
}
