.sgr-standardcontent.this-is-the-top-of-the-page {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgr-standardcontent.this-is-the-top-of-the-page .sg-scrollbar {
    overflow-y: auto;
    height: 100%;
}
.sgr-standardcontent .sgr_content {
    margin: 0 auto !important;
}
.sgr-standardcontent .orange-sq {
    position: absolute;
    border-left: 14px solid #d13902;
    border-top: 14px solid #d13902;
    width: 60px;
    height: 60px;
    z-index: 9;
    left: 10px;
    top: 10px;
}
.sgr-standardcontent .orange-sq-base {
    position: absolute;
    border-right: 16px solid #d13902;
    border-bottom: 16px solid #d13902;
    width: 60px;
    height: 60px;
    z-index: 9;
    bottom: 10px;
    right: 10px;
}
@media (min-width: 992px) {
    .sgr-standardcontent.v1.sg-normal-container {
        padding: 5rem !important;
    }
}
