<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.intro {
    background-image: url(../images/banner/faq_banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.intro .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    color: #fff;
}

.intro .content .image {
    width: 411px;
    height: auto;
    margin-right: 50px;
}

.intro .content .title {
    font-weight: 700;
    line-height: 57px;
}

.intro .content .description {
    font-weight: 500;
    line-height: 30px;
    font-size: 1.2rem;
}

section.content {
    background-color: #f5f9fc;
}

.content .content {
    background-color: #f5f9fc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 5% 0;
}

.content .item {
    padding: 5px;
    border-bottom: 1px solid #005A9E;
}

.content .item:nth-child(-n+3) {
    padding-bottom: 30px;
}

.content .item &gt; .header {
    display: flex;
    align-items: center;
}

.content .item &gt; .header &gt; .image {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.content .item &gt; .header &gt; .image &gt; img {
    width: 70px;
    height: 70px;
}

.content .item &gt; .header &gt; h3 {
    width: 100px;
    color: #00599e;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    font-size: 24px;
}

.content .item &gt; .info {
    height: 100px;
}

.content .item &gt; .info a {
    display: flex;
    margin-top: 30px;
}

@keyframes help_move {
    0% {
        left: 0;
    }
    25% {
        left: 3px;
    }
    50% {
        left: 6px;
    }
    75% {
        left: 3px;
    }
    100% {
        left: 0;
    }
}

@keyframes move {
    0% {
        top: 0;
    }
    25% {
        top: 3px;
    }
    50% {
        top: 6px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0;
    }
}

a.move img {
    position: relative;
    animation: help_move 700ms infinite;
}

.videos .video.show,
.product.image.show {

    display: block;
}

.videos .video.hide,
.product.image.hide {
    display: none;
}

.videos .video-item.move &gt; .point img {
    position: relative;
    animation: move 700ms infinite;
}

.videos .video-item &gt; .select {
    cursor: pointer;
}

.videos .video-item &gt; .select img {
    transition: 0.5s all ease;
    border-radius: 30px 0 30px 0;
}

.videos .video-item.move &gt; .select img:hover {
    border-radius: 0;
    transform: translate(0, -10px);
}

.content .item &gt; .info .point {
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.content .item &gt; .info .point &gt; img {
    position: relative;
    width: 25px;
    height: 25px;
}

.content .item &gt; .info a &gt; h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}

.content .item &gt; .info &gt; a {
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-bottom: 0;
    text-decoration: none;
}

.content .item &gt; .info &gt; a &gt; p {
    width: 100%;
    margin-bottom: 0;
}

.content .item &gt; .info &gt; p.coming-soon {
    margin-left: 30px;
}

.content .item &gt; .footer {
    height: 1px;
}

.contact-information .content {
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

.contact-information .content &gt; .container {
    padding: 0;
}

.contact-information .title {
    color: #01589d;
    font-weight: bold;
}

.contact-information .icon-title {
    display: flex;
    align-items: center;
}

.contact-information .icon-title &gt; .icon-bg {
    width: 100px;
    height: 100px;
    border: 1px solid #01589d;
    background-color: #01589d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.contact-information .icon-title &gt; .icon-bg &gt; .career {
    width: 45px;
    height: 45px;
}

.contact-information .icon-title &gt; h3 {
    color: #01589d;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
}

.contact-information .customer-hotline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
}

.contact-information .customer-hotline &gt; h5,
.contact-information .customer-hotline &gt; p {
    margin: 0;
    font-size: 1.3rem;
}

.contact-information p, .contact-information a, .contact-information p, .contact-information span {
    font-size: 1.3rem;
}

.contact-information .customer-hotline &gt; h5 {
    font-weight: bold;
}

.contact-information .service-hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
}

.contact-information .service-hours &gt; p {
    margin: 0;
}

.contact-information .service-hours &gt; p.bold {
    font-weight: bold;
}

.contact-information .hr {
    width: 200px;
    height: 1px;
    background-color: #005A9E;
    margin: 25px 0;
}

.contact-information .email {
    color: #0d6efd;
    text-decoration: none;
}

.contact-information .tel {
    color: #0d6efd;
}

@media (min-width: 769px) {
    .notes.remarks.shadowWhite.eternal-love {
        position: absolute;
        bottom: -52%;
    }
}

@media (max-width: 768px) {
    .intro .content {
        height: auto;
        flex-direction: column;
        padding: 10px;
    }

    .intro .content .image {
        width: auto;
        height: auto;
        margin: auto;
        padding-bottom: 10px;
    }

    .intro .content .text .description {
        width: auto;
    }

    .content .content {
        height: auto;
        flex-direction: column;
    }

    .contact-information .content {
        flex-direction: column;
    }

    .contact-information .customer-hotline &gt; h5,
    .contact-information .service-hours,
    .contact-information .customer-hotline {
        text-align: left;
    }

    .first-img {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



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