@font-face {
  font-family: "PlutoCondensedBlack";
  src: url(./PlutoCondBlack.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #0e56f8;
  width: 100%;
  height: 100%;
  font-family: "PlutoCondensedBlack";
}
.advertisement-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.header {
  position: absolute;
  top: 13px;
  left: 5px;
  display: flex;
  justify-content: center;
}
.header .logo-oreo {
  height: 22px;
  width: 57px;
  display: flex;
}
.header .logo-oreo img {
  width: 100%;
}
.content-description {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
  text-align: center;
}
.content-description .description-slide {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.content-description .description-slide .slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 6px;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 24px 0 0;
}
.content-description .description-slide .slide:nth-child(1) {
  transform: translateX(0%);
}
.content-description .description-slide .slide:nth-child(2) {
  transform: translateX(0%);
}
.content-description .description-slide .slide:nth-child(3) {
  transform: translateX(-100%);
}
.content-description .description-slide .slide .text-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 6px;
  position: relative;
}
.content-description .description-slide .slide .text-wrap .decoration {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
}
.content-description .description-slide .slide .text-wrap .decoration img {
  width: 100%;
}

.content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: -4px 0 0;
  display: flex;
  align-items: center;
}
.content .cookies-slider {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-shrink: 0;
  width: 300px;
  padding: 0 3px 0 0;
}
.content .cookies-slider .cookies-slider-01 {
  width: 50px;
  height: 53px;
  flex-shrink: 0;
  display: flex;
  position: relative;
  z-index: 1;
  transform: translate(240%, 0%) rotate(0deg) scale(1);
  transition: all 1s ease-out;
}
.content .cookies-slider .cookies-slider-01 img {
  width: 100%;
}
.content .cookies-slider .cookies-slider-01 .element-shadow {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 14px;
  border-radius: 100%;
  background-color: #000c;
  filter: blur(5px);
  z-index: -1;
  opacity: 0;
}
.content .cookies-slider .cookies-slider-02 {
  width: 52px;
  height: 40px;
  display: flex;
  flex-shrink: 0;
  margin: 13px 0 0 -14px;
  position: relative;
  z-index: -1;
  opacity: 0;
  transform: translate(-60%, 0%);
}
.content .cookies-slider .cookies-slider-02 img {
  width: 100%;
}
.content .cookies-slider .cookies-slider-02 .element-shadow {
  display: block;
  position: absolute;
  bottom: -3px;
  right: -10%;
  width: 140%;
  height: 14px;
  border-radius: 100%;
  background-color: #000c;
  filter: blur(5px);
  z-index: -1;
  opacity: 0;
}
.content .cookies-slider-03 {
  flex-shrink: 0;
  width: 97px;
  height: 68px;
  display: flex;
  transform: translate(-194%, 6px) rotate(0deg) scale(1);
}
.content .cookies-slider-03 img {
  width: 100%;
  animation: pulse 4s infinite ease-in-out;
}
.content-slider-decoration {
  position: absolute;
  z-index: -2;
  width: 320px;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 24px 100px 20px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-slider-decoration img {
  width: 160px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.content-slider-decoration img + img {
  top: auto;
  bottom: -10px;
}
.content-action {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
}
.content-action .action {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  background-color: #fff;
  padding: 0 9px;
  color: #0e56f8;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 100px;
  opacity: 0;
  transform: translate(0px, 50px) scale(1);
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-logo {
  position: absolute;
  bottom: 2.5px;
  right: 18px;
  width: 44px;
  height: 16px;
  display: flex;
  opacity: 0;
  transform: translate(0, 100%);
}
.footer-logo img {
  width: 100%;
}
.note {
  position: absolute;
  bottom: 2px;
  left: 5px;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 100%);
}
.note .text {
  font-family: sans-serif;
  font-size: 3.9px;
  line-height: 5px;
  letter-spacing: 0.05px;
}
.strike {
  position: relative;
}
.strike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  background: #fff;
  width: 100%;
  transform: translateY(-50%) scale(0, 1);
  transition: all 0.4s ease;
}
.strike.strike-show::after {
  transform: translateY(-50%) scale(1, 1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
