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

.lp-header__title-container {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    padding: 0 calc(180 / 1920* 100%);
    justify-content: space-between;
    gap: 1.55vw;
    width: 100%;
    bottom: calc(200 / 1080* 100%);
}

h1.lp-header__title {
    line-height: 1.15;
    margin-bottom: 0;
    font-size: 3.5vw;
    order: 0;
    color: white;
}

p.lp-header__subtitle {
    line-height: 1.25;
    font-weight: 400;
    font-size: clamp(20px, 1.475vw, 28px);
    max-width: max(40vw, 550px);
    margin-bottom: 0;
    color: white;
}

.lp-header__button-container {
    order: 3;
    align-items: end;
    display: flex;
    padding: 0.5vw 0;
    margin: 0 3.5% 0 0;
}

.lp-header__button-link {
    color: white !important;
    border: none;
    background: linear-gradient(136deg, rgba(255, 61, 189, 1), rgba(255, 77, 0, 1));
    border-radius: 10px;
    position: relative;
    white-space: nowrap;
    font-size: clamp(22px, 2.1vw, 35px);
    padding-top: clamp(12px, 1.2vw, 24px);
    padding-bottom: clamp(12px, 1.2vw, 24px);
    padding-left: clamp(32px, 3vw, 48px);
    padding-right: clamp(32px, 3vw, 48px);
    font-weight: 600;
    line-height: 1em;
}

.lp-header__button-link:hover {
    box-shadow: 0 0 40px 10px rgba(255, 61, 189, 0.4), 0 0 20px rgba(255, 77, 0, 0.4);
}

.lp-header__prompt-container {
    order: 3;
    width: 100%;
    margin-top: 70px;
    margin-top: clamp(24px, 3.63vw, 70px);
}

p.lp-header__prompt {
    color: rgba(255, 255, 255, 0.875);
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 500px;
    background: rgba(0, 0, 0, 0.5);
    width: 50vw;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(14px, 1.3815vw, 26.5px);
    padding-top: clamp(12px, 1.15vw, 22px);
    padding-bottom: clamp(12px, 1.15vw, 22px);
    padding-left: clamp(16px, 1.65vw, 32px);
    padding-right: clamp(16px, 1.65vw, 32px);
    letter-spacing: clamp(0.3px, 0.0285vw, 0.55px);
}

.lp-header__set-container {
    z-index: -1;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    background: black;
}

.lp-header__img-set {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.367s ease-in-out;
}

.lp-header__img-set-active {
    opacity: 1;
}

.lp-header__img-set--visible {
    opacity: 1;
}

.lp-header__img-container {
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lp-header__img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.lp-header__gradient {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 86px, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 55%);
}

@media screen and (max-width: 1023px) {
    .lp-header {
        margin-bottom: 90px;
    }

    p.lp-header__prompt {
        font-size: clamp(10.2px, 1.3815vw, 14px);
        padding-top: clamp(8px, 1.1vw, 12px);
        padding-bottom: clamp(8px, 1.1vw, 12px);
        padding-left: clamp(12px, 1.65vw, 16px);
    }

    .lp-header__button-link {
        font-size: clamp(17px, 2.1vw, 22px);
        padding: 1.2vw 3.1vw;
    }
}

@media screen and (max-width: 767px) {
    .lp-header {
        margin-bottom: 60px;
    }

    .lp-header__set-container {
        padding-top: 177.78%;
    }

    .lp-header__title-container {
        top: unset;
        bottom: 22.25vw;
        justify-content: center;
        gap: 14vw;
        padding: 0 4vw;
    }

    h1.lp-header__title {
        line-height: 1.25;
        width: 100%;
        font-size: clamp(18px, 5.5vw, 42px);
        font-size: clamp(24px, 7.7vw, 56px);
    }

    p.lp-header__subtitle {
        max-width: unset;
        font-size: clamp(16px, 4.1vw, 32px);
    }

    .lp-header__button-container {
        margin: auto;
    }

    .lp-header__button-link {
        font-size: clamp(15px, 5.15vw, 35px);
        padding-left: clamp(47px, 13.15vw, 100px);
        padding-right: clamp(47px, 13.15vw, 100px);
        padding-top: clamp(12px, 3.4vw, 28px);
        padding-bottom: clamp(12px, 3.4vw, 28px);
    }

    .lp-header__prompt-container {
        order: 2;
        margin-top: 0;
    }

    p.lp-header__prompt {
        width: 100%;
        font-size: clamp(11.25px, 3.125vw, 24px);
        padding-top: clamp(8px, 2.23vw, 18px);
        padding-bottom: clamp(8px, 2.23vw, 18px);
        padding-left: clamp(19px, 2.8vw, 22px);
        padding-right: clamp(19px, 2.8vw, 22px);
        letter-spacing: clamp(0.15px, 0.0425vw, 0.3px);
    }
    
    .lp-header__img-container {
        display: none;
    }

    .lp-header__img-container--mobile {
        display: block;
    }

    .lp-header__gradient {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 115px, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 55%)
    }
}




/* Main hp css */
.lp-section {
    padding: 0 calc(60px + 10%) 240px;
}

.lp-section.lp-section--sideless {
    padding-left: 0;
    padding-right: 0;
    margin-top: -5px;
}

.lp-section--bottomless {
    padding-bottom: 0 !important;
}

.lp-section__thin-font {
    font-weight: 500;
}

h2.lp-section__title {
    line-height: 1.25;
    font-size: clamp(24px, 2.4vw, 46px);
    margin-bottom: 10px;
}

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

h3.lp-section__subtitle {
    line-height: 1.25;
    font-weight: 400;
    font-size: clamp(20px, 1.475vw, 28px);
    max-width: max(40vw, 550px);
    margin-bottom: 30px;
}

.lp-section__button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lp-section__button-container--space {
    margin-top: 30px;
}

.lp-section__button-container--mobile {
    display: none;
}

.lp-section__button-container--left {
    justify-content: start;
}

.lp-section__button-link {
    color: white !important;
    border: none;
    background: black;
    border-radius: 10px;
    position: relative;
    white-space: nowrap;
    font-size: clamp(22px, 2.1vw, 35px);
    padding-top: clamp(12px, 1vw, 24px);
    padding-bottom: clamp(12px, 1.1vw, 24px);
    padding-left: clamp(32px, 3vw, 48px);
    padding-right: clamp(32px, 3vw, 48px);
    transition: all 0.15s ease;
    width: 100%;
    max-width: min(30vw, 550px);
    font-weight: 600;
    line-height: 1em;
    text-align: center;
}

.lp-section__button-link--color {
    background: linear-gradient(136deg, rgba(255, 61, 189, 1), rgba(255, 77, 0, 1));
}

.lp-section__button-link--color:hover {
    box-shadow: 0 0 40px 10px rgba(255, 61, 189, 0.4), 0 0 20px rgba(255, 77, 0, 0.4);
}

@media screen and (max-width: 1023px) {
    .lp-section {
        padding: 0 60px 180px;
    }

    h3.lp-section__subtitle {
        max-width: min(50vw, 550px);
    }

    .lp-section__button-link {
        font-size: clamp(17px, 2.1vw, 22px);
        padding: 1.2vw 3.1vw;
        max-width: min(40vw, 550px);
    }
}

@media screen and (max-width: 767px) {
    .lp-section {
        padding: 0 4% 120px;
    }

    .lp-section.lp-section--sideless-desktop {
        padding: 0 4% 90px;
    }

    .lp-section__desktop {
        display: none;
    }

    h2.lp-section__title {
        font-size: clamp(24px, 7.7vw, 56px);
    }

    h3.lp-section__subtitle {
        max-width: unset;
        font-size: clamp(16px, 4.1vw, 32px);
    }

    .lp-section__button-container--mobile {
        display: flex;
        margin-top: 15px;
    }

    .lp-section__button-link {
        font-size: clamp(20px, 5.2vw, 36px);
        padding: clamp(15px, 4vw, 20px);
        max-width: unset;
    }
}

@media screen and (min-width: 768px) {
    .lp-section__mobile {
        display: none;
    }
}




/* Three steps */
.lp-section__step-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 45px;
}

.lp-section__step {
    width: 24%;
}

h4.lp-section__step-number {
    line-height: 1.25;
    font-size: clamp(24px, 2.4vw, 46px);
    margin-bottom: 15px;
}

.lp-section__step-img {
    border-radius: 15px;
    margin-bottom: 15px;
    width: 100%;
}

h5.lp-section__step-title {
    text-align: center;
    line-height: 1.25;
    margin-bottom: 10px;
    font-size: clamp(20px, 1.475vw, 28px);
}

p.lp-section__step-subtitle {
    text-align: center;
    margin-bottom: 0;
    color: black;
    font-size: clamp(16px, 1.37vw, 26px);
    line-height: 1.15;
}

.lp-section__step-separator-container {
    width: 8%;
}

.lp-section__step-separator {
    height: 5px;
    background: black;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
    .lp-section__step-container {
        margin-top: 30px;
    }

    h4.lp-section__step-number {
        margin-bottom: 10px;
    }

    .lp-section__step-img {
        margin-bottom: 10px;
    }

    h5.lp-section__step-title {
        margin-bottom: 5px;
    }

    p.lp-section__step-subtitle {
        font-size: clamp(15px, 1.9vw, 28px);
    }
}

@media screen and (max-width: 767px) {
    .lp-section__step-container {
        display: block;
    }

    .lp-section__step {
        width: 55%;
        margin-bottom: 5vw;
    }

    .lp-section__step--right {
        margin-left: auto;
    }

    h4.lp-section__step-number {
        font-size: clamp(24px, 7.7vw, 56px);
    }

    .lp-section__step-img {
        margin-bottom: 15px;
    }

    h5.lp-section__step-title {
        margin-bottom: 10px;
        font-size: clamp(16px, 4.1vw, 32px);
    }

    p.lp-section__step-subtitle {
        font-size: clamp(16px, 4.1vw, 32px);
    }

    .lp-section__step-separator-container {
        display: none;
    }
}




/* Column split */
.lp-section__column-container {
    padding-right: 55%;
    position: relative;
}

.lp-section--left .lp-section__column-container {
    padding-right: unset;
    padding-left: 55%;
}

h3.lp-section__column-title {
    line-height: 1.25;
    font-size: clamp(20px, 1.475vw, 26px);
    margin-bottom: 0px;
}

p.lp-section__column-text {
    line-height: 1.25;
    font-weight: 400;
    font-size: clamp(16px, 1.37vw, 26px);
    color: black;
    margin-bottom: clamp(15px, 1.6vw, 30px);
}

.lp-section__column-example-container {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 46%;
}

.lp-section--left .lp-section__column-example-container {
    left: 0;
}

.lp-section__column-example-img-container {
    position: relative;
    padding-right: 22%;
    padding-top: 22%;
    padding-left: 3.75%;
}

.lp-section__column-example-big-img {
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.lp-section__column-example-small-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    border-radius: 10px;
    z-index: -1;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

p.lp-section__column-example-text {
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    border-radius: 500px;
    background: black;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    font-size: clamp(13px, 1.27vw, 18px);
    padding-top: clamp(12px, 1.25vw, 20px);
    padding-bottom: clamp(12px, 1.25vw, 20px);
    padding-left: clamp(16px, 1.27vw, 24px);
    padding-right: clamp(16px, 1.27vw, 24px);
}

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

    p.lp-section__column-text {
        font-size: clamp(15px, 1.9vw, 28px);
    }

    p.lp-section__column-example-text {
        font-size: clamp(13px, 1.69vw, 15px);
    }

}

@media screen and (max-width: 767px) {
    .lp-section__column-container {
        padding-right: 0;
    }

    .lp-section--left .lp-section__column-container {
        padding-left: 0;
    }

    h3.lp-section__column-title {
        font-size: clamp(20px, 5.55vw, 40px);
    }

    p.lp-section__column-text {
        font-size: clamp(16px, 4.1vw, 32px);
        margin-bottom: clamp(15px, 8vw, 30px);
    }

    .lp-section__column-example-container {
        position: relative;
        transform: unset;
        width: 100%;
        margin-bottom: clamp(15px, 8vw, 30px);
    }

    p.lp-section__column-example-text {
        font-size: clamp(12px, 3.35vw, 26px);
        padding-top: clamp(15px, 3.7vw, 30px);
        padding-bottom: clamp(15px, 3.7vw, 30px);
        padding-left: clamp(18px, 4.5vw, 35px);
        padding-right: clamp(18px, 4.5vw, 35px);
    }
}




/* Three steps */
.lp-section__aspect-column-wrapper {
    display: flex;
    gap: 10%;
}

.lp-section__aspect-column-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.lp-section--left .lp-section__aspect-column-container--text {
    order: 1;
}

.lp-section__aspect-column-container--gallery, .lp-section__aspect-column-imgs-container {
    gap: 0.8vw;
}

.lp-section__aspect-column-imgs-container {
    display: flex;
}

.lp-section__aspect-column-imgs-div {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.lp-section__aspect-column-imgs-div--portrait {
    flex: 2;
}

.lp-section__aspect-column-imgs-div--square {
    flex: 3;
    aspect-ratio: 1;
}

.lp-section__aspect-column-imgs-div--landscape {
    aspect-ratio: calc(2 / 3 + 1 / 1 + 0.8 / 100);
}

@media screen and (max-width: 767px) {
    .lp-section__aspect-column-wrapper {
        flex-direction: column;
        gap: 5vw;
    }
    .lp-section__aspect-column-container--gallery, .lp-section__aspect-column-imgs-container {
        gap: 2.5vw;
    }
}




/* Showcase inspiration section */
.lp-section__category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.lp-section__category {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 11px 20px;
    line-height: 1;
    color: black;
    border-radius: 10px;
    border: 2px solid white;
    transition: all 0.15s ease;
    font-size: clamp(18px, 1.4vw, 22px);
    cursor: pointer;
}

.lp-section__category--selected, .lp-section__category:hover {
    border: 2px solid black;
}

.lp-section__category-imgs-wrapper-container {
    margin-bottom: 30px;
}

.lp-section__category-imgs-wrapper {
    display: none;
    flex-direction: column;
}

.lp-section__category-imgs-wrapper--selected {
    display: flex;
}

.lp-section__category-imgs-container {
    display: flex;
}

.lp-section__category-imgs-wrapper, .lp-section__category-imgs-container {
    gap: 0.8vw;
}

.lp-section__category-imgs-div {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.lp-section__category-imgs-div--square {
    flex: 3;
}

.lp-section__category-imgs-div--portrait {
    flex: 2;
}

.lp-section__category-imgs-div--landscape {
    flex: 5;
    aspect-ratio: calc(2 / 3 + 1 / 1 + 0.8 / 100);
}

@media screen and (max-width: 1023px) {
    .lp-section__category-container {
        gap: 15px;
    }

    .lp-section__category {
        font-size: clamp(15px, 1.8vw, 18px);
    }

    .lp-section__category-imgs-wrapper, .lp-section__category-imgs-container {
        gap: 1vw;
    }
}

@media screen and (max-width: 767px) {
    .lp-section__category-container {
        gap: 10px;
        margin-bottom: 15px;
    }

    .lp-section__category {
        font-size: clamp(15px, 3.8vw, 24px);
        padding: 9px 18px;
    }

    .lp-section__category-imgs-wrapper, .lp-section__category-imgs-container {
        gap: 2.5vw;
    }

    .lp-section__category-imgs-div--desktop {
        display: none;
    }
}




/* Triple image */
.lp-section__triple-img-container {
    display: flex;
    gap: 3vw;
    margin-bottom: 30px;
}

.lp-section__triple-img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    flex: 1;
    width: 100%;
}




/* FAQ */
.lp-section__faq-container {
    display: flex;
    gap: 3vw;
    padding-top: 5px;
}

.lp-section__faq-qs-container {
    order: 1;
    flex: 1;
}

.lp-section__faq-q-container {
    margin-bottom: 15px;
}

.lp-section__faq-q-title-container {
    border-bottom: 2px solid #D0D0D0;
    cursor: pointer;
    display: flex;
    gap: 15px;
    padding: 5px 0;
}

.lp-section__faq-q-title {
    flex: 1;
}

.lp-section__faq-arrow {
    transition: all 300ms ease-in-out;
}

.lp-section__faq-q-title-container--active .lp-section__faq-arrow {
    transform: rotate(90deg);
}

.lp-section__faq-q-answer-container {
    display: none;
}

p.lp-section__faq-q-answer {
    padding: 10px 0 30px;
    margin-bottom: 0;
}

.lp-section__faq-c-container {
    width: 30%;
}

.lp-section__faq-contact-container {
    border-radius: 10px;
    border: 1px solid #c4c4c45c;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px;
    position: sticky;
    top: 30px;
}

@media screen and (max-width: 767px) {
    .lp-section__faq-container {
        flex-direction: column;
    }

    .lp-section__faq-qs-container {
        order: 0;
    }

    .lp-section__faq-c-container {
        width: 100%;
    }
}</pre></body></html>