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

.container main &gt; div:not(.page-body) {
    padding: 2em 0;
}

.container main.page-home .banner {
    z-index: 1;
    height: 30vw;
    /*max-height: 37.5em;*/
    padding: 0;
}


.container .el-carousel {
    height: 100%;
}

.offer-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3.63em;
    height: 3.63em;
}

.offer-list.dark {
    --reverse-color: var(--color-bg-dark);
    background-color: var(--color-bg-dark);
    color: #fff;
}

.offer-list ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.offer-list ul {
    gap: 1em;
}

.offer-list ul {
    margin: 0 auto;
    padding: 0 var(--page-body-padding);
    max-width: calc(var(--page-content-width) + 6vw);
    width: 100%;
}

.offer-list li {
    display: flex;
    align-items: center;
}

.offer-list li {
    gap: .5em;
    white-space: nowrap;
}

.offer-list li svg, .offer-list li img {
    width: 2em;
    height: 2em;
    fill: currentColor;
}

.container main.page-home h2 {
    font-size: 2em;
}

.container main .custom-product h2 {
    margin: 0 0 1em;
    color: var(--color-bg-dark);
    text-align: center;
}

.custom-product .page-body {
    --page-body-padding: 20em;
}

@media (max-width: 1280px) {
    .custom-product .page-body {
        --page-body-padding: 5em;
    }
}

@media (max-width: 960px) {
    .custom-product .page-body {
        --page-body-padding: 0;
    }
}

.custom-product .goodslist li {
    position: relative;
}

.custom-product .goodslist.box li {
    padding: 0;
}

.custom-product .goodslist h4 {
    margin-bottom: .5em;
    overflow: visible;
}

.custom-product .goodslist .img {
    padding: 0;
    margin-bottom: 0;
}

.custom-product .goodslist .img .btn-box {
    position: absolute;
    bottom: 0;
    padding: .5em;
    border-radius: 50em;
    width: 80%;
    margin-bottom: 1em;
    text-align: center;
    background: #fff;
    opacity: .87;
    cursor: pointer;
    box-shadow: 0 0 21px 3px rgba(88, 88, 88, .65);
    transition: all .3s;
}

.custom-product .goodslist .img .btn-box:hover {
    box-shadow: 0 0 21px 3px rgba(88, 88, 88, .65);
    scale: 1.1;
}

.goodslist.box li {
    border-radius: .5em;
    background-color: #fff;
    box-shadow: 0 0 2em #0000001a;
}

.advantages .page-body {
    display: flex;
    justify-content: space-between;
}

.advantages .page-body {
    gap: 5%;
}

.advantages .pos-left {
    flex: 1;
}

.page-home h2 {
    font-size: 2em;
}

main.page-home .advantages h2 {
    text-align: left;
}

.advantages hgroup:after {
    content: "";
    display: block;
    width: 30%;
    height: .1em;
    background-color: #fff;
}

.advantages .list li {
    margin: 1em 0;
}

.advantages a {
    color: #fff;
}

.advantages .video {
    width: 50%;
    gap: 1em;
    display: flex;
    flex-direction: column;
}

.advantages h3 {
    font-size: 1.88em;
}

.advantages .video video, .advantages .video iframe {
    flex: 1;
}

.effortless .page-body {
    color: var(--color-bg-light);
}

.effortless hgroup {
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

main.page-home .effortless h2 {
    margin: 0;
}

.effortless hgroup p {
    font-size: 1.2em;
}

.effortless .page-content {
    flex-direction: row-reverse;
    gap: 4%;
}

.effortless .pos-left {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.effortless .pos-left {
    flex: 1;
    gap: 3em;
}

.effortless .steps {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
}

.effortless .steps {
    flex: 1;
}

.effortless .steps dt {
    font-weight: 700;
}

.effortless .img {
    flex: 1;
 }

.banner .el-image {
    height: 100%;
    width: 100%;
}

.banner .el-image &gt; div {
    flex: 1;
}

.banner .el-image .banner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 5em;
}

.banner .banner-item-2 .el-image .banner-left {
    align-items: center;
    padding-bottom: 5em;
}

.banner .el-image .banner-left &gt; * {
    text-align: center;
    font-weight: bold;
    width: 650px;
}

.banner .banner-item-2 .el-image .banner-left &gt; * {
    text-align: left;
}

.banner .el-image .banner-left &gt; h1 {
    font-size: 4em;
}

.banner .el-image .banner-left &gt; h2 {
    font-size: 3em;
}

.banner .el-image .banner-left &gt; .desc {
    margin-bottom: 1em;
}

.banner .banner-item-2 .el-image .banner-left &gt; .desc {
    margin-bottom: 2em;
    font-size: 1.2em;
}

.banner .banner-item-2 .el-image .banner-left &gt; .reviews {
    margin-bottom: 2em;
    padding-left: .5em;
}

.banner .banner-item-2 .el-image .banner-left &gt; .reviews .star-box {
    display: flex;
    align-items: center;
}

.banner .banner-item-2 .el-image .banner-left &gt; .reviews .el-rate {
    --el-rate-icon-size: 26px;
    --el-rate-icon-margin: 0;
    --el-rate-fill-color: #F96A00;
}

.banner .banner-item-3 .banner-left &gt; * {
    text-align: left;
    width: 550px;
}

.banner .banner-item-3 .banner-left .widget-hero-banner__review {
    padding: .5em 0;
    display: flex;
    align-items: center;
}

.shopper-approved a {
    display: flex;
    align-items: center;
}

.shopper-approved span {
    text-decoration: underline;
}

.catalog .page-body {
    --page-body-padding: 10em;
}

@media (max-width: 1280px) {
    .catalog .page-body {
        --page-body-padding: 2em;
    }
}

@media (max-width: 960px) {
    .goodslist h4 {
        overflow: unset;
    }
}
.catalog .goodslist {
    text-align: center;
    --columns: 3;
}

.catalog .goodslist &gt; li {
    padding: 2em;
}

.catalog .goodslist .desc {
    font-size: .8em;
    margin: 1em 0;
}

.catalog .goodslist .btn {
    --padding: .5em;
    --border-radius: .5em;
    width: 80%;
    font-weight: bold;
}

.container main.page-home .authoritative_media h2 {
    color: #257C79;
    font-size: 3em;
}

.authoritative_media .desc {
    text-align: center;
    margin: 2em 0;
    color: #6B7280;

}

.authoritative_media ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: .5em;
}

.authoritative_media li {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.authoritative_media li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container main .user_comments h1 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0;
}

.container main .user_comments .testimonialsHome &gt; .desc {
    color: #A3A3A3;
    text-align: center;
    font-size: 1.5em;
}

.user_comments .slick-box {
    padding: 5em 5em 0;
}

.user_comments .testimonialsHome__list {
    position: relative;
}

.user_comments .testimonialsHome__list .slick-track .slick-track {
    display: flex;
}

.user_comments .testimonialsHome__list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: calc(100% - 1em);
    background-image: linear-gradient(to right, #fff, #fff0);
    z-index: 1;
    margin: .5em 0;
}

.user_comments .testimonialsHome__list:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: calc(100% - 1em);
    background-image: linear-gradient(to left, #fff, #fff0);
    z-index: 1;
    margin: .5em 0;
}

.user_comments .testimonialsHome__list .testimonialsHome__item {
    min-width: 200px;
    margin: .5em;
    padding: 1em;
    background: #F6F7F9;
    border-radius: 1em;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.user_comments .testimonialsHome__list .testimonialsHome__item .header {
    display: flex;
    margin-bottom: 1em;
}

.testimonialsHome__item .header .avatar {
    height: 4em;
    width: 4em;
    margin-right: 1em;
}

.testimonialsHome__item .header .info .name {
    font-size: 1.4em;
    font-weight: bold;
}

.testimonialsHome__item .header .info .desc {
    font-size: 1em;
    font-weight: bold;
    color: #A3A3A3;
}

.testimonialsHome__item .comment {
    margin: 1em 0;
}

.testimonialsHome__item .el-rate {
    --el-rate-icon-size: 24px;
    --el-rate-icon-margin: 0;
}

.testimonialsHome__bottomList .slick-list &gt; .slick-track {
    direction: rtl;
}

.testimonialsHome__bottomList .slick-list &gt; .slick-track &gt; .testimonialsHome__item &gt; * {
    direction: ltr;
}

.advantage .advantage-box {
    display: flex;
    justify-content: center;
}

.advantage .advantage-box .left img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.advantage .advantage-box .right {
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 650px;
}

.advantage .advantage-box .right .title h2 {
    text-align: left;
}

.advantage .advantage-box .right ul {
    list-style: disc;
    padding-left: 1em;
}

.advantage .advantage-box .right ul li {
    margin: .5em 0;
    word-break: break-all;
}

.advantage .advantage-box .right .footer {
    padding: 1em;
    display: flex;
}

.advantage .advantage-box .right .footer .footer-left {
    display: flex;
    padding: 1em;
}

.advantage .advantage-box .right .footer .footer-left &gt; div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .8em;
}

.advantage .advantage-box .right .footer .footer-left &gt; div img {
    width: 60px;
    height: 60px;
}

.advantage .advantage-box .right .footer .footer-right {
    margin-left: 2em;
    flex: 1;
}

.advantage .advantage-box .right .footer .footer-right a {
    height: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .5em;
    text-decoration: none;
    color: #fff;
}

.advantage .advantage-box .right .footer .footer-right a span {
    font-size: 1.5em;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 3em;
}

.advantage .advantage-box .right .footer .footer-right a.free-quote {
    --background-color: #DE3500;
    background: var(--background-color);
}

.advantage .advantage-box .right .footer .footer-right a.free-quote div {
    height: calc(3em - 4px);
    display: flex;
    align-items: center;
    background: #fff;
    border: 3px solid #fff;
    margin: 2px;
    padding: 0 1.5em;
    box-sizing: border-box;
    border-radius: 0 .5em .5em 0;
}

.advantage .advantage-box .right .footer .footer-right a.free-quote div img {
    height: 90%;
    width: 100%;
    object-fit: contain;
}

.advantage .advantage-box .right .footer .footer-right a.free-design-quote {
    background: #0066CC;
    margin-top: 1em;
}

.advantage .advantage-box .right .footer .footer-right a.free-design-quote span {
}

.advantage .advantage-box .right .footer .footer-right a.free-design-quote div {
    margin-right: 3em;
}

.advantage .advantage-box .right .footer .footer-right a.free-design-quote div img {
    width: 25px;
    height: 25px;
}

.factory-video .factory-video-box {
    overflow: hidden;
    position: relative;
}

.factory-video .factory-video-box .video-title {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
}

.factory-video .factory-video-box .video-title &gt; div {
    width: 80%;
}

.factory-video .factory-video-box .video-title &gt; div h1 {
    font-weight: bold;
}

.factory-video .factory-video-box .video-box video {
    height: 380px;
    width: 100%;
    object-fit: cover;
}

.container main &gt; div.create-steps {
    padding: 2em 20em;
}

@media (max-width: 1280px) {
    .container main &gt; div.create-steps {
        padding: 2em 7em;
    }
}

@media (max-width: 960px) {
    .container main &gt; div.create-steps {
        padding: 2em 0;
    }
}

.create-steps .btn-box {
    padding: 2em 2em 0;
    text-align: center;
}

.create-steps .btn-box button {
    padding-left: 2em;
    padding-right: 2em;
}

.container main &gt; div.faq-video {
    padding: 2em 20em 0;
    background: #F2F2F2;
}

@media (max-width: 1280px) {
    .container main &gt; div.faq-video {
        padding: 2em 7em 0;
    }
}

@media (max-width: 960px) {
    .container main &gt; div.faq-video {
        padding: 2em 0 0;
    }
}

.faq-video .faq-box {
    padding: 1em;
    background: #fff;
    border-radius: .5em;
}

.faq-video .faq-title {
    border-bottom: 1px solid #E4E4E4;
}

.faq-video .faq-title h1 {
    font-weight: bold;
    text-align: center;
}

.faq-video .faq-video-box {
    display: flex;
    padding: 0 1em;
}

.faq-video .faq-video-box &gt; div.faq-video-tips {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 3em;
}

.faq-video .faq-video-box &gt; div.faq-video-tips &gt; * {
    width: 100%;
}

.faq-video .faq-video-box &gt; div.faq-video-tips .btn.btn-dark {
    --bg-color: #DE3500;
    --padding: .5em;
    width: 100%;
}

.faq-video .faq-video-box &gt; div.faq-video-tips h1 {
    font-weight: bold;
}

.faq-video .faq-video-box &gt; div.faq-video-list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-top: 1em;
}

.faq-video .faq-video-box &gt; div.faq-video-list .faq-video-item {
    position: relative;
}

.faq-video .faq-video-box &gt; div.faq-video-list .faq-video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-video .faq-video-box &gt; div.faq-video-list button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.faq-video .faq-video-box &gt; div.faq-video-list button svg {
    width: 68px;
    height: 48px;
}

.container main &gt; div.faq-text {
    padding: 1em 20em 2em;
    background: #F2F2F2;
}

@media (max-width: 1280px) {
    .container main &gt; div.faq-text {
        padding: 1em 7em;
    }
}

@media (max-width: 960px) {
    .container main &gt; div.faq-text {
        padding: 1em 0em;
    }
}

.faq-text .faq-box {
    padding: 1em;
    background: #fff;
    border-radius: .5em;
}

.faq-trigger span.question::after {
    display: block;
    content: "+";
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.faq-group &gt; li {
    margin-bottom: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
}

.faq-group &gt; li {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0 0 0 0;
}

.faq-group .faq-trigger {
    font-size: .9em;
    font-weight: 300;
    color: #000;
    padding: 0 1em;
    position: relative;
    display: block;
    margin: 5px;
    overflow: hidden;
}

.faq-trigger span.question {
    width: 95%;
    float: left;
}

.faq-group .faq-trigger p {
    margin: 5px 0;
    font-size: 1.2em;
    color: rgb(0, 0, 0);
    font-weight: bold;
    word-break: break-all
}

.faq-group .faq-content p {

    word-break: break-all
}

.faq-trigger .question span.faq-title {
    color: rgb(0, 112, 192);
}

.faq-group .faq-content {
    padding: 0 1.5em 1em;
}

.content-visible .faq-trigger span.question::after {
    content: "-";
}

.container main &gt; div.we-can-do {
    background: #000;
    color: #fff;
}

.we-can-do .we-can-do-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.we-can-do .we-can-do-content img {
    display: unset;
}

.we-can-do .btn-box {
    text-align: center;
}

.we-can-do .btn-box a {
    font-weight: bold;
    padding: .4em 1em;
}

.banner .swiper-pagination {
    text-align: center;
}

.custom-product {
    background: #ccc;
}</pre></body></html>