@font-face {
    font-family: 'Comfortaa', sans-serif;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Alternates', sans-serif;
    font-display: swap;
}

h3,
p,
td,
tr,
th,
table,
thead,
ul,
li,
button,
a,
input,
label,
body {
    font-weight: normal;
    font-family: 'Comfortaa', sans-serif;
    color: white;
    letter-spacing: 0.06em;
    font-feature-settings: 'dlig' 1, 'liga' 1, 'zero' 1, 'kern' 1, 'locl' 1;
}


h1,
h2,
.bold-header {
    font-weight: bold;
    font-family: 'Montserrat Alternates', sans-serif;
    font-feature-settings: 'dlig' 1, 'liga' 1, 'zero' 1, 'kern' 1, 'locl' 1;
    color: white;
    letter-spacing: 0.06em;
}

.bold {
    font-weight: bold;
}

tr,
td,
table,
th,
thead {
    color: white;
    border: 1px solid white;
    border-collapse: collapse;
    padding: 15px;
}

:root {
    --primary-green-color: #00d46a;
    --error-red-color: #FF5555;
    --blue-color: #87ceeb;
    --content-color: rgba(255, 255, 255, 0.70);
}

::selection {
    color: white;
    background-color: rgba(0, 212, 106, 0.4);
}

html,
body {
    background-color: #0B090A;

}

header {
    display: flex;
    flex: auto;
    padding: 0;
    margin: 0;
    flex-direction: row;
    justify-content: center;
    height: 70px;
    align-items: center;
    background-color: rgba(11, 9, 10, 0.26);
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.get_button_overlay {
    position: fixed;
    z-index: 101;
    top: 0;
    max-width: 320px;
    max-height: 70px;
    right: 0;
    opacity: 0;
    transition: opacity 800ms ease;
    /* immediately start fading out when active class is lost */
}

.get_button_overlay.active {
    opacity: 1;
}


.pitch_paragraph {
    font-size: 19pt;
    font-weight: 400 !important;
    line-height: 28pt;
    color: rgba(255, 255, 255, 0.8)
}

.banner_container {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    transform: scale(0, 0);
    min-height: 750px;
}

.banner_image_bg {
    max-width: 1280px;
    position: absolute;
    z-index: 5;
    height: auto;
    width: 100%;
    animation: float 2500ms linear 0ms infinite reverse;
}

.banner_image_fg {
    max-width: 1400px;
    position: relative;
    height: auto;
    width: 100%;
    z-index: 7;
    animation: float 3200ms linear 100ms infinite normal;
}

.banner-screenshot {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 350px;
    height: 700px;
    z-index: 6;
    transform: skew(-3deg, -1deg);
    transition: opacity 800ms ease;
    /* immediately start fading out when active class is lost */
    opacity: 0;
    /* by default hide the image */
}

.banner-button-floating-container {
    display: flex;
    position: absolute;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.button-banner-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 10px;
    flex: 0 1 50%;
    z-index: 10;
}
.button-banner-container .final-ios{
    padding-right: 17px;
}

.floating-container {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    position: relative;
    flex: 0 1 50%;
    height: 100%;
    z-index: 6;
    animation: float-y 3000ms ease-in-out 0ms infinite reverse;
}

.banner-screenshot.active {
    opacity: 1;
}

.glow-container {
    display: flex;
    position: absolute;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.glow-left-half {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 10px;
    flex: 0 1 50%;
    z-index: 4;
}

.glow-right-half {
    display: flex;
    padding-left: 10px;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    position: relative;
    flex: 0 1 50%;
    height: 100%;
    z-index: 4;
}

.banner-ellipse {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: clip;
    width: 375px;
    height: 375px;
    border-radius: 50%;
    background: rgba(0, 212, 106, 0.50);
    filter: blur(100px);
    z-index: 4 !important;
}

.header-text {
    color: white;
    font-size: 24pt;
    line-height: 24pt;
    display: inline-block;
    margin: 18px;
}

.header-text_short {
    display: none;
    font-size: 32pt;
    color: var(--primary-green-color);
    margin: 0px 16px;
}

.header-text:first-letter {
    color: var(--primary-green-color);
}

.header-text__small {
    color: white;
    display: inline-block;
    font-size: 13pt;
    padding: 0 100px;
    text-align: center;
    vertical-align: center;
}

.splash_pitch {
    display: flex;
    flex-direction: column;
    margin: 120px 20px 0;
    justify-content: center;
    align-items: center;
}


.display_text {
    word-break: break-all;
    color: white;
    margin: 0;
    font-size: 96pt;
    line-height: 40%;
    letter-spacing: 20px;
}

.display_text:first-letter {
    color: var(--primary-green-color);
}

.heading {
    display: flex;
    flex: 1 1 auto;
    min-height: 120px;
}

.display_text_small {
    display: flex;
    flex: 1 1 auto;
    font-size: 18pt;
    font-weight: 700;
}

.wasAnimated {
    opacity: 1 !important;
    transition: opacity 1s;
    transition-delay: 0.25s;
}

.need-animate {
    opacity: 0 !important;
}

/* Main pitch*/
.main-pitch {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow-y: visible;
    overflow-x: clip;
}

.main-pitch .pitch_text_column {
    margin: 0 20px;
}

.main-pitch-left-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 1 50%;
}

.main-pitch-right-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 0 1 50%;
    padding: 0 5px;
}

span.exclusive_text {
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 1)
}

.glow_screenshot_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    animation: float 5000ms linear 0ms infinite reverse;
}

.main-pitch-screenshot {
    width: 350px;
    height: 700px;
    transform: rotate(8deg);
    z-index: 5;
}

.main-pitch-right-voxel {
    width: 250px;
    height: 250px;
    padding-left: 20px;
    animation: float-y 2800ms ease-in-out 100ms infinite normal;
}

.quest-pitch-left-voxel {
    width: 250px;
    height: 250px;
    padding-right: 20px;
    animation: float-y 2800ms ease-in-out 100ms infinite normal;
}

.ellipse {
    position: absolute;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    z-index: 1;
}

.red {
    background-color: rgba(247, 23, 53, 0.2);
    box-shadow: 0 0 200px 200px rgba(247, 23, 53, 0.2);
}

.green {
    background-color: rgba(0, 212, 106, 0.3);
    box-shadow: 0 0 200px 200px rgba(0, 212, 106, 0.3);
}

.yellow {
    background-color: rgba(255, 235, 59, 0.2);
    box-shadow: 0 0 200px 200px rgba(255, 235, 59, 0.2);
}

.blue {
    background-color: rgba(2, 136, 209, 0.3);
    box-shadow: 0 0 200px 200px rgba(2, 136, 209, 0.3);
}

.purple {
    background-color: rgba(213, 0, 249, 0.2);
    box-shadow: 0 0 200px 200px rgba(213, 0, 249, 0.2);
}

.pitch_heading {
    font-size: 28pt;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.pitch_heading:first-letter {
    font-size: 32pt;
    color: var(--primary-green-color);
}

.centered_voxel {
    display: flex;
    justify-content: center;
    width: 360px;
    height: 360px;
    z-index: 10;
    animation: float-y 3000ms ease-in-out 50ms infinite normal;
}

.challenge-pitch,
.quest-pitch {
    display: flex;
    margin: 40px 0;
    align-items: center;
    justify-content: center;
    overflow-y: visible;
    overflow-x: clip;
}

.quest-pitch .pitch_text_column {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.challenge-pitch .pitch_text_column {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.quest-pitch-left-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex: 0 1 50%;
}

.challenge-pitch-right-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex: 0 1 50%;
}

.quest-pitch-right-block {
    display: flex;
    z-index: 10;
    flex-direction: column;
    align-items: center;
    flex: 0 1 50%;
}

.challenge-pitch-left-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 50%;
}

.quest-pitch-screenshot {
    width: 350px;
    height: 700px;
    transform: rotate(-8deg);
    z-index: 10;
}

.challenge-pitch-screenshot {
    width: 350px;
    height: 700px;
    transform: rotate(8deg);
    z-index: 10;
}

.second_pitch {
    display: flex;
    margin: 40px 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    overflow-y: visible;
    overflow-x: clip;
}

.second_pitch_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: initial;
    z-index: 2;
    margin: 0 20px;
}

.second_pitch .pitch_text_column {
    margin-bottom: 0;
}

.second-pitch-left-voxel {
    width: 400px;
    height: 400px;
    animation: float-y 3000ms ease-in-out 0ms infinite normal;
}

.second-pitch-center-block {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    animation: float-y 5000ms ease-in-out 0ms infinite reverse;
}

.second-pitch-ellipse {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(2, 136, 209, 0.3);
    box-shadow: 0 0 200px 150px rgba(2, 136, 209, 0.3);

}

.second-pitch-picture {
    width: 350px;
    height: 700px;
    z-index: 5;
}

/*third pitch*/

.third_pitch {
    overflow-y: visible;
    overflow-x: clip;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 40px 0;
}

.third_pitch_center_column {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.third_pitch_center_column .pitch_text_column {
    margin: 0 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.third_pitch_start_column {
    display: flex;
    flex-direction: row;
    justify-content: end;
    min-width: 300px;
}

.third_pitch_left_ellipse {
    left: calc(50% - 375px / 2 - 40px);
}

.third_pitch_right_ellipse {
    right: calc(50% - 375px / 2 - 10px);
}


.third_pitch_left_picture {
    z-index: 5;
    width: 350px;
    height: 700px;
    transform: rotate(-23deg);
    margin-right: calc(80px + 35%);
}

.pitch_text_column {
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

.third_pitch_end_column {
    display: flex;
    flex-direction: row;
    justify-content: start;
    min-width: 300px;
}

.third_pitch_right_picture {
    z-index: 5;
    width: 350px;
    height: 700px;
    transform: rotate(-23deg);
    margin-left: calc(80px + 35%);
}

.third_pitch_voxel {
    width: 360px;
    height: 360px;
    animation: float-y 3000ms ease-in-out 0ms infinite normal;
}

/* Review */

.review-pitch-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
}

.review-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 0;
}

.splide__list {
    width: 100%;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;

}

.splide__slide.is-active {
    outline: none;
    border: none;
}

.review {
    display: flex;
    flex-direction: column;
    height: min-content;
    min-height: 220px;
    border: 2px solid var(--primary-green-color);
    background: #161916;
    border-radius: 32px;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.review-carousel {
    margin: 40px 0;
    width: 100%;
    position: relative;
}

.invisible-text {
    opacity: 0;
}

.review-pitch-ellipse {
    position: absolute;
    overflow: visible;
    top: 50%;
    left: 50%;
    margin: 0 -50% 0 0;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(0, 212, 106, 0.15);
    box-shadow: 0 0 120px 120px rgba(0, 212, 106, 0.15);
}

.review-text-pitch {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 20px;

}

.review-header-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    margin: 0;
}


.review-header-left-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
}

.review-person-image {
    margin: 20px;
    width: 48px;
    height: 48px;
    border: 2px solid var(--primary-green-color);
    border-radius: 50%;
}

.review-header-text-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review-header-text {
    font-size: 20px;
    margin: 0;
}

.review-star-line {
    padding-top: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.review-date-box-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    padding: 10px 20px;
}

.review-date-text {
    opacity: 0.8;
    margin-bottom: 10%;
    font-size: 12px;
    line-height: 13px;
}

.review-star {
    margin: 0;
    color: var(--primary-green-color);
    font-variation-settings: 'wght' 300,
        'GRAD' 0,
        'opsz' 48
}

.review-star.filled {
    font-variation-settings: 'FILL' 1
}

.review-star.not-filled {
    opacity: 0.8;
    font-variation-settings: 'FILL' 0
}

.review-text-box {
    display: flex;
    padding: 0 20px 20px 20px;
}

.review-text {
    text-align: start;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.review-icon {
    width: 24px;
    height: 24px;
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

.splide__slide .review {
    transform: scale(0.85, 0.85);
}

.splide__slide.is-active .review {
    transform: scale(1, 1);
}

.center {
    justify-content: center;
    align-items: center;
}

/*Final*/

.final-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: none;
    margin: 40px 20px;
    align-self: stretch;
}

.qr-code-block {
    display: flex;
    position: relative;
}

.final-buttons-qr-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.final-qr {
    padding: 80px 30px;
    width: 300px;
    height: 300px;
}

.final-google-play {
    width: 310px;
    height: 120px;

}

.final-ios {
    width: 270px;
    height: 120px;
}

.final-google-play-small {
    width: 232px;
    height: 90px;
    flex: none;
}

.social-media_block {
    margin: 40px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.social-media_block a {
    display: inline-block;
    padding: 50px;
    color: white;
}

.footer-text p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer-block {
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer-text a {
    font-size: 12px;
    line-height: 13pt;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.8)
}

.footer-text {
    font-size: 12px;
    line-height: 13pt;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 350px;
}

.cookie-layout {
    --animate-duration: 400ms;
    --animate-delay: 0.4s;
}

.cookie-container {
    display: none;
    -webkit-backdrop-filter: blur(11px);
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(11px);
    bottom: 0;
    z-index: 100;
}

.cookie-layout {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cookie-container-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    align-items: flex-start;
}

.cookie-container-text p {
    margin: 10px;
}

.cookie-text {
    font-size: 16pt;
    line-height: 32px;
}

.cookie-subtext {
    font-size: 12pt;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.cookie-subtext a {
    cursor: pointer;
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

.cookie-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    white-space: nowrap;
}

.cookie-button {
    margin-top: 10px;
    width: 100%;
    padding: 6px 24px;
    background: transparent;
    text-align: center;
    border-radius: 48px;
    border: 1px solid var(--primary-green-color);
    color: white;
    cursor: pointer;
    font-size: 18pt;
}

.cookie-button-container .cookie-subtext {
    text-decoration: underline;
    cursor: pointer;
}

.filled-button-error-tint {
    display: flex;
    width: 200px;
    height: 35px;
    padding: 6px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    background: var(--error-red-color);
    border: 0;
    color: white;
}

.primary-filled-button {
    display: flex;
    width: 200px;
    height: 35px;
    margin: 20px 0;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    background: #00D46A;
    border: 0;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.primary-filled-button:hover {
    transform: scale(1.1);
}

.input-group {
    max-width: 450px;
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.input-counter {
    display: flex;
    padding-left: 10px;
    text-align: right;
}

.input-hint-text {
    display: flex;
    word-wrap: break-word;
    word-break: normal;
    flex-direction: column;
    text-align: left;
}

.error-text {
    transition-property: background-color;
    transition-duration: 0.5s;
    color: var(--error-red-color);
    display: none;
    font-size: 12px;
}


.input-hint {
    width: 100%;
    display: flex;
    line-height: 1.4;
    justify-content: space-between;
}

.input {
    display: flex;
    outline: 2px solid var(--content-color);
    width: 400px;
    height: 34px;
    padding: 12px 50px;
    align-items: center;
    border-radius: 120px;
    background-color: transparent;
    border: none;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
label:-webkit-autofill,
label:-webkit-autofill:hover,
label:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.9) inset;
    caret-color: white;
}

.input-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;

}

.input::placeholder {
    opacity: 0;
    transition: opacity 0.3s;

}

.input:focus::placeholder {
    opacity: 1;
    transition: opacity 0.3s;
}

.icon {
    position: absolute;
    height: 100%;
    left: 12px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.close-icon {
    position: absolute;
    height: 100%;
    right: 12px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.close-icon:hover {
    cursor: pointer;
}

.input-label {
    position: absolute;
    left: 36px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    translate: 10px 0px;
    color: white;
    transition: translate 500ms, scale 500ms;
}

.input:focus+.input-label,
.input:valid+.input-label {
    padding-inline: -5px;
    translate: -20px -30px;
    scale: 0.8;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 0;
    margin: 0;
}

.join-challenge-layout {
    max-width: 600px;
    display: flex;
    padding-top: 10px;
    justify-content: flex-start;
    flex-direction: column;
}

#rewardRow {
    display: none;
}

#brightLineRow {
    display: none;
}

.join-challenge-row {
    display: flex;
    flex-direction: row;
    max-width: 600px;
    padding: 10px;
}

.link-button {
    text-decoration: none;
    cursor: pointer;
}

.link-button .primary-filled-button {
    cursor: pointer;
}

.join_challenge_icon {
    align-self: start;
    justify-self: start;
}

.join-challenge-text-layout {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 10px;
}

.green-icon-background {
    color: var(--primary-green-color);
    background-color: rgba(0, 212, 106, 0.25);
    padding: 8px;
    border-radius: 50%;
}

.text-18 {
    font-size: 18px;
    padding: 6px 0;
    margin: 0;
}

.text-12 {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.blue-icon-background {
    color: var(--blue-color);
    background-color: rgba(2, 136, 209, 0.33);
    border-radius: 50%;
    padding: 8px;
}

.image-360 {
    width: 360px;
    height: 360px;
}

.text-container-740 {
    max-width: 740px;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: transparent url('/art/preloader.gif') no-repeat center center;
}

.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.1s, opacity 0.1s linear;
}

.ios-button:hover {
    cursor: pointer;
}

.modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(11, 9, 10, 0.26);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    animation: fadeIn 250ms ease-in-out;
}



.block-buttons {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1920px) {
    .image-360 {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .banner_container {
        display: none;
    }

    .heading {
        min-height: 70px;
    }

    .display_text {
        line-height: 100%;
        font-size: 40pt;
        margin: 0;
        letter-spacing: 10px;
    }

    .display_text_small {
        margin: 10px;
        font-size: 16pt;
    }

    .third_pitch_left_picture,
    .third_pitch_right_picture {
        transform: rotate(0deg);
        margin-right: 0px;
        margin-left: 0px;
    }

    .third_pitch_left_ellipse {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .third_pitch_right_ellipse {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pitch_heading {
        text-align: left;
        font-size: 24pt;
    }

    .review-text-pitch .pitch_text_column {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: start;
    }

    .header-text {
        font-size: 24pt;
    }

    .main-pitch {
        flex-direction: column;
        align-items: unset;
    }

    .main-pitch-right-voxel {
        display: none;
    }

    .quest-pitch-left-voxel {
        display: none;
    }

    .third_pitch {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .third_pitch .pitch_text_column {
        justify-content: center;
        text-align: start;
    }

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

    .challenge-pitch,
    .quest-pitch {
        flex-direction: column;
        align-items: unset;
    }

    .challenge-pitch-left-block .centered_voxel {
        display: none;
    }

    .challenge-pitch-screenshot {
        transform: rotate(0deg);
    }

    .challenge-pitch .pitch_text_column,
    .quest-pitch .pitch_text_column {
        justify-content: center;
        text-align: start;
    }

    .quest-pitch-right-block,
    .challenge-pitch-left-block {
        flex: initial;
    }

    .second-pitch-left-voxel {
        display: none;
    }

    .qr-code-block {
        display: none;
    }

    .footer-block {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .pitch_paragraph {
        font-size: 16pt;
        line-height: 24pt;
    }

    /*  header setup  */
    header {
        justify-content: start;
        text-align: start;
        max-height: 60px;
    }

    .get_button_overlay {
        max-height: 60px;
    }

    /* TODO: Hack */
    header>p:first-of-type {
        display: none;
    }

    header .header-text_short {
        display: inline-block;
        text-align: start;
    }

    header .header-text {
        display: none;
        text-align: start;
    }

    header .header-text__small {
        padding: 0 10px;
        text-align: start;
    }

    .banner_image_fg {
        display: none;
    }

    .banner_image_bg {
        display: none;
    }
}

@media (max-width: 768px) {
    .heading {
        min-height: 50px;
    }

    .display_text {
        font-size: 34pt;
        letter-spacing: 5px;
    }

    .display_text_small {
        font-size: calc(16px + (16 - 12) * ((100vw - 320px) / (1024 - 150)));
    }

    .review,
    .review-text,
    .review-pitch-layout {
        margin: 0 8px;
    }

    .review-text {
        font-size: 16px;
    }

    .final-google-play {
        width: 206px;
        height: 80px;
    }
    .final-ios {
        width: 180px;
        height: 80px;
    }

    .text-18 {
        font-size: calc(18px + (18 - 12) * ((100vw - 320px) / (1024 - 150)));
    }

    .final-google-play-small {
        width: 180px;
        height: 70px;
    }

    .image-360 {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 540px) {
    .input-group {
        width: 95%;
    }

    .input-with-icon {
        width: 100%
    }

    .input {
        width: 100%
    }

    .icon {
        left: 20px;
    }

    .close-icon {
        right: 20px;
    }

    .input-label {
        left: 50px
    }
}
