:root {
    --color-vyepti-teal: rgb(65, 116, 141);
    --color-vyepti-steel: rgb(126, 188, 198);
    --color-vyepti-coral: rgb(241, 100, 100);
    --color-vyepti-red: rgb(192, 44, 87);
    --color-vyepti-teal-light: rgb(126, 188, 198);
    --color-vyepti-soft-black: rgb(72, 72, 72);
    
    --color-link: rgb(49, 130, 206);
    --color-background: rgb(15, 28, 36);
    --color-background-popup: rgba(15, 28, 36, 0.8);
    --color-input-placeholder: rgb(72, 72, 72); /* VYEPTI Soft Black */

    --dim-app-width: 1376px; /* 2752px */
    --dim-app-height: 1032px; /* 2064px */
    --dim-app-half: calc(1376px * 0.5);
    
    --font-family-default: "proxima-nova", sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-default);
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.2em;
    color: black;
    background-color: white;
}

p { margin: 0 }
b, strong { font-weight: 700 }
sup { font-size: 0.7em; line-height: 0.5em }

a, b, div, em, i, p, strong { user-select: none }
input { user-select: all }

img, video {
    display: block;
    pointer-events: none;
}
img.background {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--dim-app-width);
    height: var(--dim-app-height);
}
video.attractor {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--dim-app-width);
    height: auto;
}

.absolute { position: absolute }
.relative { position: relative }
.origin { top: 0; left: 0 }

.opacity-0 { opacity: 0 }
.opacity-05 { opacity: 0.5 }

.block { display: block }
.inline-block { display: inline-block }
.flex { display: flex }

.flex.items-start { align-items: flex-start }
.flex.items-center { align-items: center }
.flex.content-center { justify-content: center }
.flex.direction-column { flex-direction: column }
.flex.wrap { flex-wrap: wrap }

.mt-0 { margin-top: 0 !important }
.mt-1 { margin-top: 0.5rem !important }
.mt-2 { margin-top: 1rem !important }
.mt-3 { margin-top: 1.5rem !important }
.mt-4 { margin-top: 2rem !important }
.mt-5 { margin-top: 2.5rem !important }
.mt-6 { margin-top: 3rem !important }
.mt-7 { margin-top: 3.5rem !important }
.mt-8 { margin-top: 4rem !important }
.mt-9 { margin-top: 4.5rem !important }
.mt-10 { margin-top: 5rem !important }
.mr-0 { margin-right: 0 !important }
.mr-1 { margin-right: 0.5rem !important }
.mr-2 { margin-right: 1rem !important }
.mr-3 { margin-right: 1.5rem !important }
.mr-4 { margin-right: 2rem !important }
.mr-5 { margin-right: 2.5rem !important }
.mr-6 { margin-right: 3rem !important }
.mr-7 { margin-right: 3.5rem !important }
.mr-8 { margin-right: 4rem !important }
.mr-9 { margin-right: 4.5rem !important }
.mr-10 { margin-right: 5rem !important }
.mb-0 { margin-bottom: 0 !important }
.mb-1 { margin-bottom: 0.5rem !important }
.mb-2 { margin-bottom: 1rem !important }
.mb-3 { margin-bottom: 1.5rem !important }
.mb-4 { margin-bottom: 2rem !important }
.mb-5 { margin-bottom: 2.5rem !important }
.mb-6 { margin-bottom: 3rem !important }
.mb-7 { margin-bottom: 3.5rem !important }
.mb-8 { margin-bottom: 4rem !important }
.mb-9 { margin-bottom: 4.5rem !important }
.mb-10 { margin-bottom: 5rem !important }
.ml-0 { margin-left: 0 !important }
.ml-1 { margin-left: 0.5rem !important }
.ml-2 { margin-left: 1rem !important }
.ml-3 { margin-left: 1.5rem !important }
.ml-4 { margin-left: 2rem !important }
.ml-5 { margin-left: 2.5rem !important }
.ml-6 { margin-left: 3rem !important }
.ml-7 { margin-left: 3.5rem !important }
.ml-8 { margin-left: 4rem !important }
.ml-9 { margin-left: 4.5rem !important }
.ml-10 { margin-left: 5rem !important }

.fill { width: 100%; height: 100% }
.w-100 { width: 100% }
.h-100 { height: 100% }

.font-light { font-weight: 300 }
.font-regular { font-weight: 300 }
.font-medium { font-weight: 500 }
.font-bold { font-weight: 700 }

.text-left {text-align: left !important }
.text-center {text-align: center !important }
.text-right {text-align: right !important }

.text-white { color: white }
.text-coral { color: var(--color-vyepti-coral) }
.text-red { color: var(--color-vyepti-red) }
.text-steel { color: var(--color-vyepti-steel) }

.text-28 { font-size: 1.05rem; line-height: 1.2em }
.text-32-4 { font-size: 1.05rem; line-height: 1em }
.text-36 { font-size: 1.15rem; line-height: 1em }
.text-45 { font-size: 1.42rem; line-height: 1.1em }
.text-48-6 { font-size: 1.5rem; line-height: 1em }
.text-52 { font-size: 1.62rem; line-height: 1.1em }
.text-60 { font-size: 1.85rem; line-height: 1.1em }
.text-65 { font-size: 2.1rem; line-height: 1.1em }
.text-72 { font-size: 2.3rem; line-height: 1.1em }
.text-80 { font-size: 2.5rem; line-height: 1.2em }
.text-92 { font-size: 2.92rem; line-height: 1.1em }
.text-95 { font-size: 2.95rem; line-height: 1.1em }
.text-125 { font-size: 4rem; line-height: 1.1em }
.text-200 { font-size: 6.25rem; line-height: 1.1em }

.line-12 { line-height: 1.2em }
.line-125 { line-height: 1.25em }

a, .link {
    text-decoration: underline;
    color: var(--color-link);
}

.disable-pointer { pointer-events: none }

#app {
    position: relative;
    width: var(--dim-app-width);
    height: var(--dim-app-height);
    background-color: black;
    overflow: hidden;
}

.content, .page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page.background-hilight-1 {
    background-image: url(../images/background/background-gradient-1.svg);
    background-size: contain;
}
.page.background-hilight-2 {
    background-image: url(../images/background/background-gradient-2.svg);
    background-size: contain;
}

.nav {
    position: absolute;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}
.nav.start-again {
    top: 2.8rem;
    left: 1.6rem;
    width: 2.25rem;
    height: 5rem;
    background-image: url(../images/common/nav-start-again.svg);
    background-size: contain;
}
.nav.pi {
    top: 2.8rem;
    right: 1.6rem;
    width: 2.25rem;
    height: 3rem;
    background-image: url(../images/common/nav-pi.svg);
    background-size: contain;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 3.2rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    background-color: var(--color-vyepti-red);
    border-radius: 1.6rem;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    outline: none;
}
.button.center { margin-left: 50%; transform: translateX(-50%) }

.section-heading {
    position: relative;
    margin: 3rem 0 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.boxed-warning {
    border: 1px solid white;
    padding: 1rem 2.2rem;
}
.references {
    bottom: 1.2rem;
    left: 1.3rem;
    list-style: none;
    margin: 0;
    font: 300 0.75em/1.2em "proxima-nova";
    color: var(--color-vyepti-teal);
}
.approval {
    bottom: 1rem;
    right: 3.5rem;
    font: 700 0.75em/2em "proxima-nova";
    color: white;
    text-align: right;
}

.fade-in, .fade-in-1 {
    opacity: 1;
    transition: opacity 1s ease-out;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.splash .graphic {
    width: auto;
    height: 16.9rem;
    margin: 13.5% 0 0 40.25%;
}

.section1 .options {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 4rem;
    width: 100%;
}
.section1 .options .option {
    width: 24rem;
    height: 43rem;
}
.section1 .option .image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(var(--color-vyepti-teal), var(--color-vyepti-red)) padding-box,
                linear-gradient(to right, var(--color-vyepti-teal), var(--color-vyepti-red)) border-box;
    border: 1px solid transparent;
}
.section1 .option img {
    width: 100%;
}
.section1 .option .quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24rem;
    height: 12.5rem;
    text-align: center;
    background: transparent url(../images/common/section1-quote.svg) 0 0 no-repeat;
    background-size: 24rem auto;
}
.section1 .options .option + .option { margin-left: 2.2rem }
.section1 .selected .option { opacity: 0.25 }
.section1 .selected .option.selected { opacity: 1 }
.section1 .button { width: 15.5rem }

.story-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 4%;
    text-align: center;
}
.story-heading .story-icon {
    width: 5rem;
    height: 3.5rem;
}
.story-heading .story-icon.icon-discussion {
    background: transparent url(../images/common/story-1.svg) center no-repeat;
    background-size: 3rem auto;
}
.story-heading .story-icon.icon-idea {
    background: transparent url(../images/common/story-2.svg) center no-repeat;
    background-size: 3rem auto;
}
.story-heading .quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58.6rem;
    height: 11rem;
    text-align: center;
    background: transparent url(../images/common/reveal-quote.svg) 0 0 no-repeat;
    background-size: contain;
}
.story-button {
    position: absolute;
    bottom: 4rem;
    width: 24rem;
}
.continue-button {
    width: 15rem;
}

.calendar-wrapper {
    position: absolute;
    top: 21.5rem;
    left: 0;
    width: 100%;
    height: auto;
}
.calendar {
    position: relative;
    width: 100%;
    height: 34rem;
    background: transparent url(../images/calendar/background.png) 70% 0 no-repeat;
    background-size: 80rem auto;
}
.calendar .months {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 1.8rem;
    left: 22.7rem;
    width: 40.6rem;
    height: 30.5rem;
    padding-top: 1.25rem;
    border-radius: 0.8rem;
    background: black url(../images/calendar/gradient.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    background-image: radial-gradient(circle at top, #464646, black);
}
.calendar .month {
    position: absolute;
    width: 8.1rem;
    height: 8.1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.5s;
}
.calendar .month-1 { top: 2rem; left: 2.6rem }
.calendar .month-2 { top: 2rem; left: 11.7rem }
.calendar .month-3 { top: 2rem; left: 20.8rem }
.calendar .month-4 { top: 2rem; left: 29.9rem }
.calendar .month-5 { top: 11.1rem; left: 2.6rem }
.calendar .month-6 { top: 11.1rem; left: 11.7rem }
.calendar .month-7 { top: 11.1rem; left: 20.8rem }
.calendar .month-8 { top: 11.1rem; left: 29.9rem }
.calendar .month-9 { top: 20.2rem; left: 2.6rem }
.calendar .month-10 { top: 20.2rem; left: 11.7rem }
.calendar .month-11 { top: 20.2rem; left: 20.8rem }
.calendar .month-12 { top: 20.2rem; left: 29.9rem }

.calendar .month .month-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.calendar .days {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 7rem;
    height: 5rem;
    margin: 2.6rem 0 0 0.5rem;
}
.calendar .days .day {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.5s;
}

.calendar .days .c-row-0 { top: 0; }
.calendar .days .c-row-1 { top: 0.8rem; }
.calendar .days .c-row-2 { top: 1.7rem; }
.calendar .days .c-row-3 { top: 2.6rem; }
.calendar .days .c-row-4 { top: 3.3rem; }
.calendar .days .c-col-0 { left: 0; }
.calendar .days .c-col-1 { left: 1rem; }
.calendar .days .c-col-2 { left: 2rem; }
.calendar .days .c-col-3 { left: 3.05rem; }
.calendar .days .c-col-4 { left: 4.15rem; }
.calendar .days .c-col-5 { left: 5.2rem; }
.calendar .days .c-col-6 { left: 6.2rem; }

.calendar .days .icon-x {
    background-image: url(../images/calendar/icon-x.svg);
    background-size: 0.7rem auto;
}
.calendar .days .icon-o {
    background-image: url(../images/calendar/icon-o.svg);
    background-size: 1rem auto;
}

.calendar .icon-o { opacity: 0 }
.calendar.reveal1 .icon-o { opacity: 1 }
.calendar.reveal1 .icon-x { opacity: 0 }

.calendar .unused { transition: opacity 0.5s }
.calendar.reveal1 .unused { opacity: 0 }

.calendar.reveal1 .month { box-shadow: 0 0 1rem 0 black; }
.calendar.reveal2 .month-1 { top: 17.6rem; left: 4.1rem }
.calendar.reveal2 .month-3 { top: 17.6rem; left: 10.2rem }
.calendar.reveal2 .month-6 { top: 17.6rem; left: 16.3rem }
.calendar.reveal2 .month-9 { top: 17.6rem; left: 22.4rem }
.calendar.reveal2 .month-12 { top: 17.6rem; left: 28.5rem }


.calendar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 4.3rem;
    left: 26.5rem;
    width: 33rem;
    height: 20rem;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s;
}
.calendar-content img {
    width: 7.5rem;
    height: auto;
}
.calendar.reveal2 .calendar-content {
    opacity: 1;
}

.reveal {
    position: absolute;
    top: 24rem;
    left: 4rem;
    width: 78rem;
    height: 28.8rem;
}
.reveal .image-group {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(to right, var(--color-vyepti-teal), var(--color-vyepti-red)) border-box;
    border: 1px solid transparent;
}
.reveal .image-group img { width: 100%; height: auto }

.section2 .section-wrapper {
    position: absolute;
    top: 3.4rem;
    left: 5.8rem;
    width: 50%;
    height: auto;
}
.section2 .section-wrapper img { width: 23.75rem }
.section2 .section-wrapper .button { width: 23.5rem }

.section3 .options {
    display: flex;
    align-items: flex-start;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 81rem;
    margin-left: 2.5rem;
}
.section3 .option {
    width: 17.7rem;
    height: 19rem;
    margin: 1rem 1rem 2rem;
    transition: opacity 0.5s;
}
.section3 .options.selected .option { opacity: 0.3 }
.section3 .options.selected .selected { opacity: 1 }
.section3 .option .image {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
}
.section3 .option img {
    width: 100%;
}
.section3 .option.selected .image {
    box-shadow: 0 0 0.25rem 0.25rem var(--color-vyepti-steel),
                0 0 0.4rem 0 white;
}
.section3 .button {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

.selection .selections {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}
.selection .item {
    box-sizing: border-box;
    position: relative;
    width: 24rem;
    height: 40.5rem;
    margin: 0 1rem;
    padding: 1px;
    border-radius: 1rem;
    background: linear-gradient(to right, var(--color-vyepti-teal), var(--color-vyepti-red)) border-box;
}
.selection .item .image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.selection .item img {
    width: 100%;
}
.selection .item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    text-align: center;
}

.selection .button {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    width: 30rem;
    margin: 0;
    transform: translateX(-50%);
}

.form-details .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, transparent 40%, var(--color-background) 50%, var(--color-background) 100%);
}
.form-wrapper {
    position: absolute;
    top: 3.4rem;
    right: 3.5rem;
    width: 45.5%;
    height: auto;
}
.form-submitted .form-wrapper {
    top: 11.5rem;
}

.form-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 8.5rem;
}
.form-preferences .form-row {
    height: auto
}
.form-preferences .button {
    width: 13rem;
}

.form-group.half { width: 49% }
.form-group.full { width: 100% }
.form-group label,
.form-heading {
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin-bottom: 1rem;
}
.form-group label.checkbox {
    display: inline-block;
    font-weight: 400;
}
.form-group .input {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 3.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(to right, var(--color-vyepti-teal), var(--color-vyepti-red)) border-box;
}
.form-group .input.checkbox {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    padding: 0;
}
.form-group .input.checked::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../images/common/checkmark.svg) center no-repeat;
    background-size: 1.25rem auto;
    z-index: 1;
}
.form-group .input::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 0.5rem;
    background-color: var(--color-background);
}
.form-group .input input {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    color: white;
    background-color: transparent;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2em;
    -webkit-appearance: none;
    outline: none !important;
    z-index: 1;
}
.form-group .input select {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    color: white;
    background-color: transparent;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.2em;
    -webkit-appearance: none;
    outline: none !important;
    z-index: 1;
}
.form-group input[type="checkbox"] {
    width: 2rem;
}
.form-group .input input::placeholder,
.form-group .input select.placeholder {
    color: var(--color-vyepti-soft-black);
}

.form-submitted .button { width: 35.5rem }
.qr-code {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 6.7rem;
}
.qr-code + .qr-code { margin-left: 6.5rem }
.qr-code img {
    width: 100%;
    height: auto;
}
.qr-code p {
    width: 8rem;
    text-align: center;
}

.popup {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem;
    background-color: var(--color-background-popup);
}
.popup-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.popup-content .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
}
