/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./App/Components/UI/Loaders/BubbleLoader/styles.scss ***!
  \*********************************************************************************************************************************************/
.bubleloader-container {
  position: relative;
}
.bubleloader-container.overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
}
.bubleloader-container .loading-percentage {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.bubleloader-container .spinner {
  position: relative;
  top: calc(50% - 30px);
  left: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  animation: loadingI 2s linear infinite;
}
@media (max-width: 450px) {
  .bubleloader-container .spinner {
    top: calc(50% - 15px);
    width: 40px;
    height: 40px;
  }
}
.bubleloader-container .spinner.overlay {
  top: initial;
  left: initial;
}
.bubleloader-container .spinner .bubble-1,
.bubleloader-container .spinner .bubble-2 {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  animation: bounce 2s ease-in-out infinite;
}
@media (max-width: 450px) {
  .bubleloader-container .spinner .bubble-1,
  .bubleloader-container .spinner .bubble-2 {
    width: 23px;
    height: 23px;
  }
}
.bubleloader-container .spinner .bubble-2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes loadingI {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./App/Components/AnimatedText/styles.scss ***!
  \**********************************************************************************************************************************/
.animated-text {
  display: inline-block;
  white-space: nowrap;
}

.animated-text_char {
  display: inline-block;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .main-btn:hover .animated-text_char {
    animation-name: animatedTextDropWave;
    animation-duration: 0.45s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
  .main-btn:hover .animated-text_char:nth-child(1) {
    animation-delay: 0.03s;
  }
  .main-btn:hover .animated-text_char:nth-child(2) {
    animation-delay: 0.06s;
  }
  .main-btn:hover .animated-text_char:nth-child(3) {
    animation-delay: 0.09s;
  }
  .main-btn:hover .animated-text_char:nth-child(4) {
    animation-delay: 0.12s;
  }
  .main-btn:hover .animated-text_char:nth-child(5) {
    animation-delay: 0.15s;
  }
  .main-btn:hover .animated-text_char:nth-child(6) {
    animation-delay: 0.18s;
  }
  .main-btn:hover .animated-text_char:nth-child(7) {
    animation-delay: 0.21s;
  }
  .main-btn:hover .animated-text_char:nth-child(8) {
    animation-delay: 0.24s;
  }
  .main-btn:hover .animated-text_char:nth-child(9) {
    animation-delay: 0.27s;
  }
  .main-btn:hover .animated-text_char:nth-child(10) {
    animation-delay: 0.3s;
  }
  .main-btn:hover .animated-text_char:nth-child(11) {
    animation-delay: 0.33s;
  }
  .main-btn:hover .animated-text_char:nth-child(12) {
    animation-delay: 0.36s;
  }
  .main-btn:hover .animated-text_char:nth-child(13) {
    animation-delay: 0.39s;
  }
  .main-btn:hover .animated-text_char:nth-child(14) {
    animation-delay: 0.42s;
  }
  .main-btn:hover .animated-text_char:nth-child(15) {
    animation-delay: 0.45s;
  }
  .main-btn:hover .animated-text_char:nth-child(16) {
    animation-delay: 0.48s;
  }
  .main-btn:hover .animated-text_char:nth-child(17) {
    animation-delay: 0.51s;
  }
  .main-btn:hover .animated-text_char:nth-child(18) {
    animation-delay: 0.54s;
  }
  .main-btn:hover .animated-text_char:nth-child(19) {
    animation-delay: 0.57s;
  }
  .main-btn:hover .animated-text_char:nth-child(20) {
    animation-delay: 0.6s;
  }
  .main-btn:hover .animated-text_char:nth-child(21) {
    animation-delay: 0.63s;
  }
  .main-btn:hover .animated-text_char:nth-child(22) {
    animation-delay: 0.66s;
  }
  .main-btn:hover .animated-text_char:nth-child(23) {
    animation-delay: 0.69s;
  }
  .main-btn:hover .animated-text_char:nth-child(24) {
    animation-delay: 0.72s;
  }
  .main-btn:hover .animated-text_char:nth-child(25) {
    animation-delay: 0.75s;
  }
  .main-btn:hover .animated-text_char:nth-child(26) {
    animation-delay: 0.78s;
  }
  .main-btn:hover .animated-text_char:nth-child(27) {
    animation-delay: 0.81s;
  }
  .main-btn:hover .animated-text_char:nth-child(28) {
    animation-delay: 0.84s;
  }
  .main-btn:hover .animated-text_char:nth-child(29) {
    animation-delay: 0.87s;
  }
  .main-btn:hover .animated-text_char:nth-child(30) {
    animation-delay: 0.9s;
  }
  .main-btn:hover .animated-text_char:nth-child(31) {
    animation-delay: 0.93s;
  }
  .main-btn:hover .animated-text_char:nth-child(32) {
    animation-delay: 0.96s;
  }
  .main-btn:hover .animated-text_char:nth-child(33) {
    animation-delay: 0.99s;
  }
  .main-btn:hover .animated-text_char:nth-child(34) {
    animation-delay: 1.02s;
  }
  .main-btn:hover .animated-text_char:nth-child(35) {
    animation-delay: 1.05s;
  }
  .main-btn:hover .animated-text_char:nth-child(36) {
    animation-delay: 1.08s;
  }
  .main-btn:hover .animated-text_char:nth-child(37) {
    animation-delay: 1.11s;
  }
  .main-btn:hover .animated-text_char:nth-child(38) {
    animation-delay: 1.14s;
  }
  .main-btn:hover .animated-text_char:nth-child(39) {
    animation-delay: 1.17s;
  }
  .main-btn:hover .animated-text_char:nth-child(40) {
    animation-delay: 1.2s;
  }
}
@keyframes animatedTextDropWave {
  0% {
    opacity: 0;
    transform: translateY(-120%);
  }
  60% {
    opacity: 1;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/components/MainButton/styles.scss ***!
  \********************************************************************************************************************************************************/
.main-btn {
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  padding: 18px 52px;
  min-width: 280px;
  margin: 0 auto;
  border-radius: 8px;
  transform: skewX(-15deg);
  transform-origin: center;
  background: linear-gradient(90deg, #f79916 0%, #fdf92b 100%);
  box-shadow: 1px 4px 0 #e38708, -1px -4px 0 #fdf42b;
}
.main-btn .animated-text {
  letter-spacing: 1px;
  text-shadow: 0 3px 6px rgba(82, 51, 5, 0.35);
}
.main-btn:disabled, .main-btn[disabled] {
  opacity: 0.6;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/AdBlocked/styles.scss ***!
  \**************************************************************************************************************************************************/
.notice {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #b3d4fe url(assets/background_360.svg) no-repeat;
  background-size: cover;
}
@media (min-width: 414px) {
  .notice {
    background: #b3d4fe url(assets/background_414.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 576px) {
  .notice {
    background: #b3d4fe url(assets/background_576.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .notice {
    background: #b3d4fe url(assets/background_768.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 962px) {
  .notice {
    background: url(assets/background_992.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .notice {
    background: url(assets/background_1024.svg) no-repeat, linear-gradient(180deg, #c9dfff 70%, rgba(201, 223, 255, 0.3) 100%) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .notice {
    background: url(assets/background_1200.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1400px) {
  .notice {
    background: url(assets/background_1400.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1920px) {
  .notice {
    background: url(assets/background_1920.svg) no-repeat;
    background-size: cover;
  }
}
.notice::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 350px;
  pointer-events: none;
  background: linear-gradient(to top, white 0%, transparent 100%);
}
.notice_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 419px;
  padding-top: 17px;
  background: url(assets/ad-blocked_box_360.webp) no-repeat;
  background-size: 104% 100%;
  background-position-x: center;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  position: relative;
  z-index: 2;
}
[lang=el-GR] .notice_main {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 110%;
}
html[lang=bg-BG] .notice_main {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 600;
}
@media (min-width: 360px) {
  .notice_main {
    margin: 0 auto;
    background-size: 104% 100%;
    background-position-x: center;
  }
}
@media (min-width: 414px) {
  .notice_main {
    width: 414px;
    height: 443px;
    padding-top: 15px;
    background: url(assets/ad-blocked_box_414.webp) no-repeat;
    background-size: contain;
  }
}
@media (min-width: 576px) {
  .notice_main {
    width: 576px;
    height: 579px;
    padding-top: 20px;
    background: url(assets/ad-blocked_box_576.webp) no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .notice_main {
    width: 768px;
    padding-top: 25px;
    background: url(assets/ad-blocked_box_768.webp) no-repeat;
    background-size: contain;
  }
}
@media (min-width: 962px) {
  .notice_main {
    width: 100vw;
    height: 647px;
    padding-top: 33px;
    background: url(assets/ad-blocked_box_992.webp) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .notice_main {
    width: 992px;
    height: 667px;
    background: url(assets/ad-blocked_box_1200.webp) no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 1366px) {
  .notice_main {
    width: 986px;
    height: 660px;
    background: url(assets/ad-blocked_box_1920.webp) no-repeat;
    background-size: cover;
  }
}
.notice_cloud-text {
  max-width: 208px;
  padding: 33px 0 47px;
  font-size: 11px;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
}
[lang|=es] .notice_cloud-text, [lang=ro-RO] .notice_cloud-text, [lang=pt-BR] .notice_cloud-text {
  top: 25px;
}
[lang|=en] .notice_cloud-text, [lang=it-IT] .notice_cloud-text, [lang=bg-BG] .notice_cloud-text {
  top: 30px;
}
[lang|=en] .notice_cloud-text {
  max-width: fit-content;
  letter-spacing: 1px;
}
@media (min-width: 360px) {
  [lang=bg-BG] .notice_cloud-text {
    font-size: 16px;
    font-weight: 800;
    padding-top: 24px;
    line-height: 110%;
  }
  [lang=ro-RO] .notice_cloud-text {
    font-size: 16px;
    font-weight: 400;
    padding-top: 40px;
    line-height: 120%;
  }
  [lang=el-GR] .notice_cloud-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 110%;
    top: 24px;
  }
  [lang|=es] .notice_cloud-text, [lang=pt-BR] .notice_cloud-text, [lang|=en] .notice_cloud-text {
    font-size: 16px;
    font-weight: 400;
    padding-top: 28px;
    line-height: 120%;
  }
}
@media (min-width: 414px) {
  .notice_cloud-text {
    max-width: 215px;
    padding: 38px 0 54px;
    font-size: 12px;
  }
  [lang|=en] .notice_cloud-text, [lang=it-IT] .notice_cloud-text, [lang=bg-BG] .notice_cloud-text {
    top: 35px;
  }
  [lang=bg-BG] .notice_cloud-text, [lang|=en] .notice_cloud-text {
    padding-top: 30px;
    font-size: 18px;
  }
  [lang=ro-Ro] .notice_cloud-text {
    padding-top: 46px;
    font-size: 18px;
  }
  [lang=el-GR] .notice_cloud-text {
    max-width: 248px;
    padding-top: 42px;
    font-size: 14px;
  }
  [lang|=es] .notice_cloud-text, [lang=pt-BR] .notice_cloud-text {
    max-width: 230px;
    padding-top: 34px;
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .notice_cloud-text {
    max-width: 320px;
    padding: 58px 0 70px;
    font-size: 18px;
  }
  [lang|=en] .notice_cloud-text, [lang=it-IT] .notice_cloud-text, [lang=bg-BG] .notice_cloud-text {
    top: 45px;
  }
  [lang=bg-BG] .notice_cloud-text, [lang|=en] .notice_cloud-text {
    padding-top: 50px;
    font-size: 26px;
  }
  [lang=ro-Ro] .notice_cloud-text {
    top: 35px;
    padding-top: 70px;
    font-size: 26px;
  }
  [lang=el-GR] .notice_cloud-text {
    max-width: 380px;
    padding-top: 70px;
    font-size: 20px;
  }
  [lang|=es] .notice_cloud-text {
    top: 37px;
    max-width: 330px;
    padding-top: 40px;
    font-size: 26px;
  }
  [lang=pt-BR] .notice_cloud-text {
    top: 37px;
    max-width: 330px;
    padding-top: 44px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .notice_cloud-text {
    max-width: 380px;
    padding: 70px 0 78px;
    font-size: 23px;
  }
  [lang=bg-BG] .notice_cloud-text {
    padding-top: 54px;
    font-size: 32px;
  }
  [lang|=es] .notice_cloud-text, [lang=ro-Ro] .notice_cloud-text, [lang=pt-BR] .notice_cloud-text {
    top: 45px;
  }
  [lang=it-IT] .notice_cloud-text, [lang=ro-Ro] .notice_cloud-text {
    padding-top: 80px;
    font-size: 32px;
  }
  [lang=it-IT] .notice_cloud-text {
    top: 40px;
  }
  [lang=el-GR] .notice_cloud-text {
    max-width: 424px;
    padding-top: 94px;
    font-size: 24px;
  }
  [lang=pt-BR] .notice_cloud-text, [lang|=es] .notice_cloud-text, [lang|=en] .notice_cloud-text {
    max-width: 400px;
    padding-top: 54px;
    font-size: 32px;
  }
  [lang|=es] .notice_cloud-text, [lang=pt-BR] .notice_cloud-text {
    top: 60px;
  }
}
@media (min-width: 962px) {
  [lang=ro-RO] .notice_cloud-text {
    top: 55px;
  }
  [lang|=en] .notice_cloud-text, [lang=it-IT] .notice_cloud-text, [lang=bg-BG] .notice_cloud-text {
    top: 65px;
  }
  [lang|=es] .notice_cloud-text, [lang=pt-BR] .notice_cloud-text {
    top: 59px;
  }
}
@media (min-width: 962px) {
  .notice_cloud-text {
    max-width: 485px;
    padding: 88px 0 85px;
    font-size: 27px;
  }
  [lang=bg-BG] .notice_cloud-text {
    font-size: 38px;
    padding-top: 84px;
  }
  [lang=ro-Ro] .notice_cloud-text {
    font-size: 38px;
    padding-top: 110px;
  }
  [lang=el-GR] .notice_cloud-text {
    max-width: 488px;
    font-size: 28px;
    padding-top: 130px;
  }
  [lang|=es] .notice_cloud-text, [lang=pt-BR] .notice_cloud-text {
    max-width: 500px;
    font-size: 38px;
    padding-top: 76px;
  }
  [lang|=en] .notice_cloud-text {
    max-width: 500px;
    font-size: 40px;
    padding-top: 90px;
  }
}
.notice_main-text {
  max-width: 240px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 120%;
  position: absolute;
  top: 144px;
}
@media (min-width: 360px) {
  .notice_main-text {
    max-width: 295px;
    top: 170px;
  }
  [lang=bg-BG] .notice_main-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    top: 160px;
  }
  [lang=ro-Ro] .notice_main-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    top: 160px;
  }
  [lang=el-GR] .notice_main-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 110%;
    top: 170px;
  }
  [lang|=es] .notice_main-text, [lang=pt-BR] .notice_main-text {
    max-width: 250px;
    font-size: 18px;
    line-height: 120%;
    top: 160px;
  }
  [lang|=en] .notice_main-text {
    font-size: 22px;
    line-height: 140%;
    top: 140px;
    max-width: 206px;
  }
}
@media (min-width: 414px) {
  [lang=bg-BG] .notice_main-text {
    max-width: fit-content;
    top: 170px;
  }
  [lang=ro-Ro] .notice_main-text {
    top: 140px;
    font-size: 22px;
  }
  [lang=el-GR] .notice_main-text {
    font-size: 18px;
    top: 160px;
  }
  [lang|=es] .notice_main-text, [lang=pt-BR] .notice_main-text {
    max-width: 304px;
    font-size: 22px;
    top: 144px;
  }
}
@media (min-width: 576px) {
  .notice_main-text {
    max-width: 410px;
    font-size: 22px;
    top: 240px;
  }
  [lang=bg-BG] .notice_main-text {
    top: 255px;
    max-width: 345px;
    font-size: 24px;
  }
  [lang=ro-RO] .notice_main-text {
    top: 250px;
    max-width: 420px;
    font-size: 24px;
  }
  [lang=el-GR] .notice_main-text {
    max-width: 435px;
    font-size: 22px;
    top: 254px;
  }
  [lang|=es] .notice_main-text {
    max-width: 480px;
    font-size: 24px;
    top: 250px;
  }
  [lang=pt-BR] .notice_main-text {
    max-width: 460px;
    font-size: 24px;
    top: 220px;
  }
  [lang|=en] .notice_main-text {
    font-size: 24px;
    top: 250px;
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .notice_main-text {
    max-width: 575px;
    top: 280px;
  }
  [lang=bg-BG] .notice_main-text {
    top: 290px;
    max-width: fit-content;
  }
  [lang=ro-RO] .notice_main-text {
    top: 260px;
    max-width: 70%;
  }
  [lang=el-GR] .notice_main-text {
    max-width: 575px;
    font-size: 24px;
    top: 260px;
  }
  [lang|=es] .notice_main-text {
    top: 260px;
    font-size: 24px;
  }
  [lang=pt-BR] .notice_main-text {
    max-width: 560px;
    top: 260px;
  }
  [lang|=en] .notice_main-text {
    top: 260px;
    max-width: 550px;
  }
}
@media (min-width: 962px) {
  .notice_main-text {
    max-width: 770px;
    font-size: 30px;
    top: 310px;
  }
  [lang=bg-BG] .notice_main-text {
    font-size: 32px;
    top: 330px;
  }
  [lang=ro-RO] .notice_main-text {
    font-size: 32px;
    top: 300px;
  }
  [lang=el-GR] .notice_main-text {
    max-width: 770px;
    font-size: 32px;
    top: 300px;
  }
  [lang|=es] .notice_main-text, [lang=pt-BR] .notice_main-text {
    top: 294px;
    font-size: 32px;
    max-width: 650px;
  }
  [lang|=en] .notice_main-text {
    font-size: 32px;
    top: 296px;
    max-width: 734px;
  }
}
.notice_main-text.highlighted {
  margin-bottom: 24px;
  color: #ea7b07;
  position: relative;
  top: 205px;
}
@media (min-width: 360px) {
  .notice_main-text.highlighted {
    top: 215px;
  }
}
@media (min-width: 576px) {
  .notice_main-text.highlighted {
    margin-bottom: 32px;
    top: 300px;
  }
}
@media (min-width: 768px) {
  .notice_main-text.highlighted {
    max-width: 575px;
    top: 306px;
  }
}
@media (min-width: 962px) {
  .notice_main-text.highlighted {
    max-width: 575px;
    top: 350px;
  }
}
.notice_main-btn {
  position: absolute;
  top: 280px;
  height: 60px;
  line-height: 120%;
  text-shadow: 0 2.9px 2.91px rgba(82, 51, 5, 0.37);
  text-transform: uppercase;
  border-radius: 14.5px;
}
@media (min-width: 360px) {
  .notice_main-btn {
    top: 290px;
  }
  [lang=bg-BG] .notice_main-btn, [lang=ro-RO] .notice_main-btn, [lang=pt-BR] .notice_main-btn, [lang=it-IT] .notice_main-btn, [lang|=es] .notice_main-btn {
    width: 280px;
  }
  [lang=el-GR] .notice_main-btn {
    width: 260px;
  }
  [lang|=en] .notice_main-btn {
    width: 248px;
  }
}
@media (min-width: 414px) {
  [lang=bg-BG] .notice_main-btn, [lang=ro-RO] .notice_main-btn, [lang=pt-BR] .notice_main-btn, [lang=it-IT] .notice_main-btn, [lang|=es] .notice_main-btn {
    width: 310px;
  }
  [lang|=en] .notice_main-btn {
    width: 288px;
  }
}
@media (min-width: 576px) {
  .notice_main-btn {
    padding: 28px 16px 31px;
    top: 390px;
    height: 80px;
  }
  [lang=pt-BR] .notice_main-btn {
    width: 406px;
  }
  [lang=bg-BG] .notice_main-btn {
    width: 427px;
  }
  [lang=ro-RO] .notice_main-btn {
    width: 472px;
  }
  [lang=el-GR] .notice_main-btn {
    width: 335px;
  }
  [lang|=es] .notice_main-btn {
    width: 420px;
  }
  [lang|=en] .notice_main-btn {
    width: 355px;
  }
  [lang=it-IT] .notice_main-btn {
    width: 452px;
  }
}
@media (min-width: 768px) {
  .notice_main-btn {
    padding: 27px 16px 30px;
    position: absolute;
    top: 400px;
  }
  [lang=bg-BG] .notice_main-btn {
    width: 507px;
  }
  [lang=ro-RO] .notice_main-btn {
    width: 352px;
  }
  [lang=el-GR] .notice_main-btn {
    width: 438px;
  }
  [lang|=es] .notice_main-btn {
    width: 448px;
  }
  [lang=pt-BR] .notice_main-btn {
    width: 486px;
  }
  [lang|=en] .notice_main-btn {
    width: 442px;
  }
  [lang=it-IT] .notice_main-btn {
    width: 332px;
  }
}
@media (min-width: 962px) {
  .notice_main-btn {
    padding: 24px 16px 27px;
    top: 475px;
  }
  [lang=bg-BG] .notice_main-btn {
    width: 564px;
  }
  [lang=ro-RO] .notice_main-btn {
    width: 478px;
  }
  [lang=el-GR] .notice_main-btn {
    width: 485px;
  }
  [lang|=es] .notice_main-btn {
    width: 590px;
  }
  [lang=pt-BR] .notice_main-btn {
    width: 540px;
  }
  [lang=it-IT] .notice_main-btn {
    width: 454px;
  }
}
@media (min-width: 360px) {
  [lang=bg-BG] .notice_main-btn_text, [lang=ro-RO] .notice_main-btn_text, [lang=pt-BR] .notice_main-btn_text, [lang=it-IT] .notice_main-btn_text, [lang|=es] .notice_main-btn_text {
    font-size: 16px;
  }
  [lang=el-GR] .notice_main-btn_text {
    font-size: 18px;
  }
  [lang|=en] .notice_main-btn_text {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (min-width: 576px) {
  [lang=bg-BG] .notice_main-btn_text, [lang=ro-RO] .notice_main-btn_text, [lang=pt-BR] .notice_main-btn_text, [lang=it-IT] .notice_main-btn_text {
    font-size: 24px;
  }
  [lang=el-GR] .notice_main-btn_text, [lang|=es] .notice_main-btn_text {
    font-size: 22px;
  }
  [lang|=en] .notice_main-btn_text {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  [lang=el-GR] .notice_main-btn_text, [lang|=en] .notice_main-btn_text, [lang|=es] .notice_main-btn_text {
    font-size: 24px;
  }
}
@media (min-width: 962px) {
  [lang=el-GR] .notice_main-btn_text, [lang=ro-RO] .notice_main-btn_text, [lang=bg-BG] .notice_main-btn_text, [lang=pt-BR] .notice_main-btn_text, [lang=it-IT] .notice_main-btn_text, [lang|=es] .notice_main-btn_text {
    font-size: 28px;
  }
}
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./App/Components/CloudBackground/styles.scss ***!
  \*************************************************************************************************************************************/
.cloud-background-desktop-blur {
  backdrop-filter: blur(6px);
  height: 100%;
  width: 100%;
  transition: backdrop-filter 0.3s ease;
  clip-path: url(#desktop_blur_clip_path);
}

.cloud-background-mobile-blur {
  backdrop-filter: blur(6px);
  height: 100%;
  width: 100%;
  transition: backdrop-filter 0.3s ease;
  clip-path: url(#bgblur_0_6548_13171_clip_path);
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/components/LanguageSelector/styles.scss ***!
  \**************************************************************************************************************************************************************/
.language-dropdown {
  position: static;
}
@media (min-width: 576px) {
  .language-dropdown {
    position: relative;
  }
}
.language-dropdown .language {
  height: 40px;
  width: 83px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-image: url(assets/lang-selector_box.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  box-sizing: border-box;
}
.language-dropdown .language .language-info {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 10px;
}
.language-dropdown .language .language-info span {
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
  line-height: 100%;
}
.language-dropdown .language .language-info span:first-child {
  transform: translateY(1px);
  font-size: 20px;
}
.language-dropdown .language .language-info span:nth-child(2) {
  display: inline-block;
  align-self: flex-end;
  font-size: 12px;
}
.language-dropdown .language .language-arrow {
  width: 12px;
  height: 12px;
}
.language-dropdown .languages-box {
  max-width: 312px;
  height: auto;
  display: inline-flex;
  box-sizing: border-box;
  top: 38px;
  left: 50%;
  z-index: 1000;
  position: absolute;
  background: url(assets/lang-selector_dropdown_mobile.svg) no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10%);
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, height 0.3s ease;
}
@media (min-width: 576px) {
  .language-dropdown .languages-box {
    position: absolute;
    background: url(assets/lang-selector_dropdown_desktop.svg) no-repeat center center;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-73%, 8%);
  }
}
.language-dropdown .languages-box.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.language-dropdown .languages-box ul {
  width: 185px;
  height: 255px;
  background: transparent;
  padding: 39px 20px 20px 20px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}
.language-dropdown .languages-box ul.visible {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  width: 312px;
  max-width: 312px;
  padding: 40px 53px 40px 53px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .language-dropdown .languages-box ul.visible {
    width: 141px;
    padding: 35px 30px 15px 30px;
    left: 50%;
    gap: 3px;
  }
}
.language-dropdown .languages-box ul li {
  width: 100%;
  height: 50px;
  font-size: 33px;
  line-height: 100%;
  font-weight: 400;
  white-space: nowrap;
  color: #043192;
  border-bottom: 0.5px solid #e7e7e7;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .language-dropdown .languages-box ul li {
    height: 21px;
    font-size: 15px;
    line-height: 100%;
  }
}
.language-dropdown .languages-box ul li:last-child {
  border-bottom: none;
}
.language-dropdown .languages-box ul li .selected {
  text-decoration: underline;
  font-weight: 800;
}
.language-dropdown .languages-box_button {
  width: 100%;
  height: 100%;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #043192;
  padding: 0;
}
.language-dropdown .languages-box_button:hover:enabled {
  font-weight: 800;
}
.language-dropdown .languages-box_button:disabled {
  cursor: default;
}

.languages-filter {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
}
@media (min-width: 576px) {
  .languages-filter {
    display: none;
  }
}
/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/components/Header/styles.scss ***!
  \****************************************************************************************************************************************************/
.header__wrapper {
  max-width: 1460px;
  margin: 0 auto;
  padding: 24px 25px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 414px) {
  .header__wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header__wrapper {
    padding-bottom: 13px;
  }
}
@media (min-width: 962px) {
  .header__wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .header__wrapper {
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .header__wrapper {
    padding-bottom: 38px;
  }
}
.header__wrapper-logo {
  width: 56px;
  height: 44px;
}
@media (min-width: 768px) {
  .header__wrapper-logo {
    width: 72px;
    height: 57px;
  }
}
@media (min-width: 1024px) {
  .header__wrapper-logo {
    width: 80px;
    height: 63px;
  }
}
@media (min-width: 1400px) {
  .header__wrapper-logo {
    width: 104px;
    height: 82px;
  }
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/InstallPhase/styles.scss ***!
  \*****************************************************************************************************************************************************/
.modal-pwa {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #b3d4fe url(assets/background_360.svg) no-repeat;
  background-size: cover;
}
@media (min-width: 414px) {
  .modal-pwa {
    background: #b3d4fe url(assets/background_414.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 576px) {
  .modal-pwa {
    background: #b3d4fe url(assets/background_576.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .modal-pwa {
    background: #b3d4fe url(assets/background_768.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 962px) {
  .modal-pwa {
    background: url(assets/background_992.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .modal-pwa {
    background: url(assets/background_1024.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .modal-pwa {
    background: url(assets/background_1200.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1400px) {
  .modal-pwa {
    background: url(assets/background_1400.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1920px) {
  .modal-pwa {
    background: url(assets/background_1920.svg) no-repeat;
    background-size: cover;
  }
}
.modal-pwa_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 25px;
  background-size: 104% 100%;
  background-position-x: center;
  text-align: center;
  font-family: "Paytone One", sans-serif;
}
[lang=el-GR] .modal-pwa_main {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
html[lang=bg-BG] .modal-pwa_main {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 600;
}
.modal-pwa_main-title {
  width: 85%;
  margin: 24px 0 0 0;
  font-size: 22px;
  line-height: 1.1;
  position: relative;
  font-weight: 400;
  font-family: "Paytone One", sans-serif;
}
[lang=el-GR] .modal-pwa_main-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
[lang=bg-BG] .modal-pwa_main-title {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 130%;
}
@media (min-width: 320px) {
  .modal-pwa_main-title {
    font-size: 19px;
  }
}
@media (min-width: 360px) {
  .modal-pwa_main-title {
    font-size: 22px;
    width: 270px;
  }
  [lang=bg-BG] .modal-pwa_main-title {
    width: 270px;
    font-size: 22px;
  }
  [lang=ro-RO] .modal-pwa_main-title {
    line-height: 130%;
    letter-spacing: -1px;
    font-size: 22px;
  }
  [lang=el-GR] .modal-pwa_main-title {
    line-height: 130%;
    letter-spacing: -1px;
    width: 310px;
  }
  [lang|=es] .modal-pwa_main-title {
    line-height: 130%;
    width: 260px;
  }
  [lang=pt-BR] .modal-pwa_main-title {
    line-height: 130%;
    width: 258px;
  }
  [lang|=en] .modal-pwa_main-title {
    line-height: 130%;
    width: 268px;
  }
}
@media (min-width: 414px) {
  .modal-pwa_main-title {
    width: 317px;
    font-size: 24px;
    line-height: 1.2;
  }
  [lang=bg-BG] .modal-pwa_main-title, [lang=ro-RO] .modal-pwa_main-title, [lang|=es] .modal-pwa_main-title {
    width: 290px;
    font-size: 24px;
  }
  [lang=el-GR] .modal-pwa_main-title {
    font-size: 24px;
  }
  [lang|=en] .modal-pwa_main-title {
    width: 294px;
  }
}
@media (min-width: 576px) {
  .modal-pwa_main-title {
    font-size: 28px;
    line-height: 125%;
    width: 460px;
  }
  [lang=bg-BG] .modal-pwa_main-title {
    width: 408px;
    font-size: 28px;
  }
  [lang=ro-RO] .modal-pwa_main-title {
    width: 350px;
    font-size: 28px;
  }
  [lang=el-GR] .modal-pwa_main-title {
    width: 406px;
    font-size: 28px;
  }
  [lang|=es] .modal-pwa_main-title {
    font-size: 28px;
    width: 340px;
  }
  [lang=pt-BR] .modal-pwa_main-title {
    width: 444px;
  }
  [lang|=en] .modal-pwa_main-title {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .modal-pwa_main-title {
    padding: 30px 0 0;
    font-size: 30px;
    width: 589px;
  }
  [lang=bg-BG] .modal-pwa_main-title, [lang=el-GR] .modal-pwa_main-title {
    width: 468px;
    font-size: 32px;
  }
  [lang=ro-RO] .modal-pwa_main-title {
    width: 400px;
    font-size: 32px;
  }
  [lang|=es] .modal-pwa_main-title {
    width: 380px;
    font-size: 32px;
  }
  [lang=pt-BR] .modal-pwa_main-title {
    width: 550px;
    font-size: 32px;
  }
  [lang|=en] .modal-pwa_main-title {
    font-size: 32px;
    width: 590px;
  }
}
@media (min-width: 962px) {
  .modal-pwa_main-title {
    margin: 30px 0;
    padding: 0;
    font-size: 34px;
  }
  [lang=bg-BG] .modal-pwa_main-title, [lang=el-GR] .modal-pwa_main-title {
    width: 502px;
    font-size: 38px;
  }
  [lang=ro-RO] .modal-pwa_main-title, [lang|=es] .modal-pwa_main-title {
    width: 486px;
    font-size: 40px;
  }
  [lang=pt-BR] .modal-pwa_main-title {
    width: 444px;
    font-size: 40px;
  }
  [lang|=en] .modal-pwa_main-title {
    font-size: 34px;
    width: 444px;
  }
}
@media (min-width: 992px) {
  .modal-pwa_main-title {
    width: 100%;
    text-align: left;
    margin: 50px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .modal-pwa_main-title {
    font-size: 38px;
    width: 480px;
  }
  [lang=bg-BG] .modal-pwa_main-title {
    width: 510px;
    font-size: 38px;
  }
  [lang|=en] .modal-pwa_main-title {
    font-size: 38px;
    width: 480px;
  }
}
@media (min-width: 1400px) {
  .modal-pwa_main-title {
    text-align: left;
    width: 100%;
  }
  [lang=bg-BG] .modal-pwa_main-title, [lang=el-GR] .modal-pwa_main-title {
    width: 672px;
    font-size: 48px;
  }
  [lang=ro-RO] .modal-pwa_main-title, [lang|=es] .modal-pwa_main-title {
    width: 580px;
    font-size: 48px;
  }
  [lang=pt-BR] .modal-pwa_main-title {
    width: 540px;
    font-size: 48px;
  }
  [lang|=en] .modal-pwa_main-title {
    font-size: 48px;
    width: 600px;
  }
}
.modal-pwa_main-title span {
  color: #ea7b07;
}
.modal-pwa .line-main-container {
  display: none;
}
@media (min-width: 992px) {
  .modal-pwa .line-main-container {
    display: block;
  }
}
.modal-pwa_main-line {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  width: 92%;
}
@media (min-width: 390px) {
  .modal-pwa_main-line {
    width: 88%;
  }
}
@media (min-width: 414px) {
  .modal-pwa_main-line {
    width: 90%;
  }
}
@media (min-width: 576px) {
  .modal-pwa_main-line {
    width: 78%;
  }
  [lang=el-GR] .modal-pwa_main-line, [lang|=es] .modal-pwa_main-line, [lang=pt-BR] .modal-pwa_main-line, [lang|=en] .modal-pwa_main-line {
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (min-width: 768px) {
  .modal-pwa_main-line {
    width: 80%;
  }
  [lang=el-GR] .modal-pwa_main-line, [lang|=es] .modal-pwa_main-line, [lang=pt-BR] .modal-pwa_main-line, [lang|=en] .modal-pwa_main-line {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .modal-pwa_main-line {
    flex-direction: column;
    width: 366px;
    margin: 87px auto 0 auto;
  }
  [lang=bg-BG] .modal-pwa_main-line {
    width: 382px;
  }
  [lang=el-GR] .modal-pwa_main-line, [lang|=es] .modal-pwa_main-line, [lang=pt-BR] .modal-pwa_main-line {
    margin-top: 69px;
  }
}
@media (min-width: 1024px) {
  [lang=el-GR] .modal-pwa_main-line, [lang|=es] .modal-pwa_main-line, [lang=pt-BR] .modal-pwa_main-line {
    margin-top: 87px;
  }
}
@media (min-width: 1400px) {
  [lang=el-GR] .modal-pwa_main-line {
    margin-top: 71px;
  }
  [lang|=es] .modal-pwa_main-line, [lang=pt-BR] .modal-pwa_main-line {
    margin-top: 70px;
  }
  [lang|=en] .modal-pwa_main-line {
    margin-top: 66px;
  }
}
.modal-pwa_main-line-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
  color: #043192;
  font-family: "Archivo", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 100%;
  text-shadow: 0 4px 8px rgba(4, 49, 146, 0.4);
  gap: 8px;
}
[lang=el-GR] .modal-pwa_main-line-content {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
[lang=bg-BG] .modal-pwa_main-line-content {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 700;
}
@media (min-width: 753px) {
  .modal-pwa_main-line-content:last-child div {
    padding: 0;
  }
}
@media (min-width: 360px) {
  [lang=bg-BG] .modal-pwa_main-line-content {
    width: 96px;
    font-size: 12px;
  }
  [lang=ro-RO] .modal-pwa_main-line-content {
    font-size: 12px;
    line-height: 110%;
  }
  [lang=ro-RO] .modal-pwa_main-line-content:nth-child(2) {
    width: 86px;
  }
  [lang=el-GR] .modal-pwa_main-line-content {
    line-height: 110%;
    font-size: 12px;
  }
  [lang=el-GR] .modal-pwa_main-line-content:nth-child(2) {
    max-width: 102px;
  }
  [lang|=es] .modal-pwa_main-line-content {
    line-height: 110%;
    font-size: 12px;
    width: 108px;
  }
  [lang=pt-BR] .modal-pwa_main-line-content {
    font-size: 12px;
    width: 102px;
  }
  [lang=pt-BR] .modal-pwa_main-line-content:nth-child(2) {
    max-width: 96px;
  }
  [lang|=en] .modal-pwa_main-line-content {
    font-size: 12px;
    width: 96px;
    letter-spacing: 1px;
  }
}
@media (min-width: 414px) {
  [lang=bg-BG] .modal-pwa_main-line-content {
    width: 110px;
  }
  [lang|=es] .modal-pwa_main-line-content {
    width: 130px;
  }
  [lang|=es] .modal-pwa_main-line-content:nth-child(2) {
    max-width: 102px;
  }
  [lang=pt-BR] .modal-pwa_main-line-content {
    width: 116px;
  }
}
@media (min-width: 576px) {
  .modal-pwa_main-line-content {
    font-size: 12px;
    gap: 12px;
  }
  [lang=el-GR] .modal-pwa_main-line-content, [lang=pt-BR] .modal-pwa_main-line-content {
    width: 220px;
    flex-direction: row;
    gap: 8px;
  }
  [lang=el-GR] .modal-pwa_main-line-content:nth-child(2), [lang=pt-BR] .modal-pwa_main-line-content:nth-child(2) {
    max-width: 150px;
  }
  [lang|=es] .modal-pwa_main-line-content {
    width: 220px;
    flex-direction: row;
    gap: 8px;
  }
  [lang|=es] .modal-pwa_main-line-content:nth-child(2) {
    max-width: 160px;
  }
  [lang|=en] .modal-pwa_main-line-content {
    width: 170px;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
  }
}
@media (min-width: 620px) {
  .modal-pwa_main-line-content {
    width: 240px;
  }
  [lang=bg-BG] .modal-pwa_main-line-content {
    width: 240px;
  }
}
@media (min-width: 753px) {
  .modal-pwa_main-line-content {
    font-size: 14px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  [lang=bg-BG] .modal-pwa_main-line-content, [lang=pt-BR] .modal-pwa_main-line-content {
    font-size: 14px;
  }
  [lang=ro-RO] .modal-pwa_main-line-content {
    font-size: 14px;
  }
  [lang=ro-RO] .modal-pwa_main-line-content:nth-child(2) {
    width: fit-content;
  }
  [lang=el-GR] .modal-pwa_main-line-content, [lang|=es] .modal-pwa_main-line-content {
    font-size: 14px;
    gap: 12px;
  }
  [lang=el-GR] .modal-pwa_main-line-content:nth-child(2), [lang|=es] .modal-pwa_main-line-content:nth-child(2) {
    max-width: 190px;
  }
}
@media (min-width: 962px) {
  .modal-pwa_main-line-content {
    font-size: 18px;
  }
  [lang=bg-BG] .modal-pwa_main-line-content, [lang|=en] .modal-pwa_main-line-content {
    font-size: 20px;
    width: 100%;
  }
  [lang=ro-RO] .modal-pwa_main-line-content {
    font-size: 20px;
  }
  [lang=el-GR] .modal-pwa_main-line-content, [lang|=es] .modal-pwa_main-line-content, [lang=pt-BR] .modal-pwa_main-line-content {
    font-size: 20px;
    width: 100%;
    gap: 16px;
  }
  [lang=el-GR] .modal-pwa_main-line-content:nth-child(2), [lang|=es] .modal-pwa_main-line-content:nth-child(2), [lang=pt-BR] .modal-pwa_main-line-content:nth-child(2) {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-pwa_main-line-content {
    width: 100%;
    gap: 24px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .modal-pwa_main-line-content {
    flex-direction: column;
  }
}
.modal-pwa_main-line-content div {
  padding: 0 8px;
  text-align: center;
}
@media (min-width: 360px) {
  [lang=bg-BG] .modal-pwa_main-line-content div, [lang=pt-BR] .modal-pwa_main-line-content div, [lang|=en] .modal-pwa_main-line-content div {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .modal-pwa_main-line-content div {
    padding: 0 2px;
  }
  [lang=el-GR] .modal-pwa_main-line-content div, [lang|=es] .modal-pwa_main-line-content div, [lang=pt-BR] .modal-pwa_main-line-content div, [lang|=en] .modal-pwa_main-line-content div {
    text-align: left;
    margin-top: -3px;
  }
}
@media (min-width: 753px) {
  .modal-pwa_main-line-content div {
    padding: 0 20px 0 0;
    text-align: left;
  }
}
@media (min-width: 962px) {
  [lang=el-GR] .modal-pwa_main-line-content div {
    padding-right: 0;
  }
}
.modal-pwa_main-line-content img {
  width: 45px;
  height: 45px;
}
@media (min-width: 992px) {
  .modal-pwa_main-line-content img {
    width: 60px;
    height: 60px;
  }
}
.modal-pwa_main-buttons {
  width: 250px;
}
[lang=bg-BG] .modal-pwa_main-buttons {
  width: 260px;
}
[lang=it-IT] .modal-pwa_main-buttons {
  width: 280px;
}
@media (min-width: 414px) {
  .modal-pwa_main-buttons {
    width: 290px;
  }
  [lang=it-IT] .modal-pwa_main-buttons {
    width: 330px;
  }
}
@media (min-width: 576px) {
  .modal-pwa_main-buttons {
    width: 400px;
  }
  [lang=bg-BG] .modal-pwa_main-buttons, [lang=el-GR] .modal-pwa_main-buttons {
    width: 460px;
  }
  [lang|=en] .modal-pwa_main-buttons {
    width: 330px;
  }
  [lang=it-IT] .modal-pwa_main-buttons {
    width: 473px;
  }
}
@media (min-width: 768px) {
  .modal-pwa_main-buttons {
    width: 500px;
  }
  [lang=bg-BG] .modal-pwa_main-buttons {
    width: 480px;
  }
  [lang|=en] .modal-pwa_main-buttons {
    width: 500px;
  }
  [lang=it-IT] .modal-pwa_main-buttons {
    width: 497px;
  }
}
@media (min-width: 962px) {
  .modal-pwa_main-buttons {
    width: 464px;
  }
  [lang|=en] .modal-pwa_main-buttons {
    width: 444px;
  }
}
@media (min-width: 1024px) {
  .modal-pwa_main-buttons {
    margin-left: -40px;
  }
  [lang=ro-RO] .modal-pwa_main-buttons, [lang=it-IT] .modal-pwa_main-buttons, [lang=pt-BR] .modal-pwa_main-buttons, [lang|=en] .modal-pwa_main-buttons {
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .modal-pwa_main-buttons {
    align-self: flex-start;
    margin-left: 0;
  }
}
.modal-pwa_main-buttons_install {
  width: 100%;
  height: 60px;
  margin: 24px 0 0 0;
  text-shadow: 0 2.91px 2.91px rgba(82, 51, 5, 0.37);
}
@media (min-width: 576px) {
  .modal-pwa_main-buttons_install {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 629px) {
  .modal-pwa_main-buttons_install {
    margin: 20px 0 28px 0;
  }
}
@media (min-width: 753px) {
  .modal-pwa_main-buttons_install {
    margin: 15px 0 17px 0;
  }
}
@media (min-width: 768px) {
  .modal-pwa_main-buttons_install {
    margin: 16px 0 24px 0;
  }
}
@media (min-width: 1024px) {
  .modal-pwa_main-buttons_install {
    margin: 28px 0 24px 0;
  }
}
.modal-pwa_main-buttons_install_text {
  margin-right: 4px;
}
@media (min-width: 360px) {
  [lang=bg-BG] .modal-pwa_main-buttons_install_text, [lang=ro-RO] .modal-pwa_main-buttons_install_text, [lang=el-GR] .modal-pwa_main-buttons_install_text, [lang=pt-BR] .modal-pwa_main-buttons_install_text, [lang|=en] .modal-pwa_main-buttons_install_text {
    font-size: 24px;
  }
  [lang|=es] .modal-pwa_main-buttons_install_text, [lang=it-IT] .modal-pwa_main-buttons_install_text {
    font-size: 18px;
  }
}
@media (min-width: 414px) {
  [lang=bg-BG] .modal-pwa_main-buttons_install_text {
    font-size: 24px;
  }
  [lang=it-IT] .modal-pwa_main-buttons_install_text, [lang|=es] .modal-pwa_main-buttons_install_text {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .modal-pwa_main-buttons_install_text {
    font-size: 20px;
  }
  [lang=bg-BG] .modal-pwa_main-buttons_install_text {
    font-size: 24px;
  }
  [lang=el-GR] .modal-pwa_main-buttons_install_text {
    font-size: 28px;
  }
  [lang|=es] .modal-pwa_main-buttons_install_text, [lang=it-IT] .modal-pwa_main-buttons_install_text {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  [lang|=es] .modal-pwa_main-buttons_install_text, [lang=it-IT] .modal-pwa_main-buttons_install_text {
    font-size: 24px;
  }
}
.modal-pwa_main-buttons_install_icon {
  font-size: large;
}
@media (min-width: 414px) {
  .modal-pwa_main-buttons .actions {
    margin-top: 0;
  }
}
.modal-pwa_main-buttons .continue {
  margin: 0 auto;
  color: #043192;
  background: transparent;
  text-align: center;
  font-family: "Archivo", cursive;
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  border: none;
  cursor: pointer;
  text-shadow: 0 4px 8px rgba(4, 49, 146, 0.4);
}
[lang=el-GR] .modal-pwa_main-buttons .continue {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
[lang=bg-BG] .modal-pwa_main-buttons .continue {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 700;
}
.modal-pwa_main-buttons .continue:disabled, .modal-pwa_main-buttons .continue[disabled] {
  opacity: 0.6;
}
@media (min-width: 320px) {
  .modal-pwa_main-buttons .continue {
    padding: 24px 12px 0 12px;
  }
}
@media (min-width: 768px) {
  .modal-pwa_main-buttons .continue {
    padding: 0 12px 0 12px;
  }
}
.modal-pwa_main-buttons .continue:hover {
  text-decoration: none;
}

.modal-pwa-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal-pwa-main {
  position: relative;
  z-index: 5;
  width: 100%;
}
@media (min-width: 992px) {
  .modal-pwa-main {
    margin-bottom: 170px;
  }
}

.pwa_bg-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 10;
  inset: 0;
}
.pwa_bg-wrapper svg {
  width: 100%;
  height: 100%;
}
.pwa_bg-wrapper .pwa_bg_svg_desktop-blur,
.pwa_bg-wrapper .pwa_bg_svg_mobile-blur {
  backdrop-filter: blur(3px);
}
.pwa_bg-wrapper.pwa-bg-wrapper--no-blur .pwa_bg_svg_desktop-blur,
.pwa_bg-wrapper.pwa-bg-wrapper--no-blur .pwa_bg_svg_mobile-blur {
  backdrop-filter: none !important;
}
@media (min-width: 360px) {
  .pwa_bg-wrapper {
    min-height: 100%;
    height: 745px;
  }
}
@media (min-width: 414px) {
  .pwa_bg-wrapper {
    min-height: 100%;
    height: 825px;
    width: 384px;
  }
}
@media (min-width: 576px) {
  .pwa_bg-wrapper {
    min-height: 100%;
    height: 980px;
    width: 526px;
  }
}
@media (min-width: 768px) {
  .pwa_bg-wrapper {
    min-height: 100%;
    height: 980px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .pwa_bg-wrapper {
    height: 781px;
    width: 944px;
  }
}
@media (min-width: 1024px) {
  .pwa_bg-wrapper {
    height: 781px;
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  .pwa_bg-wrapper {
    height: 781px;
    width: 1150px;
  }
}

.modal-pwa-content {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .modal-pwa-content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 850px;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  [lang=bg-BG] .modal-pwa-content, [lang=ro-RO] .modal-pwa-content, [lang=el-GR] .modal-pwa-content, [lang|=es] .modal-pwa-content, [lang|=en] .modal-pwa-content {
    width: 900px;
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .modal-pwa-content {
    max-width: 930px;
  }
  [lang=bg-BG] .modal-pwa-content, [lang=ro-RO] .modal-pwa-content, [lang=el-GR] .modal-pwa-content {
    max-width: 1070px;
    width: 1070px;
    gap: 0;
  }
  [lang|=es] .modal-pwa-content, [lang|=en] .modal-pwa-content {
    max-width: 1000px;
    width: 1000px;
    gap: 0;
  }
  [lang=pt-BR] .modal-pwa-content {
    max-width: 1020px;
    width: 1020px;
    gap: 0;
  }
}

.modal-pwa_main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .modal-pwa_main-content {
    align-self: flex-start;
    width: 444px;
  }
  [lang=bg-BG] .modal-pwa_main-content, [lang=ro-RO] .modal-pwa_main-content, [lang=el-GR] .modal-pwa_main-content, [lang|=es] .modal-pwa_main-content, [lang=pt-BR] .modal-pwa_main-content, [lang|=en] .modal-pwa_main-content {
    align-items: start;
  }
}
@media (min-width: 1024px) {
  [lang=bg-BG] .modal-pwa_main-content, [lang=el-GR] .modal-pwa_main-content, [lang|=es] .modal-pwa_main-content {
    align-items: center;
    width: 500px;
  }
  [lang=pt-BR] .modal-pwa_main-content, [lang|=en] .modal-pwa_main-content {
    width: 500px;
  }
}
@media (min-width: 1400px) {
  .modal-pwa_main-content {
    flex: 0 1 614px;
  }
  [lang=bg-BG] .modal-pwa_main-content, [lang=el-GR] .modal-pwa_main-content {
    flex: 0 1 668px;
  }
  [lang|=es] .modal-pwa_main-content {
    align-items: start;
  }
}

@media (min-width: 992px) {
  .modal-pwa-footer {
    display: none;
  }
}

.pwa-action {
  position: relative;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}
@media (min-width: 414px) {
  .pwa-action {
    margin: 21px 0 38px;
  }
}

.pwa-info {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 46px 0 38px;
}
@media (min-width: 768px) {
  .pwa-info {
    margin: 46px 0 56px;
  }
}

.about {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pwa-footer-gradient-desktop {
  display: none;
}
@media (min-width: 992px) {
  .pwa-footer-gradient-desktop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, white 0%, transparent 100%);
  }
}

.pwa-footer-gradient {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, white 0%, transparent 100%);
}
@media (min-width: 576px) {
  .pwa-footer-gradient {
    background: linear-gradient(to top, white 0px, white 200px, rgba(255, 255, 255, 0) 450px, rgba(255, 255, 255, 0) 600px);
  }
}
@media (min-width: 768px) {
  .pwa-footer-gradient {
    bottom: -56px;
  }
}

.pwa {
  height: auto;
}
.pwa__phone-container {
  position: relative;
  margin: 0 auto;
  padding: 25px 0;
}
@media (min-width: 414px) {
  .pwa__phone-container {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .pwa__phone-container {
    padding: 37px 0;
  }
}
@media (min-width: 576px) {
  .pwa__phone-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .pwa__phone-container {
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .pwa__phone-container {
    padding-top: 65px;
  }
}
.pwa__phone {
  width: 211px;
  height: 425px;
  background: url(assets/phone.svg) no-repeat;
  background-size: cover;
  transform: rotate(6deg);
  position: relative;
}
@media (min-width: 414px) {
  .pwa__phone {
    width: 233px;
    height: 467px;
  }
}
@media (min-width: 576px) {
  .pwa__phone {
    width: 293px;
    height: 590px;
  }
}
@media (min-width: 1920px) {
  .pwa__phone {
    width: 348px;
    height: 702px;
  }
}
@media (min-width: 992px) {
  .pwa__phone {
    width: 282px;
    height: 568px;
  }
}
.pwa__animation-wrapper, .pwa__video-thumbnail {
  position: absolute;
  top: 34px;
  left: 11px;
  width: 190px;
  height: 409px;
  border-radius: 27px;
  z-index: 1;
  transform: rotate(6deg);
  overflow: hidden;
}
@media (min-width: 414px) {
  .pwa__animation-wrapper, .pwa__video-thumbnail {
    top: 42px;
    left: 13px;
    width: 208px;
    height: 446px;
    border-radius: 27px;
  }
}
@media (min-width: 576px) {
  .pwa__animation-wrapper, .pwa__video-thumbnail {
    top: 43px;
    left: 16px;
    width: 262px;
    height: 567px;
    border-radius: 37px;
  }
}
@media (min-width: 768px) {
  .pwa__animation-wrapper, .pwa__video-thumbnail {
    top: 49px;
  }
}
@media (min-width: 992px) {
  .pwa__animation-wrapper, .pwa__video-thumbnail {
    top: 81px;
    left: 15px;
    width: 253px;
    height: 544px;
  }
}
@media (min-width: 1400px) {
  .pwa__animation-wrapper, .pwa__video-thumbnail {
    top: 77px;
  }
}
.pwa__animation-wrapper .animation, .pwa__video-thumbnail .animation {
  max-width: none;
  width: 100%;
  height: 100%;
}
.pwa__animation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 90px;
  width: 100%;
  height: 100%;
  background: url(assets/phone-camera_360.webp) no-repeat;
  transform: rotate(-5deg);
}
@media (min-width: 414px) {
  .pwa__animation-wrapper::before {
    left: 96px;
    background: url(assets/phone-camera_414.webp) no-repeat;
  }
}
@media (min-width: 576px) {
  .pwa__animation-wrapper::before {
    left: 122px;
    background: url(assets/phone-camera_576.webp) no-repeat;
  }
}
@media (min-width: 768px) {
  .pwa__animation-wrapper::before {
    left: 128px;
    background: url(assets/phone-camera_576.webp) no-repeat;
  }
}
@media (min-width: 992px) {
  .pwa__animation-wrapper::before {
    left: 119px;
    background: url(assets/phone-camera_576.webp) no-repeat;
  }
}
@media (min-width: 1200px) {
  .pwa__animation-wrapper::before {
    left: 130px;
    background: url(assets/phone-camera_414.webp) no-repeat;
  }
}
@media (min-width: 1460px) {
  .pwa__animation-wrapper::before {
    left: 123px;
    background: url(assets/phone-camera_576.webp) no-repeat;
  }
}
@media (min-width: 1920px) {
  .pwa__animation-wrapper::before {
    left: 115px;
    background: url(assets/phone-camera_1920.webp) no-repeat;
  }
}
.pwa__video-thumbnail {
  opacity: 0;
  transition: opacity 2s ease;
  animation: fadeIn 2s ease forwards;
  animation-delay: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .pwa__video-thumbnail {
    animation: none;
    transition: none;
    opacity: 1;
  }
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/PushPhase/styles.scss ***!
  \**************************************************************************************************************************************************/
.modal-push {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background: #b3d4fe url(assets/background_360.svg) no-repeat;
  background-size: cover;
}
@media (min-width: 414px) {
  .modal-push {
    background: #b3d4fe url(assets/background_414.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 576px) {
  .modal-push {
    background: #b3d4fe url(assets/background_576.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .modal-push {
    background: #b3d4fe url(assets/background_768.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 962px) {
  .modal-push {
    background: url(assets/background_992.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .modal-push {
    background: url(assets/background_1024.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .modal-push {
    background: url(assets/background_1200.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1400px) {
  .modal-push {
    background: url(assets/background_1400.svg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1920px) {
  .modal-push {
    background: url(assets/background_1920.svg) no-repeat;
    background-size: cover;
  }
}
.modal-push_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 25px;
  background-size: 104% 100%;
  background-position-x: center;
  text-align: center;
  font-family: "Paytone One", sans-serif;
}
.modal-push_main-title {
  width: 270px;
}
@media (min-width: 360px) {
  .modal-push_main-title {
    width: 310px;
  }
  [lang=bg-BG] .modal-push_main-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  [lang=ro-RO] .modal-push_main-title {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  [lang=el-GR] .modal-push_main-title {
    width: 278px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  [lang|=es] .modal-push_main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 280px;
  }
  [lang=pt-BR] .modal-push_main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 250px;
  }
  [lang|=en] .modal-push_main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 286px;
  }
}
@media (min-width: 414px) {
  [lang=ro-RO] .modal-push_main-title {
    width: 270px;
    gap: 16px;
  }
  [lang=el-GR] .modal-push_main-title {
    width: 306px;
  }
  [lang|=es] .modal-push_main-title {
    gap: 16px;
  }
  [lang=pt-BR] .modal-push_main-title {
    width: 293px;
  }
  [lang|=en] .modal-push_main-title {
    width: 316px;
  }
}
@media (min-width: 576px) {
  .modal-push_main-title {
    width: 480px;
  }
  [lang=bg-BG] .modal-push_main-title {
    width: 462px;
  }
  [lang=ro-RO] .modal-push_main-title {
    width: 464px;
  }
  [lang=el-GR] .modal-push_main-title {
    width: 450px;
  }
  [lang|=es] .modal-push_main-title {
    width: 440px;
  }
  [lang=pt-BR] .modal-push_main-title {
    width: 400px;
  }
  [lang|=en] .modal-push_main-title {
    width: 480px;
  }
}
@media (min-width: 768px) {
  .modal-push_main-title {
    width: 533px;
  }
  [lang=bg-BG] .modal-push_main-title {
    width: 571px;
  }
  [lang=ro-RO] .modal-push_main-title {
    width: 516px;
  }
  [lang=el-GR] .modal-push_main-title {
    width: 560px;
    margin-bottom: 52px;
  }
  [lang|=es] .modal-push_main-title {
    width: 464px;
    margin-bottom: 22px;
  }
  [lang=pt-BR] .modal-push_main-title {
    width: 500px;
    margin-bottom: 22px;
  }
  [lang|=en] .modal-push_main-title {
    width: 532px;
    margin-bottom: 22px;
  }
}
@media (min-width: 962px) {
  [lang=bg-BG] .modal-push_main-title, [lang|=es] .modal-push_main-title, [lang|=en] .modal-push_main-title {
    width: 507px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
  }
  [lang=el-GR] .modal-push_main-title {
    width: 510px;
    margin-bottom: 22px;
  }
  [lang|=es] .modal-push_main-title {
    width: 500px;
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .modal-push_main-title {
    width: 100%;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .modal-push_main-title {
    width: 550px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1024px) {
  [lang=el-GR] .modal-push_main-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  [lang=el-GR] .modal-push_main-title {
    width: 560px;
  }
}
@media (min-width: 1400px) {
  [lang=bg-BG] .modal-push_main-title {
    width: 602px;
  }
  [lang=ro-RO] .modal-push_main-title, [lang=pt-BR] .modal-push_main-title, [lang|=en] .modal-push_main-title {
    width: 550px;
  }
}
.modal-push_main-title h1 {
  margin: 27px auto 8px auto;
  font-size: 22px;
  line-height: 1.1;
  position: relative;
  font-weight: 400;
  font-family: "Paytone One", sans-serif;
  text-align: center;
}
[lang=bg-BG] .modal-push_main-title h1 {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 800;
}
[lang=el-GR] .modal-push_main-title h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
@media (min-width: 320px) {
  .modal-push_main-title h1 {
    font-size: 19px;
  }
}
@media (min-width: 360px) {
  .modal-push_main-title h1 {
    font-size: 24px;
  }
  [lang=bg-BG] .modal-push_main-title h1, [lang=pt-BR] .modal-push_main-title h1 {
    font-size: 22px;
    line-height: 117%;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
  [lang=ro-RO] .modal-push_main-title h1 {
    line-height: 117%;
    margin-bottom: 0;
  }
  [lang=pt-BR] .modal-push_main-title h1, [lang|=en] .modal-push_main-title h1 {
    line-height: 117%;
    font-size: 22px;
    margin-bottom: 0;
  }
  [lang=el-GR] .modal-push_main-title h1, [lang|=es] .modal-push_main-title h1 {
    width: 270px;
    font-size: 22px;
    line-height: 117%;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
}
@media (min-width: 414px) {
  .modal-push_main-title h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  [lang=bg-BG] .modal-push_main-title h1, [lang=el-GR] .modal-push_main-title h1, [lang|=es] .modal-push_main-title h1, [lang=pt-BR] .modal-push_main-title h1, [lang|=en] .modal-push_main-title h1 {
    font-size: 24px;
  }
  [lang=ro-RO] .modal-push_main-title h1 {
    width: 250px;
  }
}
@media (min-width: 576px) {
  .modal-push_main-title h1 {
    font-size: 28px;
    line-height: 125%;
  }
  [lang=bg-BG] .modal-push_main-title h1 {
    font-size: 28px;
  }
  [lang=ro-RO] .modal-push_main-title h1 {
    font-size: 32px;
    width: 300px;
  }
  [lang=el-GR] .modal-push_main-title h1, [lang=pt-BR] .modal-push_main-title h1 {
    width: 100%;
    font-size: 28px;
  }
  [lang|=es] .modal-push_main-title h1 {
    font-size: 28px;
    width: 360px;
  }
  [lang|=en] .modal-push_main-title h1 {
    font-size: 28px;
    width: 420px;
  }
}
@media (min-width: 768px) {
  .modal-push_main-title h1 {
    padding: 30px 0 0;
    font-size: 32px;
  }
  [lang=bg-BG] .modal-push_main-title h1 {
    font-size: 36px;
  }
  [lang=ro-RO] .modal-push_main-title h1, [lang|=es] .modal-push_main-title h1, [lang=pt-BR] .modal-push_main-title h1 {
    width: fit-content;
    font-size: 36px;
  }
  [lang=el-GR] .modal-push_main-title h1 {
    font-size: 36px;
  }
  [lang|=en] .modal-push_main-title h1 {
    font-size: 32px;
  }
}
@media (min-width: 962px) {
  .modal-push_main-title h1 {
    margin: 30px 0;
    padding: 0;
    font-size: 34px;
  }
  [lang=bg-BG] .modal-push_main-title h1 {
    font-size: 32px;
  }
  [lang|=es] .modal-push_main-title h1, [lang=pt-BR] .modal-push_main-title h1 {
    font-size: 32px;
    width: 500px;
  }
  [lang=el-GR] .modal-push_main-title h1 {
    font-size: 32px;
  }
  [lang|=en] .modal-push_main-title h1 {
    font-size: 38px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .modal-push_main-title h1 {
    width: 100%;
    font-size: 36px;
    margin: 30px 0 8px 0;
  }
}
@media (min-width: 1200px) {
  [lang=ro-RO] .modal-push_main-title h1, [lang=pt-BR] .modal-push_main-title h1, [lang=pt-BR] .modal-push_main-title h1 {
    font-size: 38px;
  }
  [lang|=es] .modal-push_main-title h1 {
    width: 480px;
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  [lang=bg-BG] .modal-push_main-title h1, [lang=el-GR] .modal-push_main-title h1 {
    font-size: 38px;
  }
  [lang|=es] .modal-push_main-title h1 {
    width: 500px;
  }
  [lang=pt-BR] .modal-push_main-title h1 {
    width: 520px;
  }
  [lang|=en] .modal-push_main-title h1 {
    width: 550px;
    font-size: 48px;
  }
}
.modal-push_main-title span {
  color: #ea7b07;
}
@media (min-width: 962px) {
  [lang=ro-RO] .modal-push_main-title p {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  [lang=ro-RO] .modal-push_main-title p {
    width: 100%;
  }
}
.modal-push_main-title p,
.modal-push_main-title span {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
[lang=el-GR] .modal-push_main-title p,
[lang=el-GR] .modal-push_main-title span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 117%;
}
[lang=bg-BG] .modal-push_main-title p,
[lang=bg-BG] .modal-push_main-title span {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 700;
}
@media (min-width: 360px) {
  [lang=bg-BG] .modal-push_main-title p,
  [lang=bg-BG] .modal-push_main-title span {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 117%;
    display: block;
  }
  [lang=ro-RO] .modal-push_main-title p, [lang|=en] .modal-push_main-title p,
  [lang=ro-RO] .modal-push_main-title span,
  [lang|=en] .modal-push_main-title span {
    line-height: 117%;
  }
  [lang|=es] .modal-push_main-title p, [lang=pt-BR] .modal-push_main-title p,
  [lang|=es] .modal-push_main-title span,
  [lang=pt-BR] .modal-push_main-title span {
    font-size: 18px;
    line-height: 117%;
  }
}
@media (min-width: 414px) {
  .modal-push_main-title p,
  .modal-push_main-title span {
    font-size: 20px;
  }
  [lang=bg-BG] .modal-push_main-title p, [lang|=es] .modal-push_main-title p, [lang=pt-BR] .modal-push_main-title p,
  [lang=bg-BG] .modal-push_main-title span,
  [lang|=es] .modal-push_main-title span,
  [lang=pt-BR] .modal-push_main-title span {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .modal-push_main-title p,
  .modal-push_main-title span {
    font-size: 24px;
  }
  [lang=bg-BG] .modal-push_main-title p, [lang|=es] .modal-push_main-title p,
  [lang=bg-BG] .modal-push_main-title span,
  [lang|=es] .modal-push_main-title span {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .modal-push_main-title p,
  .modal-push_main-title span {
    font-size: 26px;
  }
  [lang=bg-BG] .modal-push_main-title p, [lang=pt-BR] .modal-push_main-title p,
  [lang=bg-BG] .modal-push_main-title span,
  [lang=pt-BR] .modal-push_main-title span {
    font-size: 26px;
  }
  [lang|=es] .modal-push_main-title p,
  [lang|=es] .modal-push_main-title span {
    width: 470px;
    font-size: 26px;
  }
}
@media (min-width: 962px) {
  [lang=bg-BG] .modal-push_main-title p, [lang=ro-RO] .modal-push_main-title p, [lang=el-GR] .modal-push_main-title p, [lang=pt-BR] .modal-push_main-title p, [lang|=en] .modal-push_main-title p,
  [lang=bg-BG] .modal-push_main-title span,
  [lang=ro-RO] .modal-push_main-title span,
  [lang=el-GR] .modal-push_main-title span,
  [lang=pt-BR] .modal-push_main-title span,
  [lang|=en] .modal-push_main-title span {
    font-size: 24px;
  }
  [lang|=es] .modal-push_main-title p,
  [lang|=es] .modal-push_main-title span {
    width: 440px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .modal-push_main-title p,
  .modal-push_main-title span {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  [lang=ro-RO] .modal-push_main-title p, [lang=pt-BR] .modal-push_main-title p,
  [lang=ro-RO] .modal-push_main-title span,
  [lang=pt-BR] .modal-push_main-title span {
    font-size: 26px;
  }
  [lang=el-GR] .modal-push_main-title p,
  [lang=el-GR] .modal-push_main-title span {
    font-size: 24px;
  }
  [lang|=es] .modal-push_main-title p,
  [lang|=es] .modal-push_main-title span {
    width: 470px;
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  [lang=bg-BG] .modal-push_main-title p, [lang=el-GR] .modal-push_main-title p, [lang|=en] .modal-push_main-title p,
  [lang=bg-BG] .modal-push_main-title span,
  [lang=el-GR] .modal-push_main-title span,
  [lang|=en] .modal-push_main-title span {
    font-size: 26px;
  }
}
.modal-push .line-main-container {
  display: none;
}
@media (min-width: 992px) {
  .modal-push .line-main-container {
    display: block;
  }
}
.modal-push_main-line {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  width: 92%;
}
@media (min-width: 390px) {
  .modal-push_main-line {
    width: 88%;
  }
}
@media (min-width: 414px) {
  .modal-push_main-line {
    width: 90%;
  }
}
@media (min-width: 576px) {
  .modal-push_main-line {
    width: 78%;
  }
  [lang=el-GR] .modal-push_main-line, [lang|=es] .modal-push_main-line, [lang=pt-BR] .modal-push_main-line, [lang|=en] .modal-push_main-line {
    width: 100%;
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (min-width: 768px) {
  .modal-push_main-line {
    width: 80%;
  }
  [lang=el-GR] .modal-push_main-line, [lang|=es] .modal-push_main-line, [lang=pt-BR] .modal-push_main-line {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }
  [lang|=en] .modal-push_main-line {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .modal-push_main-line {
    flex-direction: column;
    width: 366px;
    margin: 55px auto 0 auto;
  }
  [lang=bg-BG] .modal-push_main-line {
    width: 386px;
    margin-top: 29px;
  }
  [lang|=es] .modal-push_main-line {
    margin-top: 37px;
  }
  [lang|=en] .modal-push_main-line {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  [lang=bg-BG] .modal-push_main-line {
    margin-top: 37px;
  }
  [lang|=es] .modal-push_main-line {
    margin-top: 46px;
  }
}
@media (min-width: 1200px) {
  [lang|=es] .modal-push_main-line {
    margin-top: 34px;
  }
}
@media (min-width: 1400px) {
  [lang=bg-BG] .modal-push_main-line {
    margin-top: 27px;
  }
  [lang|=es] .modal-push_main-line {
    margin-top: 42px;
  }
}
.modal-push_main-line-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
  color: #043192;
  font-family: "Archivo", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 100%;
  text-shadow: 0 4px 8px rgba(4, 49, 146, 0.4);
  gap: 8px;
}
[lang=el-GR] .modal-push_main-line-content {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
[lang=bg-BG] .modal-push_main-line-content {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 700;
}
@media (min-width: 753px) {
  .modal-push_main-line-content:last-child div {
    padding: 0;
  }
}
@media (min-width: 360px) {
  [lang=bg-BG] .modal-push_main-line-content {
    font-size: 12px;
    width: 96px;
  }
  [lang=ro-RO] .modal-push_main-line-content {
    font-size: 12px;
    line-height: 110%;
  }
  [lang=ro-RO] .modal-push_main-line-content:nth-child(2) {
    width: 86px;
  }
  [lang=el-GR] .modal-push_main-line-content {
    line-height: 110%;
    font-size: 12px;
  }
  [lang=el-GR] .modal-push_main-line-content:nth-child(2) {
    max-width: 102px;
  }
  [lang|=es] .modal-push_main-line-content {
    line-height: 110%;
    font-size: 12px;
    width: 108px;
  }
  [lang=pt-BR] .modal-push_main-line-content {
    font-size: 12px;
    width: 102px;
  }
  [lang=pt-BR] .modal-push_main-line-content:nth-child(2) {
    max-width: 96px;
  }
  [lang|=en] .modal-push_main-line-content {
    font-size: 12px;
    width: 96px;
    letter-spacing: 1px;
  }
}
@media (min-width: 414px) {
  [lang=bg-BG] .modal-push_main-line-content {
    width: 110px;
  }
  [lang|=es] .modal-push_main-line-content {
    width: 130px;
  }
  [lang|=es] .modal-push_main-line-content:nth-child(2) {
    max-width: 102px;
  }
  [lang=pt-BR] .modal-push_main-line-content {
    width: 116px;
  }
}
@media (min-width: 576px) {
  .modal-push_main-line-content {
    font-size: 12px;
    gap: 12px;
  }
  [lang=el-GR] .modal-push_main-line-content, [lang=pt-BR] .modal-push_main-line-content {
    width: 220px;
    flex-direction: row;
    gap: 8px;
  }
  [lang=el-GR] .modal-push_main-line-content:nth-child(2), [lang=pt-BR] .modal-push_main-line-content:nth-child(2) {
    max-width: 150px;
  }
  [lang|=es] .modal-push_main-line-content {
    width: 220px;
    flex-direction: row;
    gap: 8px;
  }
  [lang|=es] .modal-push_main-line-content:nth-child(2) {
    max-width: 160px;
  }
  [lang|=en] .modal-push_main-line-content {
    width: 170px;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
  }
}
@media (min-width: 620px) {
  .modal-push_main-line-content {
    width: 240px;
  }
  [lang=bg-BG] .modal-push_main-line-content {
    width: 240px;
  }
}
@media (min-width: 753px) {
  .modal-push_main-line-content {
    font-size: 14px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  [lang=bg-BG] .modal-push_main-line-content, [lang=pt-BR] .modal-push_main-line-content {
    font-size: 14px;
  }
  [lang=ro-RO] .modal-push_main-line-content {
    font-size: 14px;
  }
  [lang=ro-RO] .modal-push_main-line-content:nth-child(2) {
    width: fit-content;
  }
  [lang=el-GR] .modal-push_main-line-content, [lang|=es] .modal-push_main-line-content {
    font-size: 14px;
    gap: 12px;
  }
  [lang=el-GR] .modal-push_main-line-content:nth-child(2), [lang|=es] .modal-push_main-line-content:nth-child(2) {
    max-width: 190px;
  }
}
@media (min-width: 962px) {
  .modal-push_main-line-content {
    font-size: 18px;
  }
  [lang=bg-BG] .modal-push_main-line-content, [lang|=en] .modal-push_main-line-content {
    font-size: 20px;
    width: 100%;
  }
  [lang=el-GR] .modal-push_main-line-content, [lang|=es] .modal-push_main-line-content, [lang=pt-BR] .modal-push_main-line-content {
    font-size: 20px;
    width: 100%;
    gap: 16px;
  }
  [lang=el-GR] .modal-push_main-line-content:nth-child(2), [lang|=es] .modal-push_main-line-content:nth-child(2), [lang=pt-BR] .modal-push_main-line-content:nth-child(2) {
    max-width: 100%;
  }
  [lang=ro-RO] .modal-push_main-line-content {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .modal-push_main-line-content {
    width: 100%;
    gap: 24px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .modal-push_main-line-content {
    flex-direction: column;
  }
}
.modal-push_main-line-content div {
  padding: 0 8px;
  text-align: center;
}
@media (min-width: 360px) {
  [lang=bg-BG] .modal-push_main-line-content div, [lang=pt-BR] .modal-push_main-line-content div, [lang|=en] .modal-push_main-line-content div {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .modal-push_main-line-content div {
    padding: 0 2px;
  }
  [lang=el-GR] .modal-push_main-line-content div, [lang|=es] .modal-push_main-line-content div, [lang=pt-BR] .modal-push_main-line-content div, [lang|=en] .modal-push_main-line-content div {
    text-align: left;
    margin-top: -3px;
  }
}
@media (min-width: 753px) {
  .modal-push_main-line-content div {
    padding: 0 20px 0 0;
    text-align: left;
  }
}
@media (min-width: 962px) {
  [lang=el-GR] .modal-push_main-line-content div {
    padding-right: 0;
  }
}
.modal-push_main-line-content img {
  width: 45px;
  height: 45px;
}
@media (min-width: 992px) {
  .modal-push_main-line-content img {
    width: 60px;
    height: 60px;
  }
}
.modal-push_without-margin-top {
  margin-top: 0;
}
.modal-push_main-buttons {
  width: 250px;
}
[lang=it-IT] .modal-push_main-buttons {
  width: 272px;
}
@media (min-width: 414px) {
  .modal-push_main-buttons {
    width: 290px;
  }
  [lang=it-IT] .modal-push_main-buttons {
    width: 290px;
  }
}
@media (min-width: 576px) {
  .modal-push_main-buttons {
    width: 330px;
  }
  [lang=it-IT] .modal-push_main-buttons {
    width: 444px;
  }
}
@media (min-width: 992px) {
  .modal-push_main-buttons {
    width: 444px;
  }
}
@media (min-width: 1024px) {
  .modal-push_main-buttons {
    margin-left: 0;
  }
}
.modal-push_main-buttons_install {
  width: 100%;
  height: 60px;
  margin: 24px 0 0 0;
  text-shadow: 0 2.91px 2.91px rgba(82, 51, 5, 0.37);
}
@media (min-width: 576px) {
  .modal-push_main-buttons_install {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 629px) {
  .modal-push_main-buttons_install {
    margin: 20px 0 28px 0;
  }
}
@media (min-width: 753px) {
  .modal-push_main-buttons_install {
    margin: 15px 0 17px 0;
  }
}
@media (min-width: 768px) {
  .modal-push_main-buttons_install {
    margin: 10px 0 13px 0;
  }
}
.modal-push_main-buttons_install_text {
  font-size: 22px;
}
@media (min-width: 360px) {
  [lang=bg-BG] .modal-push_main-buttons_install_text, [lang=pt-BR] .modal-push_main-buttons_install_text, [lang|=en] .modal-push_main-buttons_install_text {
    font-size: 24px;
    letter-spacing: 1px;
  }
  [lang=ro-RO] .modal-push_main-buttons_install_text, [lang|=es] .modal-push_main-buttons_install_text, [lang=it-IT] .modal-push_main-buttons_install_text {
    letter-spacing: 1px;
  }
}
@media (min-width: 414px) {
  [lang=ro-RO] .modal-push_main-buttons_install_text, [lang=el-GR] .modal-push_main-buttons_install_text, [lang|=es] .modal-push_main-buttons_install_text, [lang=it-IT] .modal-push_main-buttons_install_text {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .modal-push_main-buttons_install_text {
    font-size: 20px;
  }
  [lang=bg-BG] .modal-push_main-buttons_install_text, [lang=ro-RO] .modal-push_main-buttons_install_text, [lang=el-GR] .modal-push_main-buttons_install_text, [lang|=es] .modal-push_main-buttons_install_text, [lang=pt-BR] .modal-push_main-buttons_install_text, [lang=it-IT] .modal-push_main-buttons_install_text {
    font-size: 28px;
  }
}
@media (min-width: 962px) {
  [lang|=en] .modal-push_main-buttons_install_text {
    font-size: 28px;
  }
}
.modal-push_main-buttons .continue {
  margin: 0 auto;
  color: #043192;
  background: transparent;
  text-align: center;
  font-family: "Archivo", cursive;
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  border: none;
  cursor: pointer;
  text-shadow: 0 4px 8px rgba(4, 49, 146, 0.4);
}
[lang=el-GR] .modal-push_main-buttons .continue {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
[lang=bg-BG] .modal-push_main-buttons .continue {
  font-family: "Shantell Sans", sans-serif;
  font-weight: 700;
}
.modal-push_main-buttons .continue:disabled, .modal-push_main-buttons .continue[disabled] {
  opacity: 0.6;
}
@media (min-width: 320px) {
  .modal-push_main-buttons .continue {
    padding: 24px 12px 0 12px;
  }
}
@media (min-width: 768px) {
  .modal-push_main-buttons .continue {
    padding: 0 12px 0 12px;
  }
}
.modal-push_main-buttons .continue:hover {
  text-decoration: none;
}

.modal-push-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal-push-main {
  position: relative;
  z-index: 5;
  width: 100%;
}
@media (min-width: 992px) {
  .modal-push-main {
    margin-bottom: 170px;
  }
}

.push_bg-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 10;
  inset: 0;
}
.push_bg-wrapper svg {
  width: 100%;
  height: 100%;
}
.push_bg-wrapper .push_bg_svg_desktop-blur,
.push_bg-wrapper .push_bg_svg_mobile-blur {
  backdrop-filter: blur(3px);
}
@media (min-width: 360px) {
  .push_bg-wrapper {
    min-height: 100%;
    height: 745px;
  }
}
@media (min-width: 414px) {
  .push_bg-wrapper {
    min-height: 100%;
    height: 825px;
    width: 384px;
  }
}
@media (min-width: 576px) {
  .push_bg-wrapper {
    min-height: 100%;
    height: 980px;
    width: 545px;
  }
}
@media (min-width: 768px) {
  .push_bg-wrapper {
    min-height: 100%;
    height: 980px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .push_bg-wrapper {
    height: 781px;
    width: 944px;
  }
}
@media (min-width: 1024px) {
  .push_bg-wrapper {
    height: 781px;
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  .push_bg-wrapper {
    height: 781px;
    width: 1150px;
  }
}

.modal-push-content {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .modal-push-content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 850px;
    gap: 20px;
  }
  [lang=bg-BG] .modal-push-content, [lang|=en] .modal-push-content {
    max-width: 900px;
    gap: 0;
  }
  [lang|=es] .modal-push-content {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  [lang|=es] .modal-push-content, [lang|=en] .modal-push-content {
    max-width: 940px;
  }
}
@media (min-width: 1400px) {
  .modal-push-content {
    max-width: 1000px;
  }
  [lang=bg-BG] .modal-push-content {
    max-width: 1000px;
  }
  [lang|=es] .modal-push-content {
    max-width: 1150px;
  }
  [lang|=en] .modal-push-content {
    max-width: 1100px;
  }
}

.modal-push_main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .modal-push_main-content {
    align-self: flex-start;
    width: 466px;
  }
  [lang=bg-BG] .modal-push_main-content {
    width: 507px;
  }
  [lang|=es] .modal-push_main-content, [lang|=en] .modal-push_main-content {
    width: 500px;
  }
}
@media (min-width: 1400px) {
  .modal-push_main-content {
    flex: 0 1 614px;
  }
}

@media (min-width: 992px) {
  .modal-push-footer {
    display: none;
  }
}

.push-action {
  position: relative;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}
@media (min-width: 414px) {
  .push-action {
    margin: 21px 0 38px;
  }
}

.push-info {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 46px 0 38px;
}
@media (min-width: 768px) {
  .push-info {
    margin: 46px 0 56px;
  }
}

.about {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.push-footer-gradient-desktop {
  display: none;
}
@media (min-width: 992px) {
  .push-footer-gradient-desktop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to top, white 0%, transparent 100%);
  }
}

.push-footer-gradient {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, white 0%, transparent 100%);
}
@media (min-width: 576px) {
  .push-footer-gradient {
    background: linear-gradient(to top, white 0px, white 200px, rgba(255, 255, 255, 0) 450px, rgba(255, 255, 255, 0) 600px);
  }
}
@media (min-width: 768px) {
  .push-footer-gradient {
    bottom: -56px;
  }
}

.push {
  height: auto;
}
.push__phone-container {
  position: relative;
  margin: 0 auto;
  padding: 25px 0;
}
@media (min-width: 414px) {
  .push__phone-container {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .push__phone-container {
    padding: 37px 0;
  }
}
@media (min-width: 576px) {
  .push__phone-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .push__phone-container {
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .push__phone-container {
    padding-top: 65px;
  }
}
.push__phone {
  width: 214px;
  height: 425px;
  background: url(assets/phone.svg) no-repeat;
  background-size: cover;
  transform: rotate(6deg);
  position: relative;
}
@media (min-width: 414px) {
  .push__phone {
    width: 231px;
    height: 467px;
  }
}
@media (min-width: 576px) {
  .push__phone {
    width: 293px;
    height: 590px;
  }
}
@media (min-width: 1920px) {
  .push__phone {
    width: 348px;
    height: 702px;
  }
}
@media (min-width: 992px) {
  .push__phone {
    width: 281px;
    height: 568px;
  }
}
.push__animation-wrapper, .push__video-thumbnail {
  position: absolute;
  top: 34px;
  left: 11px;
  width: 190px;
  height: 409px;
  border-radius: 27px;
  z-index: 1;
  transform: rotate(6deg);
  overflow: hidden;
}
@media (min-width: 414px) {
  .push__animation-wrapper, .push__video-thumbnail {
    top: 42px;
    left: 13px;
    width: 207px;
    height: 446px;
    border-radius: 27px;
  }
}
@media (min-width: 576px) {
  .push__animation-wrapper, .push__video-thumbnail {
    top: 43px;
    left: 16px;
    width: 262px;
    height: 567px;
    border-radius: 37px;
  }
}
@media (min-width: 768px) {
  .push__animation-wrapper, .push__video-thumbnail {
    top: 49px;
  }
}
@media (min-width: 992px) {
  .push__animation-wrapper, .push__video-thumbnail {
    top: 81px;
    left: 15px;
    width: 253px;
    height: 544px;
  }
}
@media (min-width: 1400px) {
  .push__animation-wrapper, .push__video-thumbnail {
    top: 77px;
  }
}
.push__animation-wrapper .animation, .push__video-thumbnail .animation {
  max-width: none;
  width: 100%;
  height: 100%;
}
.push__animation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 90px;
  width: 100%;
  height: 100%;
  background: url(assets/phone-camera_360.webp) no-repeat;
  transform: rotate(-5deg);
}
@media (min-width: 414px) {
  .push__animation-wrapper::before {
    left: 92px;
    background: url(assets/phone-camera_414.webp) no-repeat;
  }
}
@media (min-width: 576px) {
  .push__animation-wrapper::before {
    left: 122px;
    background: url(assets/phone-camera_576.webp) no-repeat;
  }
}
@media (min-width: 768px) {
  .push__animation-wrapper::before {
    left: 128px;
    background: url(assets/phone-camera_576.webp) no-repeat;
  }
}
@media (min-width: 992px) {
  .push__animation-wrapper::before {
    left: 119px;
    background: url(assets/phone-camera_576.webp) no-repeat;
  }
}
@media (min-width: 1200px) {
  .push__animation-wrapper::before {
    left: 130px;
    background: url(assets/phone-camera_414.webp) no-repeat;
  }
}
@media (min-width: 1460px) {
  .push__animation-wrapper::before {
    left: 123px;
    background: url(assets/phone-camera_576.webp) no-repeat;
  }
}
@media (min-width: 1920px) {
  .push__animation-wrapper::before {
    left: 115px;
    background: url(assets/phone-camera_1920.webp) no-repeat;
  }
}
.push__video-thumbnail {
  opacity: 0;
  transition: opacity 2s ease;
  animation: fadeIn 2s ease forwards;
  animation-delay: 0.8s;
}
@media (prefers-reduced-motion: reduce) {
  .push__video-thumbnail {
    animation: none;
    transition: none;
    opacity: 1;
  }
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./App/Components/UI/Modal/modal.scss ***!
  \*****************************************************************************************************************************/
.modal-open {
  overflow: hidden;
}

.modal-con {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Open-Sans", sans-serif !important;
  font-weight: 400;
  color: #373d45;
  overflow: hidden;
  z-index: 99999;
}
.modal-con h1 {
  font-size: 30px !important;
}
@media screen and (min-width: 412px) {
  .modal-con h1 {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 768px) {
  .modal-con h1 {
    font-size: 36px !important;
  }
}
@media screen and (min-width: 1024px) {
  .modal-con h1 {
    font-size: 40px !important;
  }
}
.modal-con h2 {
  font-size: 30px !important;
}
.modal-con h3 {
  font-size: 28px !important;
}
.modal-con h4 {
  font-size: 26px !important;
}
.modal-con h5 {
  font-size: 24px !important;
}
.modal-con h6 {
  font-size: 22px !important;
}
.modal-con h1, .modal-con h2, .modal-con h3, .modal-con h4, .modal-con h5, .modal-con h6 {
  margin: 1.2rem 0 1rem !important;
  line-height: 1.1 !important;
  font-family: "Open-Sans", sans-serif !important;
  font-weight: 700;
}
@media (orientation: landscape) {
  .modal-con .modal-dialog {
    width: 95vw;
    max-width: 950px;
    max-height: 80vh;
    margin: 5vh auto;
  }
  .modal-con .modal-dialog .modal-content {
    height: 90vh;
  }
  .modal-con .modal-dialog .modal-content {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0;
    text-align: left;
  }
  .modal-con .modal-dialog .modal-content img {
    width: unset;
  }
  .modal-con .modal-dialog .modal-content .modal-header {
    padding: 0 15px 0;
  }
  .modal-con .modal-dialog .modal-content .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 75px;
    border-bottom-color: #bfbfbf;
  }
}
@media (orientation: landscape) and (orientation: portrait) and (min-width: 1020px) {
  .modal-con .modal-dialog .modal-content .modal-header {
    padding: 5px 20px 5px 55px;
  }
}
@media (orientation: landscape) and (orientation: landscape) and (min-width: 950px) {
  .modal-con .modal-dialog .modal-content .modal-header {
    padding: 5px 20px 5px 55px;
  }
}
@media (orientation: landscape) {
  .modal-con .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0;
    padding: 0;
    animation: textFadeInUp 0.8s ease-out;
  }
  .modal-con .modal-dialog .modal-content .modal-header .close {
    position: relative;
    align-self: baseline;
    height: fit-content;
    padding: 0;
    font-size: 2em;
    font-weight: 900;
    border: none;
    background-color: transparent;
    opacity: 1;
    outline: none;
    cursor: pointer;
  }
  .modal-con .modal-dialog .modal-content .modal-body {
    flex: 1;
    width: 100%;
    height: 80%;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
    line-height: initial;
    animation: textFadeInUp 0.8s ease-out;
  }
  .modal-con .modal-dialog .modal-content .modal-body {
    font-size: 16px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
  }
  .modal-con .modal-dialog .modal-content .modal-body {
    position: relative;
  }
  .modal-con .modal-dialog .modal-content .modal-body > div {
    width: 100%;
  }
  .modal-con .modal-dialog .modal-content .modal-body > div:not(:has(> *)) {
    padding-top: 30%;
    text-align: center;
  }
}
@media (orientation: landscape) and (max-height: 700px) {
  .modal-con .modal-dialog .modal-content .modal-body > div:not(:has(> *)) {
    padding-top: 10%;
  }
}
@media (orientation: landscape) {
  .modal-con .modal-dialog .modal-content .modal-body div.wp-block-spacer {
    display: none;
  }
  .modal-con .modal-dialog .modal-content .modal-body p:last-child {
    padding-bottom: 20px;
  }
  .modal-con .modal-dialog .modal-content .modal-body ul {
    padding-left: 35px;
  }
}
@media (orientation: landscape) and (max-width: 576px) {
  .modal-con .modal-dialog .modal-content .modal-body ul {
    padding-left: 20px;
  }
}
@media (orientation: landscape) {
  .modal-con .modal-dialog .modal-content .modal-body li {
    list-style: disc !important;
  }
  .modal-con .modal-dialog .modal-content .modal-body li > ul {
    padding: 0;
  }
  .modal-con .modal-dialog .modal-content .modal-body li:has(> ul) {
    list-style: none !important;
  }
  .modal-con .modal-dialog .modal-content .modal-body a {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .modal-con .modal-dialog .modal-content .modal-body .one_third_privacy {
    width: 30.3%;
    margin: 0 3%;
    display: inline-block;
    vertical-align: top;
  }
  .modal-con .modal-dialog .modal-content .modal-body .two_third {
    width: 60.6%;
    display: inline-block;
  }
  .modal-con .modal-dialog .modal-content .modal-body.no-title h1 {
    display: none;
  }
  .modal-con .modal-dialog .modal-content .modal-body.no-img p > img {
    display: none;
  }
  .modal-con .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    width: 10px;
  }
  .modal-con .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .modal-con .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background-color: #373d45;
    border-radius: 10px;
    border: 2px solid #555555;
  }
  .modal-con .modal-dialog .modal-content .modal-body.no-close {
    margin-bottom: 20px;
  }
}
@media (orientation: landscape) and (orientation: portrait) and (min-width: 375px) {
  .modal-con .modal-dialog .modal-content .modal-body {
    height: 78%;
  }
}
@media (orientation: landscape) and (orientation: portrait) and (min-width: 410px) {
  .modal-con .modal-dialog .modal-content .modal-body {
    height: 80%;
  }
}
@media (orientation: landscape) and (orientation: portrait) and (min-width: 600px) {
  .modal-con .modal-dialog .modal-content .modal-body {
    height: 85%;
    padding: 15px 30px 30px;
  }
}
@media (orientation: landscape) and (orientation: portrait) and (min-width: 1020px) {
  .modal-con .modal-dialog .modal-content .modal-body {
    height: 90%;
    padding: 15px 55px 30px;
  }
}
@media (orientation: landscape) and (orientation: landscape) and (min-width: 950px) {
  .modal-con .modal-dialog .modal-content .modal-body {
    padding: 15px 55px 30px;
  }
}
@media (orientation: landscape) and (orientation: landscape) and (min-width: 1020px) {
  .modal-con .modal-dialog .modal-content .modal-body {
    height: 100%;
  }
}
@media (orientation: landscape) {
  .modal-con .modal-dialog .modal-content .modal-footer {
    display: flex;
    padding: 0.5em;
    border-top-color: rgb(191, 191, 191);
  }
  .modal-con .modal-dialog .modal-content .modal-footer .modal-btn {
    border-radius: 50px;
    border: none;
    margin: auto;
    color: #fff;
    width: 125px;
    font-size: 16px;
    background-color: #253138;
    line-height: 40px;
    cursor: pointer;
  }
}
@media (orientation: portrait) {
  .modal-con .modal-dialog {
    max-width: 95vw;
    max-height: 80vh;
    margin: 4vh auto 16vh;
    font-size: 1em;
  }
  .modal-con .modal-dialog .modal-content {
    height: 80vh;
    padding: 0;
  }
  .modal-con .modal-dialog .modal-content {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0;
    text-align: left;
  }
  .modal-con .modal-dialog .modal-content .modal-body {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    height: 80%;
    padding: 15px 15px 30px;
    line-height: 130%;
    animation: textFadeInUp 0.8s ease-out;
  }
  .modal-con .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    width: 10px;
  }
  .modal-con .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .modal-con .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background-color: #373d45;
    border-radius: 10px;
    border: 2px solid #555555;
  }
  .modal-con .modal-dialog .modal-content .modal-body {
    font-size: 16px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
  }
  .modal-con .modal-dialog .modal-content .modal-body {
    position: relative;
  }
  .modal-con .modal-dialog .modal-content .modal-body > div {
    width: 100%;
  }
  .modal-con .modal-dialog .modal-content .modal-body > div:not(:has(> *)) {
    padding-top: 30%;
    text-align: center;
  }
}
@media (orientation: portrait) and (max-height: 700px) {
  .modal-con .modal-dialog .modal-content .modal-body > div:not(:has(> *)) {
    padding-top: 10%;
  }
}
@media (orientation: portrait) {
  .modal-con .modal-dialog .modal-content .modal-body div.wp-block-spacer {
    display: none;
  }
  .modal-con .modal-dialog .modal-content .modal-body p:last-child {
    padding-bottom: 20px;
  }
  .modal-con .modal-dialog .modal-content .modal-body ul {
    padding-left: 35px;
  }
}
@media (orientation: portrait) and (max-width: 576px) {
  .modal-con .modal-dialog .modal-content .modal-body ul {
    padding-left: 20px;
  }
}
@media (orientation: portrait) {
  .modal-con .modal-dialog .modal-content .modal-body li {
    list-style: disc !important;
  }
  .modal-con .modal-dialog .modal-content .modal-body li > ul {
    padding: 0;
  }
  .modal-con .modal-dialog .modal-content .modal-body li:has(> ul) {
    list-style: none !important;
  }
  .modal-con .modal-dialog .modal-content .modal-body a {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .modal-con .modal-dialog .modal-content .modal-body .one_third_privacy {
    width: 30.3%;
    margin: 0 3%;
    display: inline-block;
    vertical-align: top;
  }
  .modal-con .modal-dialog .modal-content .modal-body .two_third {
    width: 60.6%;
    display: inline-block;
  }
  .modal-con .modal-dialog .modal-content .modal-body.no-title h1 {
    display: none;
  }
  .modal-con .modal-dialog .modal-content .modal-body.no-img p > img {
    display: none;
  }
}
@media (orientation: portrait) and (min-width: 962px) {
  .modal-con .modal-dialog .modal-content .modal-body {
    padding: 15px 55px 30px;
  }
}
@media (orientation: portrait) {
  .modal-con .modal-dialog .modal-content .modal-body.no-close {
    margin-bottom: 20px;
  }
  .modal-con .modal-dialog .modal-content .modal-header {
    padding: 0 15px;
  }
  .modal-con .modal-dialog .modal-content .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 75px;
    border-bottom-color: #bfbfbf;
  }
}
@media (orientation: portrait) and (min-width: 962px) {
  .modal-con .modal-dialog .modal-content .modal-header {
    padding: 0 55px;
  }
}
@media (orientation: portrait) {
  .modal-con .modal-dialog .modal-content .modal-header .modal-title {
    margin: 10px 0;
    padding: 0;
    line-height: 100%;
    animation: textFadeInUp 0.8s ease-out;
  }
  .modal-con .modal-dialog .modal-content .modal-header .close {
    position: relative;
    align-self: baseline;
    height: fit-content;
    padding: 0;
    font-size: 2em;
    font-weight: 900;
    border: none;
    background-color: transparent;
    opacity: 1;
    outline: none;
    cursor: pointer;
  }
  .modal-con .modal-dialog .modal-content .modal-footer {
    display: flex;
    padding: 0.5em;
    border-top-color: rgb(191, 191, 191);
  }
  .modal-con .modal-dialog .modal-content .modal-footer .modal-btn {
    border-radius: 50px;
    border: none;
    margin: auto;
    color: #fff;
    width: 125px;
    font-size: 16px;
    background-color: #253138;
    line-height: 40px;
    cursor: pointer;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .modal-con .modal-content {
    height: 85%;
  }
}
@media (orientation: portrait) and (min-width: 1020px) {
  .modal-con .modal-content {
    height: 90%;
    padding: 5px 55px;
  }
}

@keyframes textFadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/Footer/styles.scss ***!
  \******************************************************************************************************************************************************************/
.footer {
  padding-top: 70px;
  line-height: 120%;
  color: #ffffff;
  background: #011e5c;
}
@media (min-width: 414px) {
  .footer {
    padding-top: 63px;
  }
}
@media (min-width: 576px) {
  .footer {
    padding-top: 74px;
  }
}
.footer__container {
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 962px) {
  .footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 55px;
    gap: 124px;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.footer__about {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-left: 27px;
  padding-right: 27px;
}
@media (min-width: 768px) {
  .footer__about {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 962px) {
  .footer__about {
    padding-left: 0;
    padding-right: 0;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .footer__about {
    max-width: 320px;
  }
}
@media (min-width: 1400px) {
  .footer__about {
    max-width: 430px;
  }
}
.footer__about-title {
  font-size: 24px;
}
.footer__about-description-mark {
  color: #ffcc00;
  display: block;
}
.footer__content {
  padding: 35px 27px 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
@media (min-width: 414px) {
  .footer__content {
    padding-bottom: 80px;
    padding-top: 24px;
    gap: 38px;
  }
}
@media (min-width: 576px) {
  .footer__content {
    padding-top: 16px;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .footer__content {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 45px 40px 46px;
  }
}
@media (min-width: 962px) {
  .footer__content {
    padding: 0;
    display: contents;
  }
}
.footer__logo {
  width: 124px;
}
@media (min-width: 414px) {
  .footer__logo {
    width: 105px;
  }
}
@media (min-width: 962px) {
  .footer__logo {
    width: 113px;
  }
}
.footer__terms {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.footer__terms-title {
  text-transform: uppercase;
}
.footer__terms-link {
  color: #ffffff;
}
.footer__rights {
  background: #001747;
}
.footer__rights-container {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 414px) {
  .footer__rights-container {
    padding-top: 29px;
    padding-bottom: 32px;
  }
}
@media (min-width: 962px) {
  .footer__rights-container {
    padding-bottom: 29px;
  }
}
.footer__rights-text {
  font-size: 16px;
  color: #88a8eb;
}
@media (min-width: 962px) {
  .footer__rights-text {
    font-size: 18px;
  }
}
.footer__rights-text--display {
  display: block;
}
@media (min-width: 414px) {
  .footer__rights-text--display {
    display: inline-block;
  }
}
.footer__button-up {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.footer__button-up-icon {
  display: block;
  padding-right: 40px;
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/GameDescription/Cards/styles.scss ***!
  \*********************************************************************************************************************************************************************************/
.description {
  display: flex;
  flex-direction: column;
}
.description__item-container:nth-child(even) {
  background: rgba(128, 180, 255, 0.1490196078);
}
@media (min-width: 962px) {
  .description__item-container:nth-child(2) .description__item {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .description__item-container:nth-child(2) .description__image {
    width: 530px;
  }
}
@media (min-width: 962px) {
  .description__item-container:nth-child(2) .description__image {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  .description__item-container:nth-child(2) .description__image {
    width: 560px;
  }
}
@media (min-width: 1400px) {
  .description__item-container:nth-child(2) .description__image {
    margin-right: 0;
  }
}
@media (min-width: 1920px) {
  .description__item-container:nth-child(2) .description__image {
    width: 640px;
  }
}
@media (min-width: 1400px) {
  .description__item-container:nth-child(2) .description__content {
    max-width: 645px;
  }
}
@media (min-width: 1920px) {
  .description__item-container:nth-child(2) .description__content {
    max-width: 715px;
  }
}
.description__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .description__item {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .description__item {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 962px) {
  .description__item {
    padding: 100px 24px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .description__item {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1920px) {
  .description__item {
    padding-right: 0;
    padding-left: 0;
  }
}
.description__image {
  margin: 0 auto;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .description__image {
    width: 440px;
  }
}
@media (min-width: 962px) {
  .description__image {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  .description__image {
    width: 500px;
  }
}
.description__image--list {
  width: 270px;
}
@media (min-width: 414px) {
  .description__image--list {
    width: 300px;
  }
}
@media (min-width: 576px) {
  .description__image--list {
    width: 339px;
  }
}
@media (min-width: 962px) {
  .description__image--list {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .description__image--list {
    margin-left: 120px;
  }
}
.description__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 962px) {
  .description__content {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .description__content {
    max-width: 560px;
  }
}
@media (min-width: 1920px) {
  .description__content {
    max-width: 715px;
  }
}
.description__title {
  font-size: 24px;
}
.description__text {
  white-space: pre-line;
}
@media (min-width: 576px) {
  .description__text {
    font-size: 24px;
  }
}
.description__list {
  margin: 0;
  padding-left: 28px;
}
@media (min-width: 576px) {
  .description__list-item {
    font-size: 24px;
  }
}
.description__list-item::marker {
  font-size: 13px;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/GameDescription/styles.scss ***!
  \***************************************************************************************************************************************************************************/
.game-description {
  display: flex;
  flex-direction: column;
}
.game-description__intro {
  padding: 48px 21px;
  background: rgba(128, 180, 255, 0.2901960784);
}
@media (min-width: 414px) {
  .game-description__intro {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .game-description__intro {
    padding: 80px 40px;
  }
}
@media (min-width: 962px) {
  .game-description__intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.game-description__intro-text {
  text-align: center;
  font-size: 24px;
  max-width: 1350px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .game-description__intro-text {
    font-size: 30px;
  }
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/LandingButton/styles.scss ***!
  \*************************************************************************************************************************************************************************/
.landing-btn {
  font-size: 26px;
  padding-left: 42px;
  padding-right: 42px;
  height: 62px;
}
@media (min-width: 414px) {
  .landing-btn {
    font-size: 30px;
    height: 73px;
  }
}
@media (min-width: 576px) {
  .landing-btn {
    width: 508px;
  }
}
@media (min-width: 768px) {
  .landing-btn {
    width: 390px;
  }
}
@media (min-width: 1400px) {
  .landing-btn {
    font-size: 40px;
    height: 88px;
    width: 592px;
  }
}
.landing-btn--shadow-green::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  box-shadow: 0 9.294px 6.196px 0 rgba(0, 141, 54, 0.25);
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/Hero/Advantages/styles.scss ***!
  \***************************************************************************************************************************************************************************/
.hero-advantages {
  display: grid;
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 10px;
}
@media (min-width: 414px) {
  .hero-advantages {
    gap: 6px 12px;
  }
}
@media (min-width: 576px) {
  .hero-advantages {
    gap: 13px 19px;
  }
}
@media (min-width: 768px) {
  .hero-advantages {
    gap: 21px 26px;
  }
}
@media (min-width: 962px) {
  .hero-advantages {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}
@media (min-width: 1200px) {
  .hero-advantages {
    gap: 68px;
  }
}
@media (min-width: 1400px) {
  .hero-advantages {
    gap: 24px;
  }
}
.hero-advantages .advantage {
  position: relative;
  padding-bottom: 20px;
  max-width: 159px;
}
@media (min-width: 414px) {
  .hero-advantages .advantage {
    padding-bottom: 24px;
    max-width: 185px;
  }
}
@media (min-width: 576px) {
  .hero-advantages .advantage {
    padding-bottom: 40px;
    max-width: 253px;
  }
}
@media (min-width: 768px) {
  .hero-advantages .advantage {
    padding-bottom: 46px;
    max-width: 346px;
  }
}
@media (min-width: 962px) {
  .hero-advantages .advantage {
    padding-bottom: 30px;
    max-width: 229px;
  }
}
@media (min-width: 1400px) {
  .hero-advantages .advantage {
    padding-bottom: 40px;
    max-width: 319px;
  }
}
@media (min-width: 1920px) {
  .hero-advantages .advantage {
    max-width: 353px;
  }
}
.hero-advantages .advantage__card {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.hero-advantages .advantage__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 120px;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 414px) {
  .hero-advantages .advantage__wrapper {
    gap: 14px;
  }
}
@media (min-width: 576px) {
  .hero-advantages .advantage__wrapper {
    gap: 20px;
    width: 180px;
  }
}
@media (min-width: 768px) {
  .hero-advantages .advantage__wrapper {
    gap: 26px;
    width: 240px;
  }
}
@media (min-width: 962px) {
  .hero-advantages .advantage__wrapper {
    gap: 9px;
    width: 180px;
  }
}
@media (min-width: 1400px) {
  .hero-advantages .advantage__wrapper {
    gap: 20px;
    width: 210px;
  }
}
@media (min-width: 1920px) {
  .hero-advantages .advantage__wrapper {
    gap: 27px;
    width: 270px;
  }
}
.hero-advantages .advantage:first-of-type .advantage__icon {
  width: 82px;
}
@media (min-width: 414px) {
  .hero-advantages .advantage:first-of-type .advantage__icon {
    width: 92px;
  }
}
@media (min-width: 576px) {
  .hero-advantages .advantage:first-of-type .advantage__icon {
    width: 128px;
  }
}
@media (min-width: 768px) {
  .hero-advantages .advantage:first-of-type .advantage__icon {
    width: 166px;
  }
}
@media (min-width: 962px) {
  .hero-advantages .advantage:first-of-type .advantage__icon {
    width: 116px;
  }
}
@media (min-width: 1400px) {
  .hero-advantages .advantage:first-of-type .advantage__icon {
    width: 165px;
  }
}
.hero-advantages .advantage__icon {
  width: 90px;
  flex-shrink: 0;
}
@media (min-width: 414px) {
  .hero-advantages .advantage__icon {
    width: 100px;
  }
}
@media (min-width: 576px) {
  .hero-advantages .advantage__icon {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .hero-advantages .advantage__icon {
    width: 180px;
  }
}
@media (min-width: 962px) {
  .hero-advantages .advantage__icon {
    width: 126px;
  }
}
@media (min-width: 1400px) {
  .hero-advantages .advantage__icon {
    width: 189px;
  }
}
.hero-advantages .advantage__description {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero-advantages .advantage__description-text {
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 576px) {
  .hero-advantages .advantage__description-text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .hero-advantages .advantage__description-text {
    font-size: 32px;
  }
}
@media (min-width: 962px) {
  .hero-advantages .advantage__description-text {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .hero-advantages .advantage__description-text {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .hero-advantages .advantage__description-text {
    font-size: 32px;
  }
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/components/Benefit/styles.scss ***!
  \*****************************************************************************************************************************************************/
.benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 576px) {
  .benefit {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .benefit {
    gap: 12px;
  }
}
@media (min-width: 962px) {
  .benefit {
    gap: 16px;
  }
}
@media (min-width: 1400px) {
  .benefit {
    gap: 32px;
  }
}
.benefit__icon-wrap {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.benefit__icon-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 85%;
  height: 60%;
  border-radius: 50%;
  z-index: -1;
  background: transparent;
  box-shadow: 0px 4px 4px 0px rgba(4, 49, 146, 0.3019607843);
}
.benefit__icon {
  display: block;
  width: 35px;
  height: 35px;
}
@media (min-width: 576px) {
  .benefit__icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 962px) {
  .benefit__icon {
    width: 74px;
    height: 74px;
  }
}
.benefit__description {
  font-size: 12px;
  line-height: 117%;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(4, 49, 146, 0.4);
}
@media (min-width: 576px) {
  .benefit__description {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .benefit__description {
    font-size: 14px;
  }
}
@media (min-width: 962px) {
  .benefit__description {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .benefit__description {
    font-size: 26px;
  }
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/Hero/Benefits/styles.scss ***!
  \*************************************************************************************************************************************************************************/
.hero-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 22px;
  position: relative;
  z-index: 2;
}
@media (min-width: 414px) {
  .hero-benefits {
    padding-bottom: 26px;
    gap: 24px;
  }
}
@media (min-width: 576px) {
  .hero-benefits {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    gap: 32px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .hero-benefits {
    width: 75%;
    gap: 24px;
    padding-bottom: 80px;
  }
}
@media (min-width: 962px) {
  .hero-benefits {
    width: 100%;
    gap: 40px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .hero-benefits {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (min-width: 1200px) {
  .hero-benefits {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
  }
}
@media (min-width: 1400px) {
  .hero-benefits {
    flex-direction: column;
    gap: 32px;
  }
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/Hero/Intro/styles.scss ***!
  \**********************************************************************************************************************************************************************/
.cky-consent-container:not(.cky-hide) ~ #root main .hero__intro-blur-mobile,
.cky-consent-container:not(.cky-hide) ~ #root main .hero__intro-blur-desktop {
  backdrop-filter: none !important;
}

.hero-intro {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
  padding-top: 33px;
  padding-left: 29px;
  padding-right: 29px;
}
@media (min-width: 576px) {
  .hero-intro {
    width: 457px;
  }
}
@media (min-width: 768px) {
  .hero-intro {
    padding-top: 44px;
    gap: 30px;
    width: 576px;
  }
}
@media (min-width: 962px) {
  .hero-intro {
    padding-top: 60px;
    gap: 40px;
    width: 708px;
  }
}
@media (min-width: 1400px) {
  .hero-intro {
    width: 1367px;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 150px 95px 110px;
  }
}
.hero-intro__blur {
  position: absolute;
  top: 0;
  height: 645px;
  width: 100%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 414px) {
  .hero-intro__blur {
    height: 730px;
  }
}
@media (min-width: 576px) {
  .hero-intro__blur {
    height: 825px;
  }
}
@media (min-width: 768px) {
  .hero-intro__blur {
    height: 905px;
  }
}
@media (min-width: 962px) {
  .hero-intro__blur {
    height: 930px;
  }
}
@media (min-width: 1400px) {
  .hero-intro__blur {
    height: 880px;
  }
}
@media (min-width: 576px) {
  .hero-intro__blur::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-size: 100% 100%;
    width: 123px;
    height: 190px;
    bottom: -10px;
    left: -60px;
    background-image: url(assets/landing_player.webp);
  }
}
@media (min-width: 768px) {
  .hero-intro__blur::before {
    width: 166px;
    height: 256px;
    bottom: -30px;
    left: -86px;
  }
}
@media (min-width: 962px) {
  .hero-intro__blur::before {
    width: 194px;
    height: 301px;
    bottom: -30px;
    left: -78px;
  }
}
@media (min-width: 1400px) {
  .hero-intro__blur::before {
    left: 15px;
    bottom: -80px;
  }
}
@media (min-width: 1920px) {
  .hero-intro__blur::before {
    width: 356px;
    height: 551px;
    bottom: -100px;
    left: -180px;
  }
}
.hero-intro__blur-mobile {
  height: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .hero-intro__blur-mobile {
    display: none;
  }
}
.hero-intro__blur-desktop {
  height: 100%;
  display: none;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .hero-intro__blur-desktop {
    display: block;
  }
}
@media (min-width: 1400px) {
  .hero-intro__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 78px;
    width: 594px;
  }
}
.hero-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media (min-width: 962px) {
  .hero-intro__content {
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .hero-intro__content {
    gap: 16px;
  }
}
.hero-intro__img {
  width: 230px;
  height: 425px;
}
@media (min-width: 414px) {
  .hero-intro__img {
    width: 267px;
    height: 497px;
  }
}
@media (min-width: 576px) {
  .hero-intro__img {
    width: 325px;
    height: 577px;
  }
}
@media (min-width: 1400px) {
  .hero-intro__img {
    width: 377px;
    height: 702px;
  }
}
.hero-intro__title {
  font-size: 24px;
  text-align: center;
  width: 260px;
  line-height: 117%;
}
@media (min-width: 576px) {
  .hero-intro__title {
    font-size: 28px;
    width: 325px;
  }
}
@media (min-width: 768px) {
  .hero-intro__title {
    font-size: 38px;
    width: 420px;
  }
}
@media (min-width: 962px) {
  .hero-intro__title {
    font-size: 40px;
    width: 440px;
  }
}
@media (min-width: 1400px) {
  .hero-intro__title {
    font-size: 54px;
    width: 100%;
  }
}
@media (min-width: 414px) {
  .hero-intro__btn {
    width: 344px;
  }
}
@media (min-width: 768px) {
  .hero-intro__btn {
    width: 390px;
  }
}
@media (min-width: 1400px) {
  .hero-intro__btn {
    width: 100%;
  }
}
.hero-intro__benefits {
  display: none;
}
@media (min-width: 1400px) {
  .hero-intro__benefits {
    display: block;
  }
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/Hero/styles.scss ***!
  \****************************************************************************************************************************************************************/
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero__container::after {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-48%);
  width: 874px;
  max-width: none;
  height: 330px;
  background: url(assets/landing_field.svg) no-repeat center top;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 414px) {
  .hero__container::after {
    bottom: 80px;
  }
}
@media (min-width: 576px) {
  .hero__container::after {
    bottom: 110px;
  }
}
@media (min-width: 768px) {
  .hero__container::after {
    background-size: contain;
    height: 280px;
    transform: translateX(-50%);
    bottom: 168px;
    width: 992px;
  }
}
@media (min-width: 962px) {
  .hero__container::after {
    background-size: cover;
    height: 350px;
    width: 100%;
    bottom: 140px;
  }
}
@media (min-width: 1400px) {
  .hero__container::after {
    background-size: auto;
    height: 510px;
    bottom: -300px;
  }
}
@media (min-width: 1920px) {
  .hero__container::after {
    background-size: cover;
    height: 440px;
    bottom: -180px;
  }
}
.hero__benefits-container {
  position: relative;
  padding-top: 36px;
}
@media (min-width: 414px) {
  .hero__benefits-container {
    padding-top: 29px;
  }
}
@media (min-width: 768px) {
  .hero__benefits-container {
    padding-top: 43px;
  }
}
@media (min-width: 962px) {
  .hero__benefits-container {
    padding-top: 55px;
  }
}
@media (min-width: 1400px) {
  .hero__benefits-container {
    display: none;
  }
}
.hero__benefits-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -135px;
  height: 172px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 97.4%);
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 414px) {
  .hero__benefits-container::before {
    top: -100px;
    height: 161px;
  }
}
@media (min-width: 576px) {
  .hero__benefits-container::before {
    top: -156px;
  }
}
@media (min-width: 962px) {
  .hero__benefits-container::before {
    top: -85px;
  }
}
.hero__intro-container {
  background: #c9dfff;
  position: relative;
}
@media (min-width: 576px) {
  .hero__intro-container::after {
    content: "";
    position: absolute;
    z-index: 3;
    background-size: 100% 100%;
    width: 125px;
    height: 273px;
    bottom: -20px;
    right: -20px;
    background-image: url(assets/landing_ball-in-net.webp);
  }
}
@media (min-width: 768px) {
  .hero__intro-container::after {
    width: 160px;
    height: 349px;
    bottom: -70px;
    right: -30px;
  }
}
@media (min-width: 962px) {
  .hero__intro-container::after {
    width: 208px;
    height: 428px;
    bottom: -70px;
    right: -20px;
  }
}
@media (min-width: 1024px) {
  .hero__intro-container::after {
    right: 0;
    bottom: -100px;
  }
}
@media (min-width: 1920px) {
  .hero__intro-container::after {
    width: 370px;
    height: 760px;
    bottom: 0;
  }
}
.hero__advantages-container {
  position: relative;
  z-index: 1;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .hero__advantages-container {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .hero__advantages-container {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (min-width: 962px) {
  .hero__advantages-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .hero__advantages-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1400px) {
  .hero__advantages-container {
    padding: 210px 24px 0;
  }
}
@media (min-width: 1920px) {
  .hero__advantages-container {
    padding: 100px 0 90px;
  }
}
@media (min-width: 1400px) {
  .hero__advantages-container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 85%);
    pointer-events: none;
    z-index: -1;
    top: 162px;
    height: 138px;
  }
}
@media (min-width: 1920px) {
  .hero__advantages-container::before {
    top: 20px;
    height: 180px;
  }
}
.hero__btn {
  z-index: 3;
  margin-top: 40px;
}
@media (min-width: 414px) {
  .hero__btn {
    margin-top: 46px;
    width: 344px;
  }
}
@media (min-width: 768px) {
  .hero__btn {
    margin-top: 90px;
    width: 390px;
  }
}
@media (min-width: 962px) {
  .hero__btn {
    margin-top: 73px;
  }
}
@media (min-width: 1400px) {
  .hero__btn {
    display: none;
  }
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/LandingAction/styles.scss ***!
  \*************************************************************************************************************************************************************************/
.landing-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  gap: 28px;
}
@media (min-width: 768px) {
  .landing-action {
    gap: 34px;
  }
}
@media (min-width: 1400px) {
  .landing-action {
    gap: 50px;
  }
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/HowToPlay/Card/styles.scss ***!
  \**************************************************************************************************************************************************************************/
.how-to-play-card {
  width: 266px;
}
@media (min-width: 414px) {
  .how-to-play-card {
    width: 310px;
  }
}
@media (min-width: 576px) {
  .how-to-play-card {
    width: 372px;
    display: flex;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .how-to-play-card {
    width: 490px;
    align-items: center;
  }
}
@media (min-width: 962px) {
  .how-to-play-card {
    width: 505px;
  }
}
@media (min-width: 1400px) {
  .how-to-play-card {
    width: 773px;
  }
}
.how-to-play-card__media {
  width: 100%;
  height: 200px;
  display: block;
}
@media (min-width: 414px) {
  .how-to-play-card__media {
    height: 233px;
  }
}
@media (min-width: 576px) {
  .how-to-play-card__media {
    height: 280px;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .how-to-play-card__media {
    height: 371px;
  }
}
@media (min-width: 962px) {
  .how-to-play-card__media {
    height: 380px;
  }
}
@media (min-width: 1400px) {
  .how-to-play-card__media {
    height: 581px;
  }
}
.how-to-play-card:nth-child(even) {
  margin-left: auto;
  flex-direction: row-reverse;
}
@media (min-width: 576px) {
  .how-to-play-card:nth-child(even) .how-to-play-card__desc-group {
    margin-right: -45px;
  }
}
.how-to-play-card:nth-child(even) .how-to-play-card__desc {
  margin-left: -5px;
  margin-right: 0;
  transform: rotate(7deg);
}
@media (min-width: 576px) {
  .how-to-play-card:nth-child(even) .how-to-play-card__desc {
    margin-left: 0;
  }
}
.how-to-play-card:nth-child(even) .how-to-play-card__desc-bg {
  left: -30px;
  right: 0;
  transform: rotate(-15deg);
}
@media (min-width: 1400px) {
  .how-to-play-card:nth-child(even) .how-to-play-card__desc-bg {
    left: -40px;
  }
}
.how-to-play-card__desc-group {
  margin-top: -45px;
  position: relative;
}
@media (min-width: 576px) {
  .how-to-play-card__desc-group {
    margin-top: 0;
    margin-left: -40px;
  }
}
@media (min-width: 1400px) {
  .how-to-play-card__desc-group {
    margin-left: -60px;
  }
}
.how-to-play-card__desc-bg {
  position: absolute;
  top: -45px;
  right: -30px;
  width: 130px;
  transform: rotate(15deg);
  z-index: 0;
}
@media (min-width: 414px) {
  .how-to-play-card__desc-bg {
    width: 144px;
  }
}
@media (min-width: 576px) {
  .how-to-play-card__desc-bg {
    width: 148px;
  }
}
@media (min-width: 768px) {
  .how-to-play-card__desc-bg {
    width: 166px;
  }
}
@media (min-width: 962px) {
  .how-to-play-card__desc-bg {
    width: 174px;
  }
}
@media (min-width: 1400px) {
  .how-to-play-card__desc-bg {
    width: 260px;
    top: -80px;
    right: -60px;
  }
}
.how-to-play-card__desc {
  position: relative;
  width: 130px;
  padding: 24px 20px;
  z-index: 1;
  margin-left: auto;
  margin-right: -5px;
  transform: rotate(-7deg);
  box-shadow: 0.65px -0.65px 2.61px 0px rgba(4, 49, 146, 0.2);
  border-radius: 24px;
}
@media (min-width: 414px) {
  .how-to-play-card__desc {
    width: 144px;
    border-radius: 28px;
  }
}
@media (min-width: 576px) {
  .how-to-play-card__desc {
    padding-top: 44px;
    padding-bottom: 44px;
    width: 148px;
  }
}
@media (min-width: 768px) {
  .how-to-play-card__desc {
    width: 166px;
    border-radius: 32px;
  }
}
@media (min-width: 962px) {
  .how-to-play-card__desc {
    width: 174px;
    padding-top: 54px;
    padding-bottom: 54px;
    border-radius: 38px;
  }
}
@media (min-width: 1400px) {
  .how-to-play-card__desc {
    width: 260px;
    padding: 100px 30px;
    border-radius: 48px;
  }
}
.how-to-play-card__desc::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
  background-image: url(assets/landing_how-to-play-white-bg.webp);
}
.how-to-play-card__desc-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #0b2a7a;
}
@media (min-width: 414px) {
  .how-to-play-card__desc-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .how-to-play-card__desc-text {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .how-to-play-card__desc-text {
    font-size: 24px;
  }
}

.card1 .how-to-play-card__media,
.card2 .how-to-play-card__media,
.card3 .how-to-play-card__media {
  background-size: 100% 100%;
}

.card1 .how-to-play-card__media {
  background-image: url(assets/landing_how-to-play-card1_360.webp);
}
@media (min-width: 414px) {
  .card1 .how-to-play-card__media {
    background-image: url(assets/landing_how-to-play-card1_414.webp);
  }
}
@media (min-width: 576px) {
  .card1 .how-to-play-card__media {
    background-image: url(assets/landing_how-to-play-card1.webp);
  }
}

.card2 .how-to-play-card__media {
  background-image: url(assets/landing_how-to-play-card2_360.webp);
}
@media (min-width: 414px) {
  .card2 .how-to-play-card__media {
    background-image: url(assets/landing_how-to-play-card2_414.webp);
  }
}
@media (min-width: 576px) {
  .card2 .how-to-play-card__media {
    background-image: url(assets/landing_how-to-play-card2.webp);
  }
}

.card3 .how-to-play-card__media {
  background-image: url(assets/landing_how-to-play-card3_360.webp);
}
@media (min-width: 414px) {
  .card3 .how-to-play-card__media {
    background-image: url(assets/landing_how-to-play-card3_414.webp);
  }
}
@media (min-width: 576px) {
  .card3 .how-to-play-card__media {
    background-image: url(assets/landing_how-to-play-card3_576.webp);
  }
}
@media (min-width: 768px) {
  .card3 .how-to-play-card__media {
    background-image: url(assets/landing_how-to-play-card3.webp);
  }
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/HowToPlay/styles.scss ***!
  \*********************************************************************************************************************************************************************/
.how-to-play {
  padding: 32px 0;
  background-image: url(assets/landing_how-to-play-bg_360.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 86%;
}
@media (min-width: 414px) {
  .how-to-play {
    padding-bottom: 35px;
  }
}
@media (min-width: 576px) {
  .how-to-play {
    background-image: url(assets/landing_how-to-play-bg_576.webp);
    padding-top: 50px;
    padding-bottom: 38px;
  }
}
@media (min-width: 768px) {
  .how-to-play {
    background-size: 100% 92%;
    padding-bottom: 0;
    padding-top: 66px;
  }
}
@media (min-width: 962px) {
  .how-to-play {
    background-size: 126% 90%;
    background-image: url(assets/landing_how-to-play-bg_1920.webp);
  }
}
@media (min-width: 1200px) {
  .how-to-play {
    background-size: 104% 90%;
  }
}
@media (min-width: 1400px) {
  .how-to-play {
    background-size: 100% 90%;
    padding-top: 100px;
  }
}
.how-to-play__container {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 32px;
}
@media (min-width: 414px) {
  .how-to-play__container {
    padding-bottom: 42px;
  }
}
@media (min-width: 576px) {
  .how-to-play__container {
    padding-bottom: 76px;
  }
}
@media (min-width: 1400px) {
  .how-to-play__container {
    padding-bottom: 144px;
  }
}
.how-to-play__title {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 30px;
  line-height: 1.1;
  color: #0b2a7a;
}
@media (min-width: 414px) {
  .how-to-play__title {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 576px) {
  .how-to-play__title {
    font-size: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 962px) {
  .how-to-play__title {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .how-to-play__title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .how-to-play__title {
    padding-left: 48px;
    padding-right: 48px;
    font-size: 48px;
  }
}
@media (min-width: 1920px) {
  .how-to-play__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.how-to-play__cards {
  padding: 21px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 414px) {
  .how-to-play__cards {
    gap: 50px;
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 576px) {
  .how-to-play__cards {
    padding-top: 28px;
    gap: 110px;
  }
}
@media (min-width: 768px) {
  .how-to-play__cards {
    padding-top: 44px;
    gap: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 962px) {
  .how-to-play__cards {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .how-to-play__cards {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .how-to-play__cards {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 35px;
    gap: 200px;
  }
}
@media (min-width: 1920px) {
  .how-to-play__cards {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 962px) {
  .how-to-play_action {
    padding-left: 0;
    padding-right: 0;
  }
}
.how-to-play_action-text {
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
}
.how-to-play_action-text--mark {
  color: #ea7b07;
}
@media (min-width: 576px) {
  .how-to-play_action-text {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .how-to-play_action-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .how-to-play_action-text {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 962px) {
  .how-to-play_action-text {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .how-to-play_action-text {
    width: 70%;
  }
}
@media (min-width: 1400px) {
  .how-to-play_action-text {
    width: 60%;
  }
}
@media (min-width: 1920px) {
  .how-to-play_action-text {
    width: 40%;
  }
}
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/WhyFun/GameHighlights/styles.scss ***!
  \*********************************************************************************************************************************************************************************/
.game-highlights {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 576px) {
  .game-highlights {
    gap: 32px;
  }
}
.game-highlights-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.game-highlights-item__title {
  font-size: 24px;
}
.game-highlights-item__description {
  font-size: 18px;
}
@media (min-width: 576px) {
  .game-highlights-item__description {
    font-size: 24px;
  }
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/components/WhyFun/styles.scss ***!
  \******************************************************************************************************************************************************************/
.why-fun {
  padding-top: 34px;
  padding-bottom: 55px;
  max-width: 1460px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .why-fun {
    padding-bottom: 68px;
  }
}
@media (min-width: 768px) {
  .why-fun {
    padding-top: 57px;
  }
}
@media (min-width: 962px) {
  .why-fun {
    padding-top: 55px;
    padding-bottom: 77px;
  }
}
@media (min-width: 1400px) {
  .why-fun {
    padding-top: 110px;
    padding-bottom: 97px;
  }
}
@media (min-width: 1920px) {
  .why-fun {
    padding-top: 161px;
    padding-bottom: 96px;
  }
}
@media (min-width: 1400px) {
  .why-fun__content {
    display: flex;
    align-items: end;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 85px;
  }
}
@media (min-width: 1920px) {
  .why-fun__content {
    margin-bottom: 70px;
  }
}
.why-fun__img-group {
  position: relative;
  width: 230px;
  height: 409px;
  margin: 0 auto;
}
@media (min-width: 414px) {
  .why-fun__img-group {
    width: 267px;
    height: 475px;
  }
}
@media (min-width: 576px) {
  .why-fun__img-group {
    width: 325px;
    height: 577px;
  }
}
@media (min-width: 1400px) {
  .why-fun__img-group {
    width: 377px;
    height: 702px;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: auto;
  }
}
.why-fun__img-group::before, .why-fun__img-group::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-size: 100% 100%;
}
.why-fun__img-group::before {
  width: 131px;
  height: 74px;
  top: -25px;
  left: -30px;
  background-image: url(assets/landing_cloud.webp);
}
@media (min-width: 414px) {
  .why-fun__img-group::before {
    width: 166px;
    height: 94px;
    top: -20px;
    left: -60px;
  }
}
@media (min-width: 576px) {
  .why-fun__img-group::before {
    width: 368px;
    height: 208px;
    top: 0;
    left: -100px;
  }
}
@media (min-width: 768px) {
  .why-fun__img-group::before {
    top: 70px;
    left: -140px;
  }
}
@media (min-width: 962px) {
  .why-fun__img-group::before {
    width: 403px;
    height: 228px;
    left: -240px;
  }
}
@media (min-width: 1200px) {
  .why-fun__img-group::before {
    width: 472px;
    left: -350px;
  }
}
@media (min-width: 1400px) {
  .why-fun__img-group::before {
    width: 816px;
    height: 462px;
    top: -180px;
    left: -170px;
  }
}
@media (min-width: 1920px) {
  .why-fun__img-group::before {
    top: -210px;
    left: -430px;
  }
}
.why-fun__img-group::after {
  width: 61px;
  height: 65px;
  bottom: 30px;
  right: -30px;
  background-image: url(assets/landing_soccer-ball.webp);
}
@media (min-width: 414px) {
  .why-fun__img-group::after {
    width: 87px;
    height: 93px;
    bottom: 60px;
    right: -60px;
  }
}
@media (min-width: 576px) {
  .why-fun__img-group::after {
    width: 136px;
    height: 146px;
    bottom: 50px;
    right: -100px;
  }
}
@media (min-width: 768px) {
  .why-fun__img-group::after {
    right: -160px;
  }
}
@media (min-width: 962px) {
  .why-fun__img-group::after {
    width: 160px;
    height: 160px;
    right: -250px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .why-fun__img-group::after {
    width: 187px;
    right: -300px;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  .why-fun__img-group::after {
    width: 319px;
    height: 324px;
    left: 20px;
    bottom: -170px;
  }
}
@media (min-width: 1920px) {
  .why-fun__img-group::after {
    left: -250px;
    bottom: -180px;
  }
}
.why-fun__img {
  transform: rotate(-15deg);
}
.why-fun__wrapper {
  padding: 27px 24px 41px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 414px) {
  .why-fun__wrapper {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
@media (min-width: 576px) {
  .why-fun__wrapper {
    padding-top: 60px;
    padding-bottom: 47px;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .why-fun__wrapper {
    padding: 38px 40px 58px;
  }
}
@media (min-width: 962px) {
  .why-fun__wrapper {
    padding: 66px 24px;
  }
}
@media (min-width: 1024px) {
  .why-fun__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .why-fun__wrapper {
    max-width: 720px;
    padding: 0;
  }
}
.why-fun__title {
  font-size: 30px;
}
@media (min-width: 576px) {
  .why-fun__title {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .why-fun__title {
    font-size: 48px;
  }
}
.why-fun_action {
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .why-fun_action {
    padding-left: 88px;
    padding-right: 88px;
  }
}
.why-fun_action-text {
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
}
.why-fun_action-text--mark {
  color: #ea7b07;
}
@media (min-width: 576px) {
  .why-fun_action-text {
    font-size: 30px;
  }
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/pages/Landing/styles.scss ***!
  \************************************************************************************************************************************************/
.landing {
  position: relative;
  overflow: hidden;
}
.landing::before {
  content: "";
  position: absolute;
  top: 74px;
  left: 50%;
  transform: translateX(-55%);
  width: 577px;
  max-width: none;
  height: 105px;
  background: url(assets/landing_clouds-mobile.webp) no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 414px) {
  .landing::before {
    top: 62px;
    transform: translateX(-50%);
  }
}
@media (min-width: 576px) {
  .landing::before {
    width: 654px;
    height: 119px;
    top: 66px;
    transform: translateX(-56%);
  }
}
@media (min-width: 768px) {
  .landing::before {
    width: 696px;
    height: 126px;
    top: 80px;
    transform: translateX(-46%);
  }
}
@media (min-width: 962px) {
  .landing::before {
    width: 825px;
    height: 150px;
    background: url(assets/landing_clouds-desktop.webp) no-repeat center top;
    background-size: 100% 100%;
    top: 29px;
  }
}
@media (min-width: 1400px) {
  .landing::before {
    width: 100%;
    height: 245px;
    top: 40px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1920px) {
  .landing::before {
    width: 1510px;
    height: 300px;
    top: 10px;
    background-size: cover;
  }
}
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./Pages/games/web/kickandboom/main.scss ***!
  \********************************************************************************************************************************/
/*! Modern Normalize (custom, 2025)
 * Purpose: minimal cross-browser normalization without opinionated resets. */
:root {
  /* Ensure consistent text scaling */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color-scheme: light;
  /* Remove gray tap highlight on mobile WebKit */
  -webkit-tap-highlight-color: transparent;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Project-specific tweaks on top of normalize
   ========================================================================== */
/* Some browsers add default margins to textarea; normalize to 0 */
textarea {
  margin: 0;
}

/* Tables: consistent baseline and no extra spacing between cells */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Media elements align nicely with text baselines by default */
img,
svg,
video,
canvas {
  vertical-align: middle;
}

/* Hidden attribute: force hiding even if other display rules exist */
[hidden] {
  display: none !important;
}

/*! Modern Reset (2025)
 * Use AFTER normalize.css */
/* 1) Box model & base settings */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

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

body {
  margin: 0;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* 2) Spacing reset for common typographic elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Lists used as UI components */
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 3) Media: responsive by default */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 4) Form controls inherit typography */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

/* Neutral baseline for buttons */
button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

/* 5) Better underline rendering for plain links */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* 6) Accessible focus defaults */
:focus-visible {
  outline: auto;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* 7) Tables */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

/* 8) Code/pre formatting */
pre,
code,
kbd,
samp {
  white-space: pre-wrap;
  word-break: break-word;
}

/* 9) Dialog: prevent background scroll when open */
html:has(dialog[open]) {
  overflow: hidden;
}

/* 10) Motion reduction for accessibility */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* latin */
@font-face {
  font-family: "Andika";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/andika-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Playpen Sans regular */
@font-face {
  font-family: "Playpen Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/playpenSans-Regular.woff2) format("woff2");
}
/* Playpen Sans extra-bold */
@font-face {
  font-family: "Playpen Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/playpenSans-ExtraBold.woff2) format("woff2");
}
body {
  font-family: "Playpen Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #043192;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
}

p {
  font-weight: 400;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
}
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(128, 180, 255, 0.2901960784);
}

img {
  width: 100%;
  height: auto;
}

video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.wrapper {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1366px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.container {
  max-width: none;
}
@media (min-width: 1366px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1460px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=main.0e5aa6b03560ccbd42ff.css.map*/