:root {
  --ink: #212121;
  --white: #fff;
  --font-main: "Axiforma", "Montserrat", "Inter", Arial, sans-serif;
  --page-max: 1920px;
  --content-max: 1540px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--white);
  font-family: var(--font-main);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
}

/* Subtle entrance motion that does not affect the layout or positioning transforms. */
@keyframes bc-fade-up {
  from {
    opacity: 0;
    translate: 0 34px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes bc-fade-left {
  from {
    opacity: 0;
    translate: -34px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes bc-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes bc-player-up {
  from {
    opacity: 0;
    translate: 0 70px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

.hero-title {
  animation: bc-fade-up 1100ms cubic-bezier(0.22, 1, 0.36, 1) 150ms both;
}

.hero-player {
  animation: bc-player-up 1200ms cubic-bezier(0.22, 1, 0.36, 1) 350ms both;
}

.hero-copy {
  animation: bc-fade-left 1050ms cubic-bezier(0.22, 1, 0.36, 1) 500ms both;
}

.hero-button {
  animation: bc-fade-up 1050ms cubic-bezier(0.22, 1, 0.36, 1) 650ms both;
}

.motion-ready .reveal {
  opacity: 0;
  will-change: opacity, translate;
}

.motion-ready .reveal-up.is-visible {
  animation: bc-fade-up 1000ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms) both;
}

.motion-ready .reveal-left.is-visible {
  animation: bc-fade-left 1000ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms) both;
}

.motion-ready .reveal-fade.is-visible {
  animation: bc-fade 1000ms ease var(--reveal-delay, 0ms) both;
}

.motion-ready .register-player.reveal-up.is-visible {
  animation: bc-player-up 1100ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms) both;
}

.hero {
  position: relative;
  z-index: 5;
  isolation: isolate;
  height: clamp(600px, 52vw, 900px);
  min-height: 600px;
  overflow: visible;
  background: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17%;
  background: var(--white);
}

.hero-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: clamp(34px, 3.2vw, 52px) 1fr;
  align-items: center;
  gap: clamp(34px, 5.2vw, 88px);
  width: min(calc(100% - clamp(40px, 10vw, 180px)), var(--content-max));
  margin-inline: auto;
  padding-top: clamp(24px, 2.1vw, 42px);
}

.brand-mark {
  width: clamp(34px, 3.2vw, 52px);
}

.brand-mark img {
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 54px);
  min-width: 0;
  font-size: clamp(10px, 0.7vw, 14px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: min(100vw, var(--page-max));
  height: 100%;
  margin-inline: auto;
  left: 0;
  right: 0;
}

.hero-blue {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 22%;
  width: min(100vw, var(--page-max));
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

.hero-title {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 25%;
  width: clamp(520px, 42vw, 810px);
  max-width: calc(100vw - 40px);
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.hero-player {
  position: absolute;
  z-index: 10;
  left: 48%;
  top: 25%;
  width: clamp(425px, 38vw, 660px);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 26px 24px rgba(0, 0, 0, 0.27));
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  z-index: 8;
  left: clamp(44px, 7.9vw, 152px);
  top: 56%;
  width: clamp(300px, 28vw, 560px);
}

.hero-copy h1,
.hero-copy p {
  margin: 0;
  letter-spacing: 0;
}

.hero-copy h1 {
  font-size: clamp(35px, 3.1vw, 50px);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}

.subhead {
  margin-top: 7px;
  font-size: clamp(32px, 3vw, 45px);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.intro {
  max-width: 600px;
  margin-top: clamp(24px, 2vw, 38px);
  font-size: clamp(20px, 1vw, 25px);
  font-weight: 50;
  line-height: 1.12;
}

.hero-button {
  position: absolute;
  z-index: 9;
  right: clamp(45px, 9vw, 160px);
  top: 61%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(112px, 7.2vw, 140px);
  min-height: clamp(40px, 3vw, 56px);
  padding: 0 26px;
  border-radius: 999px;
  background: #000;
  color: var(--white);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.28), 0 14px 22px rgba(0, 0, 0, 0.3);
  font-size: clamp(13px, 0.85vw, 17px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    scale 220ms ease;
}

.hero-button:hover,
.hero-button:focus-visible,
.register-button:hover,
.register-button:focus-visible {
  background: var(--white);
  color: #000;
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.9), 0 14px 24px rgba(0, 0, 0, 0.34);
  scale: 1.06;
}

.hero-button:focus-visible,
.register-button:focus-visible {
  outline: 3px solid #f4c400;
  outline-offset: 4px;
}

.events {
  position: relative;
  z-index: 1;
  margin-top: clamp(-30px, -1.5vw, -8px);
  padding: clamp(42px, 4.8vw, 92px) 0 clamp(72px, 6vw, 120px);
  color: var(--ink);
  background: var(--white);
}

.events-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - clamp(34px, 11vw, 210px)), 1500px);
  margin-inline: auto;
}

.events-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(42px, 4.6vw, 82px);
}

.section-label {
  width: clamp(150px, 11.8vw, 225px);
  height: auto;
}

.events-link {
  margin-top: clamp(34px, 3.5vw, 66px);
  color: #5f5f5f;
  font-size: clamp(14px, 0.9vw, 18px);
  font-weight: 800;
  line-height: 1;
  text-decoration: underline;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(54px, 7vw, 132px);
  align-items: start;
}

.event-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 0.82;
  overflow: hidden;
  border: clamp(4px, 0.36vw, 7px) solid #f2c500;
  border-radius: 30px;
  background: #0d0d0d;
  box-shadow: 0 16px 25px rgba(0, 0, 0, 0.34);
  transform: translateZ(0);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms ease;
}

.event-card-link {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.event-image {
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.22), transparent 22%),
    #111;
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.22);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .event-card:hover,
  .event-card:focus-within {
    transform: translateY(-8px) scale(1.025);
    box-shadow: 0 24px 38px rgba(0, 0, 0, 0.38);
  }

  .event-card:hover .event-image img,
  .event-card:focus-within .event-image img {
    transform: scale(1.18);
  }
}

.event-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.86) 56%, #000);
}

.event-content {
  position: relative;
  z-index: 2;
  padding: 0 clamp(16px, 1.35vw, 25px) clamp(16px, 1.35vw, 25px);
}

.event-content time {
  display: block;
  color: #0fb4e8;
  font-size: clamp(13px, 0.9vw, 17px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.event-content h3 {
  margin: clamp(8px, 0.6vw, 12px) 0 0;
  color: var(--white);
  font-size: clamp(22px, 1.55vw, 30px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.event-card-loading .event-content {
  opacity: 0.65;
}

.event-card-empty {
  min-height: 260px;
}

.register {
  position: relative;
  z-index: 2;
  margin-top: clamp(78px, 6.2vw, 132px);
  color: var(--white);
}

.register::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(-190px, -10vw, -112px);
  z-index: 0;
  width: min(1950px, 125vw);
  height: clamp(190px, 12vw, 260px);
  background: url("./assets/dotted-body.png") center center / 100% auto no-repeat;
  opacity: 0.42;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent),
    linear-gradient(180deg, transparent, #000 18%, #000 84%, transparent);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent),
    linear-gradient(180deg, transparent, #000 18%, #000 84%, transparent);
  mask-composite: intersect;
}

.register-stage {
  position: relative;
  z-index: 1;
  width: min(100vw, var(--page-max));
  margin-inline: auto;
  min-height: clamp(380px, 25.5vw, 500px);
}

.register-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.register-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto minmax(300px, 1fr);
  align-items: end;
  width: min(calc(100% - clamp(50px, 7.8vw, 150px)), 1580px);
  min-height: clamp(380px, 25.5vw, 500px);
  margin-inline: auto;
  padding-bottom: clamp(100px, 10vw, 200px);
}

.register-content h2 {
  margin: 0;
  max-width: 600px;
  font-size: clamp(27px, 2.40vw, 49px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}
.register-content h2 {
  margin-left: 0;
  transform: translate(-25px, -15px);
}
.register-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(152px, 10vw, 196px);
  min-height: clamp(46px, 3.4vw, 62px);
  padding-inline: 28px;
  border-radius: 999px;
  background: #000;
  color: var(--white);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.42), 0 13px 20px rgba(0, 0, 0, 0.32);
  font-size: clamp(16px, 1.1vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    scale 220ms ease;
}

.register-player {
  position: absolute;
  z-index: 3;
  right: clamp(10px, 2.4vw, 46px);
  bottom: clamp(-76px, -3.8vw, -34px);
  width: clamp(240px, 20vw, 380px);
  max-width: none;
  filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.26));
  pointer-events: none;
}

.gallery-section {
  position: relative;
  z-index: 1;
  padding: clamp(66px, 6vw, 120px) 0 clamp(58px, 5vw, 100px);
  background: var(--white);
}

.gallery-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: min(1900px, 115vw);
  height: clamp(650px, 49vw, 930px);
  background: url("./assets/dotted-body.png") center top / 100% auto no-repeat;
  opacity: 0.4;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent),
    linear-gradient(180deg, rgba(0, 0, 0, 0.88), #000 14%, #000 72%, transparent);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent),
    linear-gradient(180deg, rgba(0, 0, 0, 0.88), #000 14%, #000 72%, transparent);
  mask-composite: intersect;
}

.gallery-inner,
.sponsors-inner,
.footer-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - clamp(50px, 10vw, 190px)), 1500px);
  margin-inline: auto;
}

.gallery-label {
  margin-bottom: clamp(54px, 5vw, 94px);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: clamp(40px, 6vw, 140px) clamp(60px, 6.3vw, 120px);
}

.gallery-image {
  width: 100%;
  height: auto;
  grid-column: span 3;
}

.gallery-image-wide {
  grid-column: span 5;
}

.gallery-image-tall {
  grid-column: span 3;
}

.sponsors {
  padding: clamp(18px, 2.4vw, 46px) 0 clamp(66px, 5.6vw, 108px);
  color: var(--ink);
  background: var(--white);
}

.sponsors-label {
  margin-bottom: clamp(50px, 4.8vw, 90px);
}

.sponsor-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: clamp(48px, 7vw, 130px);
}

.sponsor-row img {
  width: 100%;
  max-height: clamp(34px, 3.5vw, 64px);
  object-fit: contain;
  margin-inline: auto;
}

.site-footer {
  position: relative;
  padding: clamp(48px, 4.6vw, 88px) 0 clamp(54px, 5vw, 96px);
  color: var(--ink);
  background: var(--white);
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: min(1900px, 120vw);
  background: url("./assets/dotted-body.png") center center / cover no-repeat;
  opacity: 0.46;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent),
    linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent),
    linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  mask-composite: intersect;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(48px, 7vw, 140px);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: clamp(20px, 1.6vw, 30px) clamp(80px, 8vw, 150px);
  font-size: clamp(18px, 1.45vw, 28px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.footer-logo {
  width: clamp(82px, 6vw, 118px);
}

.footer-logo img {
  width: 100%;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  gap: clamp(28px, 3vw, 58px);
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(54px, 4.5vw, 86px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  color: var(--white);
  font-size: clamp(18px, 1.4vw, 26px);
  font-weight: 900;
  line-height: 1;
}

.social-links svg {
  width: 52%;
  height: 52%;
  fill: currentColor;
}

@media (min-width: 1921px) {
  .hero {
    height: 900px;
  }
}

@media (max-width: 1180px) {
  .hero {
    height: 690px;
  }

  .hero-header {
    width: min(calc(100% - 52px), 980px);
    grid-template-columns: 42px 1fr;
    gap: 42px;
  }

  .nav {
    gap: 20px;
    font-size: 10px;
  }

  .hero-blue {
    top: 23%;
    width: 1180px;
  }

  .hero-title {
    top: 19%;
    width: min(680px, 72vw);
  }

  .hero-player {
    top: 22%;
    width: min(410px, 44vw);
    transform: translateX(-50%);
  }

  .hero-copy {
    left: 42px;
    top: 54%;
    width: 290px;
  }

  .hero-button {
    right: 48px;
    top: 58%;
  }

  .events-grid {
    gap: 44px;
  }

  .event-content h3 {
    font-size: 22px;
  }

  .register-content {
    grid-template-columns: 1fr auto 240px;
  }

  .register-player {
    width: 300px;
  }

  .gallery-grid {
    gap: 46px;
  }

  .footer-nav {
    gap: 18px 54px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 285px;
    min-height: 285px;
  }

  .hero::after {
    height: 10;
  }

  .hero-header {
    display: none;
  }

  .hero-blue {
    top: 14%;
    width: 650px;
  }

  .hero-title {
    top: 20%;
    width: min(290px, 78vw);
  }

  .hero-player {
    top: 20%;
    left: 49%;
    width: min(260px, 66vw);
    transform: translateX(-50%);
  }

  .hero-copy {
    left: 18px;
    top: 64%;
    width: min(168px, 45vw);
  }

  .hero-copy h1 {
    font-size: 18px;
    line-height: 0.96;
  }

  .subhead {
    margin-top: 8px;
    font-size: 15px;
  }

  .intro {
    max-width: 165px;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.08;
  }

  .hero-button {
    left: 310px;
    right: auto;
    top: 67%;
    min-width: 40px;
    min-height: 24px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .events {
    margin-top: -20px;
    padding: 28px 0 38px;
    background-size: 760px auto;
  }

  .events-inner {
    width: min(calc(100% - 20px), 420px);
  }

  .events-head {
    align-items: center;
    margin-bottom: 24px;
  }

  .section-label {
    width: 100px;
  }

  .events-link {
    margin-top: 0;
    font-size: 13px;
  }

  .events-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
  }

  .event-card {
    aspect-ratio: 0.82;
    max-width: none;
    width: 100%;
    margin-inline: auto;
    border-width: 3px;
    border-radius: 12px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.28);
  }

  .event-content {
    padding: 0 8px 9px;
  }

  .event-content time {
    font-size: 7px;
  }

  .event-content h3 {
    margin-top: 4px;
    font-size: 9px;
    line-height: 0.94;
  }

  .register {
    margin-top: 34px;
  }

  .register::before {
    top: -78px;
    height: 110px;
    opacity: 0.38;
  }

  .register-stage,
  .register-content {
    min-height: 165px;
  }

  .register-bg {
    width: 450px;
    right: auto;
    bottom: auto;
    height: auto;
    max-width: none;
    left: 50%;
    object-fit: unset;
    transform: translateX(-50%);
  }

  .register-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(190px, 52vw);
    margin-left: 18px;
    margin-right: auto;
    gap: 8px;
    padding: 18px 0 20px;
  }

  .register-content h2 {
    max-width: 120px;
    font-size: 12px;
    line-height: 1.04;
    transform: translate(-36px, -10px);
  }

  .register-button {
    min-width: 40px;
    min-height: 25px;
    padding-inline: 16px;
    font-size: 09px;
    transform: translate(105px, -35px);
  }

  .register-player {
    right: -4px;
    bottom: -4px;
    width: 126px;
  }

  .gallery-section {
    padding: 26px 0 42px;
  }

  .gallery-inner,
  .sponsors-inner,
  .footer-inner {
    width: min(calc(100% - 32px), 420px);
  }

  .gallery-label,
  .sponsors-label {
    margin-bottom: 24px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2px;
  }

  .gallery-image {
    position: relative;
    width: 100%;
    margin-inline: auto;
  }

  .gallery-grid .gallery-image:nth-child(3),
  .gallery-grid .gallery-image:nth-child(4) {
    display: none;
  }

  .gallery-image-wide,
  .gallery-image-tall {
    grid-column: auto;
  }

  .gallery-grid .gallery-image:nth-child(1) {
    grid-column: 1;
    width: min(55%, 2430px);
    z-index: 1;
    order: 1;
    justify-self: start;
    margin-left: 20px;
    margin-top: 0;
  }

  .gallery-grid .gallery-image:nth-child(2) {
    grid-column: 1;
    width: min(60%, 110px);
    z-index: 2;
    order: 2;
    justify-self: end;
    margin-top: -105px;
    margin-right: 05px;
  }

  .gallery-grid .gallery-image:nth-child(6) {
    grid-column: 1;
    width: min(55%, 240px);
    z-index: 1;
    order: 3;
    justify-self: start;
    margin-left: 165px;
    margin-top: 18px;
  }

  .gallery-grid .gallery-image:nth-child(5) {
    grid-column: 1;
    width: min(60%, 115px);
    z-index: 2;
    order: 4;
    justify-self: end;
    margin-top: -115px;
    margin-right: 240px;
  }

  .sponsor-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 42px;
    width: min(100%, 300px);
    margin-inline: auto;
  }

  .sponsor-row img {
    max-height: 34px;
  }

  .site-footer {
    padding: 44px 0 58px;
  }

  .site-footer::before {
    width: 100vw;
    background-size: cover;
    opacity: 0.48;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 34px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, max-content);
    gap: 18px 54px;
    font-size: 18px;
    order: 2;
  }

  .footer-logo {
    width: 78px;
    order: 1;
  }

  .social-links {
    justify-content: center;
    gap: 24px;
    order: 3;
  }

  .social-links a {
    width: 50px;
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .hero-blue {
    left: 50%;
    width: 650px;
  }
}
