* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    min-width: auto;
    max-width: 100%;
}
body {
    min-width: auto;
    background-color: #fff;
    min-height: 100%;
    max-width: 100%;
    /*background-color: purple;*/
}
.global__container {
    margin: 0 auto !important;
    display: block;
    position: relative;
    max-width: 1920px;
}
.brand img {
    width: 7.5rem;
}
header {
    padding: 2rem 2rem 2rem 13%;
    border: 0;
}
@media (max-width: 768px) {
    header {
        padding: 1rem 1rem 1rem .25rem;
    }
}
@media (min-width: 865px) {
    header {
        padding-left: 7%;
    }
}
@media (min-width: 1680px) {
    header {
        padding-left: 17vw;
    }
}
a {
    cursor: pointer;
}
.main__container {
    width: 30%;
    margin-left: 8vw;
}
@media (max-width: 768px) {
    .main__container {
        width: auto;
        margin: 0 1rem;
    }
}
@media (max-width: 865px) and (min-width: 769px) {
    .main__container {
        width: 70%;
        margin: 0 auto;
    }
}
@media (min-width: 1024px) {
    .main__container {
        width: 30%;
    }
}
@media (min-width: 1680px) {
    .main__container {
        margin-left: 17vw;
    }
}
.app__description__container {
    padding: 2rem 0;
}
.app__icon {
    height: 4rem;
    width: 4rem;
    border-radius: .5rem;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .08);
}
.app__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app__title {
    margin-bottom: 1rem;
}
.app__description {
    margin-bottom: 2.5rem;
    white-space: pre-line;
}
.badge__container {
    display: flex;
}
@media (max-width: 768px) {
    .badge__container {
        justify-content: center;
    }
}
.badge__container a {
    display: block;
    margin-right: 1rem;
    flex-shrink: 0;
}
.badge__container img {
    height: 2.5rem;
}
.share {
    display: flex;
    margin-top: 5rem;
    padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
    .share {
        flex-direction: column;
        align-items: center;
        margin-top: 2.5rem;
    }
}
.qr__code {
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .08);
    flex-shrink: 0;
}
.social {
    margin-left: 2rem;
}
@media (max-width: 768px) {
    .social {
        margin: 1rem 0 0 0;
    }
}
.social__icons {
    display: flex;
}
@media (max-width: 768px) {
    .social__icons {
        justify-content: center;
    }
}
.social p {
    text-transform: capitalize;
}
.social a {
    height: 2rem;
    margin-right: 1.5rem;
    display: block;
    flex-shrink: 0;
    transition: transform ease-in-out .2s;
}
.social a:hover {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .social a {
        margin: 0 .75rem;
    }
}
.social img {
    height: 100%;
}
.disclaimers {
    font-size: .625rem;
    line-height: .75rem;
    margin-top: 3rem;
}
.devices {
    height: 100vh;
    min-height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
    display: none;
}
@media (min-width: 1024px) {
    .devices {
        display: block;
    }
}
.devices--rotate {
    transform: scale(.75) rotate(-34deg) translateY(-140px) translateX(100px);
    right: 0;
    transform-origin: top;
    position: absolute;
    top: 0;
    overflow: visible;
}
@media (max-width: 865px) and (min-width: 769px) {
    body {
        /*background-color: blue;*/
    }
    .devices {
        display: none;
    }
}
@media (min-width: 865px) and (max-width: 1140px) {
    body {
        /*background-color: red;*/
    }
    .devices {
        display: block;
    }
    .devices--rotate {
        transform: scale(.65) rotate(-34deg) translateY(40px) translateX(300px);
    }
}
@media (min-width: 1680px) {
    .devices--rotate {
        transform: scale(.9) rotate(-34deg) translateY(-140px) translateX(100px);
    }
}
.devices .device--frame {
    box-shadow: inset 0.1rem -0.1rem 1rem rgba(0,0 ,0, .2), 2rem 2rem 4rem rgba(0,0 ,0, .3);
    background-color: #eeeeee;
}
.devices .screen {
    pointer-events: all;
}
.devices .tablet {
    padding: 6rem 3rem;
    border-radius: 3rem;
}
.devices .tablet .screen {
    width: 768px;
    height: 1024px;
    overflow: hidden;
}
.devices .tablet .screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.devices .emulator {
    position: absolute;
    left: -200px;
    top: 120px;
    padding: 1rem;
    border-radius: 2rem;
    padding: 2.5rem .75rem .75rem .75rem;
}
.devices .frame--details {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
}
.devices .device--frame:after {
    content: '';
    display: block;
    width: 3.5rem;
    height: .325rem;
    background-color: #f0f0f0;
    border-radius: .375rem;
    position: absolute;
    top: 22px;
    left: calc(50% - 2rem);
    box-shadow: inset 0 0.1rem 0.25rem rgba(0, 0, 0, .5);
}
.devices .device--frame:before {
    content: '';
    display: block;
    width: .75rem;
    height: .75rem;
    background-color: #f0f0f0;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: calc(50% + 3rem);
    box-shadow: inset 0 0.1rem 0.25rem rgba(0, 0, 0, .5);
}
.devices .emulator #widget{
    height: 100%;
}
.devices .emulator .screen {
    width: 313px;
    height: 628px;
    overflow: hidden;
    border-radius: 1.5rem;
}