<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --text: #163461;
  --heading: #25477c;
  --brand: #3363ac;
  --lucent: #3363ac29;
}

body {
  color: var(--text);
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

h1 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--text);
  text-decoration: underline;
}

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

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

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

.navbar {
  z-index: 999;
  background-color: #f3f3f3;
  width: 100vw;
  position: fixed;
  top: 0;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.navbar-logo {
  height: 50px;
}

.navbar-logo.white {
  display: none;
  position: absolute;
}

.navbar-links {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-logo-link {
  display: flex;
  position: relative;
}

.button-primary {
  background-color: var(--brand);
  color: #fff;
  letter-spacing: .4px;
  border-radius: 999px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 700;
  position: static;
}

.button-secondary {
  text-decoration: none;
  position: relative;
  top: 5px;
}

.button-secondary-accent {
  background-color: var(--lucent);
  border-radius: 999px;
  width: 90%;
  height: 4px;
  margin-top: 5px;
  margin-left: 5%;
  position: static;
  bottom: -8px;
}

.section-1-hero {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--brand), #ffae5b);
  justify-content: center;
  align-items: center;
  height: calc(100vh - 90px);
  margin-top: 90px;
  display: flex;
  position: relative;
  overflow: clip;
}

.section-2-hook {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.frame-wrapper {
  width: 100vw;
  height: calc(100dvh - 90px);
  margin-top: 100vh;
  margin-bottom: 0;
  display: none;
  position: sticky;
  top: 90px;
}

.frame-top {
  background-color: var(--brand);
  height: 15px;
}

.heading, .heading-2 {
  max-width: 24ch;
}

.div-block {
  width: 45vw;
  margin-top: 60px;
  position: relative;
  right: 250px;
}

.paragraph {
  max-width: 60ch;
}

.rive {
  background-color: #e7e7e7;
  width: 750px;
  min-width: 45vw;
  height: 300px;
  min-height: 18vw;
  margin-top: 45px;
  position: absolute;
  inset: 0% auto auto 55vw;
}

.hook-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
  overflow: clip;
}

.hook-wrapper {
  justify-content: flex-end;
  align-items: stretch;
  min-width: 50vw;
  display: flex;
}

.jukult-pencil {
  background-color: #0000;
  width: 55vw;
  min-width: 650px;
  margin-left: 5vw;
}

.hook-animation {
  min-width: 50vw;
  display: block;
}

.hook {
  width: 45vw;
  max-width: 54ch;
}

.hook-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.hook-text.about {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.section-3-notice {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--lucent);
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-3-notice.infos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section {
  height: 1000px;
}

.div-block-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notice {
  width: 38ch;
}

.notice-info-tag {
  color: var(--heading);
  margin-bottom: 2px;
  font-weight: 700;
}

.notice-info-tag.hero {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.notice-info-text {
  color: var(--brand);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.notice-info-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-tertiary {
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  text-decoration: none;
  display: flex;
}

.button-tertiary-arrow {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.button-tertiary-text {
  color: var(--heading);
  font-weight: 700;
}

.button-tertiary-text.hero {
  color: #fff;
}

.notice-text {
  margin-bottom: 16px;
}

.div-block-3 {
  width: 800px;
  height: 200px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 900px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.sponsor-logo-wrapper {
  height: 160px;
}

.sponsor-logo {
  object-fit: contain;
  height: 120px;
}

.sponsor-heading {
  text-align: center;
  margin-top: 60px;
}

.about-animation {
  min-width: 50vw;
  display: block;
}

.about-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  min-width: 50vw;
  display: flex;
}

.jukult-pen {
  background-color: #0000;
  width: 55vw;
  min-width: 650px;
  margin-right: 5vw;
}

.section-4-about {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-5-ok {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 20px;
  display: flex;
}

.jukult-ok {
  width: 90vw;
  max-width: 720px;
  height: 107vw;
  max-height: 855px;
}

.hero-heading {
  color: #fff;
  text-align: center;
  text-shadow: 6px 6px 14px #0003;
  margin-bottom: 120px;
  font-family: avory-i-latin, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 64px;
}

.hero-sponsor {
  border-radius: 6px;
  height: 80px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7 {
  position: relative;
  top: 5vh;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--brand);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px 5vw;
  display: flex;
}

.footer-text {
  color: #fff;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-2 {
  margin-bottom: 40px;
}

.paragraph-3, .heading-3, .heading-4 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.code-embed {
  aspect-ratio: 3 / 2;
  width: 90vw;
  max-width: 800px;
  margin-left: 5vw;
  margin-right: 5vw;
}

.sponsor-banner {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 12px;
  width: 90vw;
  max-width: 900px;
  margin-top: 20px;
  margin-left: 5vw;
  margin-right: 5vw;
}

.sponsor-logo.sch {
  height: 85px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .section-3-notice {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .notice {
    margin-left: 5vw;
  }

  .notice-info-wrapper {
    margin-right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar-links {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hook-grid {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .jukult-pencil {
    margin-left: 0;
  }

  .hook {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .section-3-notice {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .notice-info-wrapper {
    margin-left: 5vw;
  }

  .hero-heading {
    font-size: 60px;
  }

  .hero-sponsor {
    height: 70px;
  }

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

  .footer-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    display: none;
  }

  .button-secondary {
    flex: 0 auto;
    display: none;
  }

  .hook-grid.about {
    justify-content: center;
    align-items: flex-end;
  }

  .jukult-pencil {
    margin-left: 5vw;
  }

  .notice {
    width: 90vw;
  }

  .div-block-5 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sponsor-logo {
    object-fit: contain;
    overflow: clip;
    border-radius: 8px;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 48px;
  }

  .div-block-8 {
    flex-flow: column;
    margin-bottom: 10px;
  }
}

#w-node-_47eb2ae0-50c6-db1a-49bb-ff7ae435d63e-f5c24a9f {
  justify-self: start;
}

#w-node-_21a5b522-9f13-560e-1bea-f4d8f734189a-f5c24a9f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-ec55c3e7-c6cb-b3dc-7456-ad1f507e00f9-f5c24aa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6ad842f-457e-be49-d984-99c392127be6-f5c24aa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_708a2f5b-53f0-245d-bf83-09697fea1f62-f5c24aa1 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-fe538e8e-7548-5189-bb19-a1d5e8cd02e1-f5c24aa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49aa5ed7-d720-9e50-7e0a-f35caa167eda-f5c24aa1, #w-node-_52078e34-8717-9a3e-0029-c8c025ec7ad5-f5c24aa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4af38401-e3bd-5811-c045-8a4f763599f1-f5c24aa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d5ef1d0-e852-ceef-fe0b-cc7df2d0159c-f5c24aa1 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-dc03bb24-cdcc-ec3d-36a0-6a4c908b1f50-f5c24aa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca64310e-78dc-e5e7-4ccf-c43aff8df289-f5c24aa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-ec55c3e7-c6cb-b3dc-7456-ad1f507e00f9-f5c24aa1, #w-node-_49aa5ed7-d720-9e50-7e0a-f35caa167eda-f5c24aa1, #w-node-ca64310e-78dc-e5e7-4ccf-c43aff8df289-f5c24aa1 {
    grid-column: span 1 / span 1;
  }
}


</pre></body></html>