<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
    position: relative;
}

@media (max-width: 767px) {
    .hero {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 114px;
        margin-bottom: 178px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .hero__slider {
        margin: initial;
        text-align: center;
        max-height: 640px;
    }
}

.hero__slider .card {
    color: white;
    position: relative;
    min-height: 640px;
    max-width: 1359px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding: 0 7%;
}

@media (max-width: 767px) {
    .hero__slider .card {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 149px;
    }
}

.hero__slider .card p{
    font-weight: 500;
    line-height: 20px;
    color: white;
    max-width: 607px;
}

.hero__slider .uptitle {
    font-family: 'Prompt';
    font-weight: 500;
    font-size: 32px !important;
    line-height: 48px !important;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #FFFFFF;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .hero__slider .uptitle {
        font-size: 16px;
        line-height: 24px;
    }
}

.hero__slider h1 {
    max-width: 607px;
    margin-bottom: 24px;
}

.hero__slider h1 strong{
    font-weight: 500;
}

@media (max-width: 767px) {
    .hero__slider h1 {
        font-size: 24px;
    }
}

.hero__slider .scrollDown,
.hero__slider .linkRight {
    margin-top: 48px;
}

@media (max-width: 767px) {
    .hero__slider .scrollDown,
    .hero__slider .linkRight {
        margin-top: 28px;
    }
}

.hero__slider .scrollDown a,
.hero__slider .linkRight a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    gap: 24px;
}

@media (max-width: 767px) {
    .hero__slider .linkRight a,
    .hero__slider .scrollDown a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero__slider .scrollDown a::before {
    content: '';
    background: url(../images/white-arrow.svg) no-repeat 50%;
    border: 1px solid white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.hero__slider .scrollDown a:hover::before {
    background-color: #1E9F9F;
    border: none;
}

.hero__slider .linkRight a::after {
    content: '';
    background: url(../images/white-arrow.svg) no-repeat 50%;
    border: 1px solid white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    transform: rotate(-90deg);
}

.hero__slider .linkRight a:hover::after{
    background-color: #334C65;
}

.hero__slider .linkRight a:focus::after,
.hero__slider .scrollDown a:focus::before {
    background-color: #66829E;
}

.hero__slider .scrollDown span,
.hero__slider .linkRight span {
    position: relative;
}

.hero__slider .owl-dots {
    display: flex;
    min-height: 7px;
    max-width: 1359px;
    margin: 0 auto;
    padding: 0 7%;
    position: absolute;
    margin-top: 0;
    bottom: 60px;
    z-index: 1000;
}

/* .hero__slider + .owl-dots-container &gt; .owl-dots {
    position: absolute;
    margin-top: 0;
    bottom: 60px;
    z-index: 1000;
} */

/* @media (max-width: 767px) {
    .hero__slider + .owl-dots-container &gt; .owl-dots {
        left: 0;
        right: 0;
        top: initial;
        bottom: 18%;
    }
} */

/* @media (min-width: 767px) {
    .hero__slider .owl-dots {

    }
} */

.hero__rect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: -53px;
    right: 88px;
}

@media (max-width: 767px) {
    .hero__rect {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        bottom: -178px;
        right: 0;
        left: 0;
    }
}

.hero__rect a {
    padding: 50px 35px;
    border-radius: 16px;
    max-height: 158px;
    width: 297px;
}

@media (max-width: 767px) {
    .hero__rect a {
        padding: 32px;
    }
}

.hero__rect p, .hero__rect .single .singleContent li, .single .singleContent .hero__rect li {
    font-family: 'Prompt';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: white;
}

.hero__rect p span, .hero__rect .single .singleContent li span, .single .singleContent .hero__rect li span {
    font-size: 24px;
    line-height: 32px;
}

.hero__rect .media, .hero__rect header .services, header .hero__rect .services, .hero__rect .boutique {
    background: #1E3246;
    -webkit-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}

.hero__rect .media:hover, .hero__rect header .services:hover, header .hero__rect .services:hover, .hero__rect .boutique:hover {
    background: #334C65;
}

.hero__rect .media div, .hero__rect header .services div, header .hero__rect .services div, .hero__rect .boutique div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.hero__rect .media div::before, .hero__rect header .services div::before, header .hero__rect .services div::before, .hero__rect .boutique div::before {
    content: '';
    background: url(../images/block.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 40px;
}

.hero__rect .boutique {
    background: #00BCBB;
}

.hero__rect .boutique:hover {
    background: #1E9F9F;
}

.hero__rect .boutique div::before {
    background: url(../images/mug.svg);
    background-size: cover;
    width: 67px;
    height: 59px;
}
</pre></body></html>