:root {
  --color--white: #fefaf5;
  --typography--default: "Typekiln Segment", sans-serif;
  --typography--h1-size: 36px;
  --typography--h1-height: 44px;
  --typography--h2-size: 32px;
  --typography--h2-height: 39px;
  --typography--h3-size: 32px;
  --typography--h3-height: 39px;
  --typography--h4-size: 28px;
  --typography--h4-height: 34px;
  --typography--body-size: 20px;
  --typography--body-height: 28px;
  --color--blue-600: #0200ca;
  --typography--title-size: 56px;
  --typography--title-height: 68px;
  --color--notblack-80: rgba(32, 32, 32, 0.8);
  --color--blue-800: #0a08a0;
  --color--blue-1000: #111075;
  --color--notblack: #202020;
  --color--yellow: #f9c20a;
  --color--green: #00a551;
  --typography--work-size: 48px;
  --typography--work-height: 58px;
  --color--blue-400: #413fd5;
  --image-hover: rgba(32, 32, 32, 0.3);
  --color--blue-200: #807de0;
  --color--actually-white: white;
  --color--actually-black: black;
}

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

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

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

body {
  background-color: var(--color--white);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--typography--default);
  font-size: var(--typography--h1-size);
  line-height: var(--typography--h1-height);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

h2 {
  font-family: var(--typography--default);
  font-size: var(--typography--h2-size);
  line-height: var(--typography--h2-height);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

h3 {
  font-family: var(--typography--default);
  font-size: var(--typography--h3-size);
  line-height: var(--typography--h3-height);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

h4 {
  font-family: var(--typography--default);
  font-size: var(--typography--h4-size);
  line-height: var(--typography--h4-height);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

p {
  font-family: var(--typography--default);
  font-size: var(--typography--body-size);
  line-height: var(--typography--body-height);
  margin-bottom: 10px;
  font-weight: 500;
}

.title {
  font-family: var(--typography--default);
  color: var(--color--blue-600);
  font-size: var(--typography--title-size);
  line-height: var(--typography--title-height);
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.h3 {
  font-family: var(--typography--default);
  color: var(--color--notblack-80);
  font-size: var(--typography--h3-size);
  line-height: var(--typography--h3-height);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  display: block;
}

.h3.homepage:hover {
  color: var(--color--blue-800);
  text-decoration: underline;
}

.h3.homepage:active {
  color: var(--color--blue-1000);
}

.h3.homepage:focus {
  color: var(--color--blue-800);
  text-decoration: underline;
}

.h3.homepage:focus-visible {
  color: var(--color--blue-1000);
}

.h3.homepage[data-wf-focus-visible] {
  color: var(--color--blue-1000);
}

.body {
  font-family: Typekiln Segment, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body.bold {
  font-weight: 700;
}

.body.italic {
  font-style: italic;
  font-weight: 500;
}

.body.homepage {
  color: var(--color--notblack-80);
  font-weight: 400;
}

.h2 {
  color: var(--color--blue-600);
  font-size: var(--typography--h3-size);
  line-height: var(--typography--h3-height);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.h2.reflection {
  color: var(--color--blue-800);
  font-size: var(--typography--h3-size);
  line-height: var(--typography--h3-height);
}

.nav-bar {
  background-color: var(--color--blue-600);
  justify-content: flex-start;
  padding: 40px;
  display: flex;
}

.hero {
  min-height: 720px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero.case-study {
  min-height: 560px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-items-group {
  grid-row-gap: 70px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px;
  display: flex;
}

.nav-name {
  font-family: var(--typography--default);
  color: var(--color--white);
  font-size: var(--typography--h2-size);
  line-height: var(--typography--h2-height);
  flex: 1;
  font-weight: 800;
}

.nav-name:hover,
.nav-name:focus {
  color: #f9c20a;
}

.h4 {
  color: var(--color--notblack);
  margin-top: 0;
  margin-bottom: 0;
}

.h4.problem {
  color: var(--color--white);
}

.h4.insight {
  color: var(--color--blue-1000);
}

.nav-link {
  color: var(--color--white);
}

.nav-link:hover {
  color: var(--color--yellow);
}

.nav-link:focus {
  color: #f9c20a;
  text-align: left;
}

.nav-link.button {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link.button:hover {
  background-color: var(--color--green);
  color: var(--color--white);
}

.nav-link.button:focus {
  color: var(--color--white);
  background-color: #00a551;
}

.link-block {
  align-self: center;
  text-decoration: none;
}

.link-block.button {
  align-self: center;
  padding: 0;
}

.link-block.navname {
  flex: 0 auto;
}

.nav-bar-link-group {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-end;
  display: flex;
}

.button {
  background-color: var(--color--white);
  font-family: var(--typography--default);
  color: var(--color--blue-600);
  font-size: var(--typography--h4-size);
  line-height: var(--typography--h4-height);
  border-radius: 10px;
  padding: 10px;
  font-weight: 500;
}

.name {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading {
  font-family: Typekiln Segment, sans-serif;
}

.text-span {
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.subtitle {
  color: var(--color--notblack-80);
  margin-top: 0;
  margin-bottom: 0;
}

.title-description {
  margin-top: 0;
  margin-bottom: 0;
}

.work-title {
  font-family: var(--typography--default);
  color: var(--color--blue-600);
  font-size: var(--typography--work-size);
  line-height: var(--typography--work-height);
  font-weight: 600;
}

.homepage-items-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: space-around;
  display: grid;
}

.homepage-item {
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.homepage-image {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.homepage-image-wrapper {
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.homepage-row {
  grid-column-gap: 70px;
  display: flex;
}

.spacer {
  flex: 1;
}

.homepage-title-link {
  text-decoration: none;
}

.homepage-title-link:hover {
  font-family: var(--typography--default);
  color: var(--color--blue-1000);
  font-size: var(--typography--h3-size);
  line-height: var(--typography--h3-height);
  font-weight: 600;
}

.columns {
  align-items: center;
  display: flex;
}

.about-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.profile {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 20px;
}

.list-item {
  font-family: var(--typography--default);
  color: var(--color--notblack-80);
  font-size: var(--typography--body-size);
  line-height: var(--typography--body-height);
  font-weight: 400;
  list-style-type: decimal;
}

.paragraph {
  color: var(--color--notblack);
  order: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.reflection {
  color: var(--color--blue-600);
}

.paragraph.reflection.end {
  color: var(--color--notblack);
}

.paragraph.tagline {
  color: var(--color--notblack-80);
  order: 0;
}

.paragraph.problem {
  color: var(--color--white);
}

.paragraph.number-block {
  color: var(--color--blue-1000);
  display: block;
}

.paragraph.insight {
  color: var(--color--blue-1000);
}

.footer-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 50px;
  display: flex;
}

.footer {
  background-color: rgba(10, 8, 160, 0.3);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-text {
  font-family: var(--typography--default);
  color: var(--color--blue-1000);
  font-size: var(--typography--body-size);
  line-height: var(--typography--body-height);
  text-align: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
}

.footer-text:hover {
  color: var(--color--blue-600);
}

.footer-text:active {
  color: var(--color--blue-400);
}

.footer-text:focus {
  color: var(--color--blue-600);
}

.footer-text:focus-visible {
  color: var(--color--blue-400);
}

.footer-text[data-wf-focus-visible] {
  color: var(--color--blue-400);
}

.footer-text.default:hover,
.footer-text.default:focus {
  color: var(--color--blue-1000);
}

.footer-link {
  text-decoration: none;
}

.hero-image-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  align-self: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.hero-image {
  aspect-ratio: 2.39 / 1;
  object-fit: cover;
  border-radius: 20px;
}

.case-study-details-group {
  padding-bottom: 30px;
}

.case-study-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.case-study-content-group {
  padding-top: 30px;
  padding-bottom: 40px;
}

.case-study-content-group.about {
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.case-study-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.details-description {
  font-family: var(--typography--default);
  color: var(--color--notblack-80);
  font-size: var(--typography--body-size);
  line-height: var(--typography--body-height);
  font-weight: 400;
}

.details-description.caption {
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.case-study-paragraph {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  order: 0;
  display: flex;
}

.case-study-paragraph.reflection {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 3px solid var(--color--blue-600);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  order: 0;
  padding: 20px;
  display: flex;
}

.case-study-paragraph.intro {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  order: -1;
  display: flex;
}

.case-study-image-group {
  order: 0;
}

.case-study-image-set.two.paragrah-insert {
  padding-top: 20px;
  padding-bottom: 20px;
}

.case-study-image-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.case-study-image-wrapper.paragraph-insert {
  padding-top: 20px;
  padding-bottom: 20px;
}

.case-study-image {
  background-color: var(--image-hover);
  object-fit: cover;
  border-radius: 10px;
}

.case-study-image.wide {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.case-study-image.square {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.case-study-image.tall {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.case-study-image.wide-full {
  aspect-ratio: 2.39 / 1;
  object-fit: cover;
}

.case-study-image.wide-16 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.case-study-image.auto {
  object-fit: cover;
}

.caption {
  font-family: var(--typography--default);
  color: var(--color--notblack-80);
  font-size: 16px;
  font-weight: 400;
}

.reflection-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--color--notblack);
  flex-direction: column;
  list-style-type: decimal;
  display: flex;
}

.reflection-list.sub {
  margin-top: 10px;
  list-style-type: disc;
}

.divider {
  width: 30vw;
  height: 2px;
  background-color: var(--color--blue-200);
}

.divider-wrapper {
  justify-content: center;
  display: flex;
}

.more-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}

.find-more-heading {
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
}

.more-item,
.find-more-set {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.find-more-group {
  padding-bottom: 40px;
}

.more-image-link {
  z-index: 1;
  flex: 1;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.image-shader {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex: 1;
  align-self: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-shader:hover,
.image-shader:focus {
  background-color: var(--image-hover);
}

.image-shader.home {
  border-radius: 10px;
}

.more-image-sub-wrapper {
  justify-content: space-around;
  display: flex;
}

.home-image-link {
  display: block;
  position: relative;
}

.subscript {
  font-size: var(--typography--h4-size);
  line-height: var(--typography--h4-height);
}

.paragraph-2 {
  margin-bottom: 0;
}

.list {
  order: 1;
}

.text-block {
  text-decoration: none;
}

.case-study-button {
  background-color: var(--color--blue-1000);
  color: var(--color--white);
  border-radius: 10px;
  order: 1;
  padding: 10px;
  text-decoration: none;
  display: none;
}

.case-study-button:hover,
.case-study-button:active,
.case-study-button:focus {
  background-color: var(--color--notblack);
}

.case-study-button:focus-visible {
  background-color: var(--color--notblack);
}

.case-study-button[data-wf-focus-visible] {
  background-color: var(--color--notblack);
}

.list-item-2 {
  font-family: var(--typography--default);
  font-size: var(--typography--body-size);
  line-height: var(--typography--body-height);
}

.div-block {
  background-color: var(--color--blue-200);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.callout {
  background-color: #413fd5;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.callout.insight {
  background-color: rgba(128, 125, 224, 0.19);
}

.paragraph-group {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.number-block-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.number-block-group.lorax {
  grid-template-columns: 1fr 1fr 1fr;
}

.number-block-group.rttc {
  grid-template-columns: 1fr 1fr;
}

.number-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: rgba(128, 125, 224, 0.2);
  border-radius: 10px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.number-heading {
  color: var(--color--blue-600);
  margin-top: 0;
  margin-bottom: 0;
}

.reflection {
  font-family: var(--typography--default);
  color: var(--color--blue-600);
  font-size: var(--typography--body-size);
  line-height: var(--typography--body-height);
}

.reflection.sub {
  color: var(--color--notblack-80);
}

.user-test-label {
  color: var(--color--blue-600);
}

.block-quote {
  font-family: var(--typography--default);
  color: var(--color--notblack-80);
  font-size: var(--typography--h3-size);
  line-height: var(--typography--h3-height);
  font-style: italic;
  font-weight: 600;
}

.block-quote.sampo {
  font-size: var(--typography--body-size);
  line-height: var(--typography--body-height);
  font-style: normal;
  font-weight: 600;
}

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

.image-link {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    flex-direction: column;
  }

  .hero {
    min-height: 480px;
    padding: 0;
  }

  .hero.case-study {
    min-height: 720px;
    padding: 20px 0;
  }

  .home-items-group {
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block,
  .link-block.button {
    align-self: flex-start;
  }

  .nav-bar-link-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .homepage-items-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .homepage-row {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .columns {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .about-text {
    flex: 1;
    order: 1;
    align-self: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .profile {
    aspect-ratio: 1 / 1;
  }

  .hero-image-wrapper {
    padding: 20px;
  }

  .hero-image {
    aspect-ratio: 1 / 1;
  }

  .case-study-content-group.about {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-image-wrapper {
    flex: 1;
    order: -1;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .about-wrapper {
    margin-right: auto;
  }

  .about-columns {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .number-block-group {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 320px;
    padding: 20px;
  }

  .hero.case-study {
    min-height: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-items-group {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .link-block {
    align-self: flex-start;
  }

  .homepage-items-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .columns {
    margin-bottom: 40px;
  }

  .about-text {
    padding-top: 20px;
  }

  .profile {
    aspect-ratio: 2 / 3;
  }

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

  .footer {
    justify-content: flex-start;
  }

  .footer-text {
    text-align: left;
  }

  .hero-image-wrapper {
    grid-row-gap: 5px;
  }

  .hero-image {
    aspect-ratio: 16 / 9;
  }

  .case-study-details-group {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .case-study-content-group {
    padding: 20px 20px 40px;
  }

  .case-study-content-group.about {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .more-image {
    aspect-ratio: 2.39 / 1;
  }

  .find-more-set {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-wrapper,
  .about-columns {
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-block-group {
    grid-template-columns: 1fr 1fr;
  }

  .number-block-group.lorax {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .title {
    text-align: left;
    align-self: auto;
  }

  .hero {
    min-height: 320px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 20px;
  }

  .hero.case-study {
    min-height: 240px;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .link-block {
    align-self: flex-start;
  }

  .nav-bar-link-group {
    align-self: auto;
  }

  .name {
    flex-direction: column;
    align-items: center;
  }

  .homepage-image {
    aspect-ratio: 2 / 3;
  }

  .columns {
    margin-top: 0;
  }

  .about-text {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .profile {
    aspect-ratio: 1 / 1;
  }

  .footer-text.default:hover,
  .footer-text.default:focus {
    color: var(--color--blue-1000);
  }

  .hero-image,
  .more-image {
    aspect-ratio: 2 / 3;
  }

  .about-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-columns {
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-block-group,
  .number-block-group.lorax,
  .number-block-group.rttc,
  .quotes-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    overflow: hidden;
  }
}

#w-node-_5c8892de-0726-3635-75cf-7fdaafd94631-06eed8ae,
#w-node-e175cb16-57cb-1e99-27ce-5ebda38a3d8f-06eed8ae,
#w-node-_8ddec2d0-3242-8fad-73ca-234356821771-06eed8ae,
#w-node-_8ddec2d0-3242-8fad-73ca-234356821772-06eed8ae,
#w-node-_19b3f162-7dcf-943e-1777-3b3776878a4f-06eed8ae,
#w-node-_19b3f162-7dcf-943e-1777-3b3776878a50-06eed8ae,
#w-node-_2163451d-8c90-3c43-a213-340136d70e7c-06eed8ae,
#w-node-_2163451d-8c90-3c43-a213-340136d70e7d-06eed8ae,
#w-node-d8d7d372-5740-b96c-f35e-d6b44336fb52-a0140666,
#w-node-d8d7d372-5740-b96c-f35e-d6b44336fb53-a0140666,
#w-node-d8d7d372-5740-b96c-f35e-d6b44336fb5a-a0140666,
#w-node-d8d7d372-5740-b96c-f35e-d6b44336fb5b-a0140666,
#w-node-d8d7d372-5740-b96c-f35e-d6b44336fb62-a0140666,
#w-node-d8d7d372-5740-b96c-f35e-d6b44336fb63-a0140666,
#w-node-_4389b759-1cdc-d8e1-e6d8-9d952c852b13-0cd6e723,
#w-node-_4389b759-1cdc-d8e1-e6d8-9d952c852b14-0cd6e723,
#w-node-_4389b759-1cdc-d8e1-e6d8-9d952c852b1b-0cd6e723,
#w-node-_4389b759-1cdc-d8e1-e6d8-9d952c852b1c-0cd6e723 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-ExtraLightItalic.otf")
    format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Typekiln Segment";
  src: url("../fonts/Typekiln---Segment-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
