.layout-wrapper .content .block.become {
  background-color: #ffffff; }
.layout-wrapper .content .block.our-teams {
  background-color: #ffffff; }
  .layout-wrapper .content .block.our-teams .teams-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1rem; }
@container (inline-size < 640px) {
  .layout-wrapper .content .block.our-teams .teams-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } }
    .layout-wrapper .content .block.our-teams .teams-wrapper a.team {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      place-content: center;
      text-decoration: none;
      height: 300px;
      background-color: #ff6c0e;
      overflow: hidden;
      border-radius: 20px;
      padding: 0;
      transition: all 500ms ease; }
      .layout-wrapper .content .block.our-teams .teams-wrapper a.team .team-bg {
        display: grid;
        place-content: center;
        grid-column: 1/2;
        grid-row: 1/2;
        z-index: 1;
        padding: 2rem;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #ff6c0e, #682a04);
        background-size: cover;
        background-blend-mode: color;
        background-position: center;
        opacity: 0.2;
        transition: all 500ms ease; }
      .layout-wrapper .content .block.our-teams .teams-wrapper a.team .team-text {
        display: grid;
        place-content: center;
        grid-column: 1/2;
        grid-row: 1/2;
        z-index: 2; }
        .layout-wrapper .content .block.our-teams .teams-wrapper a.team .team-text .team-title {
          text-transform: capitalize;
          line-height: 1;
          font-size: 3rem;
          font-weight: 300;
          letter-spacing: 3px;
          color: #ffffff;
          font-family: "Alfa Slab One", serif;
          text-align: center; }
        .layout-wrapper .content .block.our-teams .teams-wrapper a.team .team-text .team-age {
          text-transform: capitalize;
          color: #ffffff;
          display: grid;
          place-content: center;
          font-weight: 400;
          font-family: "Roboto", serif;
          font-size: 1.1rem; }
      .layout-wrapper .content .block.our-teams .teams-wrapper a.team:hover .team-bg {
        background-size: cover;
        background-blend-mode: color;
        background-position: center;
        opacity: 1.0;
        transform: scale(1.1) translateY(10px);
        box-shadow: 0 0 150px 50px rgba(0, 0, 0, 0.8) inset; }
      .layout-wrapper .content .block.our-teams .teams-wrapper a.team:hover .team-text {
        display: grid;
        place-content: center;
        grid-column: 1/2;
        grid-row: 1/2;
        z-index: 2; }
        .layout-wrapper .content .block.our-teams .teams-wrapper a.team:hover .team-text .team-title,
        .layout-wrapper .content .block.our-teams .teams-wrapper a.team:hover .team-text .team-age {
          filter: drop-shadow(0 0 10px black); }
.layout-wrapper .content .block .news-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 1rem; }
@container (inline-size < 640px) {
  .layout-wrapper .content .block .news-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
  .layout-wrapper .content .block .news-wrapper .news {
    display: grid;
    grid-template-columns: 186px 1fr;
    border-radius: 20px;
    overflow: hidden;
    grid-template-rows: 150px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    text-decoration: none; }
@container (inline-size < 640px) {
  .layout-wrapper .content .block .news-wrapper .news {
    grid-template-columns: 120px 1fr;
    grid-template-rows: 120px; } }
    .layout-wrapper .content .block .news-wrapper .news .thumb {
      overflow: hidden;
      border-radius: 3px; }
      .layout-wrapper .content .block .news-wrapper .news .thumb img {
        transition: all 0.5s ease;
        object-fit: cover; }
    .layout-wrapper .content .block .news-wrapper .news .textbox {
      display: grid;
      grid-template-rows: 1fr 20px;
      background-color: whitesmoke;
      padding: 1rem; }
@container (inline-size < 640px) {
  .layout-wrapper .content .block .news-wrapper .news .textbox {
    padding: 0.5rem;
    font-size: 1.0rem; } }
      .layout-wrapper .content .block .news-wrapper .news .textbox .text {
        color: #111;
        display: grid;
        align-content: center;
        font-weight: 400; }
@container (inline-size < 640px) {
  .layout-wrapper .content .block .news-wrapper .news .textbox .text {
    font-size: 1.0rem; } }
      .layout-wrapper .content .block .news-wrapper .news .textbox .date {
        font-size: 12px;
        font-weight: 400;
        color: #999;
        text-align: right; }
@container (inline-size < 640px) {
  .layout-wrapper .content .block .news-wrapper .news .textbox .date {
    padding: 0.5rem;
    font-size: .875rem; } }
    .layout-wrapper .content .block .news-wrapper .news:hover .thumb img {
      transform: scale(1.05) translateY(-5px);
      filter: grayscale(0); }
.layout-wrapper .content .block.our-sponsors {
  background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%); }
  .layout-wrapper .content .block.our-sponsors .sponsors-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem; }
@container (inline-size < 640px) {
  .layout-wrapper .content .block.our-sponsors .sponsors-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } }
    .layout-wrapper .content .block.our-sponsors .sponsors-wrapper a {
      justify-self: center; }
    .layout-wrapper .content .block.our-sponsors .sponsors-wrapper img {
      max-width: 320px;
      aspect-ratio: 16/9;
      object-fit: contain;
      width: 100%; }
.layout-wrapper .content .block.our-affiliations {
  background-color: #ffffff; }
  .layout-wrapper .content .block.our-affiliations .affiliations-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem; }
@container (inline-size < 640px) {
  .layout-wrapper .content .block.our-affiliations .affiliations-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } }
    .layout-wrapper .content .block.our-affiliations .affiliations-wrapper a {
      justify-self: center; }
    .layout-wrapper .content .block.our-affiliations .affiliations-wrapper img {
      max-width: 320px;
      aspect-ratio: 16/9;
      object-fit: contain;
      width: 100%; }

.parallax-wrapper {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 6; }
@container (inline-size < 1024px) {
  .parallax-wrapper {
    aspect-ratio: 16 / 11; } }
.our-sponsors {
  margin-top: 6rem; }

.our-sponsors-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem; }
@container (inline-size < 640px) {
  .our-sponsors-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } }
  .our-sponsors-wrapper a {
    justify-self: center; }
  .our-sponsors-wrapper img {
    max-width: 320px;
    aspect-ratio: 16/9;
    object-fit: contain;
    width: 100%; }

.parallax {
  --parallax-ratio: 16 / 5;
  background-color: black;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-areas: "stack";
  aspect-ratio: 16/5; }
@container (inline-size < 1024px) {
  .parallax {
    --parallax-ratio: 16 / 12;
    aspect-ratio: var(--parallax-ratio); } }
  .parallax > img {
    width: 100%;
    justify-self: center;
    object-fit: contain;
    aspect-ratio: var(--parallax-ratio);
    grid-area: stack; }
  .parallax .layer {
    width: 100%;
    --ty: 0px;
    --sc: 1;
    --rot: 0deg;
    --op: 1;
    transform: translate3d(0, var(--ty), 0) scale(var(--sc)) rotate(var(--rot));
    opacity: var(--op);
    transform-origin: center center; }
    .parallax .layer.bg {
      z-index: 1;
      --parallax-speed: -10;
      width: 100%;
      object-fit: cover; }
    .parallax .layer.boy01 {
      z-index: 4; }
    .parallax .layer.man01 {
      z-index: 4; }
    .parallax .layer.man02 {
      z-index: 4; }
    .parallax .layer.man03 {
      z-index: 4; }
    .parallax .layer.man04 {
      z-index: 5; }
    .parallax .layer.girl01 {
      z-index: 3; }
    .parallax .layer.girl02 {
      z-index: 4; }
    .parallax .layer.explosion01 {
      z-index: 2; }
    .parallax .layer.explosion02 {
      z-index: 2; }
    .parallax .layer.halftone01 {
      object-fit: cover;
      z-index: 2;
      width: 100%; }
    .parallax .layer.halftone02 {
      object-fit: cover;
      z-index: 2;
      width: 100%; }
    .parallax .layer.tag {
      width: min-content;
      grid-area: stack;
      z-index: 10;
      place-self: center;
      text-align: center;
      display: grid;
      grid-template-columns: 1fr;
      gap: 5px; }
      .parallax .layer.tag .h1 {
        width: max-content;
        background-color: rgba(0, 0, 0, 0.85);
        font-size: clamp(2rem, 4dvw, 6rem);
        line-height: 1;
        font-weight: 400;
        font-family: "Alfa Slab One", serif;
        border-radius: 3px;
        padding: 1dvw;
        color: #ffffff; }
@container (inline-size < 640px) {
  .parallax .layer.tag .h1 {
    font-size: clamp(1rem, 4dvw, 6rem); } }
      .parallax .layer.tag .h2 {
        color: #ffffff;
        transform: rotate(-0.5deg);
        border-radius: 3px;
        width: max-content;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 1rem;
        font-size: clamp(1rem, 2.5dvw, 4rem);
        line-height: 1;
        font-weight: 500; }
@container (inline-size < 640px) {
  .parallax .layer.tag .h2 {
    font-size: clamp(0.8rem, 2dvw, 6rem);
    padding: 1dvw; } }

/*# sourceMappingURL=home.css.map */
