* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@media (max-width: 1365px) {
  html.open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}
body {
  font-family: 'Open Sans', serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #e9f9fd;
  -webkit-overflow-scrolling: touch;
}
body,
.smooth-container {
  scroll-behavior: smooth;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
iframe {
  max-width: 100%;
}
h1,
h2,
h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-optical-sizing: auto;
}
h1 {
  font-size: 96px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
.p {
  font-size: 20px;
}
@media (max-width: 1365px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.is-visible {
  display: block;
}
.is-open {
  display: block;
}
.is-hidden {
  display: none;
}
.is-unscrollable {
  overflow: hidden;
}
.relative {
  position: relative;
}
@keyframes usa {
  0% {
    transform: rotate(0deg) skewX(0deg) skewY(0deg);
  }
  25% {
    transform: rotate(3deg) skewX(3deg) skewY(1deg);
  }
  50% {
    transform: rotate(0deg) skewX(-2deg) skewY(-1deg);
  }
  75% {
    transform: rotate(-2deg) skewX(3deg) skewY(1deg);
  }
  100% {
    transform: rotate(0deg) skewX(0deg) skewY(0deg);
  }
}
@keyframes usa_mobile {
  0% {
    transform: rotate(0deg) skewX(0deg) skewY(0deg) rotateY(180deg);
  }
  25% {
    transform: rotate(3deg) skewX(3deg) skewY(1deg) rotateY(180deg);
  }
  50% {
    transform: rotate(0deg) skewX(-2deg) skewY(-1deg) rotateY(180deg);
  }
  75% {
    transform: rotate(-2deg) skewX(3deg) skewY(1deg) rotateY(180deg);
  }
  100% {
    transform: rotate(0deg) skewX(0deg) skewY(0deg) rotateY(180deg);
  }
}
@keyframes boy {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes glow {
  0%,
  100% {
    filter: drop-shadow(0 0 2px #ffd700) drop-shadow(0 0 5px #ffd700)
      drop-shadow(0 0 8px #ffb700);
    opacity: 0.9;
  }
  50% {
    filter: drop-shadow(0 0 15px #ffd700) drop-shadow(0 0 30px #ffd700)
      drop-shadow(0 0 45px #ffb700);
    opacity: 1;
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-22deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(22deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 68, 68, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 68, 68, 0);
  }
}
@keyframes fall {
  0% {
    top: -80px;
  }
  100% {
    top: 100vh;
  }
}
@keyframes sway {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(-100px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sleigh {
  0% {
    left: -700px;
  }
  100% {
    left: calc(100% + 700px);
  }
}
@keyframes wave {
  0% {
    transform: rotate(0) translateY(0);
  }
  25% {
    transform: rotate(4deg) translateY(-20px);
  }
  50% {
    transform: rotate(0) translateY(0);
  }
  75% {
    transform: rotate(-4deg) translateY(20px);
  }
  100% {
    transform: rotate(0) translateY(0);
  }
}
@keyframes musk {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(6deg) translateY(40px);
  }
  50% {
    transform: rotate(-6deg) translateY(0);
  }
  75% {
    transform: rotate(6deg) translateY(40px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes musk_mobile {
  0% {
    transform: rotate(0deg) translateY(0) rotateY(180deg);
  }
  25% {
    transform: rotate(6deg) translateY(40px) rotateY(180deg);
  }
  50% {
    transform: rotate(-6deg) translateY(0) rotateY(180deg);
  }
  75% {
    transform: rotate(6deg) translateY(40px) rotateY(180deg);
  }
  100% {
    transform: rotate(0deg) translateY(0) rotateY(180deg);
  }
}
@keyframes trump {
  0% {
    transform: translate3d(0px, 130px, 0px) scale(0.6);
  }
  45% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
  55% {
    transform: translate3d(0px, 0px, 0px) scale(1);
  }
  100% {
    transform: translate3d(0px, 130px, 0px) scale(0.6);
  }
}
@keyframes trump_mobile {
  0% {
    transform: translate3d(0px, 130px, 0px) scale(0.6) rotateY(180deg);
  }
  45% {
    transform: translate3d(0px, 0px, 0px) scale(1) rotateY(180deg);
  }
  55% {
    transform: translate3d(0px, 0px, 0px) scale(1) rotateY(180deg);
  }
  100% {
    transform: translate3d(0px, 130px, 0px) scale(0.6) rotateY(180deg);
  }
}
@keyframes wagon {
  0% {
    bottom: 0;
    left: calc(50% - 500px);
  }
  100% {
    bottom: 400px;
    left: calc(50% - 1186px);
  }
}
@keyframes joint {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(8deg) translateY(4px);
  }
  50% {
    transform: rotate(0deg) translateY(0);
  }
  75% {
    transform: rotate(-8deg) translateY(-4px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes smoking {
  0% {
    transform: translateY(30px) scale(0.8);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  40% {
    transform: translateY(-20px) translateX(20px) scale(1.2) rotate(5deg);
    opacity: 0.5;
  }
  70% {
    transform: translateY(-55px) translateX(-3px) scale(1.4) rotate(-3deg);
    opacity: 0.3;
  }
  100% {
    transform: translateY(-50px) translateX(0) scale(1.8) rotate(0);
    opacity: 0;
  }
}
@keyframes truck {
  0% {
    top: -160px;
    left: calc(50% + 100px);
  }
  35% {
    top: 410px;
    left: calc(50% - 660px);
    transform: rotateY(0);
  }
  40% {
    top: 410px;
    left: calc(50% - 660px);
    transform: rotateY(0);
  }
  45% {
    top: 530px;
    left: calc(50% - 660px);
    transform: rotateY(180deg);
  }
  55% {
    top: 600px;
    left: calc(50% - 550px);
    transform: rotateY(180deg);
  }
  60% {
    top: 600px;
    left: calc(50% - 550px);
    transform: rotateY(180deg);
  }
  66% {
    top: 590px;
    left: calc(50% - 470px);
    transform: rotateY(180deg) rotate(70deg);
  }
  100% {
    top: -160px;
    left: calc(50% + 360px);
    transform: rotateY(180deg) rotate(70deg);
  }
}
@keyframes cybertruck {
  0% {
    top: 520px;
    right: calc(50% - 1172px);
  }
  40% {
    top: 358px;
    right: calc(50% - 850px);
    transform: rotate(0) rotateX(0);
  }
  50% {
    top: 298px;
    right: calc(50% - 760px);
    transform: rotate(180deg) rotateX(-180deg);
  }
  70% {
    top: 178px;
    right: calc(50% - 780px);
    transform: rotate(180deg) rotateX(-180deg);
  }
  100% {
    top: -60px;
    right: calc(50% - 1240px);
    transform: rotate(180deg) rotateX(-180deg);
  }
}
@keyframes santa {
  0% {
    transform: translate3d(-50%, 130px, 0px) scale(0.6);
  }
  45% {
    transform: translate3d(-50%, 0px, 0px) scale(1);
  }
  55% {
    transform: translate3d(-50%, 0px, 0px) scale(1);
  }
  100% {
    transform: translate3d(-50%, 130px, 0px) scale(0.6);
  }
}
@keyframes doge {
  0% {
    top: -280px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -280px;
  }
}
.nav {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  max-width: 1920px;
  margin: 0 auto;
  padding: 16px 64px 0;
  pointer-events: none;
}
.nav::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.nav--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 44px;
  height: 44px;
  color: #fff;
  background: #f33;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.3), 3px 5px 0 #f33,
    8px 7px 0 2px rgba(0, 0, 0, 0.24);
  will-change: box-shadow, transform;
  transition: box-shadow 0.25s ease-in, transform 0.25s ease-in,
    background 0.25s ease-in, color 0.25s ease-in, opacity 0.25s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  padding: 2px;
  margin-right: 16px;
}
.nav--btn--audio path:first-of-type {
  display: none;
}
.nav--btn--audio path:last-of-type {
  display: block;
}
.nav--btn--audio.muted {
  background: #ad00ad;
  box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.3), 3px 5px 0 #ad00ad,
    8px 7px 0 2px rgba(0, 0, 0, 0.24);
}
.nav--btn--audio.muted path:first-of-type {
  display: block;
}
.nav--btn--audio.muted path:last-of-type {
  display: none;
}
.nav--icon {
  margin: auto;
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: opacity 4.25s ease-in-out;
}
.nav--player {
  display: none;
}
.nav--countdown {
  display: flex;
  justify-content: stretch;
  position: relative;
  z-index: 100;
  height: 60px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 3px 8px 0px);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: auto;
}
.nav--countdown--svg {
  height: 100%;
  fill: #f33;
  margin: 0 -4px;
}
.nav--countdown--row {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  background: #f33;
}
.nav--countdown--div {
  width: 44px;
  margin: 6px 0;
}
.nav--countdown--div:not(:first-of-type) {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.nav--countdown--number {
  letter-spacing: -1px;
  margin: 2px 0;
}
.nav--countdown--text {
  font-family: sans-serif;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
.nav--dropdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 88px;
  left: 64px;
  min-width: 184px;
  opacity: 0;
  visibility: hidden;
  background: #f33;
  border-radius: 20px;
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 3px 8px 0px);
  pointer-events: all;
  padding: 24px 32px;
  transition: opacity 300ms;
}
.nav--dropdown.open {
  opacity: 1;
  visibility: visible;
}
.nav--dropdown--a {
  color: #fff;
  text-decoration: none;
}
.nav--dropdown--a:hover {
  text-decoration: underline;
}
.nav--twitter,
.nav--telegram {
  position: absolute;
  top: 88px;
  width: 144px;
  animation: ring 400ms linear infinite;
  pointer-events: all;
}
.nav--twitter--icon,
.nav--telegram--icon {
  width: 100%;
}
.nav--twitter {
  right: 180px;
}
.nav--telegram {
  right: 40px;
}
@media (max-width: 1365px) {
  .nav--countdown {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 12px 20px 0;
  }
  .nav--countdown {
    height: 52px;
  }
  .nav--dropdown {
    top: 80px;
    left: 20px;
  }
  .nav--twitter,
  .nav--telegram {
    top: 80px;
    width: 56px;
  }
  .nav--twitter {
    right: 72px;
  }
  .nav--telegram {
    right: 20px;
  }
}
.header {
  height: 1050px;
  position: relative;
  max-width: 1920px;
  margin: 0px auto;
  background: center bottom/1920px no-repeat rgba(0, 0, 0, 0);
  background-image: url(../img/hero/bg.svg);
  overflow: hidden;
}
.header--content {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 60px 64px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  width: 100%;
}
.header--img {
  width: 320px;
  filter: drop-shadow(0 0 30px #ffffff);
  animation: vibrate 0.3s linear infinite;
  margin: -16px auto 8px;
}
.header--heading {
  text-transform: uppercase;
  filter: drop-shadow(4px 4px 0px #ffffff);
}
.header--heading--red {
  display: inline-block;
  background: linear-gradient(180deg, darkred 0%, #ff0000 50%, darkred 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  transform: rotateZ(-3deg) skew(-4deg);
  will-change: transform;
}
.header--heading--green {
  display: inline-block;
  background: linear-gradient(180deg, darkred 0%, #ff0000 50%, darkred 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  transform: rotateZ(6deg);
  will-change: transform;
}
.header--a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  pointer-events: auto;
  border-radius: 10000px;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Inter', sans-serif;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  font-size: 32px;
  text-decoration: none;
  transform: translateZ(0);
  word-wrap: break-word;
  letter-spacing: -1px;
  position: relative;
  padding: 0;
  animation: pulse 2s ease-in-out infinite, ring 400ms linear infinite;
}
.header--a--span {
  display: inline-block;
  transform: rotate(-5deg) translate(-5px, -5px);
  transition: transform 0.25s ease-in-out;
  white-space: nowrap;
}
.header--a::before,
.header--a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10000px;
}
.header--a::before {
  background: lime;
  border: 4px solid rgba(0, 0, 0, 0);
  box-shadow: 3px 3px 0 1px #006400, 5px 5px #006400,
    13px 13px rgba(0, 0, 0, 0.1);
  transform: translate(-5px, -5px);
  z-index: -1;
  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.header--a::after {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: #fff;
  box-shadow: 0 0 0 11px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0s ease-out;
  z-index: -2;
}
.header--a:hover::before {
  box-shadow: 3px 3px 0 1px #006400, 7px 7px #006400,
    18px 18px rgba(0, 0, 0, 0.1);
  transform: translate(-7px, -7px);
}
.header--a:hover span {
  transform: rotate(-5deg) translate(-7px, -7px);
}
.header--btn {
  color: #fff;
  background-color: #f33;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 0 1px #e70058, 5px 5px #e70058,
    13px 13px rgba(0, 0, 0, 0.1);
  padding: 24px 56px;
  margin-top: 136px;
  outline: none;
  cursor: pointer;
  transition: background-color 300ms;
}
.header--btn--row {
  display: flex;
  align-items: center;
  gap: 8px 16px;
}
.header--btn--address {
  margin-top: 4px;
  word-break: break-all;
}
.header--btn--img {
  width: 28px;
}
.header--btn.copied {
  background-color: #e70058;
}
.header--musk {
  position: absolute;
  bottom: 0;
  left: calc(50% - 640px);
  width: 640px;
  animation: musk 2200ms infinite;
}
.header--trump {
  position: absolute;
  bottom: 0;
  right: calc(50% - 640px);
  width: 560px;
  animation: trump 4000ms infinite;
}
.header--sleigh {
  position: absolute;
  top: 320px;
  left: -700px;
  width: 680px;
  animation: sleigh 20s linear infinite;
}
.header--flag {
  position: absolute;
  top: 300px;
  left: -700px;
  width: 621px;
  animation: sleigh 20s linear infinite, wave 1.5s linear infinite;
  animation-delay: 3.2s;
}
.header--wagon {
  position: absolute;
  bottom: 0;
  left: calc(50% - 500px);
  width: 190px;
  transform: translateY(100%);
  animation: wagon 8000ms linear infinite;
}
.header--wagon--2 {
  animation-delay: 4s;
}
.header--dollar {
  position: absolute;
  top: -100px;
  animation: fall 8s linear infinite, sway 6s ease-in-out infinite,
    rotate 12s linear infinite;
}
.header--dollar--1 {
  left: calc(50% - 400px);
}
.header--dollar--2 {
  left: calc(50% - 480px);
  animation-delay: 1.5s;
}
.header--dollar--3 {
  left: calc(50% - 280px);
  animation-delay: 3s;
}
.header--dollar--4 {
  left: calc(50% - 340px);
  animation-delay: 4.5s;
}
.header--dollar--5 {
  left: calc(50% - 540px);
  animation-delay: 6s;
}
.header--dollar--6 {
  right: calc(50% - 330px);
  animation-delay: 1s;
}
.header--dollar--7 {
  right: calc(50% - 540px);
  animation-delay: 2.5s;
}
.header--dollar--8 {
  right: calc(50% - 420px);
  animation-delay: 4s;
}
.header--dollar--9 {
  right: calc(50% - 470px);
  animation-delay: 5.5s;
}
.header--dollar--10 {
  right: calc(50% - 280px);
  animation-delay: 6.5s;
}
.header--usa--1 {
  position: absolute;
  bottom: -20px;
  right: calc(50% - 578px);
  width: 155px;
  animation: usa 3s ease-in-out infinite;
}
.header--usa--2 {
  position: absolute;
  bottom: -56px;
  width: 127px;
  right: calc(50% - 480px);
  animation: usa 3s ease-in-out infinite;
  animation-delay: 1s;
}
.header--boy {
  position: absolute;
  top: 166px;
  right: calc(50% - 606px);
  width: 122px;
  animation: boy 2s linear infinite;
}
.header--tree {
  position: absolute;
  top: 440px;
  right: calc(50% - 698px);
  width: 106px;
  animation: glow 2s ease-in-out infinite;
  filter: drop-shadow(0 0 5px #ffd700) drop-shadow(0 0 15px #ffd700)
    drop-shadow(0 0 25px #ffb700);
}
.header--santa {
  position: absolute;
  top: 580px;
  right: calc(50% - 560px);
  width: 44px;
  animation: boy 3s ease-in-out infinite;
  animation-delay: 1s;
}
.header--truck {
  position: absolute;
  top: -160px;
  left: calc(50% + 100px);
  width: 156px;
  animation: truck 20s ease-in-out infinite;
}
.header--cybertruck {
  position: absolute;
  top: 520px;
  right: calc(50% - 1172px);
  width: 156px;
  animation: cybertruck 12s ease-in-out infinite;
}
.header--reindeer {
  position: absolute;
  bottom: -80px;
  right: calc(50% - 900px);
  width: 244px;
}
.header--joint {
  position: absolute;
  bottom: 69px;
  right: calc(50% - 876px);
  width: 66px;
  animation: joint 4s ease-out infinite;
}
.header--smoke {
  position: absolute;
  bottom: 78px;
  right: calc(50% - 978px);
  width: 138px;
  animation: smoking 4s ease-out infinite;
  opacity: 0;
}
@media (max-width: 1365px) {
  .header {
    height: 850px;
  }
  .header--content {
    padding: 56px 64px 0;
  }
  .header--img {
    width: 252px;
    margin: -8px 0 0;
  }
  .header--a {
    width: 104px;
    height: 104px;
    font-size: 26px;
  }
  .header--btn {
    padding: 20px 48px;
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .header {
    background: center/cover no-repeat rgba(0, 0, 0, 0);
    background-image: url(../img/hero/bg_mobile.jpg);
  }
  .header--content {
    padding: 88px 20px 0;
  }
  .header--btn {
    margin-top: 32px;
  }
  .header--btn--row {
    flex-direction: column;
  }
  .header--truck,
  .header--cybertruck,
  .header--boy,
  .header--tree,
  .header--santa,
  .header--wagoon,
  .header--reindeer,
  .header--joint,
  .header--smoke {
    display: none;
  }
  .header--dollar--1 {
    left: calc(50% - 200px);
  }
  .header--dollar--2 {
    left: calc(50% - 180px);
  }
  .header--dollar--3 {
    left: calc(50% - 80px);
  }
  .header--dollar--4 {
    left: calc(50% - 140px);
  }
  .header--dollar--5 {
    left: calc(50% - 240px);
  }
  .header--dollar--6 {
    right: calc(50% - 130px);
  }
  .header--dollar--7 {
    right: calc(50% - 240px);
  }
  .header--dollar--8 {
    right: calc(50% - 220px);
  }
  .header--dollar--9 {
    right: calc(50% - 170px);
  }
  .header--dollar--10 {
    right: calc(50% - 80px);
  }
  .header--flag {
    top: 240px;
    width: 360px;
  }
  .header--sleigh {
    top: 240px;
    width: 560px;
  }
  .header--trump {
    bottom: -40px;
    right: calc(50% - 220px);
    width: 260px;
    animation: trump_mobile 4000ms infinite;
  }
  .header--musk {
    left: calc(50% - 280px);
    width: 240px;
    animation: musk_mobile 4000ms infinite;
  }
  .header--usa--1 {
    right: calc(50% - 60px);
    width: 95px;
    animation: usa_mobile 3s ease-in-out infinite;
  }
  .header--usa--2 {
    bottom: -40px;
    right: calc(50% - 100px);
    width: 80px;
    animation: usa_mobile 3s ease-in-out infinite;
  }
}
@media (max-width: 567px) {
  .header--btn {
    width: 100%;
    padding: 20px 8px;
  }
}
.divider {
  position: relative;
  z-index: 10;
  max-width: 1920px;
  height: 76px;
  margin: -32px auto;
  background: url(../img/divider.svg) center repeat-x;
}
.section {
  position: relative;
  display: flex;
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  overflow: hidden;
}
.section--millionare {
  padding: 8% 64px 20%;
  background-image: url('../img/millionare/bg.svg');
}
.section--millionare--elon {
  position: absolute;
  bottom: -20px;
  left: -80px;
  width: 510px;
  animation: boy 4000ms linear infinite;
}
.section--millionare--musk {
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 370px;
  animation: joint 4000ms infinite;
}
.section--millionare--santa {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 380px;
  animation: santa 4000ms infinite;
}
.section--millionare--doge--1 {
  position: absolute;
  top: 0;
  left: calc(50% - 220px);
  width: 80px;
  animation: doge 5s infinite;
}
.section--millionare--doge--2 {
  position: absolute;
  top: 0;
  width: 80px;
  right: calc(50% - 410px);
  animation: doge 5s infinite;
  animation-delay: 2s;
}
.section--business {
  padding: 6% 64px;
  background-image: url('../img/business/bg.jpg');
}
.section--rich {
  padding: 6% 64px;
  background-image: url('../img/rich/bg.jpg');
}
.section--gift {
  padding: 6% 64px;
  background-image: url('../img/gift/bg.jpg');
}
.section--billionare {
  padding: 6% 64px;
  background-image: url('../img/billionare/bg.jpg');
}
.section--row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  width: 100%;
  z-index: 1;
}
.section--row--millionare {
  align-items: center;
  gap: 56px;
  max-width: 1400px;
  margin: auto;
}
.section--a {
  flex: 1;
  /* aspect-ratio: 4/3; */
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transform: translate(0);
  overflow: auto;
  transition: transform 0.16s, box-shadow 0.16s;
}
.section--a:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.section--a--second {
  margin-top: 224px;
}
.section--a--third {
  margin-top: 448px;
}
.section--img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section--countdown {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  aspect-ratio: 1;
  color: #fff;
  text-align: center;
}
@media (max-width: 1550px) {
  .section--millionare {
    padding: 0 64px 26%;
  }
}
@media (max-width: 1365px) {
  .section--millionare--elon {
    width: 360px;
  }
  .section--millionare--musk {
    width: 240px;
  }
  .section--millionare--santa {
    width: 288px;
  }
  .section--a--second {
    margin-top: 136px;
  }
  .section--a--third {
    margin-top: 272px;
  }
}
@media (max-width: 1023px) {
  .section--millionare {
    padding: 6% 64px 26%;
  }
  .section--millionare .section--a:nth-of-type(1) {
    margin-right: auto;
  }
  .section--millionare .section--a:nth-of-type(3) {
    margin-left: auto;
  }
  .section--row {
    flex-direction: column;
    gap: 32px;
  }
  .section--a {
    width: 80%;
    max-width: 400px;
    margin-top: 0;
  }
  .section--a--second {
    margin-right: auto;
    margin-left: auto;
  }
  .section--a--third {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 80px 20px;
  }
  .section--millionare {
    background-image: url('../img/millionare/bg_mobile.svg');
  }
  .section--millionare--elon {
    width: 320px;
    left: -104px;
  }
  .section--millionare--santa,
  .section--millionare--musk {
    display: none;
  }
  .section--millionare--doge--1 {
    left: calc(50% - 80px);
  }
  .section--millionare--doge--2 {
    right: calc(50% - 184px);
  }
  .section--business {
    background-image: url('../img/business/bg_mobile.jpg');
  }
  .section--rich {
    background-image: url('../img/rich/bg_mobile.jpg');
  }
  .section--gift {
    background-image: url('../img/gift/bg_mobile.jpg');
  }
  .section--billionare {
    background-image: url('../img/billionare/bg_mobile.jpg');
  }
}
