#top-left {
    align-items: center;
    justify-content: center;
}

#top-left-text {
    font-size: 4vh;
    text-align: center;
    vertical-align: middle;
}

#top-left-logo {
    height: 50vw;
}

.bg {
    background-size: 300vw;
}

.phone {
    height: 62vh;
}

#features-content-box {
    gap: 1.5vh;
}

#feature-phone {
    height: 62vh;
}

.button-feature {
    padding: .5vh 2vw;
}

#feature-screen {
    top: 1vh;
    left: 1.1vw;
    width: 95%;
    height: 96%;
}

#resources-faq {
    height: auto;
}

.feature {
    width: 60vw;
    opacity: 0;
}

#feature-active {
    opacity: 1;
}

#features-arrow-left, #features-arrow-right {
    right: 130vw;
}

#features-arrow-right {
    left: 130vw;
}

#prices-arrow-left, #prices-arrow-right {
    position: absolute;
    left: 2%;
    top: calc(55%);
    height: 6vh;
    cursor: pointer;
    transition: transform .3s;
    z-index: 4;
}

#prices-arrow-right {
    left: unset;
    right: 2%;
}

#prices-container {
    gap: 30%;
    width: 75%;
}

.price {
    min-width: 100%;
}

#prices-type, #auth-type {
    width: 70vw;
    border-radius: 3vh;
}

.resource {
    width: 10vh;
    height: 10vh;
}

.resource img {
    height: 4vh;
}

.resource h3 {
    font-size: 1.5vh;
    vertical-align: middle;
}

#wiki, #faq {
    width: 100%;
}

#faq {
    height: 70vh;
}

#resources-faq-cont {
    gap: 4vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    max-width: 100vw;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 2vh;
}

#auth-window {
    width: 90vw;
}

.auth-type {
    gap: 1vw;
}

#auth-body {
    display: flex;
    flex-direction: row;
    transition: all .6s;
}

#auth-body form {
    width: 90vw;
    padding: 0 3vh;
}

.auth-input {
    padding: 1vh 2vw;
    gap: 2vw;
}

.auth-input input {
    color: white;
    font-family: lato, sans-serif;
    background: transparent;
    caret-color: var(--blue);
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    font-size: 2vh;

    vertical-align: middle;
}

.parent-submit {
    padding: 0.5vh 2vw;
}

.close-cross {
    top: 24.5vh;
    left: 11vw;
}

.close-cross img {
    height: 4vh;
    width: 4vh;
}

#faq-box, #faq { 
    will-change: transform, height, max-height;
}

.ehs-container {
    padding: 4vw 2vh;
}

.ehs-container * {
    text-align: center;
}

.ehs-container, .ehs-list-container, .ehs-list  {
    gap: 2vh;
}

.ehs-container h1 {
    font-size: 3vh;
}

.ehs-container a {
    font-size: 2vh;
}

.ehs-portable {
    height: auto !important;
    max-height: fit-content !important; 
}
