@font-face {
  font-family: "A-OTF Shin Maru Go Pro Heavy";
  src: url("/wp-content/themes/kidsup/fonts/A-OTF Shin Maru Go Pro H.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Shin Maru Go Pro Ultra";
  src: url("/wp-content/themes/kidsup/fonts/A-OTF Shin Maru Go Pro U.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Shin Maru Go Pro Bold";
  src: url("/wp-content/themes/kidsup/fonts/A-OTF-ShinMGoPro-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Shin Maru Go Pro De Bold";
  src: url("/wp-content/themes/kidsup/fonts/A-OTF-ShinMGoPro-DeBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Shin Maru Go Pro De Regular";
  src: url("/wp-content/themes/kidsup/fonts/A-OTF-ShinMGoPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/wp-content/themes/kidsup/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html {
  background-color: #fcb969;
}

body {
  background-color: #f16857;
}

p {
  font-family: "A-OTF Shin Maru Go Pro Bold", sans-serif;
}

.cta-primary {
  border: solid 0.2rem white !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5rem, 0;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(90deg, rgb(247, 145, 49) 0%, rgb(240, 74, 36) 100%);
  color: white;
  justify-content: center;
  background-color: white;
}
.cta-primary:hover {
  opacity: 1;
  background-color: white;
  background: white;
  color: #f16857;
}
.cta-primary:active {
  opacity: 0.6;
}
@media (max-width: 575.98px) {
  .cta-primary {
    width: 90%;
    padding-left: unset;
    padding-right: unset;
  }
}

.cta-secondary {
  border: solid 0.25rem white !important;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(90deg, rgb(215, 26, 132) 0%, rgb(198, 85, 159) 100%);
  color: white;
}
.cta-secondary:hover {
  opacity: 1;
  background-color: white;
  background: white;
  color: #D71A84;
}

nav {
  background-color: #0259a3;
}
nav .nav-links .button {
  background-color: unset;
  border-style: solid;
  border-width: 2px;
  background-color: white;
  border-color: white;
}
nav .nav-links .button:hover {
  opacity: 1;
  background-color: white;
  background: white;
  color: #0259a3;
  -webkit-text-stroke: 0.03125rem #0259a3;
  transition: all ease-in-out 0.1s;
}
nav .nav-links .button:active {
  opacity: 0.6;
}
nav .nav-links .button-1 {
  background-color: white;
  background: linear-gradient(90deg, rgb(247, 145, 49) 0%, rgb(240, 74, 36) 100%);
}
nav .nav-links .button-2 {
  background-color: white;
  background: linear-gradient(90deg, rgb(61, 181, 74) 0%, rgb(254, 233, 11) 100%);
}
nav .nav-links .button-3 {
  background-color: white;
  background: linear-gradient(90deg, rgb(215, 26, 132) 0%, rgb(198, 85, 159) 100%);
}
@media (max-width: 767.98px) {
  nav .nav-toggle {
    background-color: unset;
    background: linear-gradient(90deg, rgb(215, 26, 132) 0%, rgb(198, 85, 159) 100%);
    border: solid 1px white;
  }
  nav .nav-toggle.opened {
    background: linear-gradient(90deg, rgb(61, 181, 74) 0%, rgb(254, 233, 11) 100%);
  }
  nav .nav-links {
    background-color: #d44534;
  }
  nav .sticky-cta {
    background-color: #f16857;
    border-top: solid white 0.25rem;
  }
  nav .sticky-cta .button-4 {
    font-family: "Shin-Maru-GP-Ultra";
    font-size: 1.5rem;
    background: linear-gradient(90deg, rgb(1, 87, 162) 0%, rgb(39, 177, 193) 100%);
    border-style: solid;
    border-width: 0.2rem;
    border-color: white;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 3rem;
  }
  nav .sticky-cta .button-4:hover {
    opacity: 1;
    background: white;
    color: #0259a3;
  }
  nav .sticky-cta .button-4:active {
    opacity: 0.6;
  }
}

.swiper-nav .previous,
.swiper-nav .next {
  border-style: solid;
  border-width: 0.2rem;
  border-radius: 50%;
  border-color: white;
}
.swiper-nav .previous .swiper-button-bg,
.swiper-nav .next .swiper-button-bg {
  fill: #cf2729 !important;
}
.swiper-nav .previous .swiper-button-arrow,
.swiper-nav .next .swiper-button-arrow {
  fill: white !important;
}

.transition-top-mobile, .transition-bottom-mobile {
  display: none;
}

.transition-top-desktop {
  display: flex;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  width: 101%;
}

.transition-bottom-desktop {
  display: flex;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  width: 101%;
  bottom: -2px;
}

@media (max-width: 767.98px) {
  .transition-top-desktop, .transition-bottom-desktop {
    display: none;
  }
  .transition-top-mobile {
    display: flex;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    width: 101%;
  }
  .transition-bottom-mobile {
    display: flex;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    width: 101%;
    bottom: -1px;
  }
}
.hero {
  background-color: #FCB969;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.hero .hero-top {
  width: 100%;
  display: flex;
  margin: 0;
  background-image: url("/events/mega-game-2026/images/hero/hero-top-bg.webp"), linear-gradient(180deg, rgb(252, 185, 105) 0%, rgb(242, 104, 87) 100%);
  background-position: top, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 576.98px) {
  .hero .hero-top {
    background-image: url("/events/mega-game-2026/images/hero/hero-bg-mobile.webp"), linear-gradient(180deg, rgb(252, 185, 105) 0%, rgb(242, 104, 87) 100%);
  }
}
.hero .hero-top .container {
  margin-left: auto;
  margin-right: auto;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.hero .hero-top .container .event-logo-wrapper {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.hero .hero-top .container .event-logo-wrapper .event-logo {
  width: 75%;
}
@media (max-width: 0.98px) {
  .hero .hero-top .container .event-logo-wrapper .event-logo {
    width: 90%;
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-top .container .event-logo-wrapper {
    width: 100%;
    padding: unset;
  }
}
.hero .hero-top .container .text-wrapper {
  width: 60%;
  padding-top: 2rem;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.hero .hero-top .container .text-wrapper h1 {
  color: white;
  font-family: "A-OTF Shin Maru Go Pro Ultra", sans-serif;
  -webkit-text-stroke: 0.5rem #f26c2c;
  paint-order: stroke fill;
  text-align: left;
  filter: drop-shadow(0 0.75rem 0 #ef4b26);
  padding-bottom: 0.75rem;
  font-size: 2.25rem;
}
.hero .hero-top .container .text-wrapper h1 .mobile-break {
  display: none;
}
@media (max-width: 767.98px) {
  .hero .hero-top .container .text-wrapper h1 {
    font-size: clamp(1rem, 0.464rem + 2.679vw, 2.5rem);
  }
  .hero .hero-top .container .text-wrapper h1 .mobile-break {
    display: block;
  }
}
.hero .hero-top .container .text-wrapper p {
  color: white;
  font-family: "A-OTF Shin Maru Go Pro De Regular", sans-serif;
  text-align: left;
  font-weight: bold;
}
.hero .hero-top .container .text-wrapper .cta-primary {
  margin-left: 0;
  margin-right: auto;
  margin-top: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 767.98px) {
  .hero .hero-top .container .text-wrapper .cta-primary {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-top .container .text-wrapper {
    padding-top: 1rem;
    width: 100%;
  }
}
.hero .hero-top .container .text-wrapper .h3-box {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: auto;
  background-color: white;
  padding: 1rem;
  padding-bottom: 1.25rem;
  border-radius: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  top: 50%;
}
@media (max-width: 767.98px) {
  .hero .hero-top .container .text-wrapper .h3-box {
    margin-left: auto;
  }
}
.hero .hero-top .container .text-wrapper .h3-box h3 {
  line-height: 1.25;
  text-align: center;
  font-family: "A-OTF Shin Maru Go Pro Bold", sans-serif;
  color: white;
  display: block;
  -webkit-text-stroke: 0.25rem #f26c2c;
  paint-order: stroke fill;
  filter: drop-shadow(0 0.25rem 0 #ef4b26);
  width: 100%;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .hero .hero-top .container .text-wrapper .h3-box h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-top .container {
    flex-direction: column;
    gap: unset;
    padding-top: 1rem;
  }
}
.hero .hero-bottom {
  width: 100%;
  background: url(/events/mega-game-2026/images/hero/hero-bottom-transition-bg.svg), url(/events/mega-game-2026/images/transitions/peach-curve-transition-bottom-negative.svg), url(/events/mega-game-2026/images/hero/hero-bottom-bg.webp);
  background-position: top, bottom, center;
  background-size: 101%, 101%, cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.hero .hero-bottom .mascot-festival-hero, .hero .hero-bottom .american-carnival-hero {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/2;
}
@media (max-width: 767.98px) {
  .hero .hero-bottom .mascot-festival-hero, .hero .hero-bottom .american-carnival-hero {
    aspect-ratio: 2/1.5;
  }
}
.hero .hero-bottom .mascot-festival-hero .mascot-festival-hero-logo, .hero .hero-bottom .mascot-festival-hero .american-carnival-hero-logo, .hero .hero-bottom .american-carnival-hero .mascot-festival-hero-logo, .hero .hero-bottom .american-carnival-hero .american-carnival-hero-logo {
  width: 55%;
  height: auto;
}
@media (max-width: 767.98px) {
  .hero .hero-bottom .mascot-festival-hero .mascot-festival-hero-logo, .hero .hero-bottom .mascot-festival-hero .american-carnival-hero-logo, .hero .hero-bottom .american-carnival-hero .mascot-festival-hero-logo, .hero .hero-bottom .american-carnival-hero .american-carnival-hero-logo {
    width: 75%;
    min-width: 145px;
  }
}

.party-event-about {
  background-color: #f16857;
  padding-top: 0rem;
}
.party-event-about .about-images {
  width: 100%;
  height: auto;
  padding: 1rem;
  margin: auto;
}
.party-event-about .text h2 {
  font-family: "Shin-Maru-GP-Ultra";
  color: white;
}
.party-event-about .text p {
  padding: 1rem;
  color: white;
  font-weight: bold;
  padding-left: 0;
}

.reason-box-1, .reason-box-2, .reason-box-3 {
  border-radius: 2rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: white;
}

.reason-box-1 {
  background: linear-gradient(90deg, rgb(61, 181, 74) 0%, rgb(254, 233, 11) 100%);
}

.reason-box-2 {
  background: linear-gradient(90deg, rgb(247, 145, 49) 0%, rgb(240, 74, 36) 100%);
}

.reason-box-3 {
  background: linear-gradient(90deg, rgb(1, 87, 162) 0%, rgb(39, 177, 193) 100%);
}

.three-reasons-swiper {
  background-color: #f16857;
}

.schools-list {
  background-color: #f16857;
  background-size: 101%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.schools-list .section-h2 {
  color: white;
  font-family: "Shin-Maru-GP-Ultra";
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.schools-list .prefecture-tokyo {
  background-color: #ef3a65 !important;
  border: solid 0.2rem white;
}
.schools-list .prefecture-tokyo .prefecture-header {
  background-color: #ef3a65 !important;
  color: #ef3a65;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  border-style: solid;
}
.schools-list .prefecture-tokyo .prefecture-header h2 {
  color: white;
  font-family: "Shin-Maru-GP-Bold";
}
.schools-list .prefecture-tokyo .prefecture-header svg.location-pin .map-pin-3-bg-color {
  fill: white;
}
.schools-list .prefecture-tokyo .prefecture-header svg.location-pin .map-pin-3-main-color {
  fill: #ef3a65;
}
.schools-list .prefecture-tokyo .ward {
  background-color: white;
  border-style: none;
}
.schools-list .prefecture-tokyo .ward h3, .schools-list .prefecture-tokyo .ward h3 svg {
  color: #ef3a65;
  fill: #ef3a65;
  font-family: "Shin-Maru-GP-Bold";
}
.schools-list .prefecture-tokyo .ward ul li {
  color: #ef3a65;
}
@media screen and (max-width: 575.9px) {
  .schools-list .prefecture-tokyo {
    background-color: #ef3a65;
    border: solid 0.25rem white;
  }
  .schools-list .prefecture-tokyo .prefecture-header {
    background-color: #ef3a65;
    color: #ef3a65;
    padding-top: 1rem;
    padding-right: 1rem;
    border: unset;
  }
  .schools-list .prefecture-tokyo .wards-container {
    background-color: unset;
  }
  .schools-list .prefecture-tokyo .wards-container .ward {
    background-color: white;
  }
  .schools-list .prefecture-tokyo .wards-container .ward h3, .schools-list .prefecture-tokyo .wards-container .ward h3 svg {
    color: #ef3a65;
    fill: #ef3a65;
    font-family: "Shin-Maru-GP-Bold";
  }
  .schools-list .prefecture-tokyo .wards-container .ward ul li {
    color: #ef3a65;
  }
}
.schools-list .prefecture-kanagawa {
  background-color: #426db5 !important;
  border: solid 0.2rem white;
}
.schools-list .prefecture-kanagawa .prefecture-header {
  background-color: #426db5 !important;
  color: #426db5;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  border-style: solid;
}
.schools-list .prefecture-kanagawa .prefecture-header h2 {
  color: white;
  font-family: "Shin-Maru-GP-Bold";
}
.schools-list .prefecture-kanagawa .prefecture-header svg.location-pin .map-pin-3-bg-color {
  fill: white;
}
.schools-list .prefecture-kanagawa .prefecture-header svg.location-pin .map-pin-3-main-color {
  fill: #426db5;
}
.schools-list .prefecture-kanagawa .ward {
  background-color: white;
  border-style: none;
}
.schools-list .prefecture-kanagawa .ward h3, .schools-list .prefecture-kanagawa .ward h3 svg {
  color: #426db5;
  fill: #426db5;
  font-family: "Shin-Maru-GP-Bold";
}
.schools-list .prefecture-kanagawa .ward ul li {
  color: #426db5;
}
@media screen and (max-width: 575.9px) {
  .schools-list .prefecture-kanagawa {
    background-color: #426db5;
    border: solid 0.25rem white;
  }
  .schools-list .prefecture-kanagawa .prefecture-header {
    background-color: #426db5;
    color: #426db5;
    padding-top: 1rem;
    padding-right: 1rem;
    border: unset;
  }
  .schools-list .prefecture-kanagawa .wards-container {
    background-color: unset;
  }
  .schools-list .prefecture-kanagawa .wards-container .ward {
    background-color: white;
  }
  .schools-list .prefecture-kanagawa .wards-container .ward h3, .schools-list .prefecture-kanagawa .wards-container .ward h3 svg {
    color: #426db5;
    fill: #426db5;
    font-family: "Shin-Maru-GP-Bold";
  }
  .schools-list .prefecture-kanagawa .wards-container .ward ul li {
    color: #426db5;
  }
}
.schools-list .prefecture-chiba {
  background-color: #a1cd3a !important;
  border: solid 0.2rem white;
}
.schools-list .prefecture-chiba .prefecture-header {
  background-color: #a1cd3a !important;
  color: #a1cd3a;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  border-style: solid;
}
.schools-list .prefecture-chiba .prefecture-header h2 {
  color: white;
  font-family: "Shin-Maru-GP-Bold";
}
.schools-list .prefecture-chiba .prefecture-header svg.location-pin .map-pin-3-bg-color {
  fill: white;
}
.schools-list .prefecture-chiba .prefecture-header svg.location-pin .map-pin-3-main-color {
  fill: #a1cd3a;
}
.schools-list .prefecture-chiba .ward {
  background-color: white;
  border-style: none;
}
.schools-list .prefecture-chiba .ward h3, .schools-list .prefecture-chiba .ward h3 svg {
  color: #a1cd3a;
  fill: #a1cd3a;
  font-family: "Shin-Maru-GP-Bold";
}
.schools-list .prefecture-chiba .ward ul li {
  color: #a1cd3a;
}
@media screen and (max-width: 575.9px) {
  .schools-list .prefecture-chiba {
    background-color: #a1cd3a;
    border: solid 0.25rem white;
  }
  .schools-list .prefecture-chiba .prefecture-header {
    background-color: #a1cd3a;
    color: #a1cd3a;
    padding-top: 1rem;
    padding-right: 1rem;
    border: unset;
  }
  .schools-list .prefecture-chiba .wards-container {
    background-color: unset;
  }
  .schools-list .prefecture-chiba .wards-container .ward {
    background-color: white;
  }
  .schools-list .prefecture-chiba .wards-container .ward h3, .schools-list .prefecture-chiba .wards-container .ward h3 svg {
    color: #a1cd3a;
    fill: #a1cd3a;
    font-family: "Shin-Maru-GP-Bold";
  }
  .schools-list .prefecture-chiba .wards-container .ward ul li {
    color: #a1cd3a;
  }
}
.schools-list .prefecture-saitama {
  background-color: #74489d !important;
  border: solid 0.2rem white;
}
.schools-list .prefecture-saitama .prefecture-header {
  background-color: #74489d !important;
  color: #74489d;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  border-style: solid;
}
.schools-list .prefecture-saitama .prefecture-header h2 {
  color: white;
  font-family: "Shin-Maru-GP-Bold";
}
.schools-list .prefecture-saitama .prefecture-header svg.location-pin .map-pin-3-bg-color {
  fill: white;
}
.schools-list .prefecture-saitama .prefecture-header svg.location-pin .map-pin-3-main-color {
  fill: #74489d;
}
.schools-list .prefecture-saitama .ward {
  background-color: white;
  border-style: none;
}
.schools-list .prefecture-saitama .ward h3, .schools-list .prefecture-saitama .ward h3 svg {
  color: #74489d;
  fill: #74489d;
  font-family: "Shin-Maru-GP-Bold";
}
.schools-list .prefecture-saitama .ward ul li {
  color: #74489d;
}
@media screen and (max-width: 575.9px) {
  .schools-list .prefecture-saitama {
    background-color: #74489d;
    border: solid 0.25rem white;
  }
  .schools-list .prefecture-saitama .prefecture-header {
    background-color: #74489d;
    color: #74489d;
    padding-top: 1rem;
    padding-right: 1rem;
    border: unset;
  }
  .schools-list .prefecture-saitama .wards-container {
    background-color: unset;
  }
  .schools-list .prefecture-saitama .wards-container .ward {
    background-color: white;
  }
  .schools-list .prefecture-saitama .wards-container .ward h3, .schools-list .prefecture-saitama .wards-container .ward h3 svg {
    color: #74489d;
    fill: #74489d;
    font-family: "Shin-Maru-GP-Bold";
  }
  .schools-list .prefecture-saitama .wards-container .ward ul li {
    color: #74489d;
  }
}

.logo-box {
  display: flex;
  flex-direction: column;
}

.party-logo-times-row {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding-bottom: 2rem;
}
.party-logo-times-row .logo-box {
  width: 55%;
  margin: auto;
}
@media screen and (max-width: 575.9px) {
  .party-logo-times-row .logo-box {
    width: 90%;
  }
}
.party-logo-times-row .time-disclaimer-wrapper {
  padding: 1rem;
  border-radius: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 575.9px) {
  .party-logo-times-row .time-disclaimer-wrapper {
    border-radius: 2rem;
    padding: 2rem;
  }
}
.party-logo-times-row .time-disclaimer-wrapper .time-box {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-direction: row;
  gap: 1rem;
}
.party-logo-times-row .time-disclaimer-wrapper .time-box h3 {
  font-family: "Shin-Maru-GP-Ultra";
}
@media screen and (max-width: 576.98px) {
  .party-logo-times-row .time-disclaimer-wrapper .time-box {
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem;
  }
  .party-logo-times-row .time-disclaimer-wrapper .time-box h3 {
    padding: unset;
    font-size: 1.5rem;
  }
}
.party-logo-times-row .time-disclaimer-wrapper .time-disclaimer {
  display: flex;
  margin: auto;
  font-size: 0.75rem;
}

.mascot-festival {
  position: relative;
  padding-top: 0rem;
  z-index: 1;
  overflow: hidden;
  background: url(/events/mega-game-2026/images/transitions/peach-curve-transition-top-negative.svg) top center/101% no-repeat, url(/events/mega-game-2026/images/transitions/jagged-transition-bottom.svg) bottom center/contain no-repeat, url(/events/mega-game-2026/images/mascot-party/mascot-festival.svg) center/auto 180% no-repeat, linear-gradient(90deg, rgb(155, 204, 87) 0%, rgb(242, 236, 87) 100%);
  position: relative;
  margin-bottom: -1px;
}
.mascot-festival .container {
  padding-top: 2rem;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 2;
}
.mascot-festival .container .party-logo-times-row {
  position: relative;
}
.mascot-festival .container .party-logo-times-row .logo-box {
  z-index: 10;
}
.mascot-festival .container h3 {
  color: #2c3634;
  font-family: "Shin-Maru-GP-Ultra";
  font-size: 2rem;
}
@media screen and (max-width: 576.98px) {
  .mascot-festival .container h3 {
    font-size: clamp(5px, 7.5vw, 1.75rem);
  }
}
.mascot-festival .container p {
  color: #2c3634;
  font-size: 1.25rem;
}
@media screen and (max-width: 576.98px) {
  .mascot-festival .container p {
    font-size: 1rem;
  }
}
.mascot-festival .container .textbox {
  background-color: white;
  padding: 2rem;
  border-radius: 3rem;
}
.mascot-festival .container .time-disclaimer-wrapper {
  background-color: white;
  z-index: 10;
}
.mascot-festival .container .time-disclaimer-wrapper h3, .mascot-festival .container .time-disclaimer-wrapper .time-disclaimer {
  color: #2c3634;
}
.mascot-festival .container .mascot-festival-activity-1, .mascot-festival .container .mascot-festival-activity-2 {
  display: flex;
  position: relative;
  z-index: 10;
}
.mascot-festival .container .mascot-festival-activity-1 .textbox, .mascot-festival .container .mascot-festival-activity-2 .textbox {
  box-shadow: 0px 0px 20px 0px rgba(36, 111, 56, 0.9);
  width: 60%;
}
.mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents .text, .mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents .image, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents .text, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents .image {
  width: 50%;
  height: auto;
}
.mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents .image .img-fluid, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents .image .img-fluid {
  border-radius: 1rem;
}
.mascot-festival .container .mascot-festival-activity-1 .textbox h3, .mascot-festival .container .mascot-festival-activity-2 .textbox h3 {
  text-align: center;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents {
    flex-direction: column-reverse;
  }
  .mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents .image, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents .image {
    width: 100%;
    max-width: 300px;
  }
  .mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents .text, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents .text {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .mascot-festival .container .mascot-festival-activity-1, .mascot-festival .container .mascot-festival-activity-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mascot-festival .container .mascot-festival-activity-1 .textbox, .mascot-festival .container .mascot-festival-activity-2 .textbox {
    width: 100%;
  }
  .mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents {
    flex-direction: column-reverse;
  }
  .mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents .image, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents .image {
    width: 100%;
  }
  .mascot-festival .container .mascot-festival-activity-1 .textbox .textbox-contents .text, .mascot-festival .container .mascot-festival-activity-2 .textbox .textbox-contents .text {
    width: 100%;
  }
}
.mascot-festival .container .mascot-festival-activity-1 .textbox {
  rotate: -2deg;
}
.mascot-festival .container .mascot-festival-activity-2 .textbox {
  z-index: 0;
  rotate: 3deg;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.mascot-festival .container .mascot-festival-activity-2 .textbox .decoration-echo {
  position: absolute;
  transform: translate(-50%, -100%);
  width: 50%;
  z-index: -10;
  left: 60%;
  top: 0rem;
}
@media (max-width: 767.98px) {
  .mascot-festival .container .mascot-festival-activity-2 .textbox .decoration-echo {
    width: 45%;
    transform: translate(0%, -100%);
    left: 50%;
  }
}
.mascot-festival .container .mascot-festival-activity-2 .textbox .keyholder-1 {
  position: absolute;
  left: 20%;
  top: 20%;
  transform: translate(-100%, 50%);
}
@media (max-width: 767.98px) {
  .mascot-festival .container .mascot-festival-activity-2 .textbox .keyholder-1 {
    display: none;
  }
}
.mascot-festival .container .mascot-festival-activity-2 .textbox .keyholder-2 {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 9rem;
}
@media (max-width: 767.98px) {
  .mascot-festival .container .mascot-festival-activity-2 .textbox .keyholder-2 {
    display: none;
  }
}
.mascot-festival .container .mascot-festival-activity-3 {
  position: relative;
  display: flex;
  padding: 2rem 0;
  justify-content: space-around;
}
.mascot-festival .container .mascot-festival-activity-3 .activity-text {
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;
}
.mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper {
  position: relative;
  margin-top: -18rem;
}
.mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper .dr-doubt-explosion {
  position: absolute;
  top: 12rem;
  left: 50%;
  z-index: 0;
  width: 75rem;
  transform: translate(-50%, -50%);
}
.mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper .question-mark {
  position: absolute;
  top: 15rem;
  left: 50%;
  width: 18rem;
  rotate: -3deg;
  transform: translate(-50%, -100%);
}
.mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper .textbox {
  position: relative;
  z-index: 13;
  margin-top: 14rem;
  padding: 2rem;
  background-color: #2c3634;
  rotate: -3deg;
}
.mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper .textbox h3, .mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper .textbox p {
  color: white;
}
.mascot-festival .container .mascot-festival-activity-3 .activity-img {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: flex-start;
}
.mascot-festival .container .mascot-festival-activity-3 .activity-img img {
  height: auto;
  padding: 2rem;
  aspect-ratio: 250/177;
  rotate: 2deg;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mascot-festival .container .mascot-festival-activity-3 {
    flex-direction: column;
    margin-top: 2rem;
  }
  .mascot-festival .container .mascot-festival-activity-3 .activity-text {
    width: 100%;
    margin: 0 auto;
  }
  .mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper {
    margin-top: unset;
  }
  .mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper .question-mark {
    position: absolute;
    top: 15rem;
    left: 50%;
    width: 15rem;
    rotate: -3deg;
    transform: translate(-50%, -100%);
  }
  .mascot-festival .container .mascot-festival-activity-3 .activity-text .textbox-wrapper .textbox {
    margin-top: 14rem;
  }
  .mascot-festival .container .mascot-festival-activity-3 .activity-img {
    width: 100%;
    align-items: center;
  }
  .mascot-festival .container .mascot-festival-activity-3 .activity-img img {
    width: 100%;
    margin-bottom: -4rem;
    z-index: 20;
    padding: unset;
  }
}
.mascot-festival .container .transition-bottom-desktop, .mascot-festival .container .transition-bottom-mobile {
  z-index: 1;
}

.cta-party-times-timeline {
  background: url(/events/mega-game-2026/images/transitions/jagged-transition-top.svg) top center/contain no-repeat, url(/events/mega-game-2026/images/transitions/jagged-transition-bottom.svg) bottom center/contain no-repeat, linear-gradient(180deg, rgb(252, 185, 105) 0%, rgb(242, 104, 87) 100%);
  padding: 11.4583333333vw 0;
  position: relative;
  margin-bottom: -1px;
}
.cta-party-times-timeline .container .party-arrow-text {
  fill: white;
}
.cta-party-times-timeline .container .party-arrow-shape {
  fill: #0259a3;
  stroke: white;
  stroke-width: 0.25rem;
}
.cta-party-times-timeline .container .party-times-box h2 {
  color: white;
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline {
  border-color: white;
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline h3 {
  font-family: "Shin-Maru-GP-Ultra";
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline h4 {
  font-family: "Shin-Maru-GP-Ultra";
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline .party-number,
.cta-party-times-timeline .container .party-times-box .party-times-timeline .party-time {
  color: white;
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline .party-1-3-box {
  background: linear-gradient(90deg, rgb(155, 204, 87) 0%, rgb(242, 236, 87) 100%);
  color: #fbf9f0;
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline .party-2-4-box {
  background-color: #b0d9f0;
  color: white;
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline .interlude {
  background-color: #0259a3;
  color: #fbf9f0;
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline .interlude p {
  color: #fbf9f0;
}
.cta-party-times-timeline .container .party-times-box .party-times-timeline .lunch-break {
  background-color: gainsboro;
  border-left-color: gray;
  border-right-color: gray;
}
.cta-party-times-timeline .container .party-times-box p,
.cta-party-times-timeline .container .party-times-box .party-times-link {
  color: white;
  font-family: "Shin-Maru-GP-Bold";
}
@media (max-width: 767.98px) {
  .cta-party-times-timeline .container {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }
}

.american-carnival {
  background: url(/events/mega-game-2026/images/transitions/jagged-transition-top.svg) top center/contain no-repeat, url(/events/mega-game-2026/images/transitions/jagged-transition-light-peach-bottom.svg) bottom center/contain no-repeat, url(/events/mega-game-2026/images/american-carnival/carnival-bg.webp) center center/cover no-repeat;
  padding-bottom: 9.8958333333vw;
  position: relative;
  margin-bottom: -1px;
}
.american-carnival .container {
  padding-top: 20vw;
  padding-bottom: 10vw;
}
.american-carnival .container .time-box h3 {
  color: #0259a3;
}
.american-carnival .container .time-disclaimer-wrapper {
  background-color: #f4ecdc;
}
.american-carnival .container .time-disclaimer-wrapper h3, .american-carnival .container .time-disclaimer-wrapper .time-disclaimer {
  color: #0259a3;
}
.american-carnival .container .american-carnival-activity-1 .textbox, .american-carnival .container .american-carnival-activity-2 .textbox, .american-carnival .container .american-carnival-activity-3 .textbox {
  background-color: #f4ecdc;
  border-radius: 3rem;
  box-shadow: 0px 0px 15px 5px rgba(211, 32, 38, 0.45);
  width: 60%;
  position: relative;
}
.american-carnival .container .american-carnival-activity-1 .textbox .girl-decoration, .american-carnival .container .american-carnival-activity-2 .textbox .girl-decoration, .american-carnival .container .american-carnival-activity-3 .textbox .girl-decoration {
  position: absolute;
  transform: translate(0%, -100%);
  width: 40%;
  top: 0rem;
  left: 40%;
}
.american-carnival .container .american-carnival-activity-1 .textbox h3, .american-carnival .container .american-carnival-activity-2 .textbox h3, .american-carnival .container .american-carnival-activity-3 .textbox h3 {
  color: #0259a3;
  font-family: "Shin-Maru-GP-Ultra";
  font-size: 2rem;
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 576.98px) {
  .american-carnival .container .american-carnival-activity-1 .textbox h3, .american-carnival .container .american-carnival-activity-2 .textbox h3, .american-carnival .container .american-carnival-activity-3 .textbox h3 {
    font-size: clamp(5px, 7.5vw, 1.75rem);
  }
}
.american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents {
    flex-direction: column;
    width: 100%;
  }
  .american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents .text, .american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents .image, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents .text, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents .image, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents .text, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents .image {
    width: 100% !important;
  }
  .american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents .image, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents .image, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents .image {
    max-width: 300px;
  }
}
.american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents .text, .american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents .image, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents .text, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents .image, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents .text, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents .image {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents .text p, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents .text p, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents .text p {
  color: #0259a3;
  font-size: 1.25rem;
}
@media screen and (max-width: 576.98px) {
  .american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents .text p, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents .text p, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents .text p {
    font-size: 1rem;
  }
}
.american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents .image .img-fluid, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents .image .img-fluid, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents .image .img-fluid {
  border-radius: 1rem;
}
@media (max-width: 767.98px) {
  .american-carnival .container .american-carnival-activity-1 .textbox, .american-carnival .container .american-carnival-activity-2 .textbox, .american-carnival .container .american-carnival-activity-3 .textbox {
    width: 100%;
    margin-top: 2rem;
  }
  .american-carnival .container .american-carnival-activity-1 .textbox .textbox-contents, .american-carnival .container .american-carnival-activity-2 .textbox .textbox-contents, .american-carnival .container .american-carnival-activity-3 .textbox .textbox-contents {
    flex-direction: column-reverse;
  }
}
.american-carnival .container .events-wrapper {
  background: url(/events/mega-game-2026/images/american-carnival/carnival-inner-bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.american-carnival .container .events-wrapper .american-carnival-activity-1 .textbox {
  rotate: -2deg;
}
.american-carnival .container .events-wrapper .american-carnival-activity-2 .textbox {
  rotate: 2deg;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .american-carnival .container .events-wrapper .american-carnival-activity-2 {
    margin-top: 12rem;
  }
}
.american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox {
  rotate: -2deg;
  background: url(/events/mega-game-2026/images/american-carnival/hotdog-bg.svg);
  background-size: cover;
  border: solid #563620 0.5rem;
  box-shadow: unset;
  position: relative;
  padding: 2rem;
  filter: drop-shadow(-0.5rem 1rem 0 #563620);
}
.american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox .hotdog-decoration {
  position: absolute;
  transform: translate(-50%, -100%);
  width: 50%;
  top: -0.5rem;
  left: 45%;
}
.american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox h3 {
  color: #f4ecdc;
  text-shadow: 0 0 23px rgba(35, 31, 32, 0.6);
}
.american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox .textbox-contents {
  position: relative;
  height: 100%;
}
.american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox .textbox-contents .text {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  gap: 1rem;
}
.american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox .textbox-contents .text .general {
  margin-bottom: auto;
  padding-top: 2rem;
  color: #f4ecdc;
  text-shadow: 0 0 23px rgba(35, 31, 32, 0.6);
}
@media (max-width: 767.98px) {
  .american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox .textbox-contents .text .general {
    padding-top: 0rem;
  }
}
.american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox .textbox-contents .text .allergies {
  font-size: 1rem;
  color: #f48789;
  margin-top: auto;
  margin-bottom: 0;
  background-color: rgba(86, 54, 32, 0.3764705882);
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  box-shadow: inset 0 0 2rem #240d0d;
}
@media (max-width: 767.98px) {
  .american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox .textbox-contents .text .allergies {
    margin-bottom: 0;
  }
}
.american-carnival .container .events-wrapper .american-carnival-activity-3 .textbox .textbox-contents .image .img-fluid {
  border: solid #563620 0.5rem;
}
@media (max-width: 767.98px) {
  .american-carnival .container .events-wrapper .american-carnival-activity-3 {
    margin-top: 9rem;
  }
}

.all-parties {
  background: linear-gradient(180deg, rgb(252, 185, 105) 0%, rgb(242, 104, 87) 100%);
  overflow-x: hidden;
}
.all-parties .container .plus {
  width: 5rem;
  display: block;
  margin: auto;
}
.all-parties .container .text {
  background-color: #0259a3;
  color: white;
  padding: 2rem;
  padding-top: 2.5;
  border-radius: 0rem 2rem 2rem 2rem;
  position: relative;
}
.all-parties .container .text h3 {
  position: absolute;
  font-family: "A-OTF Shin Maru Go Pro Ultra", sans-serif;
  transform: translate(0%, -100%);
  background-color: white;
  color: #0259a3;
  border: solid 0.25rem #0259a3;
  padding: 0.5rem;
  border-radius: 1rem;
  left: 0%;
}
@media screen and (max-width: 576.98px) {
  .all-parties .container .text h3 {
    font-size: clamp(5px, 7.5vw, 1.75rem);
  }
}
.all-parties .container p {
  padding-top: 1rem;
  font-size: 1rem;
  color: white;
}
@media (max-width: 576.98px) {
  .all-parties .container p {
    font-size: 1rem !important;
  }
}
.all-parties .container .top-h2 {
  background-color: #0259a3;
  color: white;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  border-radius: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Shin-Maru-GP-Ultra";
  margin-top: 1rem;
}
.all-parties .container .top-p {
  background-color: #0259a3;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .all-parties .container .top-p {
    margin-bottom: 3rem;
  }
}
.all-parties .container .photobooth-row {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
  margin-top: 2rem;
}
.all-parties .container .photobooth-row .photobooth-image {
  width: 45%;
  rotate: 1.5deg;
  border: solid 2px #0259a3;
  z-index: 4;
}
.all-parties .container .photobooth-row .photobooth-text {
  transform: rotate(-6deg);
  width: 55%;
}
.all-parties .container .photobooth-row .photobooth-text p {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .all-parties .container .photobooth-row {
    flex-direction: column;
  }
  .all-parties .container .photobooth-row .photobooth-image {
    width: 90%;
    margin-bottom: 1.5rem;
  }
  .all-parties .container .photobooth-row .photobooth-text {
    width: 100%;
  }
}

.trading-card-row {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
  margin-top: 2rem;
}
.trading-card-row .trading-card {
  width: 60%;
  max-width: 500px;
}
.trading-card-row .trading-card-text {
  text-align: left;
  width: 40%;
}
@media (max-width: 767.98px) {
  .trading-card-row {
    flex-direction: column-reverse;
  }
  .trading-card-row .trading-card {
    width: 90%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .trading-card-row .trading-card-text {
    width: 100%;
  }
}

.phonics-game-row {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
  margin-top: 2rem;
}
.phonics-game-row .phonics-game-text {
  width: 60%;
}
.phonics-game-row .phonics-image {
  width: 40%;
}
@media (max-width: 767.98px) {
  .phonics-game-row {
    flex-direction: column;
  }
  .phonics-game-row .phonics-game-text {
    width: 100%;
  }
  .phonics-game-row .phonics-image {
    width: 100%;
  }
}

.badge-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.badge-row .badge-image {
  width: 45%;
  max-width: 768px;
}
.badge-row .badge-text {
  width: 45%;
}
.badge-row h3 {
  color: #0259a3;
  font-family: "Shin-Maru-GP-Ultra";
}
.badge-row p {
  color: #0259a3;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .badge-row {
    flex-direction: column-reverse;
  }
  .badge-row .badge-image {
    width: 90%;
  }
  .badge-row .badge-text {
    margin-top: 4rem;
    width: 90%;
    text-align: center;
  }
}

.lower-cta {
  background: url(/events/mega-game-2026/images/transitions/blue-curve-transition-bottom-negative.svg) bottom center/auto no-repeat, url(/events/mega-game-2026/images/transitions/peach-curve-transition-top-negative.svg) top center/auto no-repeat, linear-gradient(90deg, rgb(247, 145, 49) 0%, rgb(240, 74, 36) 100%);
  margin-bottom: -1px;
  padding: 10rem 0;
}
.lower-cta .lower-cta-contents .image {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lower-cta .lower-cta-contents .image img {
  width: 90%;
  z-index: 4;
}
.lower-cta .lower-cta-contents .text h2 {
  font-family: "Shin-Maru-GP-Ultra";
  color: white;
}
@media (max-width: 575.98px) {
  .lower-cta .lower-cta-contents .image {
    width: 80%;
  }
}

.gallery {
  background-color: #0259a3;
}
.gallery h2 {
  padding-bottom: 2rem;
  font-family: "Shin-Maru-GP-Ultra";
  color: white;
}
.gallery .close-modal {
  background-color: #fcb550;
}

.sign-up {
  background-color: #0259a3;
}
.sign-up h2 {
  padding-top: 2rem;
}
.sign-up .sign-up-bg {
  fill: white;
}
.sign-up .sign-up-main-colour {
  fill: #cf2729 !important;
}
.sign-up .sign-up-stroke {
  fill: #0259a3 !important;
}
.sign-up .button-1, .sign-up .button-2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 425px;
  transition: ease-in-out 0.2s;
  border: solid 0.15rem white;
}
.sign-up .button-1 {
  background: linear-gradient(90deg, rgb(61, 181, 74) 0%, rgb(254, 233, 11) 100%);
  background-color: white;
}
.sign-up .button-1:hover {
  opacity: 1;
  background-color: white !important;
  background: white !important;
  color: #3db54a;
}

.sign-up {
  padding-top: 2rem;
}
.sign-up h2 {
  color: white;
  font-family: "Shin-Maru-GP-Ultra";
}
.sign-up h3 {
  font-family: "Shin-Maru-GP-Ultra";
  color: white;
  text-align: center;
}
.sign-up p {
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 767.98px), screen and (max-aspect-ratio: 1/1) {
  .sign-up {
    padding-top: 0rem;
  }
}

.bottom {
  background-color: #0259a3;
  background-image: url(../images/generic-images/bottom-transition-top.svg), url(../images/generic-images/diagonal-stripes-green.svg);
  background-size: 105%, 300%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 5rem;
  margin-top: -1rem;
}
.bottom h3, .bottom p {
  color: #fbf9f0;
}

.tutorial {
  color: white;
  transition: ease-in-out 0.2s;
}
.tutorial:hover {
  opacity: 0.6;
}

.airmail {
  width: -moz-fit-content;
  width: fit-content;
  background: repeating-linear-gradient(45deg, #c13834, #c13834 20px, #ffffff 20px, #ffffff 40px, #20589f 40px, #20589f 60px);
  border-radius: 1rem;
  padding: 0.25rem;
}
.airmail .airmail-inner {
  border-radius: 2.75rem;
  width: 100%;
  background-color: #f4ecdc;
  padding: 1.75rem;
}

.three-reasons-swiper .swiper-slide {
  width: 95%; /* Adjust this percentage to control how much "peek" you get */
}/*# sourceMappingURL=mega-games.css.map */