:root {
  --ivory: #eeeee2;
  --black: #292828;
  --floral-white: #f9f9f1;
  --deep-sky-blue: #01b4fd;
  --sea-green: #009855;
  --orange-red: #fe5510;
}

body {
  background-color: var(--ivory);
  color: var(--black);
  font-family: Oswald-SemiBold, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

.page {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: min-content auto 20.9%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  min-height: 100svh;
  padding: 3em;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.body {
  text-transform: uppercase;
}

.h1 {
  letter-spacing: -.04em;
  white-space: nowrap;
  font-size: 5em;
  line-height: 1.1;
}

.code {
  display: none;
}

.card {
  background-color: var(--floral-white);
  border-radius: 2em;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.is-cta {
  z-index: 1;
  background-color: var(--deep-sky-blue);
  color: var(--floral-white);
  justify-content: center;
  text-decoration: none;
  position: relative;
}

.card.is-large {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6em 2.5em 3.75em;
}

.h2 {
  letter-spacing: -.04em;
  font-size: 2.25em;
  line-height: 1.1;
}

.link {
  color: var(--black);
  padding-bottom: .56em;
  text-decoration: none;
  transition: color .3s ease-out;
  position: relative;
}

.link:hover {
  color: var(--sea-green);
}

.link-text {
  font-size: 1.5em;
  line-height: 1;
}

.text-orange {
  color: var(--orange-red);
}

.text-blue {
  color: var(--deep-sky-blue);
}

.slider {
  display: flex;
}

.h3 {
  font-size: 3em;
}

.cta_circle {
  z-index: -1;
  background-color: var(--sea-green);
  border-radius: 50%;
  width: 30.94em;
  height: 30.94em;
  transition: background-color .3s ease-out, transform .3s ease-out;
  position: absolute;
  bottom: -22.5em;
  right: -7.88em;
}

.doodle-list {
  display: flex;
}

.doodle-list_item {
  width: 13.75em;
  height: 13.75em;
  margin-right: .5em;
}

.doodle-image {
  width: 100%;
  height: 101%;
}

.slider-fade {
  background-image: linear-gradient(to right, var(--floral-white), rgba(249, 249, 241, 0) 15%, rgba(249, 249, 241, 0) 85%, var(--floral-white) 101%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  color: var(--deep-sky-blue);
}

.text-span-2 {
  color: var(--orange-red);
}

.text-span-3 {
  color: var(--sea-green);
}

.italic-text, .italic-text-2, .italic-text-3 {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .page {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: min-content min-content auto;
    padding: 48px 40px;
    position: relative;
  }

  .h1 {
    font-size: 7em;
  }

  .card {
    border-radius: 32px;
  }

  .card.is-cta {
    min-height: 160px;
  }

  .card.is-large {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 64px 40px;
  }

  .card.is-slider {
    min-height: 320px;
  }

  .h2 {
    font-size: 6.5em;
  }

  .link-text {
    font-size: 1.5rem;
  }

  .cta_circle {
    width: 495px;
    height: 495px;
    bottom: -215.5%;
  }

  .doodle-list_item {
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 7em;
  }

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

@media screen and (max-width: 479px) {
  .h1 {
    white-space: normal;
    font-size: 15em;
  }

  .card, .card.is-cta {
    min-height: 280px;
  }

  .card.is-large {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 12.3em;
  }

  .h3 {
    font-size: 2rem;
  }

  .cta_circle {
    bottom: -130.5%;
    right: -27%;
  }

  .doodle-list_item {
    width: 176px;
    height: 176px;
  }

  .title-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .h1_word {
    display: block;
  }
}

#w-node-c9e11f29-d6d9-2465-7285-242853321e46-065e40aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-f6d87edc-9594-7dfe-0c92-db9b17015a24-065e40aa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d2fbca02-fe4c-4d1c-3840-6ca21bb45f4c-065e40aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f6d87edc-9594-7dfe-0c92-db9b17015a24-065e40aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d2fbca02-fe4c-4d1c-3840-6ca21bb45f4c-065e40aa {
    grid-column: span 2 / span 2;
  }

  #w-node-_2da7884a-b69f-41f4-c6f0-802185e39096-065e40aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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