.Cta_cta__C0njk:focus span,
.Cta_cta__C0njk:hover span {
    --tw-text-opacity: 1 !important;
    color: rgb(16 0 254 / var(--tw-text-opacity)) !important;
}

.Cta_ctaOrange__NuoGB:focus span,
.Cta_ctaOrange__NuoGB:hover span {
    --tw-text-opacity: 1 !important;
    color: rgb(213 59 0 / var(--tw-text-opacity)) !important;
}

.Cta_ctaFadedBlue__EIrr8:focus span,
.Cta_ctaFadedBlue__EIrr8:hover span {
    --tw-text-opacity: 1 !important;
    color: rgb(0 47 195 / var(--tw-text-opacity)) !important;
}

.Cta_ctaWhite__wvuWO:hover span {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@-webkit-keyframes radiate {
    0% {
        border-width: 5px;
        height: 110%;
        opacity: 0;
        width: 110%;
    }

    10% {
        opacity: 1;
    }

    90% {
        background-color: #fff;
        border-width: 30px;
        height: 150%;
        width: 150%;
    }

    to {
        opacity: 0;
    }
}

@keyframes radiate {
    0% {
        border-width: 5px;
        height: 110%;
        opacity: 0;
        width: 110%;
    }

    10% {
        opacity: 1;
    }

    90% {
        background-color: #fff;
        border-width: 30px;
        height: 150%;
        width: 150%;
    }

    to {
        opacity: 0;
    }
}

.imageCarouselNext,
.imageCarouselPrev {
    align-items: center;
    background: #fff !important;
    border: none;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 0;
    height: 48px;
    justify-content: center;
    line-height: 0px;
    outline: none;
    padding: 0;
    position: absolute;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    width: 48px;
    z-index: 4;
}

.imageCarouselNext:focus,
.imageCarouselNext:hover,
.imageCarouselPrev:focus,
.imageCarouselPrev:hover {
    border: 1px solid #64e0fa;
    outline: none;
}

.imageCarouselNext:after,
.imageCarouselPrev:after {
    border: 0 solid #fff;
    border-radius: 50%;
    content: "";
    height: 110%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 110%;
}

.imageCarouselNext.nextHit:after,
.imageCarouselNext.prevHit:after,
.imageCarouselPrev.nextHit:after,
.imageCarouselPrev.prevHit:after {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: radiate;
    animation-name: radiate;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.imageCarouselNext:disabled,
.imageCarouselPrev:disabled {
    opacity: 0.1;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out 0.3s;
}

@media (min-width: 0) and (max-width: 767px) {

    .imageCarouselNext,
    .imageCarouselPrev {
        height: 44px;
        width: 44px;
    }
}

@media (min-width: 1920px) {

    .imageCarouselNext,
    .imageCarouselPrev {
        height: 54px;
        width: 54px;
    }
}

.arrowLeft,
.arrowRight {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 21px;
    width: 14px;
}

.arrowRight {
    -webkit-transform: rotate(180deg) translateX(-2px);
    transform: rotate(180deg) translateX(-2px);
}

@-webkit-keyframes shimmerCAE {
    0% {
        background-position: 0 0;
        opacity: 1;
    }

    95% {
        opacity: 0;
    }

    to {
        background-position: 100% 100%;
        opacity: 0;
    }
}

@keyframes shimmerCAE {
    0% {
        background-position: 0 0;
        opacity: 1;
    }

    95% {
        opacity: 0;
    }

    to {
        background-position: 100% 100%;
        opacity: 0;
    }
}

.App .slideImageWrapper {
    border-radius: 16px;
    height: 258px;
    margin: 64px 0 0;
}

@media (min-width: 0) and (max-width: 767px) {
    .App .slideImageWrapper {
        border-radius: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .App .slideImageWrapper {
        margin: 40px 0 0;
    }
}

@media (min-width: 1920px) {
    .App .slideImageWrapper {
        border-radius: 24px;
        margin: 64px 0 0;
    }
}

.App .slideImage {
    object-fit: contain;
    object-position: 50% 50%;
    transition: none !important;
    width: 101%;
}

.App .shimmerOverlay {
    opacity: 0;
}

.App .overlay,
.App .shimmerOverlay {
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.App .overlay {
    background-color: #050b2f;
    content: "";
    opacity: 0.35;
    transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.App .highlight {
    border: 3px solid #249cff;
    border-radius: 16px;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-out;
    width: 100%;
}

@media (min-width: 0) and (max-width: 767px) {
    .App .highlight {
        border-radius: 12px;
        border-width: 2px;
    }
}

@media (min-width: 1920px) {
    .App .highlight {
        border-radius: 24px;
    }
}

.App .slide-current {
    padding: 0 0.3% !important;
}

.App .slide-current .imageSlide {
    padding-top: 15%;
}

.App .slide-current .slideImageWrapper {
    border-color: #249cff;
}

.App .slide-current .shimmerOverlay {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: shimmerCAE;
    animation-name: shimmerCAE;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    background: transparent;
    background-image: linear-gradient(135deg,
            transparent,
            hsla(0, 0%, 100%, 0.2) 20%,
            hsla(0, 0%, 100%, 0.4) 40%,
            transparent);
    background-repeat: no-repeat;
    background-size: 200%;
    display: block;
    opacity: 1;
}

.App .slide-current .overlay {
    opacity: 0;
}

.App .slide-current .highlight {
    opacity: 1;
}

.App .slide-current p.imageDescription {
    opacity: 1;
    visibility: visible;
}

.App .slide-current h3.imageTitle {
    opacity: 1;
    transition: padding 0.3s ease-in-out;
    visibility: visible;
}

.App .slide-current .gameInfo .ctaWrapper {
    opacity: 1;
    visibility: visible;
}

.App .indexTemp {
    display: none;
    position: absolute;
    right: 16px;
    top: 5px;
    z-index: 1;
}

.App .imageSlide {
    margin-left: -4%;
    padding-top: 0;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    width: 108%;
}

@media not all and (-webkit-min-device-pixel-ratio: 0),
not all and (min-resolution: 0.001dpcm) {
    .App .imageSlide {
        transition: none;
    }
}

.App .imageSlide .imageTitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 13px;
    max-width: 256px;
    opacity: 0.5;
    padding: 0;
    text-align: left;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

@media (min-width: 1920px) {
    .App .imageSlide .imageTitle {
        font-size: 24px;
        line-height: 35px;
        max-width: 256px;
    }
}

.App .imageSlide .imageDescription {
    font-size: 13px;
    line-height: 17px;
    opacity: 0;
    text-align: left;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    visibility: hidden;
}

@media (min-width: 1920px) {
    .App .imageSlide .imageDescription {
        font-size: 18px;
        line-height: 23px;
    }
}

.App .imageSlide .ctaWrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 20px 0 0;
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    visibility: hidden;
}

.App .imageSlide .imageInfoRtl {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.App .imageSlide .imageInfoRtl p.imageDescription {
    margin-top: 0;
    text-align: right;
}

.App .imageSlide .imageInfoRtl h3.imageTitle {
    text-align: right;
}

.App .imageSlide .imageInfoRtl .ctaWrapper {
    margin-top: 16px;
    text-align: right;
}

.App .slide {
    position: relative !important;
    width: 10% !important;
    will-change: transform;
}

.App .slide.slide-visible .slideImageWrapper {
    box-shadow: 0 55px 80px -15px rgba(0, 0, 0, 0.5);
}

.App .slider-container {
    height: 100%;
}

.App .slider-list {
    will-change: transform;
}

.App .slider-control-centerleft,
.App .slider-control-centerright {
    position: absolute;
}

.App .imageCarousel {
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.App .slider-control-centerleft {
    height: 48px;
    left: 20px !important;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    width: 48px;
}

@media (min-width: 0) and (max-width: 767px) {
    .App .slider-control-centerleft {
        height: 44px;
        left: 10px !important;
        width: 44px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .App .slider-control-centerleft {
        left: 10px !important;
    }
}

@media (min-width: 1920px) {
    .App .slider-control-centerleft {
        height: 54px;
        width: 54px;
    }
}

.App .slider-control-centerleft button {
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.App .slider-control-centerright {
    height: 48px;
    right: 20px !important;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    width: 48px;
}

@media (min-width: 0) and (max-width: 767px) {
    .App .slider-control-centerright {
        height: 44px;
        right: 10px !important;
        width: 44px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .App .slider-control-centerright {
        right: 10px !important;
    }
}

@media (min-width: 1920px) {
    .App .slider-control-centerright {
        height: 54px;
        width: 54px;
    }
}

.App .slider-control-centerright button {
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.App .slider-control-bottomcenter {
    transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

*,
:after,
:before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(0, 47, 195, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.App .sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.App .not-sr-only {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    white-space: normal;
    width: auto;
}

.App .pointer-events-none {
    pointer-events: none;
}

.App .pointer-events-auto {
    pointer-events: auto;
}

.App .visible {
    visibility: visible;
}

.App .invisible {
    visibility: hidden;
}

.App .static {
    position: static;
}

.App .fixed {
    position: fixed;
}

.App .absolute {
    position: absolute;
}

.App .relative {
    position: relative;
}

.App .inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.App .top-0 {
    top: 0;
}

.App .left-0 {
    left: 0;
}

.App .right-0 {
    right: 0;
}

.App .bottom-0 {
    bottom: 0;
}

.App .left-1\/2 {
    left: 50%;
}

.App .top-36 {
    top: 144px;
}

.App .right-6 {
    right: 24px;
}

.App .top-32 {
    top: 128px;
}

.App .top-auto {
    top: auto;
}

.App .-right-6 {
    right: -24px;
}

.App .-left-6 {
    left: -24px;
}

.App .bottom-\[13vh\] {
    bottom: 13vh;
}

.App .right-4 {
    right: 16px;
}

.App .left-4 {
    left: 16px;
}

.App .top-\[calc\(15\.94vw\*\.95\)\] {
    top: 15.143vw;
}

.App .top-\[calc\(10\.3vw\*\.95\)\] {
    top: 9.785vw;
}

.App .left-\[calc\(17\.34375vw\*\.95\)\] {
    left: 16.47656vw;
}

.App .top-\[0px\] {
    top: 0;
}

.App .left-\[calc\(32\.8vw\*\.95\)\] {
    left: 31.16vw;
}

.App .top-\[calc\(15\.9vw\*\.95\)\] {
    top: 15.105vw;
}

.App .top-\[calc\(32\.8vw\*\.95\)\] {
    top: 31.16vw;
}

.App .left-\[calc\(17\.3vw\*\.95\)\] {
    left: 16.435vw;
}

.App .top-\[calc\(140\/687\*100\%\)\] {
    top: 20.37846%;
}

.App .left-\[calc\(123\.21\/512\*100\%\)\] {
    left: 24.06445%;
}

.App .top-\[calc\(368\/687\*100\%\)\] {
    top: 53.56623%;
}

.App .left-\[calc\(123\/512\*100\%\)\] {
    left: 24.02344%;
}

.App .top-\[calc\(72\.57\/687\*100\%\)\] {
    top: 10.56332%;
}

.App .left-\[calc\(338\.86\/512\*100\%\)\] {
    left: 66.18359%;
}

.App .left-\[calc\(259\.89\/512\*100\%\)\] {
    left: 50.75977%;
}

.App .top-\[calc\(324\.66\/687\*100\%\)\] {
    top: 47.25764%;
}

.App .left-\[calc\(3\.74\/512\*100\%\)\] {
    left: 0.73047%;
}

.App .top-\[calc\(548\.41\/687\*100\%\)\] {
    top: 79.82678%;
}

.App .left-\[calc\(277\.1\/512\*100\%\)\] {
    left: 54.12109%;
}

.App .top-\[calc\(209\/687\*100\%\)\] {
    top: 30.42213%;
}

.App .left-\[calc\(103\/512\*100\%\)\] {
    left: 20.11719%;
}

.App .top-\[calc\(28\/687\*100\%\)\] {
    top: 4.07569%;
}

.App .left-\[calc\(102\/512\*100\%\)\] {
    left: 19.92188%;
}

.App .top-\[calc\(85\.73\/687\*100\%\)\] {
    top: 12.47889%;
}

.App .left-\[calc\(363\/512\*100\%\)\] {
    left: 70.89844%;
}

.App .top-\[calc\(70\.5\/687\*100\%\)\] {
    top: 10.26201%;
}

.App .left-\[calc\(64\.5\/512\*100\%\)\] {
    left: 12.59766%;
}

.App .top-\[calc\(446\/687\*100\%\)\] {
    top: 64.91994%;
}

.App .left-\[calc\(197\/512\*100\%\)\] {
    left: 38.47656%;
}

.App .top-\[calc\(548\/687\*100\%\)\] {
    top: 79.7671%;
}

.App .left-\[calc\(\.71\/512\*100\%\)\] {
    left: 0.13867%;
}

.App .top-\[calc\(507\/687\*100\%\)\] {
    top: 73.79913%;
}

.App .left-\[calc\(84\/512\*100\%\)\] {
    left: 16.40625%;
}

.App .top-\[calc\(401\/687\*100\%\)\] {
    top: 58.36972%;
}

.App .left-\[calc\(340\/512\*100\%\)\] {
    left: 66.40625%;
}

.App .top-\[calc\(59\/992\*100\%\)\] {
    top: 5.94758%;
}

.App .right-\[calc\(363\/1292\*100\%\)\] {
    right: 28.09598%;
}

.App .top-\[calc\(145\/992\*100\%\)\] {
    top: 14.61694%;
}

.App .right-\[calc\(636\/1292\*100\%\)\] {
    right: 49.22601%;
}

.App .top-\[calc\(122\/992\*100\%\)\] {
    top: 12.29839%;
}

.App .right-\[calc\(46\/1292\*100\%\)\] {
    right: 3.56037%;
}

.App .top-\[calc\(225\/992\*100\%\)\] {
    top: 22.68145%;
}

.App .right-\[calc\(263\/1292\*100\%\)\] {
    right: 20.35604%;
}

.App .top-\[calc\(378\/992\*100\%\)\] {
    top: 38.10484%;
}

.App .right-\[calc\(714\/1292\*100\%\)\] {
    right: 55.26316%;
}

.App .top-\[calc\(531\/992\*100\%\)\] {
    top: 53.52823%;
}

.App .right-\[calc\(193\/1292\*100\%\)\] {
    right: 14.93808%;
}

.App .top-\[calc\(576\/992\*100\%\)\] {
    top: 58.06452%;
}

.App .right-\[calc\(623\/1292\*100\%\)\] {
    right: 48.21981%;
}

.App .top-\[calc\(709\/992\*100\%\)\] {
    top: 71.47177%;
}

.App .right-\[calc\(301\/1292\*100\%\)\] {
    right: 23.29721%;
}

.App .top-\[calc\(700\/992\*100\%\)\] {
    top: 70.56452%;
}

.App .right-\[calc\(752\/1292\*100\%\)\] {
    right: 58.20433%;
}

.App .top-\[50\%\] {
    top: 50%;
}

.App .bottom-\[calc\(26\/992\*100\%\)\] {
    bottom: 2.62097%;
}

.App .right-\[calc\(622\/1292\*100\%\)\] {
    right: 48.14241%;
}

.App .top-\[calc\(661\/992\*100\%\)\] {
    top: 66.63306%;
}

.App .right-\[calc\(1117\/1292\*100\%\)\] {
    right: 86.45511%;
}

.App .top-\[calc\(568\/992\*100\%\)\] {
    top: 57.25806%;
}

.App .right-\[calc\(1131\/1292\*100\%\)\] {
    right: 87.5387%;
}

.App .top-\[calc\(729\/992\*100\%\)\] {
    top: 73.4879%;
}

.App .right-\[calc\(32\/1292\*100\%\)\] {
    right: 2.47678%;
}

.App .top-\[calc\(39\/147\*100\%\)\] {
    top: 26.53061%;
}

.App .right-\[calc\(106\/268\*100\%\)\] {
    right: 39.55224%;
}

.App .top-\[40\%\] {
    top: 40%;
}

.App .left-\[18\%\] {
    left: 18%;
}

.App .left-\[-3\%\] {
    left: -3%;
}

.App .top-\[48\%\] {
    top: 48%;
}

.App .left-\[-5\%\] {
    left: -5%;
}

.App .top-\[68\%\] {
    top: 68%;
}

.App .left-\[21\%\] {
    left: 21%;
}

.App .top-\[60\%\] {
    top: 60%;
}

.App .left-\[6\%\] {
    left: 6%;
}

.App .top-\[42\%\] {
    top: 42%;
}

.App .left-\[17\%\] {
    left: 17%;
}

.App .top-\[35\%\] {
    top: 35%;
}

.App .top-\[26\%\] {
    top: 26%;
}

.App .left-\[14\.5\%\] {
    left: 14.5%;
}

.App .top-\[47\%\] {
    top: 47%;
}

.App .top-1\/2 {
    top: 50%;
}

.App .top-\[46\%\] {
    top: 46%;
}

.App .left-\[50\%\] {
    left: 50%;
}

.App .top-\[5\.5\%\] {
    top: 5.5%;
}

.App .right-\[3\.64\%\] {
    right: 3.64%;
}

.App .top-\[-10\%\] {
    top: -10%;
}

.App .top-\[18\.24\%\] {
    top: 18.24%;
}

.App .left-\[-5\.98\%\] {
    left: -5.98%;
}

.App .left-\[-31\.3125\%\] {
    left: -31.3125%;
}

.App .bottom-\[14\.537\%\] {
    bottom: 14.537%;
}

.App .left-\[13\.5416\%\] {
    left: 13.5416%;
}

.App .bottom-\[45\.648\%\] {
    bottom: 45.648%;
}

.App .left-\[38\.54166667\%\] {
    left: 38.54166667%;
}

.App .bottom-\[5\.0925\%\] {
    bottom: 5.0925%;
}

.App .left-\[-83\.4375\%\] {
    left: -83.4375%;
}

.App .bottom-\[-42\%\] {
    bottom: -42%;
}

.App .top-\[48\.33333\%\] {
    top: 48.33333%;
}

.App .right-\[45\%\] {
    right: 45%;
}

.App .top-\[30\.277777778\%\] {
    top: 30.277777778%;
}

.App .left-\[65\.3125\%\] {
    left: 65.3125%;
}

.App .left-\[45\%\] {
    left: 45%;
}

.App .top-\[calc\(-571\/1169\.28\)\] {
    top: -0.48833;
}

.App .left-\[calc\(-613\/1080\*100\%\)\] {
    left: -56.75926%;
}

.App .top-\[calc\(-271\/1169\.28\)\] {
    top: -0.23177;
}

.App .left-\[calc\(-413\/1080\*100\%\)\] {
    left: -38.24074%;
}

.App .top-\[calc\(190\/1169\.28\*100\%\)\] {
    top: 16.24932%;
}

.App .top-\[calc\(537\/1169\.28\*100\%\)\] {
    top: 45.9257%;
}

.App .left-\[calc\(-268\/1080\*100\%\)\] {
    left: -24.81481%;
}

.App .top-\[calc\(614\/1169\.28\*100\%\)\] {
    top: 52.51095%;
}

.App .left-\[calc\(668\/1080\*100\%\)\] {
    left: 61.85185%;
}

.App .top-\[calc\(527\/1169\.28\*100\%\)\] {
    top: 45.07047%;
}

.App .left-\[calc\(334\/1080\*100\%\)\] {
    left: 30.92593%;
}

.App .left-\[calc\(-19\/1080\*100\%\)\] {
    left: -1.75926%;
}

.App .left-\[calc\(352\/1080\*100\%\)\] {
    left: 32.59259%;
}

.App .top-\[calc\(-232\/1169\.28\*100\%\)\] {
    top: -19.84127%;
}

.App .left-\[calc\(584\/1080\*100\%\)\] {
    left: 54.07407%;
}

.App .top-\[calc\(212\/1169\.28\*100\%\)\] {
    top: 18.13082%;
}

.App .left-\[calc\(-470\/1080\*100\%\)\] {
    left: -43.51852%;
}

.App .top-\[calc\(183\.72\/1169\.28\*100\%\)\] {
    top: 15.71223%;
}

.App .top-\[calc\(167\/986\*100\%\)\] {
    top: 16.93712%;
}

.App .left-\[calc\(769\/1723\*100\%\)\] {
    left: 44.63146%;
}

.App .left-\[calc\(231\/1723\*100\%\)\] {
    left: 13.40685%;
}

.App .top-\[calc\(115\/986\*100\%\)\] {
    top: 11.66329%;
}

.App .left-\[calc\(275\/1723\*100\%\)\] {
    left: 15.96053%;
}

.App .top-\[calc\(116\/986\*100\%\)\] {
    top: 11.76471%;
}

.App .top-\[calc\(23\/986\*100\%\)\] {
    top: 2.33266%;
}

.App .left-\[calc\(363\/1723\*100\%\)\] {
    left: 21.0679%;
}

.App .top-\[calc\(53\/986\*100\%\)\] {
    top: 5.37525%;
}

.App .bottom-\[calc\(108\/986\*100\%\)\] {
    bottom: 10.95335%;
}

.App .left-\[calc\(0\/1734\*100\%\)\] {
    left: 0;
}

.App .top-\[calc\(98\/1088\*100\%\)\] {
    top: 9.00735%;
}

.App .left-\[calc\(222\/1734\*100\%\)\] {
    left: 12.80277%;
}

.App .top-\[calc\(0\/1088\*100\%\)\] {
    top: 0;
}

.App .left-\[calc\(29\/1734\*100\%\)\] {
    left: 1.67243%;
}

.App .top-\[calc\(618\/1088\*100\%\)\] {
    top: 56.80147%;
}

.App .left-\[calc\(611\/1734\*100\%\)\] {
    left: 35.23645%;
}

.App .top-\[calc\(285\/1088\*100\%\)\] {
    top: 26.19485%;
}

.App .left-\[calc\(717\/1734\*100\%\)\] {
    left: 41.34948%;
}

.App .top-\[calc\(756\/1088\*100\%\)\] {
    top: 69.48529%;
}

.App .top-\[calc\(227\/1310\*100\%\)\] {
    top: 17.32824%;
}

.App .left-\[calc\(311\/1920\*100\%\)\] {
    left: 16.19792%;
}

.App .top-\[calc\(14\/1310\*100\%\)\] {
    top: 1.0687%;
}

.App .left-\[calc\(1006\/1920\*100\%\)\] {
    left: 52.39583%;
}

.App .top-\[calc\(95\/1310\*100\%\)\] {
    top: 7.25191%;
}

.App .top-\[calc\(293\/1310\*100\%\)\] {
    top: 22.36641%;
}

.App .left-\[calc\(1206\/1920\*100\%\)\] {
    left: 62.8125%;
}

.App .left-\[calc\(658\/1920\*100\%\)\] {
    left: 34.27083%;
}

.App .top-\[calc\(155\/1310\*100\%\)\] {
    top: 11.83206%;
}

.App .top-\[0\] {
    top: 0;
}

.App .left-\[calc\(5\/1920\*100\%\)\] {
    left: 0.26042%;
}

.App .left-\[calc\(218\/1524\*100\%\)\] {
    left: 14.30446%;
}

.App .top-\[calc\(150\/1136\*100\%\)\] {
    top: 13.20423%;
}

.App .left-\[calc\(729\/1524\*100\%\)\] {
    left: 47.83465%;
}

.App .top-\[calc\(156\/1136\*100\%\)\] {
    top: 13.73239%;
}

.App .left-\[calc\(435\/1524\*100\%\)\] {
    left: 28.54331%;
}

.App .top-\[calc\(71\/1136\*100\%\)\] {
    top: 6.25%;
}

.App .top-\[calc\(546\/1136\*100\%\)\] {
    top: 48.06338%;
}

.App .right-\[0\] {
    right: 0;
}

.App .top-\[calc\(118\/1136\*100\%\)\] {
    top: 10.38732%;
}

.App .top-\[calc\(182\/1136\*100\%\)\] {
    top: 16.02113%;
}

.App .left-\[calc\(473\/1524\*100\%\)\] {
    left: 31.03675%;
}

.App .left-\[calc\(498\/1524\*100\%\)\] {
    left: 32.67717%;
}

.App .top-\[calc\(237\/1136\*100\%\)\] {
    top: 20.86268%;
}

.App .left-\[calc\(703\/1524\*100\%\)\] {
    left: 46.12861%;
}

.App .z-1 {
    z-index: 1;
}

.App .z-100 {
    z-index: 100;
}

.App .z-90 {
    z-index: 90;
}

.App .z-\[9999999\] {
    z-index: 9999999;
}

.App .z-\[100\] {
    z-index: 100;
}

.App .z-10 {
    z-index: 10;
}

.App .z-\[200\] {
    z-index: 200;
}

.App .z-\[10\] {
    z-index: 10;
}

.App .z-20 {
    z-index: 20;
}

.App .-z-1 {
    z-index: -1;
}

.App .z-\[3\] {
    z-index: 3;
}

.App .z-\[1\] {
    z-index: 1;
}

.App .z-\[2\] {
    z-index: 2;
}

.App .z-30 {
    z-index: 30;
}

.App .z-0 {
    z-index: 0;
}

.App .z-40 {
    z-index: 40;
}

.App .m-0 {
    margin: 0;
}

.App .m-auto {
    margin: auto;
}

.App .mx-1 {
    margin-left: 4px;
    margin-right: 4px;
}

.App .mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.App .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.App .mx-\[52px\] {
    margin-left: 52px;
    margin-right: 52px;
}

.App .mt-\[25px\] {
    margin-top: 25px;
}

.App .mt-4 {
    margin-top: 16px;
}

.App .ml-\[39px\] {
    margin-left: 39px;
}

.App .mt-\[11px\] {
    margin-top: 11px;
}

.App .ml-7 {
    margin-left: 28px;
}

.App .mt-0 {
    margin-top: 0;
}

.App .mt-\[60px\] {
    margin-top: 60px;
}

.App .-mb-20 {
    margin-bottom: -80px;
}

.App .mb-6 {
    margin-bottom: 24px;
}

.App .mt-3 {
    margin-top: 12px;
}

.App .ml-\[-20px\] {
    margin-left: -20px;
}

.App .ml-\[-38px\] {
    margin-left: -38px;
}

.App .mt-\[180px\] {
    margin-top: 180px;
}

.App .-ml-16 {
    margin-left: -64px;
}

.App .mt-\[3\%\] {
    margin-top: 3%;
}

.App .ml-\[3\.5\%\] {
    margin-left: 3.5%;
}

.App .mt-\[77px\] {
    margin-top: 77px;
}

.App .-mt-8 {
    margin-top: -32px;
}

.App .mt-8 {
    margin-top: 32px;
}

.App .-mt-16 {
    margin-top: -64px;
}

.App .mt-\[50px\] {
    margin-top: 50px;
}

.App .mb-8 {
    margin-bottom: 32px;
}

.App .mb-16 {
    margin-bottom: 64px;
}

.App .mt-7 {
    margin-top: 28px;
}

.App .mt-\[40vw\] {
    margin-top: 40vw;
}

.App .mb-\[40px\] {
    margin-bottom: 40px;
}

.App .mr-5 {
    margin-right: 20px;
}

.App .ml-5 {
    margin-left: 20px;
}

.App .-ml-4 {
    margin-left: -16px;
}

.App .mt-\[52px\] {
    margin-top: 52px;
}

.App .ml-\[5\%\] {
    margin-left: 5%;
}

.App .mr-\[5\%\] {
    margin-right: 5%;
}

.App .mt-20 {
    margin-top: 80px;
}

.App .mb-5 {
    margin-bottom: 20px;
}

.App .mt-\[34px\] {
    margin-top: 34px;
}

.App .block {
    display: block;
}

.App .inline-block {
    display: inline-block;
}

.App .flex {
    display: flex;
}

.App .grid {
    display: grid;
}

.App .hidden {
    display: none;
}

.App .aspect-\[350\/468\] {
    aspect-ratio: 350/468;
}

.App .aspect-\[306\/447\] {
    aspect-ratio: 306/447;
}

.App .aspect-\[380\/312\] {
    aspect-ratio: 380/312;
}

.App .aspect-\[264\/325\] {
    aspect-ratio: 264/325;
}

.App .aspect-\[484\/279\] {
    aspect-ratio: 484/279;
}

.App .h-\[100\%\],
.App .h-full {
    height: 100%;
}

.App .h-\[60px\] {
    height: 60px;
}

.App .h-screen {
    height: 100vh;
}

.App .h-\[30px\] {
    height: 30px;
}

.App .h-\[2px\] {
    height: 2px;
}

.App .h-auto {
    height: auto;
}

.App .h-16 {
    height: 64px;
}

.App .h-7\.5 {
    height: 30px;
}

.App .h-7 {
    height: 28px;
}

.App .h-\[128px\] {
    height: 128px;
}

.App .h-4\/5 {
    height: 80%;
}

.App .h-\[180px\] {
    height: 180px;
}

.App .h-\[223px\] {
    height: 223px;
}

.App .h-\[411px\] {
    height: 411px;
}

.App .h-\[44vw\] {
    height: 44vw;
}

.App .h-\[94\%\] {
    height: 94%;
}

.App .h-\[100vh\] {
    height: 100vh;
}

.App .h-\[687px\] {
    height: 687px;
}

.App .h-\[calc\(33\/687\*100\%\)\] {
    height: 4.80349%;
}

.App .h-\[calc\(44\.06\/687\*100\%\)\] {
    height: 6.41339%;
}

.App .h-\[calc\(86\.84\/687\*100\%\)\] {
    height: 12.64047%;
}

.App .h-\[calc\(168\/687\*100\%\)\] {
    height: 24.45415%;
}

.App .h-\[calc\(138\.33\/687\*100\%\)\] {
    height: 20.13537%;
}

.App .h-\[calc\(134\/687\*100\%\)\] {
    height: 19.50509%;
}

.App .h-\[calc\(64\/687\*100\%\)\] {
    height: 9.31587%;
}

.App .h-\[calc\(58\.86\/687\*100\%\)\] {
    height: 8.56769%;
}

.App .h-\[calc\(44\.55\/687\*100\%\)\] {
    height: 6.48472%;
}

.App .h-\[calc\(108\.33\/687\*100\%\)\] {
    height: 15.76856%;
}

.App .h-\[calc\(131\.62\/687\*100\%\)\] {
    height: 19.15866%;
}

.App .h-\[calc\(40\.5\/687\*100\%\)\] {
    height: 5.8952%;
}

.App .h-\[calc\(69\/687\*100\%\)\] {
    height: 10.04367%;
}

.App .h-\[calc\(289\/992\*100\%\)\] {
    height: 29.13306%;
}

.App .h-\[calc\(294\/992\*100\%\)\] {
    height: 29.6371%;
}

.App .h-\[calc\(246\/992\*100\%\)\] {
    height: 24.79839%;
}

.App .h-\[calc\(333\/992\*100\%\)\] {
    height: 33.56855%;
}

.App .h-\[calc\(251\/992\*100\%\)\] {
    height: 25.30242%;
}

.App .h-\[calc\(237\/992\*100\%\)\] {
    height: 23.89113%;
}

.App .h-\[calc\(244\/992\*100\%\)\] {
    height: 24.59677%;
}

.App .h-\[calc\(192\/992\*100\%\)\] {
    height: 19.35484%;
}

.App .h-\[calc\(240\/992\*100\%\)\] {
    height: 24.19355%;
}

.App .h-\[688px\] {
    height: 688px;
}

.App .h-\[80px\] {
    height: 80px;
}

.App .h-\[637px\] {
    height: 637px;
}

.App .h-\[calc\(59\/992\*100\%\)\] {
    height: 5.94758%;
}

.App .h-\[calc\(24\/992\*100\%\)\] {
    height: 2.41935%;
}

.App .h-\[calc\(167\/992\*100\%\)\] {
    height: 16.83468%;
}

.App .h-\[calc\(147\/992\*100\%\)\] {
    height: 14.81855%;
}

.App .h-\[calc\(73\/147\*100\%\)\] {
    height: 49.65986%;
}

.App .h-\[28px\] {
    height: 28px;
}

.App .h-\[1px\] {
    height: 1px;
}

.App .h-0 {
    height: 0;
}

.App .h-1\/2 {
    height: 50%;
}

.App .h-\[calc\(100vw_\*_1169\.28_\/_1080\)\] {
    height: 108.26667vw;
}

.App .h-\[calc\(1924\/1169\.28\*100\%\)\] {
    height: 164.5457%;
}

.App .h-\[calc\(1163\/1169\.28\*100\%\)\] {
    height: 99.46292%;
}

.App .h-\[calc\(795\/1169\.28\*100\%\)\] {
    height: 67.99056%;
}

.App .h-\[calc\(774\/1169\.28\*100\%\)\] {
    height: 66.19458%;
}

.App .h-\[calc\(758\/1169\.28\*100\%\)\] {
    height: 64.82622%;
}

.App .h-\[calc\(704\/1169\.28\*100\%\)\] {
    height: 60.20799%;
}

.App .h-\[68\%\] {
    height: 68%;
}

.App .h-\[304px\] {
    height: 304px;
}

.App .h-\[calc\(583\/986\*100\%\)\] {
    height: 59.12779%;
}

.App .h-\[calc\(179\/986\*100\%\)\] {
    height: 18.15416%;
}

.App .h-\[calc\(827\/986\*100\%\)\] {
    height: 83.87424%;
}

.App .h-\[calc\(418\/986\*100\%\)\] {
    height: 42.39351%;
}

.App .h-\[calc\(928\/986\*100\%\)\] {
    height: 94.11765%;
}

.App .h-\[calc\(437\/986\*100\%\)\] {
    height: 44.32049%;
}

.App .h-\[235px\] {
    height: 235px;
}

.App .h-\[calc\(927\/1088\*100\%\)\] {
    height: 85.20221%;
}

.App .h-\[calc\(1025\/1088\*100\%\)\] {
    height: 94.20956%;
}

.App .h-\[calc\(353\/1088\*100\%\)\] {
    height: 32.44485%;
}

.App .h-\[calc\(781\/1088\*100\%\)\] {
    height: 71.78309%;
}

.App .h-\[calc\(332\/1088\*100\%\)\] {
    height: 30.51471%;
}

.App .h-\[363px\] {
    height: 363px;
}

.App .h-\[calc\(850\/1310\*100\%\)\] {
    height: 64.8855%;
}

.App .h-\[calc\(1269\/1310\*100\%\)\] {
    height: 96.87023%;
}

.App .h-\[calc\(1136\/1310\*100\%\)\] {
    height: 86.71756%;
}

.App .h-\[calc\(443\/1310\*100\%\)\] {
    height: 33.81679%;
}

.App .h-\[calc\(1155\/1310\*100\%\)\] {
    height: 88.16794%;
}

.App .h-\[calc\(1260\/1310\*100\%\)\] {
    height: 96.18321%;
}

.App .h-\[250px\] {
    height: 250px;
}

.App .h-\[calc\(843\/1136\*100\%\)\] {
    height: 74.20775%;
}

.App .h-\[calc\(850\/1136\*100\%\)\] {
    height: 74.82394%;
}

.App .h-\[calc\(642\/1136\*100\%\)\] {
    height: 56.51408%;
}

.App .h-\[calc\(237\/1136\*100\%\)\] {
    height: 20.86268%;
}

.App .h-\[calc\(266\/1136\*100\%\)\] {
    height: 23.41549%;
}

.App .h-\[calc\(670\/1136\*100\%\)\] {
    height: 58.97887%;
}

.App .h-\[578\/1136\*100\%\] {
    height: 578/1136 * 100%;
}

.App .h-\[593\/1136\*100\%\] {
    height: 593/1136 * 100%;
}

.App .max-h-\[60\%\] {
    max-height: 60%;
}

.App .min-h-\[100vh\],
.App .min-h-screen {
    min-height: 100vh;
}

.App .min-h-\[50\%\] {
    min-height: 50%;
}

.App .min-h-full {
    min-height: 100%;
}

.App .w-\[100\%\],
.App .w-full {
    width: 100%;
}

.App .w-\[300px\] {
    width: 300px;
}

.App .w-\[80px\] {
    width: 80px;
}

.App .w-\[fit-content\] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.App .w-\[18px\] {
    width: 18px;
}

.App .w-16 {
    width: 64px;
}

.App .w-screen {
    width: 100vw;
}

.App .w-7\.5 {
    width: 30px;
}

.App .w-7,
.App .w-\[28px\] {
    width: 28px;
}

.App .w-\[96\%\] {
    width: 96%;
}

.App .w-\[80\%\] {
    width: 80%;
}

.App .w-\[325px\] {
    width: 325px;
}

.App .w-\[226px\] {
    width: 226px;
}

.App .w-\[254px\] {
    width: 254px;
}

.App .w-\[200px\] {
    width: 200px;
}

.App .w-\[calc\(16\.4vw\*\.95\)\] {
    width: 15.58vw;
}

.App .w-\[93\%\] {
    width: 93%;
}

.App .w-\[calc\(14\.323vw\*\.95\)\] {
    width: 13.60685vw;
}

.App .w-\[calc\(17\.8vw\*\.95\)\] {
    width: 16.91vw;
}

.App .w-\[calc\(12\.4vw\*\.95\)\] {
    width: 11.78vw;
}

.App .w-\[calc\(22\.7vw\*\.95\)\] {
    width: 21.565vw;
}

.App .w-\[47vw\] {
    width: 47vw;
}

.App .w-\[32vw\] {
    width: 32vw;
}

.App .w-\[43vw\] {
    width: 43vw;
}

.App .w-\[42vw\] {
    width: 42vw;
}

.App .w-\[74vw\] {
    width: 74vw;
}

.App .w-\[80vw\] {
    width: 80vw;
}

.App .w-\[90vw\] {
    width: 90vw;
}

.App .w-\[100vw\] {
    width: 100vw;
}

.App .w-4\/5 {
    width: 80%;
}

.App .w-\[44px\] {
    width: 44px;
}

.App .w-\[512px\] {
    width: 512px;
}

.App .w-\[calc\(263\/512\*100\%\)\] {
    width: 51.36719%;
}

.App .w-auto {
    width: auto;
}

.App .w-\[calc\(143\.77\/512\*100\%\)\] {
    width: 28.08008%;
}

.App .w-\[calc\(253\.11\/512\*100\%\)\] {
    width: 49.43555%;
}

.App .w-\[calc\(179\.2\/512\*100\%\)\] {
    width: 35%;
}

.App .w-\[calc\(216\.67\/512\*100\%\)\] {
    width: 42.31836%;
}

.App .w-\[calc\(300\/512\*100\%\)\] {
    width: 58.59375%;
}

.App .w-\[calc\(147\/512\*100\%\)\] {
    width: 28.71094%;
}

.App .w-\[calc\(139\.72\/512\*100\%\)\] {
    width: 27.28906%;
}

.App .w-\[calc\(105\.29\/512\*100\%\)\] {
    width: 20.56445%;
}

.App .w-\[calc\(258\.17\/512\*100\%\)\] {
    width: 50.42383%;
}

.App .w-\[calc\(276\.4\/512\*100\%\)\] {
    width: 53.98437%;
}

.App .w-\[calc\(96\/512\*100\%\)\] {
    width: 18.75%;
}

.App .w-\[calc\(148\/512\*100\%\)\] {
    width: 28.90625%;
}

.App .w-\[calc\(363\/1292\*100\%\)\] {
    width: 28.09598%;
}

.App .w-\[calc\(305\/1292\*100\%\)\] {
    width: 23.60681%;
}

.App .w-\[calc\(260\/1292\*100\%\)\] {
    width: 20.12384%;
}

.App .w-\[calc\(407\/1292\*100\%\)\] {
    width: 31.50155%;
}

.App .w-\[calc\(390\/1292\*100\%\)\] {
    width: 30.18576%;
}

.App .w-\[calc\(446\/1292\*100\%\)\] {
    width: 34.52012%;
}

.App .w-\[calc\(412\/1292\*100\%\)\] {
    width: 31.88854%;
}

.App .w-\[calc\(375\/1292\*100\%\)\] {
    width: 29.02477%;
}

.App .w-\[calc\(503\/1292\*100\%\)\] {
    width: 38.93189%;
}

.App .w-\[844px\] {
    width: 844px;
}

.App .w-\[calc\(48\/1292\*100\%\)\] {
    width: 3.71517%;
}

.App .w-\[calc\(27\/1292\*100\%\)\] {
    width: 2.08978%;
}

.App .w-\[calc\(97\/1292\*100\%\)\] {
    width: 7.50774%;
}

.App .w-\[calc\(268\/1292\*100\%\)\] {
    width: 20.74303%;
}

.App .w-\[calc\(67\/268\*100\%\)\] {
    width: 25%;
}

.App .w-\[141\.9\%\] {
    width: 141.9%;
}

.App .w-\[162\.7\%\] {
    width: 162.7%;
}

.App .w-0 {
    width: 0;
}

.App .w-\[33\.697vw\] {
    width: 33.697vw;
}

.App .w-\[41\.40625vw\] {
    width: 41.40625vw;
}

.App .w-\[129\.4791666667vw\] {
    width: 129.4791666667vw;
}

.App .w-\[154\.89\%\] {
    width: 154.89%;
}

.App .w-\[114\.6875\%\] {
    width: 114.6875%;
}

.App .w-\[118\.125\%\] {
    width: 118.125%;
}

.App .w-\[calc\(2406\/1080\*100\%\)\] {
    width: 222.77778%;
}

.App .w-\[calc\(1003\/1080\*100\%\)\] {
    width: 92.87037%;
}

.App .w-\[calc\(572\/1080\*100\%\)\] {
    width: 52.96296%;
}

.App .w-\[calc\(1246\/1080\*100\%\)\] {
    width: 115.37037%;
}

.App .w-\[calc\(703_\/_1080_\*_100\%\)\] {
    width: 65.09259%;
}

.App .w-\[calc\(2195\/1080\*100\%\)\] {
    width: 203.24074%;
}

.App .w-\[531px\] {
    width: 531px;
}

.App .w-\[calc\(921\/1723\*100\%\)\] {
    width: 53.45328%;
}

.App .w-\[calc\(1009\/1723\*100\%\)\] {
    width: 58.56065%;
}

.App .w-\[calc\(421\/1723\*100\%\)\] {
    width: 24.43413%;
}

.App .w-\[calc\(677\/1723\*100\%\)\] {
    width: 39.29193%;
}

.App .w-\[calc\(601\/1723\*100\%\)\] {
    width: 34.88102%;
}

.App .w-\[calc\(1124\/1723\*100\%\)\] {
    width: 65.23506%;
}

.App .w-\[calc\(1098\/1723\)\] {
    width: 0.63726;
}

.App .w-\[375px\] {
    width: 375px;
}

.App .w-\[calc\(1261\/1734\*100\%\)\] {
    width: 72.72203%;
}

.App .w-\[calc\(1512\/1734\*100\%\)\] {
    width: 87.19723%;
}

.App .w-\[calc\(904\/1734\*100\%\)\] {
    width: 52.13379%;
}

.App .w-\[calc\(792\/1734\*100\%\)\] {
    width: 45.67474%;
}

.App .w-\[calc\(805\/1734\*100\%\)\] {
    width: 46.42445%;
}

.App .w-\[533px\] {
    width: 533px;
}

.App .w-\[335px\] {
    width: 335px;
}

.App .w-\[calc\(812\/1524\*100\%\)\] {
    width: 53.28084%;
}

.App .w-\[calc\(682\/1524\*100\%\)\] {
    width: 44.75066%;
}

.App .w-\[calc\(683\/1524\*100\%\)\] {
    width: 44.81627%;
}

.App .w-\[calc\(322\/1524\*100\%\)\] {
    width: 21.12861%;
}

.App .w-\[calc\(368\/1524\*100\%\)\] {
    width: 24.14698%;
}

.App .w-\[calc\(1193\/1524\*100\%\)\] {
    width: 78.28084%;
}

.App .w-\[calc\(670\/1524\*100\%\)\] {
    width: 43.96325%;
}

.App .w-\[calc\(526\/1524\*100\%\)\] {
    width: 34.51444%;
}

.App .w-\[calc\(321\/1524\*100\%\)\] {
    width: 21.06299%;
}

.App .min-w-screen {
    min-width: 100vw;
}

.App .max-w-\[58\.6\%\] {
    max-width: 58.6%;
}

.App .max-w-\[100\%\] {
    max-width: 100%;
}

.App .max-w-\[380px\] {
    max-width: 380px;
}

.App .max-w-\[264px\] {
    max-width: 264px;
}

.App .max-w-\[350px\] {
    max-width: 350px;
}

.App .max-w-\[306px\] {
    max-width: 306px;
}

.App .max-w-\[484px\] {
    max-width: 484px;
}

.App .max-w-\[1920px\] {
    max-width: 1920px;
}

.App .max-w-\[336px\] {
    max-width: 336px;
}

.App .max-w-\[620px\] {
    max-width: 620px;
}

.App .shrink-0 {
    flex-shrink: 0;
}

.App .origin-bottom-left {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.App .origin-top-left {
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.App .origin-top-right {
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.App .origin-top {
    -webkit-transform-origin: top;
    transform-origin: top;
}

.App .origin-right {
    -webkit-transform-origin: right;
    transform-origin: right;
}

.App .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.App .-translate-y-1\/2,
.App .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
}

.App .-translate-y-1\/2,
.App .translate-x-\[-50\%\],
.App .translate-y-\[-50\%\] {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.App .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
}

.App .rotate-180 {
    --tw-rotate: 180deg;
}

.App .rotate-180,
.App .scale-75 {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.App .scale-75 {
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
}

.App .scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

.App .scale-100,
.App .scale-\[2\] {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.App .scale-\[2\] {
    --tw-scale-x: 2;
    --tw-scale-y: 2;
}

.App .transform {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.App .animate-spin {
    -webkit-animation: spin 0.9s linear infinite;
    animation: spin 0.9s linear infinite;
}

.App .cursor-pointer {
    cursor: pointer;
}

.App .list-none {
    list-style-type: none;
}

.App .appearance-none {
    -webkit-appearance: none;
    appearance: none;
}

.App .flex-row {
    flex-direction: row;
}

.App .flex-col {
    flex-direction: column;
}

.App .flex-col-reverse {
    flex-direction: column-reverse;
}

.App .flex-wrap {
    flex-wrap: wrap;
}

.App .items-center {
    align-items: center;
}

.App .justify-start {
    justify-content: flex-start;
}

.App .justify-end {
    justify-content: flex-end;
}

.App .justify-center {
    justify-content: center;
}

.App .gap-6 {
    gap: 24px;
}

.App .gap-x-\[5vw\] {
    -webkit-column-gap: 5vw;
    column-gap: 5vw;
}

.App .gap-y-\[5vw\] {
    row-gap: 5vw;
}

.App .self-start {
    align-self: flex-start;
}

.App .self-end {
    align-self: flex-end;
}

.App .self-center {
    align-self: center;
}

.App .overflow-auto {
    overflow: auto;
}

.App .overflow-hidden {
    overflow: hidden;
}

.App .overflow-visible {
    overflow: visible;
}

.App .overflow-y-auto {
    overflow-y: auto;
}

.App .overflow-x-hidden {
    overflow-x: hidden;
}

.App .overflow-x-visible {
    overflow-x: visible;
}

.App .overflow-y-scroll {
    overflow-y: scroll;
}

.App .rounded-full {
    border-radius: 9999px;
}

.App .rounded {
    border-radius: 0.25rem;
}

.App .border-0 {
    border-width: 0;
}

.App .border-b-\[calc\(300\/1920\*100vw\)\] {
    border-bottom-width: 15.625vw;
}

.App .border-l-\[100vw\] {
    border-left-width: 100vw;
}

.App .border-l-transparent {
    border-left-color: transparent;
}

.App .border-b-black {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.App .\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.App .\!bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(213 59 0 / var(--tw-bg-opacity)) !important;
}

.App .\!bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 47 195 / var(--tw-bg-opacity)) !important;
}

.App .\!bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(16 0 254 / var(--tw-bg-opacity)) !important;
}

.App .bg-\[\#249cff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(36 156 255 / var(--tw-bg-opacity));
}

.App .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.App .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.App .bg-transparent {
    background-color: transparent;
}

.App .bg-\[\#363636\] {
    --tw-bg-opacity: 1;
    background-color: rgb(54 54 54 / var(--tw-bg-opacity));
}

.App .bg-\[\#7d7d7d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(125 125 125 / var(--tw-bg-opacity));
}

.App .bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.App .bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

.App .bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.App .from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, transparent);
}

.App .to-transparent {
    --tw-gradient-to: transparent;
}

.App .bg-contain {
    background-size: contain;
}

.App .bg-cover {
    background-size: cover;
}

.App .bg-fixed {
    background-attachment: fixed;
}

.App .bg-center {
    background-position: 50%;
}

.App .bg-top {
    background-position: top;
}

.App .bg-left {
    background-position: 0;
}

.App .bg-right {
    background-position: 100%;
}

.App .bg-no-repeat {
    background-repeat: no-repeat;
}

.App .object-contain {
    object-fit: contain;
}

.App .object-cover {
    object-fit: cover;
}

.App .object-center {
    object-position: center;
}

.App .object-left {
    object-position: left;
}

.App .p-3 {
    padding: 12px;
}

.App .p-0 {
    padding: 0;
}

.App .py-2\.5 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.App .px-3\.5 {
    padding-left: 14px;
    padding-right: 14px;
}

.App .py-2 {
    padding-bottom: 8px;
    padding-top: 8px;
}

.App .px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.App .px-1 {
    padding-left: 4px;
    padding-right: 4px;
}

.App .px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
}

.App .py-5 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.App .px-8 {
    padding-left: 32px;
    padding-right: 32px;
}

.App .py-10 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.App .px-10 {
    padding-left: 40px;
    padding-right: 40px;
}

.App .py-6 {
    padding-bottom: 24px;
    padding-top: 24px;
}

.App .px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
}

.App .pb-\[28px\] {
    padding-bottom: 28px;
}

.App .pb-\[80px\] {
    padding-bottom: 80px;
}

.App .pb-4 {
    padding-bottom: 16px;
}

.App .pt-\[18px\] {
    padding-top: 18px;
}

.App .pt-5 {
    padding-top: 20px;
}

.App .pt-16 {
    padding-top: 64px;
}

.App .pt-\[60px\] {
    padding-top: 60px;
}

.App .pl-1 {
    padding-left: 4px;
}

.App .pr-1 {
    padding-right: 4px;
}

.App .pb-\[85px\] {
    padding-bottom: 85px;
}

.App .pt-\[22px\] {
    padding-top: 22px;
}

.App .pb-\[60px\] {
    padding-bottom: 60px;
}

.App .pb-\[5vh\] {
    padding-bottom: 5vh;
}

.App .pb-48 {
    padding-bottom: 192px;
}

.App .pt-\[102px\] {
    padding-top: 102px;
}

.App .pt-\[calc\(125vh_\+_128px\)\] {
    padding-top: calc(125vh + 128px);
}

.App .pt-\[55px\] {
    padding-top: 55px;
}

.App .pb-8 {
    padding-bottom: 32px;
}

.App .pb-\[10vh\] {
    padding-bottom: 10vh;
}

.App .pb-3 {
    padding-bottom: 12px;
}

.App .pt-6 {
    padding-top: 24px;
}

.App .pb-\[150px\] {
    padding-bottom: 150px;
}

.App .pb-15 {
    padding-bottom: 60px;
}

.App .pt-\[11\.8vw\] {
    padding-top: 11.8vw;
}

.App .pt-\[calc\(113vh\+_178px\)\] {
    padding-top: calc(113vh + 178px);
}

.App .text-left {
    text-align: left;
}

.App .text-center {
    text-align: center;
}

.App .text-right {
    text-align: right;
}

.App .font-sst-bold {
    font-family: SST Bold, sans-serif;
}

.App .font-sst-roman {
    font-family: SST Roman, sans-serif;
}

.App .font-sst-light {
    font-family: SST Light, sans-serif;
}

.App .font-berserker {
    font-family: Berserker-Regular, sans-serif;
}

.App .font-sst-medium {
    font-family: SST Medium, sans-serif;
}

.App .text-sm {
    font-size: 14px;
    line-height: 1.5;
}

.App .text-body-xs {
    font-size: 16px;
    line-height: 1.45;
}

.App .text-headline-xs {
    font-size: 36px;
    line-height: 1.18;
}

.App .text-xs {
    font-size: 12px;
    line-height: 1.5;
}

.App .text-blockquote-xs {
    font-size: 16px;
    line-height: 1.45;
}

.App .text-body-xxs {
    font-size: 14px;
    line-height: 1.45;
}

.App .text-\[40px\] {
    font-size: 40px;
}

.App .text-mag-headline-xs {
    font-size: 30px;
    line-height: 1.55;
}

.App .text-2xl {
    font-size: 24px;
    line-height: 1.55;
}

.App .uppercase {
    text-transform: uppercase;
}

.App .tracking-widest {
    letter-spacing: 0.1em;
}

.App .\!text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.App .\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.App .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.App .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.App .text-stone-800 {
    --tw-text-opacity: 1;
    color: rgb(37 19 9 / var(--tw-text-opacity));
}

.App .underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.App .no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.App .opacity-0 {
    opacity: 0;
}

.App .opacity-100 {
    opacity: 1;
}

.App .opacity-40 {
    opacity: 0.4;
}

.App .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}

.App .shadow-2xl,
.App .shadow-lg {
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.App .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
}

.App .outline {
    outline-style: solid;
}

.App .blur {
    --tw-blur: blur(8px);
}

.App .blur,
.App .blur-0 {
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.App .blur-0 {
    --tw-blur: blur(0);
}

.App .filter {
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.App .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.App .transition-colors {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color, fill, stroke,
        -webkit-text-decoration-color;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.App .transition-opacity {
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.App .transition {
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform,
        -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
        backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
        backdrop-filter, -webkit-text-decoration-color, -webkit-transform,
        -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.App .transition-transform {
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.App .transition-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.App .duration-300 {
    transition-duration: 0.3s;
}

.App .duration-200 {
    transition-duration: 0.2s;
}

.App .duration-\[3s\] {
    transition-duration: 3s;
}

.App .duration-1000 {
    transition-duration: 1s;
}

.App .duration-700 {
    transition-duration: 0.7s;
}

.App .ease-out-cubic {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.App .ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.App .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.App .clip-path-polygon-\[25\%_0\%\2c 75\%_0\%\2c 100\%_50\%\2c 75\%_67\%\2c 25\%_100\%\2c 0\%_50\%\] {
    -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 67%, 25% 100%, 0 50%);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 67%, 25% 100%, 0 50%);
}

.App .clip-path-polygon-\[91\%_3\%\2c 0_61\%\2c 100\%_81\%\] {
    -webkit-clip-path: polygon(91% 3%, 0 61%, 100% 81%);
    clip-path: polygon(91% 3%, 0 61%, 100% 81%);
}

.App .clip-path-polygon-\[54\%_10\%\2c 89\%_9\%\2c 100\%_100\%\2c 0\%_100\%\] {
    -webkit-clip-path: polygon(54% 10%, 89% 9%, 100% 100%, 0 100%);
    clip-path: polygon(54% 10%, 89% 9%, 100% 100%, 0 100%);
}

.App .clip-path-polygon-\[0_0\2c 32\%_0\2c 140\%_100\%\2c 0\%_100\%\] {
    -webkit-clip-path: polygon(0 0, 32% 0, 140% 100%, 0 100%);
    clip-path: polygon(0 0, 32% 0, 140% 100%, 0 100%);
}

.App *,
.App :after,
.App :before {
    border: 0 solid #d8dce8;
    box-sizing: border-box;
}

.App :after,
.App :before {
    --tw-content: "";
}

.App hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}

.App abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

.App h1,
.App h2,
.App h3,
.App h4,
.App h5,
.App h6 {
    font-size: inherit;
    font-weight: inherit;
}

.App a {
    color: inherit;
    text-decoration: inherit;
}

.App b,
.App strong {
    font-weight: bolder;
}

.App code,
.App kbd,
.App pre,
.App samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

.App small {
    font-size: 80%;
}

.App sub,
.App sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.App sub {
    bottom: -0.25em;
}

.App sup {
    top: -0.5em;
}

.App table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}

.App button,
.App input,
.App optgroup,
.App select,
.App textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.App button,
.App select {
    text-transform: none;
}

.App [type="button"],
.App [type="reset"],
.App [type="submit"],
.App button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

.App :-moz-focusring {
    outline: auto;
}

.App :-moz-ui-invalid {
    box-shadow: none;
}

.App progress {
    vertical-align: baseline;
}

.App ::-webkit-inner-spin-button,
.App ::-webkit-outer-spin-button {
    height: auto;
}

.App [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

.App ::-webkit-search-decoration {
    -webkit-appearance: none;
}

.App ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.App summary {
    display: list-item;
}

.App blockquote,
.App dd,
.App dl,
.App figure,
.App h1,
.App h2,
.App h3,
.App h4,
.App h5,
.App h6,
.App hr,
.App p,
.App pre {
    margin: 0;
}

.App fieldset {
    margin: 0;
    padding: 0;
}

.App legend {
    padding: 0;
}

.App menu,
.App ol,
.App ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.App textarea {
    resize: vertical;
}

.App input::-webkit-input-placeholder,
.App textarea::-webkit-input-placeholder {
    color: #8b9093;
    opacity: 1;
}

.App input::placeholder,
.App textarea::placeholder {
    color: #8b9093;
    opacity: 1;
}

.App [role="button"],
.App button {
    cursor: pointer;
}

.App :disabled {
    cursor: default;
}

.App audio,
.App canvas,
.App embed,
.App iframe,
.App img,
.App object,
.App svg,
.App video {
    display: block;
    vertical-align: middle;
}

.App img,
.App video {
    height: auto;
    max-width: 100%;
}

.App *,
.App :after,
.App :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(0, 47, 195, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.App ::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(0, 47, 195, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.App ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(0, 47, 195, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

@font-face {
    font-display: block;
    font-family: Mont Heavy;
    font-style: normal;
    font-weight: 800;
    src: url(/content/dam/global_pdc/en/games/pdps/g/go/god-of-war-ragnarok/akqa/static/media/Mont-Heavy.9d26a0f20cb106c5251b.woff2) format("woff2");
}

@font-face {
    font-display: block;
    font-family: Mont Bold;
    font-style: normal;
    font-weight: 700;
    src: url(/content/dam/global_pdc/en/games/pdps/g/go/god-of-war-ragnarok/akqa/static/media/Mont-Bold.0ad93c1de07f442000b6.woff2) format("woff2");
}

@font-face {
    font-display: block;
    font-family: SST Bold;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/SST-Bold.10b73ede1a288bb64b83.woff2) format("woff2");
}

@font-face {
    font-display: block;
    font-family: SST Heavy;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/SST-Heavy.5ae8a4b32c635e5bae92.woff2) format("woff2");
}

@font-face {
    font-display: block;
    font-family: SST Light;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/SST-Light.50f137d8ccb9b6d83be9.woff2) format("woff2");
}

@font-face {
    font-display: block;
    font-family: SST Roman;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SST-Roman.45612918d1d5eaceb141.woff2) format("woff2");
}

@font-face {
    font-display: block;
    font-family: SST Medium;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/SST-Medium.370943c2bdbb04f353a8.woff2) format("woff2");
}

@font-face {
    font-display: block;
    font-family: Berserker-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Berserker-Regular.5c8d6ba76e50de770328.woff2) format("woff2");
}

.App a,
.App a span,
.App h1,
.App h1 span,
.App h2,
.App h2 span,
.App h3,
.App h3 span,
.App h4,
.App h4 span,
.App h5,
.App h5 span,
.App h6,
.App h6 span,
.App p,
.App p span {
    -webkit-margin-after: revert;
    -webkit-margin-before: revert;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-block-end: revert;
    margin-block-start: revert;
    margin: 0;
    text-transform: inherit;
}

html[dir="rtl"] .App a,
html[dir="rtl"] .App a span,
html[dir="rtl"] .App h1,
html[dir="rtl"] .App h1 span,
html[dir="rtl"] .App h2,
html[dir="rtl"] .App h2 span,
html[dir="rtl"] .App h3,
html[dir="rtl"] .App h3 span,
html[dir="rtl"] .App h4,
html[dir="rtl"] .App h4 span,
html[dir="rtl"] .App h5,
html[dir="rtl"] .App h5 span,
html[dir="rtl"] .App h6,
html[dir="rtl"] .App h6 span,
html[dir="rtl"] .App p,
html[dir="rtl"] .App p span {
    direction: rtl;
}

.App body,
.App button,
.App input,
.App select,
.App textarea {
    font-synthesis: none;
}

html {
    -webkit-text-size-adjust: 100%;
}

#landing-page {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
        Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: inherit;
    margin: 0;
    overflow: initial !important;
    overflow-x: initial !important;
}

body.App-scroll-locked {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}

.App {
    direction: ltr !important;
}

.App * {
    box-sizing: border-box;
}

.App img,
.App video {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: none;
}

@media screen and (min-width: 768px) {
    .App .container {
        max-width: 768px;
    }
}

@media screen and (min-width: 1024px) {
    .App .container {
        max-width: 1024px;
    }
}

@media screen and (min-width: 1366px) {
    .App .container {
        max-width: 1366px;
    }
}

@media screen and (min-width: 1920px) {
    .App .container {
        max-width: 1920px;
    }
}

#landing-page {
    font-size: 14px;
}

@media (min-width: 1366px) {
    #landing-page {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    #landing-page {
        font-size: 20px;
    }
}

.App :focus {
    outline: revert !important;
}

.App .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
}

.App .after\:bottom-0:after {
    bottom: 0;
    content: var(--tw-content);
}

.App .after\:z-100:after {
    content: var(--tw-content);
    z-index: 100;
}

.App .after\:block:after {
    content: var(--tw-content);
    display: block;
}

.App .after\:h-\[35\.6715141146\%\]:after {
    content: var(--tw-content);
    height: 35.6715141146%;
}

.App .after\:w-full:after {
    content: var(--tw-content);
    width: 100%;
}

.App .after\:bg-gradient-to-t:after {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    content: var(--tw-content);
}

.App .after\:from-black:after {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, transparent);
    content: var(--tw-content);
}

.App .after\:to-transparent:after {
    --tw-gradient-to: transparent;
    content: var(--tw-content);
}

.App .after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content);
}

.App .hover\:z-10:hover {
    z-index: 10;
}

.App .hover\:scale-\[1\.3\]:hover {
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.App .hover\:\!bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.App .hover\:\!bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.App .hover\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.App .focus\:\!bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.App [dir="ltr"] .ltr\:self-start {
    align-self: flex-start;
}

.App [dir="rtl"] .rtl\:self-end {
    align-self: flex-end;
}

@media (prefers-reduced-motion: reduce) {
    .App .motion-reduce\:transition-none {
        transition-property: none;
    }

    .App .motion-reduce\:hover\:transform-none:hover {
        -webkit-transform: none;
        transform: none;
    }
}

@media (min-width: 700px) {
    .App .sony-sm\:top-44 {
        top: 176px;
    }
}

@media (min-width: 768px) {
    .App .sm\:top-\[calc\(264\/1011\*100\%\)\] {
        top: 26.11276%;
    }

    .App .sm\:left-\[calc\(180\/754\*100\%\)\] {
        left: 23.87268%;
    }

    .App .sm\:top-\[calc\(519\/1011\*100\%\)\] {
        top: 51.33531%;
    }

    .App .sm\:top-\[calc\(363\/1011\*100\%\)\] {
        top: 35.90504%;
    }

    .App .sm\:left-\[calc\(120\/754\*100\%\)\] {
        left: 15.91512%;
    }

    .App .sm\:top-\[44\%\] {
        top: 44%;
    }

    .App .sm\:left-\[28\%\] {
        left: 28%;
    }

    .App .sm\:top-\[59\%\] {
        top: 59%;
    }

    .App .sm\:left-\[17\%\] {
        left: 17%;
    }

    .App .sm\:top-\[58\%\] {
        top: 58%;
    }

    .App .sm\:left-\[12\%\] {
        left: 12%;
    }

    .App .sm\:top-\[77\%\] {
        top: 77%;
    }

    .App .sm\:left-\[37\%\] {
        left: 37%;
    }

    .App .sm\:top-\[72\%\] {
        top: 72%;
    }

    .App .sm\:left-\[24\%\] {
        left: 24%;
    }

    .App .sm\:top-\[56\%\] {
        top: 56%;
    }

    .App .sm\:left-\[31\%\] {
        left: 31%;
    }

    .App .sm\:left-\[36\%\] {
        left: 36%;
    }

    .App .sm\:top-\[47\%\] {
        top: 47%;
    }

    .App .sm\:top-\[65\%\] {
        top: 65%;
    }

    .App .sm\:left-\[30\%\] {
        left: 30%;
    }

    .App .sm\:mx-\[62px\] {
        margin-left: 62px;
        margin-right: 62px;
    }

    .App .sm\:ml-\[43px\] {
        margin-left: 43px;
    }

    .App .sm\:mt-\[0px\] {
        margin-top: 0;
    }

    .App .sm\:ml-\[40px\] {
        margin-left: 40px;
    }

    .App .sm\:ml-\[-20px\] {
        margin-left: -20px;
    }

    .App .sm\:ml-\[-120px\] {
        margin-left: -120px;
    }

    .App .sm\:mt-\[260px\] {
        margin-top: 260px;
    }

    .App .sm\:ml-0 {
        margin-left: 0;
    }

    .App .sm\:mt-\[110px\] {
        margin-top: 110px;
    }

    .App .sm\:mb-\[71px\] {
        margin-bottom: 71px;
    }

    .App .sm\:mt-\[34px\] {
        margin-top: 34px;
    }

    .App .sm\:mt-\[90px\] {
        margin-top: 90px;
    }

    .App .sm\:mb-\[30px\] {
        margin-bottom: 30px;
    }

    .App .sm\:mt-\[69px\] {
        margin-top: 69px;
    }

    .App .sm\:h-\[70px\] {
        height: 70px;
    }

    .App .sm\:h-\[41px\] {
        height: 41px;
    }

    .App .sm\:h-\[64px\] {
        height: 64px;
    }

    .App .sm\:h-\[230px\] {
        height: 230px;
    }

    .App .sm\:h-\[384px\] {
        height: 384px;
    }

    .App .sm\:h-\[657\.33px\] {
        height: 657.33px;
    }

    .App .sm\:h-\[1011px\] {
        height: 1011px;
    }

    .App .sm\:h-\[calc\(49\/1011\*100\%\)\] {
        height: 4.84669%;
    }

    .App .sm\:h-\[calc\(106\/1011\*100\%\)\] {
        height: 10.48467%;
    }

    .App .sm\:h-\[867px\] {
        height: 867px;
    }

    .App .sm\:h-\[846px\] {
        height: 846px;
    }

    .App .sm\:h-\[122px\] {
        height: 122px;
    }

    .App .sm\:h-\[391px\] {
        height: 391px;
    }

    .App .sm\:h-\[429px\] {
        height: 429px;
    }

    .App .sm\:h-\[524px\] {
        height: 524px;
    }

    .App .sm\:h-\[423px\] {
        height: 423px;
    }

    .App .sm\:w-\[400px\] {
        width: 400px;
    }

    .App .sm\:w-5 {
        width: 20px;
    }

    .App .sm\:w-full {
        width: 100%;
    }

    .App .sm\:w-\[568px\] {
        width: 568px;
    }

    .App .sm\:w-\[240px\] {
        width: 240px;
    }

    .App .sm\:w-\[343px\] {
        width: 343px;
    }

    .App .sm\:w-\[406px\] {
        width: 406px;
    }

    .App .sm\:w-\[75vw\] {
        width: 75vw;
    }

    .App .sm\:w-\[90vw\] {
        width: 90vw;
    }

    .App .sm\:w-9\/12 {
        width: 75%;
    }

    .App .sm\:w-\[754px\] {
        width: 754px;
    }

    .App .sm\:w-\[calc\(387\/754\*100\%\)\] {
        width: 51.32626%;
    }

    .App .sm\:w-\[1101px\] {
        width: 1101px;
    }

    .App .sm\:w-\[162px\] {
        width: 162px;
    }

    .App .sm\:w-\[684px\] {
        width: 684px;
    }

    .App .sm\:w-\[768px\] {
        width: 768px;
    }

    .App .sm\:min-w-\[calc\(500\/754\*100\%\)\] {
        min-width: 66.313%;
    }

    .App .sm\:max-w-\[380px\] {
        max-width: 380px;
    }

    .App .sm\:max-w-\[631px\] {
        max-width: 631px;
    }

    .App .sm\:max-w-\[550px\] {
        max-width: 550px;
    }

    .App .sm\:max-w-\[578px\] {
        max-width: 578px;
    }

    .App .sm\:max-w-\[620px\] {
        max-width: 620px;
    }

    .App .sm\:flex-row {
        flex-direction: row;
    }

    .App .sm\:px-\[15\%\] {
        padding-left: 15%;
        padding-right: 15%;
    }

    .App .sm\:px-16 {
        padding-left: 64px;
        padding-right: 64px;
    }

    .App .sm\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .App .sm\:pb-6 {
        padding-bottom: 24px;
    }

    .App .sm\:pt-\[20px\] {
        padding-top: 20px;
    }

    .App .sm\:pt-7 {
        padding-top: 28px;
    }

    .App .sm\:pt-\[64px\] {
        padding-top: 64px;
    }

    .App .sm\:pt-28 {
        padding-top: 112px;
    }

    .App .sm\:pt-\[13\.5vw\] {
        padding-top: 13.5vw;
    }

    .App .sm\:text-body-xxs {
        font-size: 14px;
        line-height: 1.45;
    }

    .App .sm\:text-body-s-m {
        font-size: 18px;
        line-height: 1.45;
    }

    .App .sm\:text-headline-s-m {
        font-size: 42px;
        line-height: 1.18;
    }

    .App .sm\:text-blockquote-s {
        font-size: 22px;
        line-height: 1.45;
    }

    .App .sm\:text-xs {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    .App .md\:visible {
        visibility: visible;
    }

    .App .md\:absolute {
        position: absolute;
    }

    .App .md\:relative {
        position: relative;
    }

    .App .md\:bottom-auto {
        bottom: auto;
    }

    .App .md\:left-\[60\%\] {
        left: 60%;
    }

    .App .md\:bottom-16 {
        bottom: 64px;
    }

    .App .md\:top-\[8\.5vw\] {
        top: 8.5vw;
    }

    .App .md\:left-\[0vw\] {
        left: 0;
    }

    .App .md\:top-\[calc\(73\/687\*100\%\)\] {
        top: 10.62591%;
    }

    .App .md\:left-\[calc\(270\/930\*100\%\)\] {
        left: 29.03226%;
    }

    .App .md\:top-\[calc\(331\/687\*100\%\)\] {
        top: 48.18049%;
    }

    .App .md\:left-\[calc\(419\/930\*100\%\)\] {
        left: 45.05376%;
    }

    .App .md\:top-\[calc\(299\/687\*100\%\)\] {
        top: 43.52256%;
    }

    .App .md\:top-\[calc\(51\/687\*100\%\)\] {
        top: 7.42358%;
    }

    .App .md\:left-\[calc\(584\/930\*100\%\)\] {
        left: 62.7957%;
    }

    .App .md\:top-0 {
        top: 0;
    }

    .App .md\:left-\[calc\(557\/930\*100\%\)\] {
        left: 59.89247%;
    }

    .App .md\:top-\[calc\(154\/687\*100\%\)\] {
        top: 22.4163%;
    }

    .App .md\:left-\[calc\(\.38\/930\*100\%\)\] {
        left: 0.04086%;
    }

    .App .md\:top-\[calc\(248\/687\*100\%\)\] {
        top: 36.09898%;
    }

    .App .md\:left-\[calc\(72\/930\*100\%\)\] {
        left: 7.74194%;
    }

    .App .md\:top-\[calc\(330\/687\*100\%\)\] {
        top: 48.03493%;
    }

    .App .md\:left-\[calc\(567\/930\*100\%\)\] {
        left: 60.96774%;
    }

    .App .md\:top-\[calc\(440\/687\*100\%\)\] {
        top: 64.04658%;
    }

    .App .md\:left-\[calc\(292\/930\*100\%\)\] {
        left: 31.39785%;
    }

    .App .md\:top-\[calc\(145\/687\*100\%\)\] {
        top: 21.10626%;
    }

    .App .md\:left-\[calc\(195\/1024\*100\%\)\] {
        left: 19.04297%;
    }

    .App .md\:top-\[calc\(31\/687\*100\%\)\] {
        top: 4.51237%;
    }

    .App .md\:left-\[calc\(91\/930\*100\%\)\] {
        left: 9.78495%;
    }

    .App .md\:top-\[calc\(108\.75\/687\*100\%\)\] {
        top: 15.82969%;
    }

    .App .md\:left-\[calc\(722\/930\*100\%\)\] {
        left: 77.63441%;
    }

    .App .md\:top-\[calc\(85\.29\/687\*100\%\)\] {
        top: 12.41485%;
    }

    .App .md\:left-\[calc\(11\.58\/930\*100\%\)\] {
        left: 1.24516%;
    }

    .App .md\:top-\[calc\(260\/687\*100\%\)\] {
        top: 37.84571%;
    }

    .App .md\:left-\[calc\(631\/930\*100\%\)\] {
        left: 67.84946%;
    }

    .App .md\:top-\[calc\(279\/687\*100\%\)\] {
        top: 40.61135%;
    }

    .App .md\:left-\[calc\(67\/930\*100\%\)\] {
        left: 7.2043%;
    }

    .App .md\:top-\[calc\(398\/687\*100\%\)\] {
        top: 57.93304%;
    }

    .App .md\:left-\[calc\(322\/930\*100\%\)\] {
        left: 34.62366%;
    }

    .App .md\:top-\[calc\(371\/687\*100\%\)\] {
        top: 54.00291%;
    }

    .App .md\:left-\[calc\(509\/930\*100\%\)\] {
        left: 54.73118%;
    }

    .App .md\:top-\[calc\(219\/687\*100\%\)\] {
        top: 31.87773%;
    }

    .App .md\:left-\[calc\(786\/930\*100\%\)\] {
        left: 84.51613%;
    }

    .App .md\:left-\[50\%\] {
        left: 50%;
    }

    .App .md\:right-\[620px\] {
        right: 620px;
    }

    .App .md\:bottom-\[59\%\] {
        bottom: 59%;
    }

    .App .md\:top-\[40\%\] {
        top: 40%;
    }

    .App .md\:left-\[18\%\] {
        left: 18%;
    }

    .App .md\:top-\[50\%\] {
        top: 50%;
    }

    .App .md\:left-\[5\%\] {
        left: 5%;
    }

    .App .md\:top-\[48\%\] {
        top: 48%;
    }

    .App .md\:left-\[-5\%\] {
        left: -5%;
    }

    .App .md\:top-\[68\%\] {
        top: 68%;
    }

    .App .md\:left-\[28\%\] {
        left: 28%;
    }

    .App .md\:top-\[60\%\] {
        top: 60%;
    }

    .App .md\:left-\[12\%\] {
        left: 12%;
    }

    .App .md\:top-\[46\%\] {
        top: 46%;
    }

    .App .md\:left-\[22\%\] {
        left: 22%;
    }

    .App .md\:top-\[35\%\] {
        top: 35%;
    }

    .App .md\:left-\[26\%\] {
        left: 26%;
    }

    .App .md\:top-\[30\%\] {
        top: 30%;
    }

    .App .md\:left-\[19\%\] {
        left: 19%;
    }

    .App .md\:left-\[23\%\] {
        left: 23%;
    }

    .App .md\:m-0 {
        margin: 0;
    }

    .App .md\:mx-\[unset\] {
        margin-left: 0;
        margin-right: 0;
    }

    .App .md\:ml-8 {
        margin-left: 32px;
    }

    .App .md\:mt-4 {
        margin-top: 16px;
    }

    .App .md\:-mb-0 {
        margin-bottom: 0;
    }

    .App .md\:mt-\[0px\] {
        margin-top: 0;
    }

    .App .md\:mt-\[40px\] {
        margin-top: 40px;
    }

    .App .md\:ml-\[80px\] {
        margin-left: 80px;
    }

    .App .md\:ml-\[-100px\] {
        margin-left: -100px;
    }

    .App .md\:mt-\[-240px\] {
        margin-top: -240px;
    }

    .App .md\:ml-\[0\] {
        margin-left: 0;
    }

    .App .md\:mt-0 {
        margin-top: 0;
    }

    .App .md\:mt-\[5vw\] {
        margin-top: 5vw;
    }

    .App .md\:mt-\[70px\] {
        margin-top: 70px;
    }

    .App .md\:mr-16 {
        margin-right: 64px;
    }

    .App .md\:mt-\[20vw\] {
        margin-top: 20vw;
    }

    .App .md\:ml-\[32px\] {
        margin-left: 32px;
    }

    .App .md\:mb-\[53px\] {
        margin-bottom: 53px;
    }

    .App .md\:mt-\[-34px\] {
        margin-top: -34px;
    }

    .App .md\:mt-\[30px\] {
        margin-top: 30px;
    }

    .App .md\:mb-\[-150px\] {
        margin-bottom: -150px;
    }

    .App .md\:mb-\[0px\] {
        margin-bottom: 0;
    }

    .App .md\:mt-\[57px\] {
        margin-top: 57px;
    }

    .App .md\:block {
        display: block;
    }

    .App .md\:flex {
        display: flex;
    }

    .App .md\:hidden {
        display: none;
    }

    .App .md\:h-auto {
        height: auto;
    }

    .App .md\:h-3\/5 {
        height: 60%;
    }

    .App .md\:h-\[140px\] {
        height: 140px;
    }

    .App .md\:h-\[425px\] {
        height: 425px;
    }

    .App .md\:h-\[680px\] {
        height: 680px;
    }

    .App .md\:h-full {
        height: 100%;
    }

    .App .md\:h-\[70vh\] {
        height: 70vh;
    }

    .App .md\:h-\[100\%\] {
        height: 100%;
    }

    .App .md\:h-\[687px\] {
        height: 687px;
    }

    .App .md\:h-\[calc\(43\/687\*100\%\)\] {
        height: 6.2591%;
    }

    .App .md\:h-\[calc\(50\/687\*100\%\)\] {
        height: 7.27802%;
    }

    .App .md\:h-\[calc\(92\/687\*100\%\)\] {
        height: 13.39156%;
    }

    .App .md\:h-\[calc\(94\/687\*100\%\)\] {
        height: 13.68268%;
    }

    .App .md\:h-\[calc\(186\/687\*100\%\)\] {
        height: 27.07424%;
    }

    .App .md\:h-\[calc\(141\/687\*100\%\)\] {
        height: 20.52402%;
    }

    .App .md\:h-\[calc\(49\/687\*100\%\)\] {
        height: 7.13246%;
    }

    .App .md\:h-\[calc\(130\/687\*100\%\)\] {
        height: 18.92285%;
    }

    .App .md\:h-\[calc\(62\/687\*100\%\)\] {
        height: 9.02475%;
    }

    .App .md\:h-\[calc\(56\/687\*100\%\)\] {
        height: 8.15138%;
    }

    .App .md\:h-\[calc\(106\/687\*100\%\)\] {
        height: 15.4294%;
    }

    .App .md\:h-\[calc\(42\/687\*100\%\)\] {
        height: 6.11354%;
    }

    .App .md\:h-\[calc\(54\/687\*100\%\)\] {
        height: 7.86026%;
    }

    .App .md\:h-\[calc\(67\/687\*100\%\)\] {
        height: 9.75255%;
    }

    .App .md\:h-\[599px\] {
        height: 599px;
    }

    .App .md\:h-\[42px\] {
        height: 42px;
    }

    .App .md\:h-\[538px\] {
        height: 538px;
    }

    .App .md\:h-\[589px\] {
        height: 589px;
    }

    .App .md\:h-\[699px\] {
        height: 699px;
    }

    .App .md\:h-\[582px\] {
        height: 582px;
    }

    .App .md\:min-h-\[100vh\] {
        min-height: 100vh;
    }

    .App .md\:w-\[300px\] {
        width: 300px;
    }

    .App .md\:w-full {
        width: 100%;
    }

    .App .md\:w-\[26px\] {
        width: 26px;
    }

    .App .md\:w-4\/5 {
        width: 80%;
    }

    .App .md\:w-\[30\%\] {
        width: 30%;
    }

    .App .md\:w-\[940px\] {
        width: 940px;
    }

    .App .md\:w-\[280px\] {
        width: 280px;
    }

    .App .md\:w-\[290px\] {
        width: 290px;
    }

    .App .md\:w-\[343px\] {
        width: 343px;
    }

    .App .md\:w-\[420px\] {
        width: 420px;
    }

    .App .md\:w-\[46vw\] {
        width: 46vw;
    }

    .App .md\:w-\[100vw\] {
        width: 100vw;
    }

    .App .md\:w-\[60\%\] {
        width: 60%;
    }

    .App .md\:w-\[40\%\] {
        width: 40%;
    }

    .App .md\:w-4\/6 {
        width: 66.666667%;
    }

    .App .md\:w-\[930px\] {
        width: 930px;
    }

    .App .md\:w-\[calc\(341\/930\*100\%\)\] {
        width: 36.66667%;
    }

    .App .md\:w-\[calc\(43\/930\*100\%\)\] {
        width: 4.62366%;
    }

    .App .md\:w-\[calc\(165\/930\*100\%\)\] {
        width: 17.74194%;
    }

    .App .md\:w-\[calc\(271\/930\*100\%\)\] {
        width: 29.13978%;
    }

    .App .md\:w-\[calc\(132\/930\*100\%\)\] {
        width: 14.19355%;
    }

    .App .md\:w-\[calc\(198\/930\*100\%\)\] {
        width: 21.29032%;
    }

    .App .md\:w-\[calc\(222\/930\*100\%\)\] {
        width: 23.87097%;
    }

    .App .md\:w-\[calc\(111\/930\*100\%\)\] {
        width: 11.93548%;
    }

    .App .md\:w-\[calc\(140\/930\*100\%\)\] {
        width: 15.05376%;
    }

    .App .md\:w-\[calc\(134\/930\*100\%\)\] {
        width: 14.4086%;
    }

    .App .md\:w-\[calc\(105\.29\/930\*100\%\)\] {
        width: 11.32151%;
    }

    .App .md\:w-\[calc\(253\/930\*100\%\)\] {
        width: 27.2043%;
    }

    .App .md\:w-\[calc\(194\/930\*100\%\)\] {
        width: 20.86022%;
    }

    .App .md\:w-\[calc\(100\/930\*100\%\)\] {
        width: 10.75269%;
    }

    .App .md\:w-\[calc\(128\/930\*100\%\)\] {
        width: 13.76344%;
    }

    .App .md\:w-\[calc\(145\/930\*100\%\)\] {
        width: 15.5914%;
    }

    .App .md\:w-\[781px\] {
        width: 781px;
    }

    .App .md\:w-\[240px\] {
        width: 240px;
    }

    .App .md\:w-\[42px\] {
        width: 42px;
    }

    .App .md\:w-1\/2 {
        width: 50%;
    }

    .App .md\:w-\[450px\] {
        width: 450px;
    }

    .App .md\:w-\[1024px\] {
        width: 1024px;
    }

    .App .md\:min-w-\[calc\(491\/1024\*100\%\)\] {
        min-width: 47.94922%;
    }

    .App .md\:max-w-\[875px\] {
        max-width: 875px;
    }

    .App .md\:max-w-\[628px\] {
        max-width: 628px;
    }

    .App .md\:translate-x-\[-50\%\] {
        --tw-translate-x: -50%;
        -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .App .md\:flex-row {
        flex-direction: row;
    }

    .App .md\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .App .md\:justify-end {
        justify-content: flex-end;
    }

    .App .md\:justify-center {
        justify-content: center;
    }

    .App .md\:justify-around {
        justify-content: space-around;
    }

    .App .md\:self-end {
        align-self: flex-end;
    }

    .App .md\:self-center {
        align-self: center;
    }

    .App .md\:overflow-hidden {
        overflow: hidden;
    }

    .App .md\:overflow-visible {
        overflow: visible;
    }

    .App .md\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .App .md\:p-0 {
        padding: 0;
    }

    .App .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .App .md\:px-24 {
        padding-left: 96px;
        padding-right: 96px;
    }

    .App .md\:px-\[198px\] {
        padding-left: 198px;
        padding-right: 198px;
    }

    .App .md\:pb-\[240px\] {
        padding-bottom: 240px;
    }

    .App .md\:pt-0 {
        padding-top: 0;
    }

    .App .md\:pb-0 {
        padding-bottom: 0;
    }

    .App .md\:pt-\[80px\] {
        padding-top: 80px;
    }

    .App .md\:pb-\[177px\] {
        padding-bottom: 177px;
    }

    .App .md\:pt-\[14px\] {
        padding-top: 14px;
    }

    .App .md\:pb-4 {
        padding-bottom: 16px;
    }

    .App .md\:pt-\[93px\] {
        padding-top: 93px;
    }

    .App .md\:pt-\[86px\] {
        padding-top: 86px;
    }

    .App .md\:pt-28 {
        padding-top: 112px;
    }

    .App .md\:pt-\[6\.6vw\] {
        padding-top: 6.6vw;
    }

    .App .md\:pb-\[120px\] {
        padding-bottom: 120px;
    }

    .App .md\:text-blockquote-m {
        font-size: 28px;
        line-height: 1.45;
    }

    .App .md\:text-mag-headline-md {
        font-size: 42px;
        line-height: 1.55;
    }

    .App .md\:tracking-wider {
        letter-spacing: 0.05em;
    }

    .App .md\:opacity-75 {
        opacity: 0.75;
    }

    .App .md\:hover\:invert:hover {
        --tw-invert: invert(100%);
        -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }
}

@media (min-width: 1366px) {
    .App .lg\:top-\[7vw\] {
        top: 7vw;
    }

    .App .lg\:top-\[calc\(176\/971\*100\%\)\] {
        top: 18.12564%;
    }

    .App .lg\:left-\[calc\(506\/1708\*100\%\)\] {
        left: 29.62529%;
    }

    .App .lg\:top-\[calc\(584\/971\*100\%\)\] {
        top: 60.14418%;
    }

    .App .lg\:left-\[calc\(803\/1708\*100\%\)\] {
        left: 47.01405%;
    }

    .App .lg\:top-\[calc\(525\/971\*100\%\)\] {
        top: 54.06797%;
    }

    .App .lg\:top-\[calc\(96\/971\*100\%\)\] {
        top: 9.88671%;
    }

    .App .lg\:left-\[calc\(1096\/1708\*100\%\)\] {
        left: 64.16862%;
    }

    .App .lg\:top-0 {
        top: 0;
    }

    .App .lg\:left-\[calc\(1176\/1708\*100\%\)\] {
        left: 68.85246%;
    }

    .App .lg\:top-\[calc\(290\/971\*100\%\)\] {
        top: 29.86612%;
    }

    .App .lg\:left-0 {
        left: 0;
    }

    .App .lg\:top-\[calc\(467\/971\*100\%\)\] {
        top: 48.09475%;
    }

    .App .lg\:left-\[calc\(135\/1708\*100\%\)\] {
        left: 7.90398%;
    }

    .App .lg\:top-\[calc\(620\/971\*100\%\)\] {
        top: 63.8517%;
    }

    .App .lg\:left-\[calc\(1063\/1708\*100\%\)\] {
        left: 62.23653%;
    }

    .App .lg\:top-\[calc\(827\/971\*100\%\)\] {
        top: 85.16993%;
    }

    .App .lg\:left-\[calc\(547\/1708\*100\%\)\] {
        left: 32.02576%;
    }

    .App .lg\:top-\[calc\(206\/691\*100\%\)\] {
        top: 29.81187%;
    }

    .App .lg\:left-\[calc\(275\/1366\*100\%\)\] {
        left: 20.13177%;
    }

    .App .lg\:top-\[calc\(59\/971\*100\%\)\] {
        top: 6.07621%;
    }

    .App .lg\:left-\[calc\(170\/1708\*100\%\)\] {
        left: 9.95316%;
    }

    .App .lg\:top-\[calc\(204\/971\*100\%\)\] {
        top: 21.00927%;
    }

    .App .lg\:left-\[calc\(1354\/1708\*100\%\)\] {
        left: 79.274%;
    }

    .App .lg\:top-\[calc\(160\/971\*100\%\)\] {
        top: 16.47786%;
    }

    .App .lg\:left-\[calc\(27\/1708\*100\%\)\] {
        left: 1.5808%;
    }

    .App .lg\:top-\[calc\(487\/971\*100\%\)\] {
        top: 50.15448%;
    }

    .App .lg\:left-\[calc\(1146\/1708\*100\%\)\] {
        left: 67.09602%;
    }

    .App .lg\:top-\[calc\(523\/971\*100\%\)\] {
        top: 53.862%;
    }

    .App .lg\:left-\[calc\(163\/1708\*100\%\)\] {
        left: 9.54333%;
    }

    .App .lg\:top-\[calc\(696\/971\*100\%\)\] {
        top: 71.67868%;
    }

    .App .lg\:left-\[calc\(959\/1708\*100\%\)\] {
        left: 56.14754%;
    }

    .App .lg\:top-\[calc\(747\/971\*100\%\)\] {
        top: 76.931%;
    }

    .App .lg\:left-\[calc\(604\/1708\*100\%\)\] {
        left: 35.363%;
    }

    .App .lg\:top-\[calc\(410\/971\*100\%\)\] {
        top: 42.22451%;
    }

    .App .lg\:left-\[calc\(1436\/1708\*100\%\)\] {
        left: 84.07494%;
    }

    .App .lg\:right-\[675px\] {
        right: 675px;
    }

    .App .lg\:mt-\[14px\] {
        margin-top: 14px;
    }

    .App .lg\:ml-9 {
        margin-left: 36px;
    }

    .App .lg\:mt-\[30px\] {
        margin-top: 30px;
    }

    .App .lg\:mt-\[3vw\] {
        margin-top: 3vw;
    }

    .App .lg\:mt-\[-20px\] {
        margin-top: -20px;
    }

    .App .lg\:mt-0 {
        margin-top: 0;
    }

    .App .lg\:mb-0 {
        margin-bottom: 0;
    }

    .App .lg\:h-\[170px\] {
        height: 170px;
    }

    .App .lg\:h-\[545px\] {
        height: 545px;
    }

    .App .lg\:h-\[770px\] {
        height: 770px;
    }

    .App .lg\:h-\[100\%\] {
        height: 100%;
    }

    .App .lg\:h-\[691px\] {
        height: 691px;
    }

    .App .lg\:h-\[calc\(81\.32\/971\*100\%\)\] {
        height: 8.37487%;
    }

    .App .lg\:h-\[calc\(95\/971\*100\%\)\] {
        height: 9.78373%;
    }

    .App .lg\:h-\[calc\(164\/971\*100\%\)\] {
        height: 16.8898%;
    }

    .App .lg\:h-\[calc\(176\.63\/971\*100\%\)\] {
        height: 18.19053%;
    }

    .App .lg\:h-\[calc\(348\.81\/971\*100\%\)\] {
        height: 35.92276%;
    }

    .App .lg\:h-\[calc\(265\/971\*100\%\)\] {
        height: 27.29145%;
    }

    .App .lg\:h-\[calc\(92\/971\*100\%\)\] {
        height: 9.47477%;
    }

    .App .lg\:h-\[calc\(154\/691\*100\%\)\] {
        height: 22.28654%;
    }

    .App .lg\:h-\[calc\(116\.82\/971\*100\%\)\] {
        height: 12.0309%;
    }

    .App .lg\:h-\[calc\(204\/971\*100\%\)\] {
        height: 21.00927%;
    }

    .App .lg\:h-\[calc\(87\/971\*100\%\)\] {
        height: 8.95984%;
    }

    .App .lg\:h-\[calc\(200\.68\/971\*100\%\)\] {
        height: 20.66735%;
    }

    .App .lg\:h-\[calc\(173\/971\*100\%\)\] {
        height: 17.81668%;
    }

    .App .lg\:h-\[calc\(101\.42\/971\*100\%\)\] {
        height: 10.4449%;
    }

    .App .lg\:h-\[calc\(80\/971\*100\%\)\] {
        height: 8.23893%;
    }

    .App .lg\:h-\[calc\(126\.1\/971\*100\%\)\] {
        height: 12.98661%;
    }

    .App .lg\:h-\[667px\] {
        height: 667px;
    }

    .App .lg\:h-\[135px\] {
        height: 135px;
    }

    .App .lg\:h-\[690px\] {
        height: 690px;
    }

    .App .lg\:h-\[756px\] {
        height: 756px;
    }

    .App .lg\:h-\[932px\] {
        height: 932px;
    }

    .App .lg\:h-\[746px\] {
        height: 746px;
    }

    .App .lg\:max-h-\[70vh\] {
        max-height: 70vh;
    }

    .App .lg\:w-\[400px\] {
        width: 400px;
    }

    .App .lg\:w-\[100px\] {
        width: 100px;
    }

    .App .lg\:w-\[30\%\] {
        width: 30%;
    }

    .App .lg\:w-\[1206px\] {
        width: 1206px;
    }

    .App .lg\:w-\[340px\] {
        width: 340px;
    }

    .App .lg\:w-\[423px\] {
        width: 423px;
    }

    .App .lg\:w-\[476px\] {
        width: 476px;
    }

    .App .lg\:w-\[384px\] {
        width: 384px;
    }

    .App .lg\:w-\[65\%\] {
        width: 65%;
    }

    .App .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .App .lg\:w-\[54px\] {
        width: 54px;
    }

    .App .lg\:w-\[1215px\] {
        width: 1215px;
    }

    .App .lg\:w-\[calc\(640\/1708\*100\%\)\] {
        width: 37.47073%;
    }

    .App .lg\:w-\[calc\(46\.73\/1708\*100\%\)\] {
        width: 2.73595%;
    }

    .App .lg\:w-\[calc\(310\/1708\*100\%\)\] {
        width: 18.14988%;
    }

    .App .lg\:w-\[calc\(508\/1708\*100\%\)\] {
        width: 29.74239%;
    }

    .App .lg\:w-\[calc\(378\/1708\*100\%\)\] {
        width: 22.13115%;
    }

    .App .lg\:w-\[calc\(416\/1708\*100\%\)\] {
        width: 24.35597%;
    }

    .App .lg\:w-\[calc\(208\/1708\*100\%\)\] {
        width: 12.17799%;
    }

    .App .lg\:w-\[calc\(264\/1708\*100\%\)\] {
        width: 15.45667%;
    }

    .App .lg\:w-\[calc\(262\/1708\*100\%\)\] {
        width: 15.33958%;
    }

    .App .lg\:w-\[calc\(207\/1708\*100\%\)\] {
        width: 12.11944%;
    }

    .App .lg\:w-\[calc\(476\/1708\*100\%\)\] {
        width: 27.86885%;
    }

    .App .lg\:w-\[calc\(364\/1708\*100\%\)\] {
        width: 21.31148%;
    }

    .App .lg\:w-\[calc\(240\/1708\*100\%\)\] {
        width: 14.05152%;
    }

    .App .lg\:w-\[calc\(272\/1708\*100\%\)\] {
        width: 15.92506%;
    }

    .App .lg\:w-\[868px\] {
        width: 868px;
    }

    .App .lg\:w-\[300px\] {
        width: 300px;
    }

    .App .lg\:w-\[180px\] {
        width: 180px;
    }

    .App .lg\:w-\[50\%\] {
        width: 50%;
    }

    .App .lg\:w-\[28\%\] {
        width: 28%;
    }

    .App .lg\:w-\[550px\] {
        width: 550px;
    }

    .App .lg\:w-\[1366px\] {
        width: 1366px;
    }

    .App .lg\:w-\[1001px\] {
        width: 1001px;
    }

    .App .lg\:min-w-\[calc\(626\/1366\*100\%\)\] {
        min-width: 45.82723%;
    }

    .App .lg\:max-w-\[1034px\] {
        max-width: 1034px;
    }

    .App .lg\:max-w-\[500px\] {
        max-width: 500px;
    }

    .App .lg\:max-w-full {
        max-width: 100%;
    }

    .App .lg\:flex-row {
        flex-direction: row;
    }

    .App .lg\:self-center {
        align-self: center;
    }

    .App .lg\:pt-\[24px\] {
        padding-top: 24px;
    }

    .App .lg\:pt-\[100px\] {
        padding-top: 100px;
    }

    .App .lg\:pb-\[189px\] {
        padding-bottom: 189px;
    }

    .App .lg\:pt-\[unset\] {
        padding-top: 0;
    }

    .App .lg\:pt-\[59px\] {
        padding-top: 59px;
    }

    .App .lg\:pl-\[8\.2\%\] {
        padding-left: 8.2%;
    }

    .App .lg\:pr-\[6\.7\%\] {
        padding-right: 6.7%;
    }

    .App .lg\:pt-\[11\.97\%\] {
        padding-top: 11.97%;
    }

    .App .lg\:pb-\[0\] {
        padding-bottom: 0;
    }

    .App .lg\:pt-32 {
        padding-top: 128px;
    }

    .App .lg\:pt-\[5\.9vw\] {
        padding-top: 5.9vw;
    }

    .App .lg\:text-base {
        font-size: 16px;
        line-height: 1.4;
    }

    .App .lg\:text-body-xs {
        font-size: 16px;
        line-height: 1.45;
    }

    .App .lg\:text-body-l {
        font-size: 20px;
        line-height: 1.45;
    }

    .App .lg\:text-headline-l {
        font-size: 50px;
        line-height: 1.18;
    }

    .App .lg\:text-sm {
        font-size: 14px;
        line-height: 1.5;
    }

    .App .lg\:text-blockquote-l {
        font-size: 32px;
        line-height: 1.45;
    }

    .App .lg\:text-mag-headline-lg {
        font-size: 50px;
        line-height: 1.55;
    }

    @media (min-width: 1024px) {
        .App .lg\:md\:px-36 {
            padding-left: 144px;
            padding-right: 144px;
        }
    }
}

@media (min-width: 1920px) {
    .App .xl\:bottom-24 {
        bottom: 96px;
    }

    .App .xl\:top-\[50px\] {
        top: 50px;
    }

    .App .xl\:left-\[50px\] {
        left: 50px;
    }

    .App .xl\:top-\[calc\(584\/971\*100\%\)\] {
        top: 60.14418%;
    }

    .App .xl\:left-\[calc\(803\/1708\*100\%\)\] {
        left: 47.01405%;
    }

    .App .xl\:top-\[calc\(319\/971\*100\%\)\] {
        top: 32.85273%;
    }

    .App .xl\:-left-\[49px\] {
        left: -49px;
    }

    .App .xl\:top-\[45\%\] {
        top: 45%;
    }

    .App .xl\:left-\[24\%\] {
        left: 24%;
    }

    .App .xl\:top-\[59\%\] {
        top: 59%;
    }

    .App .xl\:left-\[14\.5\%\] {
        left: 14.5%;
    }

    .App .xl\:top-\[56\%\] {
        top: 56%;
    }

    .App .xl\:left-\[10\%\] {
        left: 10%;
    }

    .App .xl\:top-\[75\%\] {
        top: 75%;
    }

    .App .xl\:left-\[36\%\] {
        left: 36%;
    }

    .App .xl\:top-\[70\%\] {
        top: 70%;
    }

    .App .xl\:left-\[22\%\] {
        left: 22%;
    }

    .App .xl\:top-\[54\%\] {
        top: 54%;
    }

    .App .xl\:left-\[29\%\] {
        left: 29%;
    }

    .App .xl\:top-\[65\%\] {
        top: 65%;
    }

    .App .xl\:left-\[35\%\] {
        left: 35%;
    }

    .App .xl\:top-\[63\%\] {
        top: 63%;
    }

    .App .xl\:left-\[28\%\] {
        left: 28%;
    }

    .App .xl\:ml-\[238px\] {
        margin-left: 238px;
    }

    .App .xl\:mt-4 {
        margin-top: 16px;
    }

    .App .xl\:ml-10 {
        margin-left: 40px;
    }

    .App .xl\:mt-\[-100px\] {
        margin-top: -100px;
    }

    .App .xl\:mt-\[0px\] {
        margin-top: 0;
    }

    .App .xl\:ml-\[120px\] {
        margin-left: 120px;
    }

    .App .xl\:mt-\[-300px\] {
        margin-top: -300px;
    }

    .App .xl\:mb-\[87px\] {
        margin-bottom: 87px;
    }

    .App .xl\:mt-\[-34px\] {
        margin-top: -34px;
    }

    .App .xl\:mt-\[66px\] {
        margin-top: 66px;
    }

    .App .xl\:ml-\[236px\] {
        margin-left: 236px;
    }

    .App .xl\:h-\[215px\] {
        height: 215px;
    }

    .App .xl\:h-\[723px\] {
        height: 723px;
    }

    .App .xl\:h-\[871px\] {
        height: 871px;
    }

    .App .xl\:h-\[971px\] {
        height: 971px;
    }

    .App .xl\:h-\[992px\] {
        height: 992px;
    }

    .App .xl\:h-\[156px\] {
        height: 156px;
    }

    .App .xl\:h-\[986px\] {
        height: 986px;
    }

    .App .xl\:h-\[1092px\] {
        height: 1092px;
    }

    .App .xl\:h-\[1310px\] {
        height: 1310px;
    }

    .App .xl\:h-\[1075px\] {
        height: 1075px;
    }

    .App .xl\:max-h-\[calc\(144\/971\*100\%\)\] {
        max-height: 14.83007%;
    }

    .App .xl\:min-h-full {
        min-height: 100%;
    }

    .App .xl\:w-\[500px\] {
        width: 500px;
    }

    .App .xl\:w-\[140px\] {
        width: 140px;
    }

    .App .xl\:w-7 {
        width: 28px;
    }

    .App .xl\:w-\[42px\] {
        width: 42px;
    }

    .App .xl\:w-\[1600px\] {
        width: 1600px;
    }

    .App .xl\:w-\[532px\] {
        width: 532px;
    }

    .App .xl\:w-\[526px\] {
        width: 526px;
    }

    .App .xl\:w-\[450px\] {
        width: 450px;
    }

    .App .xl\:w-1\/2 {
        width: 50%;
    }

    .App .xl\:w-\[1708px\] {
        width: 1708px;
    }

    .App .xl\:w-\[calc\(46\.73\/1708\*100\%\)\] {
        width: 2.73595%;
    }

    .App .xl\:w-\[calc\(248\/1708\*100\%\)\] {
        width: 14.51991%;
    }

    .App .xl\:w-\[1292px\] {
        width: 1292px;
    }

    .App .xl\:w-\[350px\] {
        width: 350px;
    }

    .App .xl\:w-\[208px\] {
        width: 208px;
    }

    .App .xl\:w-\[650px\] {
        width: 650px;
    }

    .App .xl\:w-\[1723px\] {
        width: 1723px;
    }

    .App .xl\:w-\[1741px\] {
        width: 1741px;
    }

    .App .xl\:w-\[1920px\] {
        width: 1920px;
    }

    .App .xl\:w-\[1442px\] {
        width: 1442px;
    }

    .App .xl\:min-w-\[calc\(750\/1708\*100\%\)\] {
        min-width: 43.91101%;
    }

    .App .xl\:max-w-\[496px\] {
        max-width: 496px;
    }

    .App .xl\:max-w-\[1316px\] {
        max-width: 1316px;
    }

    .App .xl\:py-3 {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .App .xl\:px-4 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .App .xl\:pb-9 {
        padding-bottom: 36px;
    }

    .App .xl\:pt-\[28px\] {
        padding-top: 28px;
    }

    .App .xl\:pt-10 {
        padding-top: 40px;
    }

    .App .xl\:pb-\[228px\] {
        padding-bottom: 228px;
    }

    .App .xl\:pt-\[98px\] {
        padding-top: 98px;
    }

    .App .xl\:pt-36 {
        padding-top: 144px;
    }

    .App .xl\:pt-\[80px\] {
        padding-top: 80px;
    }

    .App .xl\:text-body-s-m {
        font-size: 18px;
        line-height: 1.45;
    }

    .App .xl\:text-body-xl {
        font-size: 22px;
        line-height: 1.45;
    }

    .App .xl\:text-headline-xl {
        font-size: 54px;
        line-height: 1.18;
    }

    .App .xl\:text-blockquote-xl {
        font-size: 36px;
        line-height: 1.45;
    }

    .App .xl\:text-mag-headline-xl {
        font-size: 54px;
        line-height: 1.55;
    }

    .App .xl\:text-sm {
        font-size: 14px;
        line-height: 1.5;
    }
}

footer .textwidget a {
    font-size: 24px !important;
}