<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}

.fp-viewing-hero .main-nav {
    opacity: 0;
}

.fp-viewing-first .main-nav li:first-child a {
    color: #000;
}

.fp-viewing-second .main-nav li:nth-child(2) a {
    color: #000;
}

.fp-viewing-third .main-nav li:nth-child(3) a {
    color: #000;
}

.fp-viewing-fours .main-nav li:nth-child(4) a {
    color: #000;
}

.fp-viewing-fifth .main-nav li:nth-child(5) a {
    color: #000;
}

.fp-tableCell {
    width: 100%;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.card {
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
}

.card-img {
    width: 60%;
    height: 100%;

    background-size: 110% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;

    /* -webkit-animation: Gradient 160s linear infinite;
    -moz-animation: Gradient 160s linear infinite;
    animation: Gradient 160s linear infinite; */
}

.hero-img {
    width: 100%;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 100%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 100%;
    }
}

@keyframes show {
    0% {
        opacity: 0;
        transform: translateX(150px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.card-img--first {
    background: url('../images/2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img--second {
    background: url('../images/3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img--third {
    background: url('../images/4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img--fours {
    background: url('../images/5.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-img--fifth {
    background: url('../images/6.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-img {
    background: url('../images/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.card-content {
    position: relative;

    padding: 0 80px;
    box-sizing: border-box;
    width: 40%;

    background: #fff;
}

.card-content--hero {
    top: 0%;
    left: 0%;
    bottom: 0%;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 15% 15%;
    padding-right: 0%;

    background: rgba(255, 255, 255, 0.05);
}

.card-content--hero__text {
    width: 50%;
}

.card-content--hero .card-para {
    position: relative;

    padding-left: 340px;

    font-size: 24px;
    text-transform: uppercase;
    color: #272727;
}

.card-content--hero .card-header {
    opacity: 0;
    font-size: 56px;
}
.card-content--hero .card-para::before {
    position: absolute;
    left: 0;
    top: 16px;

    content: '';

    display: block;
    width: 300px;
    height: 3px;

    background-color: #5c5c5c;
}

.card-theme {
    font-weight: 400;
    font-size: 1.7vmin;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #000;
}

.card-header {
    margin-top: 15em;
    margin-bottom: 1em;
    opacity: 0;

    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;

    animation: show 0.6s ease-in-out forwards;
}

.card-content--hero h1 {
    margin-top: 1em;
}

.card-para {
    margin-bottom: 2.5vmin;
    width: 100%;
    max-width: 630px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #5b5b5b;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

.calc__link {
    display: block;
    margin-top: 2em;

    color: #000;
    font-weight: 400;
}

.card__link {
    display: block;
    position: relative;
    margin-top: 10em;

    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.card__link--jpg {
    margin-top: 1.5em;
    width: 30%;

    text-decoration: underline;
    text-transform: initial;
    color: #272727;
    font-weight: 300;
}

.card__link--jpg:hover {
    color: #9f9f9f;
}

.link-arrow {
    content: '';
    position: relative;
    top: -12px;

    display: block;
    width: 25px;
    height: 2px;

    background-color: #000;
    z-index: 0;

    transition: 0.3s linear;
}

.card-content .link-arrow {
    right: -235px;
    top: -10px;
}

.card-content--hero .link-arrow {
    right: -115px;
}

.link-arrow::after {
    content: '';
    position: absolute;
    right: -2px;
    top: -2px;

    height: 2px;
    width: 10px;

    transform: rotate(30deg);
    background-color: inherit;

    z-index: 1;
}

.link-arrow::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 2px;

    height: 2px;
    width: 10px;

    transform: rotate(-30deg);
    background-color: inherit;

    z-index: 1;
}

.card__link:hover .link-arrow {
    width: 120px;
    height: 2px;
}

.additional-info {
    position: absolute;
    top: 20%;
    right: -1500px;

    width: 100%;
    height: 100%;
    padding: 25px;
    padding-left: 0;
    padding-right: 0;

    background-color: rgba(255, 255, 255, 0.98);

    transition: 0.9s ease;
}

.card__photos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card__photos img {
    height: 250px;
    width: 25%;
}

.additional-info p,
.additional-info h2 {
    padding-left: 80px;
}

.additional-info .card-theme {
    position: relative;
}

.close {
    position: absolute;
    top: -17px;
    right: 100px;

    display: block;
    width: 50px;
    height: 50px;

    cursor: pointer;
}

.close::after {
    position: absolute;
    content: '';
    top: 22px;
    right: 13px;

    display: block;

    width: 24px;
    height: 2px;
    transform: rotate(-45deg);
    transition: 0.9s ease;
    background-color: #000;
}

.close:before {
    position: absolute;
    content: '';
    top: 22px;
    right: 13px;

    display: block;
    width: 24px;
    height: 2px;

    transform: rotate(45deg);

    background-color: #000;
}

.additional-info.open {
    right: -0px;
}

.main-nav {
    position: fixed;

    display: flex;

    width: 100%;
    margin-left: 60%;
    padding-top: 3em;
    padding-left: 60px;

    list-style: none;
    z-index: 999;
}

.main-nav li {
    align-self: center;
}

.main-nav li a {
    padding: 20px;

    text-transform: uppercase;
    cursor: pointer;
    color: #9f9f9f;
    text-decoration: none;
    font-size: 16px;
}

.main-nav li:hover,
.main-nav li a:hover {
    color: #000;
}

.main-nav li a:focus {
    color: #000;
}

.logo {
    position: fixed;
    left: 14%;

    z-index: 999;

    padding-top: 3em;
    color: #9f9f9f;
    font-size: 16px;
    text-transform: uppercase;
}

.Logo__link {
    padding-left: 0;

    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    text-align: left;

    z-index: 999;
}

/*  */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.side-menu {
    position: fixed;
    left: 14%;
    bottom: 3%;

    display: block;
    margin: 0;
    padding: 0;
    width: 300px;

    z-index: 1;
    text-align: left;
}

.side-menu li {
    display: inline-block;
    margin: 10px;

    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border: 0 solid #000;
    color: #000;

    transition: all 0.4s ease;
}

.side-menu li:hover {
    background: rgba(255, 255, 255, 0.2);
}

/*РЎС‚РёР»СЊ СЃСЃС‹Р»РєРё РєРѕРіРґР° Р°РєС‚РёРІРµРЅ СЃРѕРѕС‚РІРµС‚СЃС‚РІСѓСЋС‰РёР№ Р±Р»РѕРє*/
.side-menu li a,
.side-menu li.active a {
    display: block;
    padding: 4px 4px;

    text-decoration: none;
    color: #ccc;
    font-size: 0;
}

/*РЎС‚РёР»СЊ СЌР»РµРјРµРЅС‚Р° СЃРїРёСЃРєР° РєРѕРіРґР° Р°РєС‚РёРІРµРЅ СЃРѕРѕС‚РІРµС‚СЃС‚РІСѓСЋС‰РёР№ Р±Р»РѕРє*/
.side-menu li.active {
    background: rgba(255, 255, 255, 1);
    border: 0 solid #000;
    color: #000;
}

.additional-info p {
    color: #9f9f9f;
    font-weight: 300;
    font-size: 16px;
}
.additional-info .card-theme {
    margin-bottom: 4em;

    font-weight: 600;
    font-size: 1.7vmin;
    font-size: 16px;
    color: #000;
}

.additional-info a {
    padding-left: 5px;

    text-decoration: none;
    color: #000;
}

.additional-info a:hover {
    color: #000;
}

.video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    z-index: -1;
    display: none;
    transition: 0.4s ease-in-out;
}

.video__wrapper {
    padding: 0;
    max-width: 1440px;
}

.video__link {
    display: block;
    margin-top: 2em;
    width: 300px;

    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.video__link:hover {
    color: #9f9f9f;
}

.video__link img {
    width: 15px;
    height: 18px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;

    transition: 0.4s ease;
}

.video__link:hover img {
    transform: scale(1.2);
}

.video.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
}

.video .close {
    top: 5%;
    right: 5%;
}

@media (max-width: 1919px) {
    .card-img {
        width: 50%;
        height: 100%;

        /* -webkit-animation: Gradient 240s linear infinite;
        -moz-animation: Gradient 240s linear infinite;
        animation: Gradient 240s linear infinite; */
    }

    .card-img.hero-img {
        width: 100%;
    }

    .card-header {
        font-size: 28px;
        margin-top: 2em;
    }
    .close {
        right: 15px;
    }

    .main-nav li a {
        font-size: 14px;
        color: #9f9f9f;
    }

    .main-nav {
        margin-top: 1em;
    }

    .card-content--hero h1 {
        font-size: 56px;
    }

    .side-menu {
        width: 50px;
        bottom: 10%;
    }

    .card-content {
        padding: 20% 5%;
        width: 50%;
    }

    .card-content.card-content--hero {
        width: 100%;
    }

    .main-nav {
        width: 50%;
        margin-left: 50%;
        padding-top: 3em;
        padding-left: 30px;
    }

    .main-nav li a {
        padding: 7px;
        font-size: 14px;
    }

    .side-menu {
        bottom: 3%;
        left: 3%;
    }

    .logo {
        left: 3%;
    }

    .additional-info .card-theme {
        padding-top: 1em;
        font-size: 19px;
    }

    .additional-info p,
    .additional-info h2 {
        padding-left: 55px;
    }
}

@media (max-width: 1023px) {
    .card-content {
        width: 50%;
    }

    .card-img {
        width: 50%;
        height: 100%;

        background-size: cover;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }

    .card-content--hero {
        width: 100%;
    }

    .card-header {
        margin-top: 0em;
    }

    .card-content--hero__text {
        width: 100%;
    }

    .card-content--hero .card-para {
        padding-left: 250px;
        margin-bottom: 4em;

        font-size: 18px;
    }

    .card-content--hero .card-para:before {
        top: 12px;

        width: 230px;
    }

    .card-img--first {
        background: url('../images/2m.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-img--second {
        background: url('../images/3m.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-img--third {
        background: url('../images/4m.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-img--fours {
        background: url('../images/5m.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card-img--fifth {
        background: url('../images/6m.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hero-img {
        background: url('../images/1m.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main-nav {
        padding-left: 0;
        display: none;
    }

    .card__link--jpg {
        width: 100%;
    }

    .main-nav li a {
        font-size: 13px;
    }
}

@media (max-width: 765px) {
    .side-menu {
        bottom: 3%;
        left: 2%;
    }

    .main-nav {
        display: none;
    }

    .card-content--hero .card-header {
        font-size: 46px;
        margin: 0;
        margin-top: 150px;
        margin-bottom: 50px;
    }

    .card {
        flex-direction: column;
    }

    .card-img {
        width: 100%;
        height: 35%;
        background-position: center;
    }

    .card-content {
        width: 100%;
        height: 65%;
        padding: 2% 5%;
    }

    .card-content--hero {
        height: 100%;
    }

    .hero-img {
        height: 100%;
    }

    .card-para {
        font-size: 14px;
    }

    .card__link {
        margin: 20px 0;
        font-size: 14px;
    }

    .additional-info {
        top: 4%;
        height: 100%;
    }

    .card__photos {
        display: none;
    }

    .card__link:hover .link-arrow {
        width: 50px;
    }

    .card-header {
        margin-top: 1em;

        font-size: 21px;
    }

    .card-content--hero .card-para {
        padding-left: 0;
        margin-bottom: 4em;

        font-size: 16px;
    }

    .card-content--hero .card-para:before {
        display: none;
    }

    .logo {
        padding-top: 0;
        margin-top: 1em;
    }

    .additional-info .card-theme {
        font-size: 18px;
        font-weight: 600;

        padding-right: 50px;
    }
}
</pre></body></html>