﻿.st-page {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 240px;
    padding-right: 40px;
    transition: padding 0.6s ease-in-out;
    z-index: 10;
}

    .st-page.close {
        padding-left: 100px;
    }

.ct-page {
    min-height: 80dvh;
    width: 100%;
    max-width: 1680px;
}
