<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'tt_norms';
    src: url(fonts/TTNormsPro-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'tt_norms_extrabold';
    src: url(fonts/TTNormsPro-ExtraBold.ttf) format('truetype');
}

.orus-section-1 {
    /*box-sizing: border-box;*/
    background-image: url("../img/Orus/Background_main.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /*min-height: 730px;*/
    width: 100%;
    position: relative;
    /*background-size: contain;*/
    overflow: hidden;
    /*display:flex;*/
    /*flex-direction:row;*/
    margin: 0;
    padding-bottom: 7%;
    /*padding-top:12%;*/
}

.orus-section-1-container-left {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    padding-left: 8%;
    gap:1%;
}

.orus-section-1-container-right {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
}

.orus_main_logo {
    width: 41%;
    min-width: 85.84px;
    margin-top:6%;
    /*height:20%;*/
}

.orus-relations-description {
    font-size: calc(10px + 1.52vw);
    font-weight: 500;
    font-family: tt_norms;
    padding-left: 7%;
    padding-right: 20px;
}

.orus-trust-description {
    font-size: calc(10px + 1.52vw);
    font-weight: 900;
    text-align: left;
    margin-top:4%;
    margin-left: 0;
    padding-left: 7%;
    padding-right: 20px;
    font-family: tt_norms_extrabold
}

.orus-btn-member-access {
    border-radius: 50px;
    border-width: 0;
    width: 40%;
    min-height: 38px;
    min-width: 110px;
    height: calc(38px + 1.8vw);
    margin-top: 5%;
    margin-left:7%;
    padding: 0;
    background: #49daf74d;
}

.orus-img-1 {
    margin: 0 auto;
    margin-top: 25px;
    width: 40%;
    min-width: 308px;
    min-height: 430.39px;
    height: calc(200px + 12vw);
}

.orus-section-2 {
    /* box-sizing: border-box;*/
    background-image: url("../img/Orus/Background_alternate.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /*min-height: 730px;*/
    width: 100%;
    position: relative;
    /*background-size: cover;*/
    overflow: hidden;
    /*display:flex;*/
    /*flex-direction:row;*/
    margin: 0;
    padding-bottom: 7%;
}

.orus-section-2-container-left {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    padding-top:7%;
    padding-left: 7%;
    padding-bottom:3%;
    /*gap: 1%;*/
}

.orus-section-2-container-right {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
}

.orus-interactive-title {
    font-size: calc(10px + 1.98vw);
    font-weight: 900;
    font-family: tt_norms_extrabold;
    /*    padding-left: 7%;*/
    padding-right: 20px;
}

.orus-interactive-description {
    font-size: calc(10px + 1.22vw);
    font-weight: 500;
    text-align: left;
/*    margin-top: 4%;
    margin-left: 0;
    padding-left: 7%;*/
    padding-right: 20px;
    font-family: tt_norms;
}

#interactive-description-1 {
    margin-bottom:5%;
}

.orus-img-2 {
    margin: 0 auto;
    margin-top: 25px;
    width: 73%;
    min-width: 280px;
    min-height: 230.39px;
    height: calc(300px + 16vw);
    border-radius: 0 180px 0 0;

    object-fit:cover;
    object-position:46%;
}

.orus-section-3 {
    /*box-sizing: border-box;*/
    background-image: url("../img/Orus/Background_main.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /*min-height: 730px;*/
    width: 100%;
    position: relative;
    /*background-size: contain;*/
    overflow: hidden;
    /*display:flex;*/
    /*flex-direction:row;*/
    margin: 0;
    padding-bottom: 7%;
    
    display:flex;
    flex-direction:column;
}

.orus-function-description-question {
    font-size: calc(10px + 1.98vw);
    font-weight: 900;
    font-family: tt_norms_extrabold;
    /*    padding-left: 7%;*/
    padding-right: 20px;
    text-align:center;
    margin-bottom:5%;
}

.orus-function-descriptions-container {
    width:100%;
    height:70%;
    margin:0;
}

.orus-function-descriptions-subcontainer {
    padding-bottom:5%;
}

.orus-function-description-box {
    margin: 0 auto;
    width: 60%;
    min-width: 265px;
    min-height: 370.39px;
    height: calc(280px + 15vw);
    background: rgb(66, 173, 192);
    border-radius: 0 94px;
    padding: 5% 5% 0 5%;
    display: flex;
    flex-direction: column;
    gap:3%;
}

.orus-function-description-image {
    border-radius: 0 71px 0 0;
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: 18%;
}

#orus-f-description-img-2 {
    object-position:bottom;
}

.orus-function-description-paragraph {
    font-size: calc(10px + 0.8vw);
    font-weight: 500;
    text-align: center;
    /*    margin-top: 4%;
    margin-left: 0;
    padding-left: 7%;*/
    margin:0;
    font-family: tt_norms_extrabold;
    color:#FFFFFF;
}

.orus-section-4 {
    /* box-sizing: border-box;*/
    background-image: url("../img/Orus/Background_alternate.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /*min-height: 730px;*/
    width: 100%;
    position: relative;
    /*background-size: cover;*/
    overflow: hidden;
    /*display:flex;*/
    /*flex-direction:row;*/
    margin: 0;
    padding-bottom: 7%;
}

.orus-section-4-container-left {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    padding-top: 3%;
    padding-left: 7%;
    padding-bottom: 3%;
    /*gap: 1%;*/
}

.orus-section-4-container-right {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    padding-top: 3%;
}

.orus-benefit-title {
    font-size: calc(10px + 1.98vw);
    font-weight: 900;
    font-family: tt_norms_extrabold;
    /*    padding-left: 7%;*/
    padding-right: 20px;
    margin-bottom: 3%;
}

.orus-benefit-description {
    font-size: calc(10px + 0.85vw);
    font-weight: 500;
    text-align: justify;
    /*    margin-top: 4%;
    margin-left: 0;
    padding-left: 7%;*/
    padding-right: 30%;
    font-family: tt_norms;
}

.orus-img-3 {
    margin: 0 auto;
    margin-top: 25px;
    width: 78%;
    min-width: 280px;
    min-height: 230.39px;
    height: calc(400px + 16vw);
    border-radius: 0 180px 0 0;
    object-fit: cover;
    object-position: 46%;
}

.orus-section-5 {
    /*box-sizing: border-box;*/
    background-image: url("../img/Orus/Background_main.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /*min-height: 730px;*/
    width: 100%;
    position: relative;
    /*background-size: contain;*/
    overflow: hidden;
    /*display:flex;*/
    /*flex-direction:row;*/
    margin: 0;
    padding-bottom: 7%;
}

.orus-section-5-container-left {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    /*padding-top: 3%;*/
    padding-left: 7%;
    padding-right:0;
    justify-content:center;
    /*padding-bottom: 3%;*/
    /*gap: 1%;*/
}

.orus-section-5-container-right {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    padding: 0;
    /*padding-top: 3%;*/
}

.orus-section-5-support-title {
    font-size: calc(10px + 1.98vw);
    font-weight: 900;
    font-family: tt_norms_extrabold;
    /*    padding-left: 7%;*/
    padding-right: 20px;
}

.orus-section-5-support-subcontainer {
    display: flex;
    flex-direction: row;
    /*height:12%;*/
    width:100%;
    margin-bottom:20px;
    gap:3%;
}

.orus-section-5-support-arrow {
    width: 10%;
    /*max-height:49.47px;*/
    object-fit:contain;
    align-self:center;
}

.orus-section-5-support-description {
    font-size: calc(10px + 1.22vw);
    font-weight: 500;
    text-align: left;
    /*    margin-top: 4%;
    margin-left: 0;
    padding-left: 7%;*/
    padding-right: 20px;
    font-family: tt_norms;
    margin-bottom:0;
}

@media only screen and (max-width:1199px) {
    .orus-function-description-image {
        border-radius: 0 76px 0 0;
    }
}

/*@media only screen and (max-width:1008px) {
    .orus-section-1 {
        padding-top: 20%;
    }
}*/

@media only screen and (max-width:900px) {
    .orus-function-description-box {
        /*width: 50%;*/
        min-width: 230px;
    }
}

/*@media only screen and (max-width:800px){
    .orus-section-1 {
        padding-top: 17%;
    }
}*/

@media only screen and (max-width:767px) {
/*    .orus-section-4-container-left{
        padding-right:7%;
    }*/

    .orus-benefit-description {
        padding-right: 6%;
    }

    .orus-function-description-box {
        /*width: 50%;*/
        min-width: 230px;
        max-width: 280px;
    }

    .orus-function-description-box {
        padding: 3% 3% 0 3%;
    }

    .orus-section-5-container-right {
        padding-left: 7%;
    }
}

@media only screen and (max-width:550px) {
    .orus-function-description-image {
        border-radius: 0 83px 0 0;
    }
}

/*@media only screen and (max-width:499px) {
    .orus-section-1 {
        padding-top: 24%;
    }
}*/

/*@media only screen and (max-width:383px) {
    .orus-section-5-support-arrow {
        width: 10%;
        max-height: 22.03px;
    }
}*/</pre></body></html>