html {
    height: 100%;
    background: #f6f9fc;
}

#cmsPageLoader {
    display: none !important;
}

#footer {
    display: none !important;
}

.st-shadow-box {
    border-radius: 4px;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
        0 15px 35px rgba(50, 50, 93, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    overflow: hidden !important;
}

.st-header-root::before {
    content: '';
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -1000px !important;
    height: 1500px !important;
    background: #32325d;
    transform-origin: 50% 100%;
    transform: skewY(-12deg);
}

.st-flex-row {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.st-flex-row > * {
    flex-grow: 0;
    flex-shrink: 0;
}

.st-flex-row:last-child {
    border-bottom: none !important;
}