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

:root {
  --light: #F8F6F2;
  --dark: #222;
  --white: #F8F6F2;
  --accent: #B79F79;
  --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: var(--accent);
  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: var(--accent);
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--accent);
}

.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 var(--accent);
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: var(--accent);
}

body {
  background-color: var(--light);
  color: var(--dark);
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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(--light);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.section.hero-section {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  height: 100vh;
}

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

.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 {
  padding-top: 72px;
  padding-bottom: 72px;
}

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

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

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

.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-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}

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

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

.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: .2em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Thicccboi, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4em;
  transition: all 0.3s ease;
  display: flex;
}

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

.button:hover {
  background-color: var(--dark);
  color: var(--white);
  transform: translateY(-1px);
}

.button.white:hover {
  background-color: var(--white);
  color: var(--dark);
}

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

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

.navbar {
  background-color: #0000;
  padding: 40px 24px 32px;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(248, 246, 242, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.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: 200px;
  padding-bottom: 200px;
}

.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: .4em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 1.5px;
}

.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: center;
  align-items: center;
  padding-top: 32px;
  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 {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4em;
}

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

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

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

.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: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  align-items: center;
}

.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: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
}

.navbar-top-row {
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.nav-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  grid-column-gap: 48px;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

.nav-link {
  text-align: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-weight: 400;
  transition: all 0.3s ease;
  display: flex;
  color: var(--dark);
}

.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: 1;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero-image-overlay.relative {
  z-index: 1;
  position: relative;
}

.container---s {
  z-index: 1;
  width: 100%;
  max-width: 491px;
  position: relative;
}

.container---s img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.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: 80px;
  opacity: 0.15;
}

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

.large-heading {
  text-transform: uppercase;
  margin-bottom: .4em;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 48px;
  line-height: 1.15em;
  letter-spacing: 1px;
  font-weight: 400;
}

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

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

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

.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 {
  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: center;
  width: 100%;
  height: 100vh;
  padding: 72px 24px;
  display: flex;
}

.bg-image {
  z-index: 0;
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 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;
}

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

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

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

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

  .container---s {
    max-width: 379px;
  }

  .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 {
    font-size: 18px;
    line-height: 28px;
  }

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

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

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

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

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

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

  .menu-button {
    padding: 12px;
  }

  .screenshot-link {
    padding: 24px;
  }
}

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

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

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

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

#w-node-ff23d3f3-e4b2-a727-0c7f-a6ce67f50536-2f50c27e, #w-node-_11a7cd67-ded3-8350-6137-58bbda15543f-2f50c27e, #w-node-c7c8abbd-e40e-e71a-cda0-0fc0db3d2b0c-2f50c27e, #w-node-_7f81c680-eb4b-f829-7af4-21441c61dabd-2f50c27e, #w-node-_33a6242d-a012-bb9a-e9dd-b706ae1eba75-2f50c27e, #w-node-c7e491a6-7c09-2522-915f-efd84812e8fc-2f50c27e, #w-node-c7e491a6-7c09-2522-915f-efd84812e8fd-2f50c27e, #w-node-c7e491a6-7c09-2522-915f-efd84812e900-2f50c27e, #w-node-c7e491a6-7c09-2522-915f-efd84812e902-2f50c27e, #w-node-c7e491a6-7c09-2522-915f-efd84812e904-2f50c27e, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da43-2f50c27e, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da44-2f50c27e, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da47-2f50c27e, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da49-2f50c27e, #w-node-_5c5b27b5-d1bc-df9b-a906-dd13a573da4b-2f50c27e, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d166976-2f50c27e, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d166977-2f50c27e, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d16697a-2f50c27e, #w-node-_92d1ca2c-b6d2-0e43-ac95-09d46d16697c-2f50c27e, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b83-2f50c27e, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b84-2f50c27e, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b87-2f50c27e, #w-node-_3abdc3c5-cf8e-39fe-a3d5-7a6cedc83826-2f50c27e, #w-node-ed6f19fc-c0d0-8a5c-0367-c068b7c15b89-2f50c27e, #w-node-c8fec492-371b-c61c-6997-591d9743fdd0-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdd1-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdd9-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-591d9743fdde-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdec-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fded-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdee-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf0-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf2-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf4-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf5-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf7-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf8-9743fdcd, #w-node-c8fec492-371b-c61c-6997-591d9743fdf9-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-_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-_942a6b66-5203-b392-fe3a-48b7837f2d1d-2f50c280, #w-node-_65a7f051-2e4b-6186-5a26-f6158b23f5e6-2f50c280, #w-node-_24a9a3fd-fcc7-badc-38da-aea40f5e0889-2f50c280, #w-node-ab5394da-812c-69d1-2912-2bb8adb7783f-2f50c280, #w-node-eb3ae611-2fe7-9c99-5315-91de27a8128a-2f50c280, #w-node-_0c43a330-3e36-137d-cf61-e7e10e343d42-2f50c280 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_9033b48e-4c9c-5c38-15a6-bb64e0e69e0b-2f50c280 {
  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 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-c53187e8-55f4-fd4f-b1b4-603c6222e0f0-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6c60b-553c-0b52-765c-0a3259c97db8-2f50c287 {
  justify-self: center;
}

#w-node-_09b52c20-cfcd-89fa-1a3c-054ee2010ccb-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0395bf4b-29d1-14f7-283c-29f9b1c2d3df-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0b01d2ce-ea1c-8f8d-3339-e34a3ea5a120-2f50c287 {
  justify-self: end;
}

#w-node-_25486133-9294-a279-1e0f-cdb5855d7e26-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c244a-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c244c-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c2450-2f50c287 {
  justify-self: end;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c2452-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_204c3f73-1171-bd19-5bc1-1b50a23c2448-2f50c287 {
  justify-self: center;
}

#w-node-_71c81935-5e60-81f3-389d-b133b407713b-2f50c287, #w-node-_1175c3a3-cbed-59b0-7df5-ca1f9d97da19-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577db-2f50c287 {
  align-self: center;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577dc-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577de-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577e2-2f50c287 {
  justify-self: end;
}

#w-node-ffb32538-3a17-1593-5f55-83c9708577e4-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_305f1ddb-5ee9-ae37-735d-21f45cc9a46e-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ad96b4e7-d859-d09d-ba62-93bcfda6ad07-2f50c287, #w-node-_9e6e2d92-b616-ebfd-197d-ed8b977e6587-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d70d180-e99a-11b0-59b8-cd9a1b1cba75-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bcdec3b1-0325-b04d-1cd3-4299728b1ff9-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebe8f8d4-e20b-ea36-0ec7-f1f1dc6e67ac-2f50c287 {
  justify-self: center;
}

#w-node-_1505437d-d29f-5d3c-4b0d-ab85af27b602-2f50c287, #w-node-_879970f2-814c-1eb0-f620-b52a01d43fb8-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c213889-4cd1-0d9c-a9d5-14e0bbe507bb-2f50c287 {
  justify-self: end;
}

#w-node-_1e4d80aa-751e-ae1d-9ba5-2ca82ce05a16-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2210cca3-f694-242b-bd6a-1b36b0467a8d-2f50c287, #w-node-_62112934-9557-1f97-312d-95dfe637f165-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2579817c-2438-8bf0-37cf-73265010e8e4-2f50c287 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_65a2c04d-29d5-8646-fe5c-95c8038a5770-2f50c287 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-c90ee3c9-63af-5c28-381c-d9e123532515-2f50c287 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_5901b910-01bb-db1c-c822-dee0cf69b1e5-2f50c287 {
  grid-area: 1 / 5 / 2 / 6;
  justify-self: center;
}

#w-node-_42af553d-cfcb-31ca-c1ee-a1afda6294dd-2f50c287, #w-node-_583f5ba0-f499-671b-4379-c2e77d72f619-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a3c9043-fb88-2e1b-f7ff-f2a1202b4121-2f50c287, #w-node-c91ec3e0-9afc-5f50-def1-c03dba97925d-2f50c287, #w-node-_4bdf69c6-1cde-90fc-61b0-a763fdf5e4d1-2f50c287, #w-node-_635f51f2-2089-1c55-c00d-d1b9d2443dd2-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9d7ca214-2932-0a27-cfb2-acfbf328472d-2f50c287, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf328472e-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d7ca214-2932-0a27-cfb2-acfbf3284730-2f50c287, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf3284732-2f50c287, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf3284734-2f50c287, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf3284736-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e41-2f50c287, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e42-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e44-2f50c287, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e46-2f50c287, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e48-2f50c287, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e4a-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bd6-2f50c287, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bd7-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bd9-2f50c287, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bdb-2f50c287, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bdd-2f50c287, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bdf-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e41dfde9-4576-1e76-ba30-ba643d196d15-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e41dfde9-4576-1e76-ba30-ba643d196d18-2f50c287, #w-node-e41dfde9-4576-1e76-ba30-ba643d196d19-2f50c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e41dfde9-4576-1e76-ba30-ba643d196d1a-2f50c287, #w-node-e41dfde9-4576-1e76-ba30-ba643d196d1c-2f50c287 {
  align-self: start;
}

#w-node-e41dfde9-4576-1e76-ba30-ba643d196d1d-2f50c287 {
  place-self: end start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9f45f7a5-8074-c408-87cf-c5d33f2176e0-2f50c288 {
  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-2f50c289 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e44d582b-8504-b295-f244-1a7ca51a9e9d-2f50c28a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-c8b79a24-5fe2-d38f-9745-8ab49e9da0a1-2f50c28f, #w-node-_918f9dbb-8c01-0fa8-838f-e0004a46de52-2f50c290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d55064b-a5bb-10b9-9219-88146b1dd705-2f50c290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e24c0cfa-d672-2af0-bf5a-357af27250ba-2f50c290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b85ef9d7-ea76-6a38-b6b5-322a8a0d89e3-2f50c290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

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

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

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

#w-node-_81a4dfc0-3906-169b-1060-5c604e03475b-2f50c290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e960571d-2048-11a4-2026-3f4e9f6c80d4-2f50c290, #w-node-e960571d-2048-11a4-2026-3f4e9f6c80d6-2f50c290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e960571d-2048-11a4-2026-3f4e9f6c80dd-2f50c290 {
  justify-self: center;
}

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

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

#w-node-_0ef3a569-2c40-e118-22bb-d3b2b6c983f0-2f50c292, #w-node-_2c207595-6763-e79e-9963-751ae76c8232-2f50c292, #w-node-_2c207595-6763-e79e-9963-751ae76c8234-2f50c292, #w-node-_2c207595-6763-e79e-9963-751ae76c8235-2f50c292, #w-node-_2c207595-6763-e79e-9963-751ae76c8236-2f50c292, #w-node-_0f15f0c4-6623-dc02-377a-e67194c990dd-2f50c293 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-e7a912a4-48e1-8b2b-f030-dfb061d9faa2-2f50c294 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-e7a912a4-48e1-8b2b-f030-dfb061d9faa4-2f50c294, #w-node-_2b71014c-10c7-7bbe-6a5d-a6d14441101e-2f50c294, #w-node-_6c86b16d-a9e7-4653-8d5a-5436f430a041-2f50c294, #w-node-_12e94edd-8deb-cdec-611f-70102fabaa06-2f50c294, #w-node-_8b62e281-1df7-dd97-f646-2d79f1cb9d65-2f50c294, #w-node-fd14c381-73ad-1c40-85fa-b51750062dc9-2f50c295 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-fd14c381-73ad-1c40-85fa-b51750062dcb-2f50c295, #w-node-_8b1605ef-ac3f-3c02-3861-8af9fc85913d-2f50c296 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_8b1605ef-ac3f-3c02-3861-8af9fc85913f-2f50c296, #w-node-_7d17aa6c-2ca7-996a-e2ff-28fe26027764-2f50c296, #w-node-b3ec0f20-54cf-96db-25aa-de1f4d6e8a23-2f50c296, #w-node-_9546faa2-2082-23ba-ff5e-fbe6f42d7c06-2f50c296 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93d65bf-770f-d9c1-2493-63100eb0bfa9-2f50c298 {
  justify-self: center;
}

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

  #w-node-_0395bf4b-29d1-14f7-283c-29f9b1c2d3df-2f50c287, #w-node-_25486133-9294-a279-1e0f-cdb5855d7e26-2f50c287, #w-node-ffb32538-3a17-1593-5f55-83c9708577de-2f50c287, #w-node-ffb32538-3a17-1593-5f55-83c9708577e4-2f50c287 {
    justify-self: start;
  }

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

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

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

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

  #w-node-_2c207595-6763-e79e-9963-751ae76c8236-2f50c292 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2579817c-2438-8bf0-37cf-73265010e8e4-2f50c287, #w-node-_65a2c04d-29d5-8646-fe5c-95c8038a5770-2f50c287, #w-node-c90ee3c9-63af-5c28-381c-d9e123532515-2f50c287, #w-node-_5901b910-01bb-db1c-c822-dee0cf69b1e5-2f50c287 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_583f5ba0-f499-671b-4379-c2e77d72f619-2f50c287, #w-node-_9d7ca214-2932-0a27-cfb2-acfbf328472e-2f50c287, #w-node-_952ffbb6-8cf7-a400-d4d9-3fd4c8801e42-2f50c287, #w-node-e53e056f-2858-6b1a-9ac1-3df5b0811bd7-2f50c287 {
    grid-column: span 4 / span 4;
  }

  #w-node-a155915b-570b-f083-1558-cb8e2c05dc3f-2f50c288, #w-node-a155915b-570b-f083-1558-cb8e2c05dc42-2f50c288, #w-node-a155915b-570b-f083-1558-cb8e2c05dc45-2f50c288, #w-node-a155915b-570b-f083-1558-cb8e2c05dc48-2f50c288 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

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

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

  #w-node-_1e4d80aa-751e-ae1d-9ba5-2ca82ce05a16-2f50c287, #w-node-a155915b-570b-f083-1558-cb8e2c05dc3a-2f50c288, #w-node-_43dd2e69-d3a6-b1bb-339c-c5c545a6e8e5-2f50c28c {
    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;
}