<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}


/*.fadeInUp {*/
/*    opacity: 0;*/
/*    animation-name: fadeInUp;*/
/*    -webkit-animation-name: fadeInUp;*/
/*}*/
.banner-saleoff {
    padding-top: 170px;
    padding-bottom: 70px;
}
.banner-saleoff .btn-home{
    padding-bottom: 30px;
}
.thelimit .container {
    padding-top: 40px;
    padding-bottom: 70px;
}
.thelimit .btn-home {
    padding-bottom: 20px;
}
.bestdeal .container, .booking-engine &gt; .container , .chanel-manager .container{
    padding-top: 70px;
    padding-bottom: 70px;
}

.menu-sale-off .menu-main-item a {
    display: block;
    padding: 0 4px;
    color: #555 !important ;
    opacity: 0.7 !important;

}
.menu-sale-off .menu-main-item a:hover {
    color: #5b87da !important;
}
.sale-off-wrapper .container {
    display: flex;
    align-items: center;
}


.sale-off-wrapper .sale-off-wrapper__left {
    width: 100%;
}


.sale-off-wrapper .sale-off-wrapper__left .sub-title {
    font-size:20px;
    font-weight: 600;
    line-height: 33px;
    color: #060e9f;
    padding-bottom: 15px;
}

.sale-off-wrapper .sale-off-wrapper__left .title {
    font-size: 68px;
    font-weight: 900;
    line-height: 81.6px;
    margin-bottom: 20px;
}

.sale-off-wrapper .sale-off-wrapper__left .title1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
}

.sale-off-wrapper .sale-off-wrapper__left .text{
    font-size: 21px;
    font-weight: 400;
    line-height: 25.2px;
    margin-bottom: 30px;
}



.btn-inline3 {
    background-color: #ff5000;
    padding: 8px 40px 8px 20px;
    letter-spacing: 1px;
    position: relative;
    justify-content: inherit;
    display: inline-block;
}
.btn-inline3:after {
    content: '';
    background: url('../images/common/sign-in.png') no-repeat center / contain;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    transition: .3s ease-out;
}
.btn-inline3:hover:after {
    right: 15px;
    height: 15px;
    width: 15px;
}
.thelimit {
    text-align: center;
    background-color: #f6f7fc !important;
}
.svg-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
}
.svg-rotate svg {
    position: absolute;
    bottom: 0px;
    top: 0px;
}

.svg-bottom {
    position: relative;
}
.svg-bottom svg{
    position: absolute;
    bottom: 0px;
    top: 0px;
}
.thelimit .content {
    width: 100%;
}
.thelimit .title,
.bestdeal .title{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
.thelimit .subtitle {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 33px;
}
.thelimit .text {
    text-align: left;
    font-size: 16px;
    line-height: 26.4px;

}

.bestdeal {
    text-align: center;
}

.bestdeal__list-item img{
    width: 50px;
    display: block;
    margin: 0 auto 20px;
}

.bestdeal__list-item h4.tit {
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    font-size: 21px;
}

.bestdeal__list-item p {
    font-size: 16px;
    line-height: 26.4px;
    padding-bottom: 20px;
}
.bestdeal .subtitle {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}



.booking-engine .content .title,
.chanel-manager .content .title {
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    font-size: 40px;
    text-align: center;
    padding-bottom: 70px;
}

.booking-engine__list-item ,
.chanel-manager__list-item{
    display: block;
    margin-bottom: 40px;
    /*flex-wrap: wrap;*/
    position: relative;
}
.booking-engine__list,
.chanel-manager__list{
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.chanel-manager__list-item .item-left,
.booking-engine__list-item .item-left {
    margin-right: 20px;
    width: 50px;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.chanel-manager__list-item .item-right,
.booking-engine__list-item .item-right {
    padding-left: 70px;
}

.chanel-manager__list-item .item-left img,
.booking-engine__list-item .item-left img{
    width: 50px;

}
.chanel-manager__list-item .item-right .tit,
.booking-engine__list-item .item-right .tit{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}
.chanel-manager__list-item .item-right .txt,
.booking-engine__list-item .item-right .txt{
    line-height: 26.4px;
}
.chanel-manager {
    background-color: #fff !important;
}
.booking-engine {
    background-color: #f6f7fc !important;
}
.distribution {
    background-color: #221060 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.distribution  .content {
    padding-top: 10px;
    padding-bottom: 50px;
}
.distribution  .content .container {
    min-height: 550px;
}
.distribution .container ,
.synchronised .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.synchronised .container {
    padding-top: 10px;
    padding-bottom: 50px;
}
.synchronised .synchronised-left ,
.synchronised .synchronised-right {
    width: 50%;
}
.synchronised .synchronised-left h3 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
}
.distribution h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}
.distribution p {
    color: #fff;
    font-size: 16px;
    line-height: 26.4px;
    padding-right: 50px;
}
ul.list_synchronised li {
    display: list-item;
    font-size: 16px;
    line-height: 26.4px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
ul.list_synchronised li:before {
    content: '';
    display: inline-block;
    height: 9px;
    width: 4px;
    border-bottom: 3.5px solid #000;
    border-right: 3.5px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-right: 15px;
    border-bottom-color: #ff5000;
    border-right-color: #ff5000;
    position: absolute;
    top: 6px;
    left: 0;

}
.digital-feedback .container {
    padding-top: 10px;
    padding-bottom: 40px;
    max-width: 100%;
}
.digital-feedback .mySlides {
    padding-top: 40px;
}
.digital-feedback .icon-chat {
    text-align: center;
    margin-bottom: 40px;
}
.digital-feedback .icon-chat img {
    width: 41px;
}
.digital-feedback .feedback-container {
    position: relative;
    margin: auto;
    text-align:center;
    background: #f6f7fc !important;
}
.digital-feedback .feedback-container .mySlides {
    display: none;
}
.digital-feedback .feedback-container .text {
    font-size:35px;
    font-weight: 300;
    font-style: italic;
    line-height: 57.75px;
    margin-bottom: 20px;
}

.digital-feedback .feedback-container .name-text {
    font-size:17px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 28px;
    opacity: 0.7;
}

.digital-feedback .feedback-container img {
    width: 107px;
    height: 17px;
    margin-bottom: 20px;
}

.digital-feedback .feedback-container .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.digital-feedback .feedback-container .dots {
    padding: 15px;
}
.digital-feedback .feedback-container .dot:hover {
    background-color: #2c87f0;
}
.digital-feedback .feedback-container .active {
    background-color: #2c87f0;
}


.digital-feedback .feedback-container img {
    width: 107px;
    height: 17px;
    margin-bottom: 20px;
}

.digital-feedback .feedback-container .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 2px;
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.digital-feedback .feedback-container .dot:hover {
    background-color: #2c87f0;
}
.digital-feedback .feedback-container .active {
    background-color: #2c87f0;
}
.form-wrapper {
    background-color: #221060 !important;
    padding-bottom: 0;
}
.form-wrapper .container {
    padding-top: 10px;
    padding-bottom: 50px;
}
.btn-form .text label input {
    op: calc(50% - 15px);
    left: 0;
    background-color: #eee;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 10px;
    position: inherit !important;
    width: 20px;
    height: 20px;
}
.btn-form .text label {
    position: relative;
}
.btn-form .text label span {
    font-size: 13px;
    font-weight: 300;
}
.btn-form .text label span:before {
    position: absolute;
    left: 0;
    background-color: silver;
    border-radius: 50%;
    content: "";
    top: auto;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.btn-form .text label input:checked ~ span:before {
    background-color: #373dc0;
}
.btn-form .text label span:after {
    border: solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 3px;
    height: 7px;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px !important;
}
.form-container {
    padding: 30px 15px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
}
.form-container a {
    color: #5b87da;
}
.form-container a:hover {
    text-decoration: underline;
}
.form-container h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
    margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .synchronised .container{
        min-height: 650px;
    }
    .digital-feedback .mySlides {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 768px) {
    .form-wrapper .container form {
        width: 55%;
        max-width: 640px;
    }
    .distribution .distribution-left,
    .distribution .distribution-right {
        width: 50%;
    }
    .bestdeal .bestdeal__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px 40px;
    }
    .bestdeal .bestdeal__list li{
        width: 25%;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
    }
    .booking-engine__list li,
    .chanel-manager__list li{
        flex: 0 33.33%;
        max-width: 33.33%;
        padding: 0 20px;
    }
}
@media (min-width: 995px) {
    .form-container {
        padding: 70px 50px 100px !important;
    }
    .sale-off-wrapper .container {
        display: flex;
        align-items: center;
    }
    .sale-off-wrapper .sale-off-wrapper__left,
    .sale-off-wrapper .sale-off-wrapper__right {
        width: 50%;
    }
}


@media (max-width: 768px) {
    .sale-off-wrapper .container {
        flex-wrap: wrap;
    }

    .booking-engine .content .title,
    .chanel-manager .content .title,
    .distribution h3{
        font-size: 36px;
    }
    chanel-manager__list-item .item-right, .booking-engine__list-item .item-right {
        width: auto;
    }
    .distribution p {
        font-size: 18px;
        line-height: 29.7px;
    }
    .bestdeal__list li{
        margin-bottom: 40px;
    }
    .bestdeal__list-item p {
        padding-bottom: 20px;
    }
    .booking-engine__list li img, .chanel-manager__list li img {
        width: 50px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .synchronised .synchronised-left {
        width: 100%;
    }
    .synchronised .synchronised-right {
        display: none;
    }
    .digital-feedback .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .distribution-right {
        display: none;
    }
    .booking-engine__list-item, .chanel-manager__list-item {
        position: relative;
    }
    .booking-engine__list-item, .chanel-manager__list-item {
        display: block;
    }
    .booking-engine__list-item .item-right, .chanel-manager__list-item .item-right {
        padding-left: 70px;
        float: left;
        margin-bottom: 40px;
    }

}

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}
</pre></body></html>