#__layout > div.p-main {
    min-height: 100vh;
    min-height: -webkit-calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.typing {
    display: inline-block;
    width: 5rem;
    height: 3.5rem;
}
.typing {
    position: relative;
}
.typing-dot {
    content: "";
    -webkit-animation: blink-data 1.5s infinite;
    animation: blink-data 1.5s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 0.5rem;
    width: 0.5rem;
    background: #fff;
    position: absolute;
    left: 1rem;
    bottom: 1.2rem;
    border-radius: 50%;
}
.typing-dot:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    margin-left: 0.75rem;
}
.typing-dot:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin-left: 1.5rem;
}
@-webkit-keyframes blink-data {
    0% {
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    to {
        opacity: 0.1;
    }
}
@keyframes blink-data {
    0% {
        opacity: 0.1;
    }
    20% {
        opacity: 1;
    }
    to {
        opacity: 0.1;
    }
}
.p-chat {
    background: rgba(51, 25, 25, 0.8);
    width: 100%;
    max-width: 52.8rem;
    position: relative;
    border-radius: 1.1rem;
    overflow: hidden;
    min-height: fit-content;
    /*min-height: 62rem;*/
    margin: 0 auto;
    padding: 4.4rem 2.4rem;
    /*-webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;*/
}
@media (max-width: 768px) {
    .p-chat {
        background: rgba(51, 25, 25, 0.4);
        width: 96%;
        padding: 3.2rem 2.4rem 1.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        /*min-height: 70vh;*/
    }
}
@media (max-width: 500px) {
    .p-chat {
        margin-top: 100px;
        padding: 3.2rem 2.4rem 3.0rem;
    }
    .p-chatmobile {
        margin-top: 0;
    }
}
.p-chat--body_types,
.p-chat--gender,
.p-chat--man_or_woman {
    min-height: 56rem;
}
.p-chat--age,
.p-chat--username {
    min-height: 28.4rem;
}
.p-chat--password {
    min-height: 36.5rem;
}
.p-chat--email {
    min-height: 31rem;
}
.p-chat--counting {
    min-height: 32.6rem;
}
.p-chat--age_ranges {
    min-height: 64.25rem;
}
.p-chat--location {
    min-height: 42.1rem;
}
.p-chat-messages {
    margin-bottom: 3.6rem;
}
.p-chat-message-list {
    margin: 0;
    padding: 0;
}
.p-chat-user {
    display: inline-block;
    position: relative;
    margin-right: 1rem;
}
.p-chat-user-photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
}
@media (max-width: 768px) {
    .p-chat-user-photo {
        width: 44px;
        height: 44px;
    }
}
.p-chat-user-status {
    width: 10px;
    height: 10px;
    background: #4cd964;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 32px;
    right: 2px;
}
.p-chat-message {
    margin: 0 1.5rem 0.85rem;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.p-chat-message-item,
.p-chat-message .typing {
    border-radius: 2.3rem 2.3rem 2.3rem 0.5rem;
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    display: inline-block;
}
.p-chat-message--full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
}
.animationFrames {
    -webkit-animation: animationFrames 0.4s ease;
    animation: animationFrames 0.4s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
@-webkit-keyframes animationFrames{
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes animationFrames {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.p-chat-initial-2,
#activationinitial22 {
    visibility: hidden;
}
.p-progress-chat {
    text-align: center;
    background: rgba(25, 34, 51, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    height: 3rem;
    padding: 1.1rem;
}
.p-progress-chat-bg {
    width: 100%;
    border-radius: 0.67rem;
    background-color: hsla(0, 0%, 100%, 0.5);
}
.p-progress-chat-bar {
    width: 0;
    max-width: 100%;
    height: 0.8rem;
    line-height: 3rem;
    border-radius: 0.2rem;
    transition: width 400ms
}
.p-main {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
    position: relative;
}
.p-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
    position: absolute;
    bottom: 0;
}
@media (max-width: 920px) {
    .p-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .p-content {
        justify-content: start;
    }
    .p-contentmobile {
        justify-content: center;
    }
}
.p-container {
    margin: 0 auto;
}
.p-header {
    padding: 2.8rem 2.4rem;
    background: transparent;
    position: relative;
    z-index: 1000;
}
.p-header-inner img {
    width: 10rem;
}
@media (max-width: 920px) {
    .p-header {
        padding: 0.6rem 0;
        width: 96%;
        margin: 0 auto;
    }
}
.overlay-input-wrapper {
    width: 100%;
    max-width: 80%;
    position: relative;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
    .overlay-input-wrapper {
        max-width: none;
    }
}
.step-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.139rem;
    position: relative;
}
.step-wrapper--email,
.step-wrapper--location,
.step-wrapper--password,
.step-wrapper--username {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
@media (max-width: 480px) {
    .step-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 0 1.5rem;
    }
}
.step-wrapper--email .overlay-input-wrapper {
    margin-left: 0;
    max-width: none;
    margin-bottom: 0;
}
.step-wrapper--email .p-step-cta--single {
    width: 100%;
    padding: 12px 0;
    margin-left: 0;
}
.p-step-cta {
    margin-left: 1rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #db6ab5;
    padding: 1.4rem 2.4rem 1.6rem;
    width: 80%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    height: auto;
    border-radius: 2.4rem;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.p-step-cta:hover {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}
.p-step-wrapper {
    bottom: 0;
    left: 0;
    width: 100%;
}
.p-step-variants,
.p-step-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}
.p-step-variants {
    position: relative;
    opacity: 0;
}
.show-data {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-animation: show-data 3s 1;
    animation: show-data 3s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
@-webkit-keyframes show-data {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes show-data {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.p-step-select-wrapper {
    width: 100%;
    background-size: cover;
    border-radius: 1.138rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
}
.p-step-select-wrapper .p-step-cta {
    margin-left: 0;
}
.p-step-select-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 80%;
}
@media (max-width: 768px) {
    .p-step-select-items {
        margin-right: 0;
        max-width: none;
    }
}
.p-step-select {
    position: relative;
    z-index: 2;
    color: #454545;
    padding: 0 2%;
    font-size: 1.6rem;
    height: 2.8rem;
    border-radius: 1.138rem;
    margin-right: 2%;
    border: none;
}
.p-step-select:first-child {
    width: 19%;
    max-width: 6.8rem;
}
.p-step-select:nth-child(2) {
    width: 45%;
    max-width: 16rem;
}
.p-step-select:last-child {
    margin-right: 0;
    width: 26%;
    max-width: 9.1rem;
}
@media (max-width: 480px) {
    .p-step-select:first-child {
        width: 24%;
    }
    .p-step-select:nth-child(2) {
        width: 40%;
    }
}
.p-step-location {
    height: 4rem;
    color: #000;
    border-bottom: 0.1rem solid hsla(0, 0%, 46.7%, 0.308);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 1.4rem;
    padding: 0 0.7rem;
}
.p-step-button {
    height: 11.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
    border-radius: 1.2rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    background-position: 50%;
}
.p-step-button:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
}
@media (max-width: 480px) {
    .p-step-button {
        background-position: 50%;
    }
}
.p-step-button span {
    font-size: 1.8rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    line-height: 6rem;
    text-shadow: rgba(25, 34, 51, 1) 2px 2px;
}
@media (max-width: 480px) {
    .p-step-button {
        height: 11rem;
    }
    .p-step-button span {
        font-size: 1.8rem;
    }
    .p-chat-message-item, .p-chat-message .typing {
        font-size: 1.55rem;
    }
}
.p-step-button--female,
.p-step-button--male,
.p-step-button--man,
.p-step-button--woman {
    height: 18.4rem;
}
.p-step-button--counting {
    cursor: wait;
}
@media (min-width: 768px) {
    .p-step-input-valid {
        right: 0.5rem;
    }
}
.p-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(58, 38, 38, 0.6);
    z-index: 999;
}
.p-overlay {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1002;
}
.slide-fade-enter-from,
.slide-fade-leave-to {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
.home-enter-active,
.home-leave-active {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.home-enter,
.home-leave-active {
    opacity: 0;
}
#showcontent0,
#showcontent1,
#showcontent2,
#showcontentfour {
    display: none;
}