<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.cdnfonts.com/css/museo-sans-cyrl?styles=17900,17898,17902');

/* common */

.animation-appear {
    animation: 0.6s ease-in-out appear;
}

.animation-disappear {
    animation: 1s ease-in-out disappear;
}

@-webkit-keyframes appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes disappear {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-o-keyframes disappear {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes disappear {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes disappear {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.partner-maxwidth.test_streams {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.test_streams section {
    width: 100%;
}

.test_streams h3.head {
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    color: #171717;
    margin: unset;
}

.test_streams p.desc {
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #171717;
    margin: unset;
}

.mt-21 {
    margin-top: 21px;
}

.pb-40 {
    padding-bottom: 40px;
}

.text-center {
    text-align: center;
}



/* section header */

section.header {
    background: url('/partners/i/img/test_streams/bg.png') no-repeat;
    display: flex;
    align-items: center;
    height: 490px;
    background-blend-mode: overlay, normal;
    border-radius: 6px;
    gap: 61px;
    padding: 27px 80px 28px 70px;
    max-height: 420px;
    justify-content: center;
}

section.header .left img {
    width: auto;
    max-width: 600px;
    height: auto;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
    max-height: 380px;
}




section.header .right {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 20px;
    /*max-width: 378px;*/
    max-height: 235px;
    align-items: start;
}

section.header .right .hd {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

/* section.header .right .btn {

    width: 355px;
    height: 54px;
    background: #F7B13F;
    box-shadow: 0px 0px 25px rgb(247 177 63 / 35%);
    border-radius: 20px;
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* section 2 */


section.section2 {
    background-color: #F8F8FA;
    display: flex;
    align-items: center;
    height: 490px;
    background-blend-mode: overlay, normal;
    border-radius: 6px;
    padding: 27px 0 28px 70px;
}




section.section2 .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 40px;
    max-width: 430px;
}

section.section2 .left .hd {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

/* section 3 */


section.section3 {
    background-color: #F8F8FA;
    display: flex;
    align-items: center;
    /* height: 490px; */
    background-blend-mode: overlay, normal;
    border-radius: 6px;
    padding: 27px 66px 0 0;
    gap: 55px;
}

.test_streams section.section4 h3.head {
    text-align: center;
}

section.section3 .left img {
    width: auto;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
}

section.section3 .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 40px;
    max-width: 514px;
}

section.section3 .right .hd {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

/* section 4 */

section.section4 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

section.section4 .items {
    display: flex;
    gap: 20px;
}

section.section4 .item {
    width: 387px;
    height: 280px;
    /* background: #F8F8FA;
    border-radius: 6px; */
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 43px;
    justify-content: center;
    align-items: center;
    border: 1px solid #CDDAF1;
    border-radius: 10px;
}

section.section4 img {
    max-width: 110px;
}

section.section4 p.desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

/* start of slider */
.slider .section2 .left .hd {
    display: grid;
    grid-template-rows: max-content max-content;
    align-content: space-between;
    height: 310px;
    min-width: 310px;
}

.slider h3.head  {
    font-size: 34px;
}

.slider h3.head:first-child  {
    max-width: 90%;
}

.slider-buttons-div {
    display: grid;
    grid-template-columns: repeat(2, min-content);
    grid-gap: 32px;
}

.slider-button {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background: #ffffff center / 15px 30px url('/partners/i/img/test_streams/arrow.svg') no-repeat;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.slider-button:hover {
    box-shadow: 0 5px 5px 0 #eeeeee;
}

.slider-button-left {
    transform: rotateY(180deg);
}

.slider-button-disabled {
    background: #ffffff center / 15px 30px url('/partners/i/img/test_streams/arrow_gray.svg') no-repeat;
}

.slider-link {
    color: #ECB457;
    text-decoration: none;
    border-bottom: 1px solid #ECB457;
}

.slider-img {
    height: min-content;
}
/* end of slider */

/* faq */

section.faq h3.t_head {
    font-size: 18px;
    line-height: 22px;
    margin: unset;
}

section.faq .faqs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.faq p.desc {
    font-size: 16px;
    line-height: 19px;
}

.partner-plank__line.v2 .partner-plank__lineflex__content,
.partner-plank__line.v2 .partner-plank__one {
    padding: 29px 60px 29px 61px;
}

.partner-plank__line.v2 .partner-plank__info {
    padding: unset;
}

.test_streams .partner-plank__line.v2:after {
    display: none;
}

.partner-plank__line.v2 {
    background: #F8F8FA;
    border-radius: 6px;
    cursor: pointer;
}

.partner-plank__img {
    transition: all 0.3s ease-in-out;
}

.open-question.partner-plank__line.v2 .partner-plank__img{
    transform: rotate(180deg);
}

.partner-plank__line.v2 .partner-plank__lineflex__content {
    background: #F8F8FA;
}

.partner-plank__lineflex__content:before {
    content: "";
    top: 80px;
    position: absolute;
    border: 1px solid #FFFFFF;
    width: 80%;
}

.partner-plank__line.v2 .partner__plank:hover {
    color: unset;
}

@media only screen and (max-width: 1240px) and (min-width: 769px)  {

    section.header .left img{
        max-width:unset;
        max-height: unset;
    }

    .test_streams h3.head {
        font-size: 26px;
        line-height: 31px;
    }

    .test_streams p.desc {
        font-size: 16px !important;
        line-height: 19px !important;
    }

    section.faq h3.t_head {
        font-size: 16px;
        line-height: 19px;
    }

    .test_streams .faq p.desc {
        font-weight: 300 !important;
        font-size: 14px !important;
        line-height: 17px !important;
    }

    section.header .right, section.section2 .left, section.section3 .right{
        flex-basis: 100%;
    }

    section.header .right{
        height: auto;
    }

    section.header .right {
        max-height: unset;
    }

    section.section2{
        height: unset;
    }

    section.header, section.section2, section.section3{
        padding: 27px 70px 28px 70px;
    }

}

@media only screen and (max-width: 1200px) {

    section.header .left img,
    section.section2 .right img,
    section.section3 .left img {
        width: 100%;
    }

}

@media only screen and (max-width: 840px) and (min-width: 769px) {

    section.header{
        max-height: unset;
    }

}

@media only screen and (max-width: 768px) {
    /* start of slider */
    .slider .head.pb-40 {
        padding-bottom: 20px;
    }

    .slider .section2 .left .hd {
        height: 240px;
        min-width: auto;
    }

    .slider h3.head:first-child {
        max-width: 100%;
    }

    .slider-buttons-div {
        margin: 0 auto;
    }
    /* end of slider */

    .partner-maxwidth.test_streams {
        padding: unset 10px;
        gap: 40px;
    }

    section.header,
    section.section2,
    section.section3,
    section.section4,
    section.faq {
        padding: unset;
        flex-direction: column;
        height: auto;
    }

    section.header .right,
    section.section2 .left,
    section.section3 .right {
        padding-right: 15px;
        padding-left: 15px;
    }

    section.header,
    section.section2,
    section.section3 {
        padding-top: 20px;
        padding-bottom: 40px;
    }



    section.section2,
    section.section3 {
        gap: 25px;
    }

    section.section2 {
        flex-direction: column-reverse;
    }


    section.header .left img,
    section.section2 .right img,
    section.section3 .left img {
        width: 100%;
    }

    section.section4 .items {
        flex-direction: column;
        padding: unset;

    }

    section.section4 .item {
        width: 100%;
        height: auto;
    }

    section.faq .pb-40 {
        padding-bottom: 30px;
    }

    .partner-plank__line.v2 .partner-plank__lineflex__content,
    .partner-plank__line.v2 .partner-plank__one {
        padding: 20px;
    }

    .test_streams h3.head {
        font-size: 26px;
        line-height: 31px;
    }

    section.faq h3.t_head {
        font-size: 16px;
        line-height: 19px;
    }

    .test_streams p.desc {
        font-size: 16px !important;
        line-height: 19px !important;
    }


    .test_streams .faq p.desc {
        font-weight: 300 !important;
        font-size: 14px !important;
        line-height: 17px !important;
    }


    section.section4 h3.head {
        text-align: center;
    }

    section.faq {
        padding-bottom: 20px;
    }

    /* section.header .right .btn {
        width: 100%;
        font-size: 16px !important;
    } */

    section.header {
        background-position: bottom;
        max-height: unset;
        gap: 29px;
    }

    .partner-maxwidth.test_streams {
        gap: 40px;
    }

    section.header .right, section.section2 .left{
        max-width: 514px;
    }

}


@media only screen and (max-width: 475px) {

    section.header .left img { 
    width: 104%;
    margin-left: -1.7%;
    }

    section.header .right{
        max-height: unset;
    }

}</pre></body></html>