:root {
  --light: #fffdf5;
  --dark: #233429;
  --white: white;
  --border: #0000001a;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--light);
  color: var(--dark);
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .33em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .4em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: .66em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

h6 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: var(--dark);
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

ul {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  display: grid;
}

blockquote {
  border-left: 1px solid var(--dark);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0 0 0 24px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-style: italic;
}

.loading-container {
  z-index: 9999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-container.bg-dark {
  background-color: var(--dark);
  display: none;
}

.load-first, .load-second {
  background-color: #fff;
}

.section {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section.hero-section {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.text-center {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.slider-section {
  background-color: var(--dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section.reduced-top-padding {
  padding-top: 72px;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.reduced-padding {
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.reduced-bottom-padding {
  padding-bottom: 72px;
}

.section.hero-section {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#000000b5, #000000b5);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.style-guide-color {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 240px;
  position: relative;
}

.bg-dark {
  background-color: var(--dark);
  color: #fff;
}

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

.bg-white.border {
  border: 1px solid var(--border);
}

.style-guide-section-contents {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.large-text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
}

.large-text.footer-link {
  color: var(--white);
  font-style: normal;
}

.large-text.footer-link:hover, .large-text.footer-link.w--current {
  font-style: italic;
}

.large-text.larger-text {
  text-align: right;
  margin-bottom: 50px;
  font-family: Signika, sans-serif;
  font-weight: 400;
}

.small-text {
  font-size: 16px;
  line-height: 1.3em;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.button {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--dark);
  color: var(--dark);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 9px 18px;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
}

.button.white {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.white.top-left {
  z-index: 2;
  position: absolute;
  top: 24px;
  left: 24px;
}

.button.white.license-link {
  position: absolute;
}

.navbar {
  background-color: #fff;
  padding: 24px;
}

.navbar.bg-dark {
  background-color: var(--dark);
}

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

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  background-color: #0000;
  min-height: 68px;
  margin-bottom: 0;
  padding: 18px 0;
  font-size: 24px;
  line-height: 1.3em;
}

.form-input::placeholder {
  color: var(--dark);
  font-style: italic;
}

.form-input.text-area {
  min-height: 180px;
}

.form-input.border-white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.form-input.border-white::placeholder {
  color: var(--white);
}

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

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 18px;
}

.footer {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 144px;
  padding-bottom: 60px;
}

.back-to-top-button {
  z-index: 10;
  border: 1px solid var(--border);
  background-color: var(--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

.announcement-cross {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
}

.search-modal {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 491px;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
}

.utility-page-form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.search-modal-container {
  position: relative;
}

.select-wrapper {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  background-image: url('../images/icon-chevron-down.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 68px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.select-wrapper.border-white {
  border-bottom-color: var(--white);
  background-image: url('../images/icon-chevron-down-white.svg');
}

.select-field {
  background-color: #0000;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 1.3em;
}

.display-heading {
  text-transform: uppercase;
  margin-bottom: .33em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0;
}

.display-heading.huge {
  font-size: 156px;
  line-height: .9em;
}

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

.checkbox {
  border-color: var(--dark);
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--dark);
  background-color: var(--dark);
  background-image: none;
}

.checkbox.white {
  border-color: var(--white);
}

.checkbox.white.w--redirected-checked {
  background-color: var(--white);
}

.radio {
  border-color: var(--dark);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: var(--dark);
}

.style-guide-row-heading {
  margin-bottom: 0;
}

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

.style-guide-color-label {
  font-style: italic;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.form-success {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--dark);
  padding: 18px;
}

.form-error {
  color: var(--dark);
  margin-top: 18px;
  padding: 12px 24px;
}

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

.bg-light.border {
  border: 1px solid var(--border);
}

.uppercase-text {
  text-align: left;
  letter-spacing: .15px;
  text-transform: none;
  align-self: flex-start;
  margin-top: 40px;
  font-family: Signika, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.uppercase-text.large-text {
  text-transform: none;
  font-family: EB Garamond, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.uppercase-text.subheading {
  margin-bottom: 2em;
}

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

.rows.gap-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.rows.justify-items-center {
  z-index: 1;
  justify-items: center;
  position: relative;
}

.rows.gap-0-75 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.rows.gap-3 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.rows.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.rows.gap-5 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.horizontal-rule {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.horizontal-rule.white {
  background-color: var(--white);
}

.footer-menu-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.vertical-rule {
  background-color: var(--dark);
  align-self: stretch;
  width: 1px;
}

.vertical-rule.white {
  background-color: var(--white);
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.columns.logos {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  align-items: center;
}

.columns.table-row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.columns.table-row.border {
  border-top: 1px solid var(--dark);
  padding-top: 36px;
}

.columns.table-row.border-white {
  border-top: 1px solid var(--white);
  padding-top: 36px;
}

.columns.with-border {
  grid-template-columns: 1fr auto 1fr;
}

.columns.gap-1-5 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.columns.blog {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: center;
}

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

.navbar-info {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.navbar-top-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.nav-link {
  text-align: center;
  flex: 1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 24px;
  font-style: normal;
  line-height: 1.3em;
  display: flex;
}

.nav-link:hover {
  font-style: italic;
}

.nav-link.w--current {
  color: var(--dark);
  font-style: italic;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-list.w--open {
  border: 1px solid var(--dark);
  background-color: var(--light);
  min-width: 200px;
  top: 30px;
}

.dropdown-link {
  text-align: center;
  padding: 12px 24px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #00000008;
}

.dropdown-link.w--current {
  color: var(--dark);
}

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

.hero-image {
  opacity: .9;
  object-fit: cover;
  width: 100%;
  max-height: 700px;
  display: block;
}

.hero-image-overlay {
  position: absolute;
}

.hero-image-overlay.relative {
  z-index: 3;
  opacity: 1;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-right: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container---s {
  z-index: 1;
  text-align: right;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  max-width: 500px;
  height: 90%;
  display: flex;
  position: relative;
}

.container---s.overlay-slide {
  position: absolute;
}

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

.vertical-line {
  background-color: var(--dark);
  width: 1px;
  height: 72px;
}

.vertical-line.full-height {
  height: auto;
}

.large-heading {
  text-transform: uppercase;
  margin-bottom: .33em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 54px;
  line-height: 1.1em;
}

.large-heading.no-bottom-margin {
  margin-bottom: 0;
}

.container---xs {
  width: 100%;
  max-width: 340px;
}

.image-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 10px;
  line-height: 1em;
  display: flex;
  bottom: 18px;
}

.slider-image {
  opacity: .7;
  object-fit: cover;
  min-width: 100%;
  max-height: 850px;
}

.slide-contents {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-contents.align-bottom {
  align-items: flex-end;
}

.arrow-button {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: flex;
  right: 24px;
}

.arrow-button:hover {
  background-color: #fff3;
}

.arrow-button.left {
  left: 24px;
  right: auto;
}

.flip-arrow {
  transform-style: preserve-3d;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.padded-heading {
  padding-left: 72px;
}

.subtext {
  font-size: 12px;
}

.hero-logo {
  filter: none;
  max-width: 90%;
  margin-bottom: 20px;
}

.hero-logo.better {
  filter: brightness(200%) brightness(200%) grayscale();
}

.container---l {
  width: 100%;
  max-width: 829px;
}

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

.slider-caption {
  background-color: var(--white);
  color: var(--dark);
  padding: 18px 24px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-link-over-image {
  position: absolute;
}

.video-button {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
}

.up-arrow {
  transform: rotate(90deg);
}

.container---m {
  width: 100%;
  max-width: 604px;
}

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

.container---xl {
  width: 100%;
  max-width: 1055px;
}

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

.agent-portrait {
  mix-blend-mode: overlay;
  width: 100%;
  max-width: 387px;
  display: block;
}

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

.arrow-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 36px;
}

.article h3 {
  margin-top: 1.2em;
  margin-bottom: 1em;
}

.article figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.article h5 {
  font-weight: 500;
}

.coming-soon-wrapper {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding: 72px 24px;
  display: block;
  position: fixed;
  inset: 0%;
}

.bg-image {
  z-index: 0;
  opacity: .65;
  filter: saturate(76%) grayscale(30%) contrast(200%);
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  padding: 24px;
  font-style: italic;
}

.blog-article-link {
  font-style: normal;
}

.blog-heading {
  font-size: 42px;
}

.article-wrapper {
  padding-top: 96px;
}

.changelog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  display: grid;
}

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

.search-result-url {
  margin-top: 6px;
  margin-bottom: 18px;
}

.search-result-link {
  font-size: 24px;
  font-weight: 500;
}

.search-result-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hide {
  display: none;
}

.screenshots {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.screenshot-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #00000008;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 48px;
  font-style: italic;
  display: flex;
}

.license-link {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.licenses-image {
  opacity: .25;
  display: block;
}

.cormorant-garamond {
  margin-bottom: .25em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1em;
}

.eb-garamond {
  margin-bottom: .25em;
  font-size: 96px;
  line-height: 1em;
}

.text-block, .text-block-2 {
  font-size: 20px;
  line-height: 30px;
}

.heading {
  font-size: 40px;
}

.image {
  filter: invert();
}

.text-block-3, .text-block-4 {
  font-size: 20px;
}

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

.text-block-5 {
  font-size: 22px;
}

.image-2 {
  filter: invert();
}

.hero-image-2 {
  opacity: .9;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  max-height: 1000px;
  display: block;
}

.heading-2, .text-block-6 {
  text-align: right;
}

.text-block-7 {
  text-align: justify;
  font-family: Signika, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.link {
  color: var(--white);
  text-align: left;
  font-style: normal;
}

.text-block-8 {
  font-family: Signika, sans-serif;
  font-weight: 300;
  display: none;
}

.vertical-spacer {
  height: 50px;
}

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

  .main-container {
    max-width: 652px;
  }

  .main-container.navbar-container {
    max-width: none;
  }

  .style-guide-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .large-text.larger-text {
    margin-bottom: 20px;
  }

  .button.white.top-left {
    align-self: center;
    position: relative;
    top: 0;
    left: 0;
  }

  .footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .display-heading.huge {
    font-size: 96px;
  }

  .uppercase-text {
    text-align: right;
    align-self: flex-end;
  }

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

  .uppercase-text.close-text {
    display: none;
  }

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

  .rows.gap-3 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .vertical-rule.white {
    display: none;
  }

  .columns {
    grid-auto-flow: row;
  }

  .columns.table-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .columns.with-border {
    grid-template-columns: 1fr 1fr;
  }

  .columns.with-border.blog-article {
    grid-template-columns: 1fr;
    max-width: 491px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns.blog {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nav-menu {
    background-color: var(--light);
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .nav-link {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
  }

  .dropdown-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-list.w--open {
    margin-top: 12px;
    margin-bottom: 18px;
    position: relative;
    top: 0;
  }

  .dropdown-link {
    text-align: left;
    padding: 9px 18px;
  }

  .hero-image-overlay.relative {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .container---s {
    max-width: none;
  }

  .vertical-line.full-height, .arrow-button {
    display: none;
  }

  .hero-logo {
    max-height: 72px;
  }

  .video-button {
    width: 96px;
    height: 96px;
  }

  .article-wrapper {
    padding-top: 0;
  }

  .menu-button {
    border: 1px solid var(--dark);
    min-width: 100%;
    padding: 18px;
    display: block;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
    width: 100%;
  }

  .menu-button.white {
    border-color: var(--white);
  }

  .menu-button-contents {
    justify-content: space-between;
    display: flex;
  }

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

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

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

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .large-text {
    font-size: 20px;
  }

  .form-input, .select-field {
    font-size: 18px;
  }

  .display-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .display-heading.huge {
    font-size: 72px;
  }

  .uppercase-text.large-text {
    font-size: 14px;
  }

  .rows.gap-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .rows.gap-5 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .columns {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .columns.table-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .columns.table-row.border {
    text-align: center;
  }

  .columns.with-border {
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .columns.with-border.blog-article {
    text-align: left;
  }

  .navbar-top-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .nav-link {
    font-size: 20px;
    line-height: 1.4em;
  }

  .vertical-line {
    height: 36px;
  }

  .large-heading {
    font-size: 40px;
  }

  .padded-heading {
    padding-left: 48px;
  }

  .menu-button {
    border: 1px solid var(--dark);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-button-contents {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .search-result-link {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 1.2em;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3, h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  ul {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .main-container.navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-section {
    grid-row-gap: 35px;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .style-guide-color {
    height: 180px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .large-text {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .large-text.larger-text {
    font-size: 25px;
    line-height: 33px;
  }

  .small-text {
    font-size: 14px;
  }

  .form-input {
    min-height: 54px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .select-wrapper {
    min-height: 54px;
  }

  .display-heading {
    margin-bottom: .5em;
    font-size: 36px;
    line-height: 1.1em;
  }

  .display-heading.huge {
    font-size: 48px;
  }

  .uppercase-text {
    text-align: right;
    margin-top: 20px;
    font-size: 7px;
    line-height: 12px;
  }

  .uppercase-text.large-text {
    font-size: 14px;
    line-height: 1.4em;
  }

  .rows.gap-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .rows.gap-1-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-menu-wrapper {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .vertical-rule.white {
    width: auto;
    min-height: 1px;
  }

  .vertical-rule.navbar-rule {
    display: none;
  }

  .social-links {
    grid-auto-flow: column;
  }

  .columns {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .columns.logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    justify-items: center;
  }

  .columns.table-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navbar-info {
    flex-direction: column;
  }

  .hero-image-overlay.relative {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container---s {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 60px;
  }

  .large-heading {
    font-size: 32px;
    line-height: 1.2em;
  }

  .container---xs {
    width: auto;
    max-width: 100%;
  }

  .padded-heading {
    padding-left: 0;
  }

  .hero-logo {
    object-fit: contain;
    max-width: 100%;
    max-height: 48px;
    margin-top: 100px;
  }

  .hero-logo.better {
    margin-top: 30px;
  }

  .video-button {
    width: 72px;
    height: 72px;
  }

  .bg-image {
    filter: saturate(34%) grayscale(50%) contrast(200%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .menu-button {
    padding: 12px;
  }

  .screenshot-link {
    padding: 24px;
  }

  .text-block-7 {
    text-align: right;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.4em;
  }

  .link {
    text-align: center;
    font-size: 15px;
  }

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

  .vertical-spacer {
    width: 100%;
    height: 20px;
  }
}

#w-node-cce23268-aba6-3082-813f-12787463a061-7ceedee4, #w-node-_9795f059-17c9-f5fc-8ccc-118984081d80-7ceedee4, #w-node-cce23268-aba6-3082-813f-12787463a062-7ceedee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cce23268-aba6-3082-813f-12787463a064-7ceedee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cce23268-aba6-3082-813f-12787463a066-7ceedee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cce23268-aba6-3082-813f-12787463a068-7ceedee4 {
  justify-self: center;
}

#w-node-_5c6ae061-b7f3-3993-0d6f-68cf6ad547cc-6ad547c9, #w-node-_5c6ae061-b7f3-3993-0d6f-68cf6ad547cd-6ad547c9, #w-node-_5c6ae061-b7f3-3993-0d6f-68cf6ad547cf-6ad547c9, #w-node-_5c6ae061-b7f3-3993-0d6f-68cf6ad547d0-6ad547c9, #w-node-cce23268-aba6-3082-813f-12787463a061-db926819, #w-node-_9795f059-17c9-f5fc-8ccc-118984081d80-db926819, #w-node-cce23268-aba6-3082-813f-12787463a062-db926819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cce23268-aba6-3082-813f-12787463a064-db926819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cce23268-aba6-3082-813f-12787463a066-db926819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cce23268-aba6-3082-813f-12787463a068-db926819 {
  justify-self: center;
}

#w-node-ff23d3f3-e4b2-a727-0c7f-a6ce67f50536-db926819, #w-node-_11a7cd67-ded3-8350-6137-58bbda15543f-db926819, #w-node-c7c8abbd-e40e-e71a-cda0-0fc0db3d2b0c-db926819, #w-node-_7f81c680-eb4b-f829-7af4-21441c61dabd-db926819, #w-node-_33a6242d-a012-bb9a-e9dd-b706ae1eba75-db926819, #w-node-c7e491a6-7c09-2522-915f-efd84812e8fc-db926819, #w-node-c7e491a6-7c09-2522-915f-efd84812e8fd-db926819, #w-node-c7e491a6-7c09-2522-915f-efd84812e900-db926819, #w-node-c7e491a6-7c09-2522-915f-efd84812e902-db926819, #w-node-c7e491a6-7c09-2522-915f-efd84812e904-db926819, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da43-db926819, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da44-db926819, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da47-db926819, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da49-db926819, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da4b-db926819, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d166976-db926819, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d166977-db926819, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d16697a-db926819, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d16697c-db926819, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b83-db926819, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b84-db926819, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b87-db926819, #w-node-_3abdc3c5-cf8e-39fe-a3d5-7a6cedc83826-db926819, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b89-db926819, #w-node-c8fec492-371b-c61c-6997-591d9743fdd0-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdd1-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fddb-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fddc-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fddd-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdec-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fded-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf0-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf4-9743fdcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8fec492-371b-c61c-6997-591d9743fdfa-9743fdcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_531caaa4-73ff-59a4-b267-cac232d30042-db92685f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a93d65bf-770f-d9c1-2493-63100eb0bfa9-db92685f, #w-node-_26d7ec64-3615-518e-70a1-3b636b66aa1f-db926872 {
  justify-self: center;
}

#w-node-_26d7ec64-3615-518e-70a1-3b636b66aa21-db926872 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_26d7ec64-3615-518e-70a1-3b636b66aa23-db926872 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_26d7ec64-3615-518e-70a1-3b636b66aa24-db926872, #w-node-_26d7ec64-3615-518e-70a1-3b636b66aa25-db926872 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26d7ec64-3615-518e-70a1-3b636b66aa27-db926872 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_26d7ec64-3615-518e-70a1-3b636b66aa2a-db926872 {
  justify-self: center;
}

#w-node-_81a4dfc0-3906-169b-1060-5c604e034752-db926872 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_81a4dfc0-3906-169b-1060-5c604e034753-db926872 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_81a4dfc0-3906-169b-1060-5c604e034756-db926872 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56a75e15-7bcc-67de-9732-6b8c4305d9a7-db926878 {
  justify-self: end;
}

#w-node-_5a7b3298-529b-2116-1d23-c997a05b1005-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5a7b3298-529b-2116-1d23-c997a05b1007-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a7b3298-529b-2116-1d23-c997a05b1009-db926879 {
  justify-self: center;
}

#w-node-_9df4ba86-a7a9-0ca6-ba1a-1fbac7feb87b-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28bccf4d-f254-e34d-fe22-9e7ab86e2913-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ca291cd1-b0e5-a7eb-7ff2-d006aa63c155-db926879, #w-node-_68a6742e-5b35-7bd1-f691-d5885c78e1c3-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ccac686-b3ad-47e0-8041-474893f1dced-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b40269eb-f93a-ebe5-8383-83c5893d91ad-db926879 {
  justify-self: end;
}

#w-node-_1181cf62-7efa-1c0b-f1d8-3245c75142aa-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d6cd729-96ea-3019-9c9d-3941fcb955bb-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc33-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc37-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc38-db926879 {
  justify-self: end;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc3a-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc3d-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc3e-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc3f-db926879 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc42-db926879 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc45-db926879 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc48-db926879 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc4b-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc4c-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc4e-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc50-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc52-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc54-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc58-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc59-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc5b-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc5d-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc5f-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc61-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc65-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc66-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc68-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc6a-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc6c-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc6e-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc72-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc73-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a155915b-570b-f083-1558-cb8e2c05dc75-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc77-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc79-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc7b-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_864dc282-1807-dabf-bf5f-da274180896e-db926879, #w-node-bac698ca-b894-30ac-32a6-c9bea636e1ba-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2495d3a1-2648-47eb-1a01-73124acdfe5c-db926879 {
  justify-self: center;
}

#w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176dd-db926879, #w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176de-db926879, #w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176df-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176e0-db926879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1fb68cae-1399-1683-4f37-a3e2705aa349-705aa346, #w-node-_1fb68cae-1399-1683-4f37-a3e2705aa34a-705aa346, #w-node-_1fb68cae-1399-1683-4f37-a3e2705aa34c-705aa346, #w-node-_1fb68cae-1399-1683-4f37-a3e2705aa34d-705aa346, #w-node-_37a06cc7-0b8a-25a7-4a7e-c3828d8d0d64-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ea0c6e8-5518-5f76-ac51-fd0804754e9e-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a06a55e8-4873-8f30-3156-51c57581ba04-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a06a55e8-4873-8f30-3156-51c57581ba06-db92687a, #w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4d2-db92687a {
  justify-self: center;
}

#w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4d4-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4d6-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0b3de0e2-7c12-c91c-222f-9faee0fbd9bd-db92687a, #w-node-_3914ed44-3d2f-199d-fc24-2943700408ae-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4dc-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fb63adb2-9a39-5ff2-93c6-3a6a1c575298-db92687a {
  justify-self: center;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2ae6-db92687a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2ae7-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2aea-db92687a, #w-node-_8196f39a-b900-a05e-111c-b9d25adb2aeb-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2aed-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8196f39a-b900-a05e-111c-b9d25adb2af0-db92687a {
  justify-self: center;
}

#w-node-_899f72f9-895b-2002-f202-db11579a1e72-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_899f72f9-895b-2002-f202-db11579a1e75-db92687a, #w-node-_899f72f9-895b-2002-f202-db11579a1e76-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_899f72f9-895b-2002-f202-db11579a1e78-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_899f72f9-895b-2002-f202-db11579a1e7b-db92687a {
  justify-self: center;
}

#w-node-_3adb68ff-3192-9ee6-503b-92df60e1931b-db92687a, #w-node-_2455ff65-cf63-ed8d-c006-9af6879e8e09-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d46d2c8-18cf-e8df-ee13-a3a86cdf6b0e-db92687a, #w-node-_8d46d2c8-18cf-e8df-ee13-a3a86cdf6b10-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d46d2c8-18cf-e8df-ee13-a3a86cdf6b17-db92687a {
  justify-self: center;
}

#w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d0-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d3-db92687a, #w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d4-db92687a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d5-db92687a, #w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d7-db92687a {
  align-self: start;
}

#w-node-b6640000-a5ab-e5f1-90e9-f0589acfb5d8-db92687a {
  place-self: end start;
}

#w-node-_8b1605ef-ac3f-3c02-3861-8af9fc85913d-db92687b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b1605ef-ac3f-3c02-3861-8af9fc85913e-db92687b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8b1605ef-ac3f-3c02-3861-8af9fc85913f-db92687b, #w-node-_7d17aa6c-2ca7-996a-e2ff-28fe26027764-db92687b, #w-node-b3ec0f20-54cf-96db-25aa-de1f4d6e8a23-db92687b, #w-node-_9546faa2-2082-23ba-ff5e-fbe6f42d7c06-db92687b, #w-node-_0ef3a569-2c40-e118-22bb-d3b2b6c983f0-db92687c, #w-node-_2c207595-6763-e79e-9963-751ae76c8232-db92687c, #w-node-_942a6b66-5203-b392-fe3a-48b7837f2d1d-db92687d, #w-node-_65a7f051-2e4b-6186-5a26-f6158b23f5e6-db92687d, #w-node-_24a9a3fd-fcc7-badc-38da-aea40f5e0889-db92687d, #w-node-ab5394da-812c-69d1-2912-2bb8adb7783f-db92687d, #w-node-eb3ae611-2fe7-9c99-5315-91de27a8128a-db92687d, #w-node-_0c43a330-3e36-137d-cf61-e7e10e343d42-db92687d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3880f60d-8fd1-01bd-4a4d-478e515d07f3-db92687d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd1583f6-deb4-00db-17af-4d2f0697662d-db92687d, #w-node-a51302d5-ace6-8dbc-2bd9-53ea9e228bdc-db92687d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2b922a5-2193-eb36-9dd1-9b7f72ddc2ce-db92687d, #w-node-_164209e4-d6f9-7913-02d2-2d20343a9134-db92687d {
  align-self: start;
}

#w-node-_9033b48e-4c9c-5c38-15a6-bb64e0e69e0b-db92687d {
  place-self: end start;
}

#w-node-_9244500a-1be7-7cd6-dd32-a154d5a5a059-d5a5a052 {
  justify-self: end;
}

#w-node-_9244500a-1be7-7cd6-dd32-a154d5a5a05b-d5a5a052 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9244500a-1be7-7cd6-dd32-a154d5a5a05f-d5a5a052 {
  justify-self: start;
}

#w-node-_9244500a-1be7-7cd6-dd32-a154d5a5a060-d5a5a052, #w-node-e44d582b-8504-b295-f244-1a7ca51a9e9d-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a0c60b-98fe-3bac-89e3-c8d87a67fd27-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e44d582b-8504-b295-f244-1a7ca51a9e9e-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e44d582b-8504-b295-f244-1a7ca51a9ea0-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e44d582b-8504-b295-f244-1a7ca51a9ea2-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e44d582b-8504-b295-f244-1a7ca51a9ea4-db92687f {
  justify-self: center;
}

#w-node-_0954fc27-b789-9898-b08d-5e1f8d5d4b5e-db92687f, #w-node-_0954fc27-b789-9898-b08d-5e1f8d5d4b60-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0954fc27-b789-9898-b08d-5e1f8d5d4b62-db92687f, #w-node-_0954fc27-b789-9898-b08d-5e1f8d5d4b64-db92687f, #w-node-_9bdaeee2-6b4b-6a5c-b92d-4a3244af0de4-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bdaeee2-6b4b-6a5c-b92d-4a3244af0de5-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9bdaeee2-6b4b-6a5c-b92d-4a3244af0de6-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de78f02-6c70-a5b4-a7c1-46af70321b37-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7de78f02-6c70-a5b4-a7c1-46af70321b38-db92687f, #w-node-_7de78f02-6c70-a5b4-a7c1-46af70321b3a-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de78f02-6c70-a5b4-a7c1-46af70321b35-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c739354e-b61f-c081-1f7f-2eb85aa80c8e-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c739354e-b61f-c081-1f7f-2eb85aa80c8f-db92687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c739354e-b61f-c081-1f7f-2eb85aa80c90-db92687f, #w-node-_3b9fa2ac-95c1-07d5-e061-62464992bc80-db92687f, #w-node-d284db6a-3680-0783-a7a5-2b4a1f4da314-db926880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da315-db926880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da316-db926880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da31b-db926880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da31d-db926880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d284db6a-3680-0783-a7a5-2b4a1f4da31f-db926880 {
  justify-self: center;
}

#w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8de-db926881, #w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e2-db926881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e3-db926881 {
  justify-self: end;
}

#w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e5-db926881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_26d87193-3b19-a950-3db1-f61408926a08-db926881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_26d87193-3b19-a950-3db1-f61408926a09-db926881, #w-node-_26d87193-3b19-a950-3db1-f61408926a0b-db926881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26d87193-3b19-a950-3db1-f61408926a06-db926881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8af84a6f-398b-dd0f-cd2c-35f6bf79a057-db926881, #w-node-_8af84a6f-398b-dd0f-cd2c-35f6bf79a059-db926881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b955bd-aa3b-704e-84d4-67dbea8319b5-db926881, #w-node-b7b955bd-aa3b-704e-84d4-67dbea8319b0-db926881 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fd14c381-73ad-1c40-85fa-b51750062dc9-db926882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd14c381-73ad-1c40-85fa-b51750062dca-db926882 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fd14c381-73ad-1c40-85fa-b51750062dcb-db926882, #w-node-e7a912a4-48e1-8b2b-f030-dfb061d9faa2-db926883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7a912a4-48e1-8b2b-f030-dfb061d9faa3-db926883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e7a912a4-48e1-8b2b-f030-dfb061d9faa4-db926883, #w-node-_2b71014c-10c7-7bbe-6a5d-a6d14441101e-db926883, #w-node-_6c86b16d-a9e7-4653-8d5a-5436f430a041-db926883, #w-node-_12e94edd-8deb-cdec-611f-70102fabaa06-db926883, #w-node-_8b62e281-1df7-dd97-f646-2d79f1cb9d65-db926883, #w-node-_0f15f0c4-6623-dc02-377a-e67194c990dd-db926884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f15f0c4-6623-dc02-377a-e67194c990de-db926884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0f15f0c4-6623-dc02-377a-e67194c990df-db926884, #w-node-a6cf9643-9d42-b303-feaa-4b36fbe31b57-db926884, #w-node-_02f814eb-dbce-99c7-06c0-ed5f5be0c35e-db926884, #w-node-_4aaad651-a9ba-ce06-ce15-cee4327d19f9-db926884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad09f183-a65b-cc36-56d8-5dba3daa228a-db926884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ce224787-b6c7-0548-ab8d-0e3912a3679c-db926885, #w-node-_88d9fd35-d186-2867-f062-0761d6b0a709-db926885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b1996a9-8320-286b-b3ab-142b1598797e-db926885 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_72a5a354-0046-c823-9649-11a7e3b34a73-db926886, #w-node-_1ca161dc-68a3-4549-294e-117a18bee96b-db926886, #Message.w-node-_27c38d11-1eb1-4fe2-b7af-bed0771a3936-db926886, #w-node-a5728c81-ece6-fca6-765c-79d46554b716-db926886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ca161dc-68a3-4549-294e-117a18bee973-db926886 {
  justify-self: start;
}

#w-node-cbbd2266-5c2a-f415-9f31-b0f621e21053-db926886 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68519-db926887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e6851c-db926887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68523-db926887 {
  justify-self: center;
}

#w-node-_2efee372-7f49-de6a-eabb-1ddeda28e786-db926887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2efee372-7f49-de6a-eabb-1ddeda28e789-db926887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2efee372-7f49-de6a-eabb-1ddeda28e790-db926887 {
  justify-self: center;
}

#w-node-_554fb493-8f4b-19f0-9e04-17334222fb15-db926888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68519-db926888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d25453f7-bb81-e02d-bbbc-e0e46259344e-db926888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68516-db926888 {
  align-self: center;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e6851c-db926888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68523-db926888 {
  justify-self: start;
}

#w-node-_7388636a-940e-4858-bce6-743411a02185-db926888, #w-node-_4c1ab3d2-cf6c-540e-8194-c0679a91c211-db926888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c1ab3d2-cf6c-540e-8194-c0679a91c212-db926888 {
  justify-self: end;
}

#w-node-_57e592d2-20d3-ea0e-14f5-aa974937526c-db926888, #w-node-fb912f98-944f-9072-70ac-3a4b6af52404-db926888, #w-node-_84fbd27e-025d-4140-d5c2-c08796501162-db926888, #Message.w-node-_645eb28b-da87-512c-8331-d9b16e55aa89-db926888, #w-node-_8b07b5b2-59ff-23be-fd97-8c984aefc95b-db926888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57e592d2-20d3-ea0e-14f5-aa9749375274-db926888 {
  justify-self: start;
}

#w-node-c8b79a24-5fe2-d38f-9745-8ab49e9da0a1-db926888 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af17f573-3d4a-c5a5-84c7-4a028d1f1434-db92688a {
  align-self: center;
}

#w-node-ca72a2ff-d7c4-b909-5c5b-efeb5c555e8b-db92688b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67e4967e-f426-3274-ebe3-70e64b5802f2-db92688b, #w-node-_60240d6f-5e45-ab8f-2564-5cb4bf98ad99-db92688b, #w-node-dd4aeeee-8031-0651-4a58-4295601602e4-db92688b {
  justify-self: start;
}

#w-node-beb45f57-ee6b-1472-4564-b43975a06909-db92688b {
  justify-self: stretch;
}

#w-node-_554fb493-8f4b-19f0-9e04-17334222fb15-36cc7145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68519-36cc7145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d25453f7-bb81-e02d-bbbc-e0e46259344e-36cc7145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68516-36cc7145 {
  align-self: center;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e6851c-36cc7145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_051f1241-7630-8a9d-f6e9-84f812e68523-36cc7145 {
  justify-self: start;
}

#w-node-_7388636a-940e-4858-bce6-743411a02185-36cc7145, #w-node-_57e592d2-20d3-ea0e-14f5-aa974937526c-36cc7145, #w-node-fb912f98-944f-9072-70ac-3a4b6af52404-36cc7145, #Message.w-node-_645eb28b-da87-512c-8331-d9b16e55aa89-36cc7145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57e592d2-20d3-ea0e-14f5-aa9749375274-36cc7145 {
  justify-self: start;
}

#w-node-c8b79a24-5fe2-d38f-9745-8ab49e9da0a1-36cc7145 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_26d7ec64-3615-518e-70a1-3b636b66aa23-db926872, #w-node-_26d7ec64-3615-518e-70a1-3b636b66aa27-db926872 {
    justify-self: center;
  }

  #w-node-_81a4dfc0-3906-169b-1060-5c604e034752-db926872 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4d6-db92687a, #w-node-fe9f7947-7d90-6a34-0305-c4345c0ca4dc-db92687a {
    justify-self: center;
  }

  #w-node-_8196f39a-b900-a05e-111c-b9d25adb2ae6-db92687a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8196f39a-b900-a05e-111c-b9d25adb2aed-db92687a, #w-node-_899f72f9-895b-2002-f202-db11579a1e78-db92687a {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a155915b-570b-f083-1558-cb8e2c05dc3f-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc42-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc45-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc48-db926879 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a155915b-570b-f083-1558-cb8e2c05dc4c-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc59-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc66-db926879, #w-node-a155915b-570b-f083-1558-cb8e2c05dc73-db926879 {
    grid-column: span 4 / span 4;
  }

  #w-node-_051f1241-7630-8a9d-f6e9-84f812e68523-db926888, #w-node-_051f1241-7630-8a9d-f6e9-84f812e68523-36cc7145 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c8fec492-371b-c61c-6997-591d9743fdec-9743fdcd {
    justify-self: stretch;
  }

  #w-node-a155915b-570b-f083-1558-cb8e2c05dc3a-db926879, #w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e5-db926881 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}