:root {
  --light-version-main-text: black;
  --warning: #ff9f1c;
  --success: #24da78;
  --danger: #da2424;
  --light-version-muted-text: #b3b3b3;
  --dark-main-text: white;
  --dark-muted-text: #696d70;
  --bg-light-mode: white;
  --bg-dark-mode: #0d1118;
  --gray-3: whitesmoke;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: var(--light-version-main-text);
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 24px;
  text-transform: lowercase;
}

a {
  color: #757575;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #5c5c5c;
}

li {
  margin-bottom: 6px;
}

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

blockquote {
  border-left: 4px solid #adadad66;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 30px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 12px;
}

.large-text {
  letter-spacing: -.01em;
  font-size: 20px;
  line-height: 30px;
}

.style-guide-typography-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Short Stack, sans-serif;
  display: grid;
}

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

.display-heading-1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 400;
  line-height: 76px;
}

.style-guide-content-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.space-bottom {
  margin-bottom: 24px;
}

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

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

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

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

.color-scheme-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.style-guide-color {
  min-height: 100px;
  margin-bottom: 4px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  transition: color .2s;
  display: inline-block;
}

.button:hover {
  opacity: 1;
}

.page-wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: visible;
}

.style-guide-section {
  z-index: 1;
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
  position: relative;
}

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

.style-guide-section.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field {
  padding-top: 24px;
  padding-bottom: 24px;
}

.rich-text {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-family: Short Stack, sans-serif;
}

.rich-text img {
  margin-top: 10px;
  margin-bottom: 14px;
}

.style-guide-explanation {
  background-color: #eee;
  margin-bottom: 32px;
  padding: 20px;
}

.caption {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

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

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

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

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 100vh;
  font-family: Short Stack, sans-serif;
  display: grid;
  position: sticky;
}

.main-grid:nth-child(odd) {
  flex-direction: row-reverse;
}

.thumbnail-module {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding: 48px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content-module {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 48px;
  font-family: Short Stack, sans-serif;
  display: flex;
}

.thumbnail-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.thumbnail-end {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.title-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000, #0006);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.title-wrapper {
  max-width: 600px;
}

.divider {
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.module {
  width: 100%;
  margin-top: auto;
}

.clip {
  overflow: hidden;
}

.post-heading {
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Short Stack, sans-serif;
  font-weight: 400;
}

.toggle-module {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 20px 30px -20px #0000001a;
}

.toggle-button {
  width: 34px;
  height: 34px;
  margin-left: 10px;
  margin-right: 10px;
}

.toggle-text-dark {
  color: #00000080;
}

.toggle-text-light {
  color: #000;
}

.navigation {
  z-index: 990;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 48px 48px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-logo {
  height: 100%;
  max-height: 40px;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
  font-family: Short Stack, sans-serif;
  display: flex;
}

.footer-link {
  color: var(--light-version-muted-text);
  font-size: 15px;
  font-weight: 400;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .7;
  color: var(--light-version-muted-text);
}

.empty-state {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0;
}

.article-content-wrapper {
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.style-guide-color-border {
  border: 1px solid #ebebec;
}

.utility-module {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 48px;
  display: flex;
}

.footer-credit {
  color: var(--light-version-muted-text);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.footer-credit-link {
  color: var(--light-version-muted-text);
  font-weight: 500;
  transition-property: opacity;
}

.footer-credit-link:hover {
  opacity: .7;
  color: var(--light-version-muted-text);
}

.footer-bar {
  text-align: center;
  border-top: 1px solid #d8d8d8;
  padding: 20px;
  font-family: Short Stack, sans-serif;
}

.body {
  font-family: Short Stack, sans-serif;
}

.footer-text {
  color: var(--light-version-muted-text);
  font-size: 15px;
  font-weight: 400;
  transition: opacity .2s;
  text-transform: lowercase;
    
}

.footer-text:hover {
  opacity: .7;
  color: var(--light-version-muted-text);
}

.field-label, .field-label-2 {
  font-family: Short Stack, sans-serif;
  font-weight: 400;
}

.textarea, .form, .form-block {
  font-family: Short Stack, sans-serif;
}

@media screen and (max-width: 991px) {
  .style-guide-section {
    padding: 60px 8px;
  }

  .main-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .thumbnail-module {
    width: 100%;
    height: auto;
    min-height: 50vh;
    position: relative;
  }

  .content-module {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .toggle-module {
    position: fixed;
    inset: auto auto 48px 48px;
    box-shadow: 0 7px 20px #0000002b;
  }

  .navigation {
    width: 100%;
    position: absolute;
  }

  .utility-module {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  h3 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    margin-top: 18px;
    margin-bottom: 8px;
  }

  h6 {
    margin-top: 16px;
    margin-bottom: 6px;
  }

  blockquote {
    font-size: 14px;
    line-height: 26px;
  }

  .style-guide-typography-grid {
    grid-row-gap: 12px;
  }

  .display-heading-1 {
    letter-spacing: 0;
    font-size: 50px;
    line-height: 54px;
  }

  .style-guide-content-grid {
    grid-row-gap: 24px;
  }

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

  .style-guide-section {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .content-module {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .post-heading {
    margin-top: 10px;
  }

  .toggle-module {
    padding: 8px 24px;
    font-size: 14px;
    bottom: 24px;
    left: 24px;
  }

  .navigation {
    padding-top: 30px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 4px;
  }

  .utility-module {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-credit, .footer-text {
    margin-bottom: 4px;
  }
}

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

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

  h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }

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

  h6, .large-text {
    font-size: 16px;
    line-height: 24px;
  }

  .display-heading-1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 44px;
  }

  .style-guide-content-grid {
    grid-row-gap: 12px;
  }

  .color-scheme-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .thumbnail-module {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-module {
    padding: 30px 24px;
  }

  .post-heading {
    margin-top: 4px;
  }

  .toggle-module {
    padding: 12px;
    position: fixed;
    inset: auto auto 24px 24px;
  }

  .toggle-button {
    margin-left: 0;
    margin-right: 0;
  }

  .toggle-text-dark.hidden-mobile, .toggle-text-light.hidden-mobile {
    display: none;
  }

  .navigation {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-link {
    margin-bottom: 24px;
  }

  .utility-module {
    min-height: auto;
    padding: 30px 24px;
  }

  .footer-credit {
    max-width: 80%;
  }
}


