<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @charset "UTF-8";
@font-face {
    font-family: 'din-light';
    src: url('../fonts/din-light-webfont.eot');
    src: url('../fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-light-webfont.woff2') format('woff2'),
         url('../fonts/din-light-webfont.woff') format('woff'),
         url('../fonts/din-light-webfont.ttf') format('truetype'),
         url('../fonts/din-light-webfont.svg#din-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din-condensed';
    src: url('../fonts/din-condensed-webfont.eot');
    src: url('../fonts/din-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-condensed-webfont.woff2') format('woff2'),
         url('../fonts/din-condensed-webfont.woff') format('woff'),
         url('../fonts/din-condensed-webfont.ttf') format('truetype'),
         url('../fonts/din-condensed-webfont.svg#dincond-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din-bold';
    src: url('../fonts/din-bold-webfont.eot');
    src: url('../fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din-bold-webfont.woff2') format('woff2'),
         url('../fonts/din-bold-webfont.woff') format('woff'),
         url('../fonts/din-bold-webfont.ttf') format('truetype'),
         url('../fonts/din-bold-webfont.svg#din-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../fonts/worksans/WorkSans-Regular.eot') format('embedded-opentype'), url('../fonts/worksans/WorkSans-Regular.woff') format('woff'), url('../fonts/worksans/WorkSans-Regular.ttf') format('truetype'), url('../fonts/worksans/WorkSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../fonts/worksans/WorkSans-SemiBold.eot') format('embedded-opentype'), url('../fonts/worksans/WorkSans-SemiBold.woff') format('woff'), url('../fonts/worksans/WorkSans-SemiBold.ttf') format('truetype'), url('../fonts/worksans/WorkSans-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-worksans-regular{
    font-family: 'WorkSans-Regular',sans-serif;
}
.font-worksans-semibold{
    font-family: 'WorkSans-SemiBold',sans-serif;
} */


.hide_me {
	display:none !important;
}
.check-app-status-link{
    font-family: 'WorkSans-SemiBold',Helvetica,Arial,sans-serif !important;
    display: none;
    position: fixed;
    bottom: -1px;
    z-index: 99;
    text-decoration: none;
    display: block;
    font-size: 14px;
    height: 57px;
    right: 15px;
    text-transform: uppercase;
    text-align: center;
}

.check-app-status-link.docked{
    position: absolute;
}

.icon-cas{
  background: url(../images/icon-check-application-status-small.png) no-repeat center center;
  background-size: 100%;
  height: 32px;
  width: 32px;
}

.icon-messenger{
  background: url(../images/icon-messenger.png) no-repeat center center;
  background-size: 100% auto;
  height: 32px;
  width: 31px;
}

.check-app-status-link .bottom-bar-cta{
    background: #58595b;
    color: #fff;
    float: left;
    display: block;
    padding: 12px 13px;
    text-decoration: none;
    height: 57px;
    box-sizing: border-box;
}

.check-app-status-link .bottom-bar-cta:hover, .check-app-status-link .bottom-bar-cta.active{
    background: #ff0090;    
}

.check-app-status-link .icon-cta, .check-app-status-link .text{
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}

.bottom-bar-cta .text{
    padding-left: 10px;
    display: none;
    width: 105px;
}

.bottom-bar-cta:hover .text, .bottom-bar-cta.active .text{
    display: inline-block;
}

.check-app-status-link .fb-cta{
    
}

.check-app-status-link .check-cta{
    
}

@media all and (max-width: 767px){
    .check-app-status-link{
        right: 0;
        width: 100%;
    }
    .check-app-status-link .bottom-bar-cta{
        width: 50%;
        box-sizing: border-box;
        padding: 12px 2px;
    }
    .check-app-status-link.single-link .bottom-bar-cta{
        width: 100%;
    }    
    .check-app-status-link .bottom-bar-cta .text{
        display: inline-block;
        width: auto;
    }
}
.lcv2-cta {
    display: none;
    cursor: pointer;
    position: absolute;
    right: -52px;
    bottom: 80px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    transform: rotateZ(-90deg);
    transition: 0.3s;
}
.lcv2-cta.active {
    display: block;
}
.lcv2-cta:hover, .chat-need-help-btn:hover {
    background: #000000;
    transition-duration: 0.3s;
    transition-delay: 0s !important;
}
.chat-need-help-btn {
    transform: rotateZ(-90deg);
    background: #000;
    color: #fff;
	left:0px;
    padding: 9px 0px 9px;
    bottom: 77px;
    position: absolute;
    width: 90px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-sizing: border-box;
    text-align: center;
    font-family: WorkSans-Regular;
    opacity: 0;
    transition-duration: 0.3s;
    font-size: 12px;
    text-transform: none;
    border: 2px solid #fff;
}
.chat-need-help-btn-rounded {
    background: #000;
    right: 20px;
    bottom: 20px;
    position: fixed;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    opacity: 1!important;
}
@media(max-width:767px){
    /* .chat-need-help-btn-rounded {
        right: 20px;
        bottom: 20px;
    } */
    .live-chat-avatar-side.active .chat-bubble-black {
        bottom: 80px!important;
        right: 0px!important;
    }
}
/* @media(max-width:640px){
    .live-chat-avatar-side.active .chat-bubble-black {
        bottom: 80px!important;
        right: 0px!important;
    }
} */

.open-chat{
    position: absolute;
    transform: scale(0) translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    padding: 10px;
    display: flex;
}
.chat-need-help-btn-rounded.open .open-chat{
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
    animation: transformer 0.5s ease-in-out;
    transform: scale(1) translate(-50%, -50%);
    transform-origin: 0% 0%;
    cursor: pointer;
}
.close-chat{
    position: absolute;
    transform:  scale(0) translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
    padding: 10px;
    display: flex;
}
.chat-need-help-btn-rounded.close .close-chat{
    opacity: 1;
    transition-duration: 0.5s;
    animation: transformer 0.5s ease-in-out;
    transform: scale(1) translate(-50%, -50%);
    transform-origin: 0% 0%;
    cursor: pointer;
}

@keyframes transformer {
    0% {
        transform: scale(0) translate(-50%, -50%);
        opacity: 0;
    }
    80% {
        transform: scale(1.1) translate(-50%, -50%);
    }
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 1;
    }
}
.ols-livechat .chat-need-help-btn {
	bottom:40px;
}
.live-chat-avatar-side.closed .chat-need-help-btn {
    opacity: 1;
    left: -95px;
    transition-duration: 0.3s;
    transition: all 0.3s ease-in-out;
}
.chat-btn {
    display: block;
    padding: 5px 10px;
    color: #000 !important;
    background: #f454cd;
    border-radius: 50px;
    margin: 7px 0px;
    font-family: 'WorkSans-SemiBold';
    text-align: center;
    text-decoration: none !important;
    min-height: 26px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-btn.secondary-btn {
    display: block;
    padding: 5px 10px;
    color: #000 !important;
    box-shadow: inset 0px 0px 0px 2px #000;
    background: transparent;
    border-radius: 50px;
    margin: 7px 0px;
    font-family: 'WorkSans-SemiBold';
    text-align: center;
    text-decoration: none !important;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-btn.secondary-btn:hover {
    color: #f454cd !important;
    box-shadow: inset 0px 0px 0px 2px #f454cd;
    background: transparent;
}
.chat-fc-form-outer {
    font-family: 'WorkSans-Regular', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}
.fc-header {
    margin: 0px !important;
    font-family: 'WorkSans-SemiBold', Helvetica, Arial, sans-serif !important;
    font-weight: 100 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
}
.fc-header .fc-minimize {
    font-family: 'WorkSans-Regular', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}
.chat-fc-form-outer a {
	color:#f454cd;
    text-decoration: none;
    font-weight: bold;
}
.chat-fc-form-outer div.fc-form p {
    margin-bottom: 15px !important;
    margin-top: 0px !important;
    text-align: left;
    font-size: 12px !important;
}
/* .chat-fc-form-outer div.fc-form ul li input {
    margin-bottom: 20px !important;
    padding: 5px 10px !important;
    box-sizing: border-box;
}
.chat-fc-form-outer div.fc-form ul li label {
    top:-20px !important;
    margin-left: -2px !important;
} */
.chat-fc-form-outer div.fc-form a.fc-button {
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-family: 'WorkSans-SemiBold', Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
    font-size: 16px !important;
    background-color:#f454cd!important;
    color:#000!important;
    transition: 0s;
}
.chat-fc-form-outer div.fc-form a.fc-button:hover {
    background-color:#000 !important;
    color:#fff!important;
    transition: 0.3s;
}
/** Livechat Revamp **/
.fc-widget-open .chat-fc-form-outer{
    transition: all 0.3s ease-in-out;
    transform-origin: 100% 100%;
    animation: transformerForm 0.3s ease-in-out;
}
.chat-fc-form-outer.hidden{
    transition: all 0.3s ease-in-out;
    transform-origin: 100% 100%;
    animation: transformerForm2 0.3s ease-in-out;
}
@keyframes transformerForm {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes transformerForm2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

#fc_frame, #fc_frame.fc-widget-normal {
    right: -20px !important;
	bottom:0px !important;
}
@media (min-width:640px) {
    div.chat-fc-form-outer {
        max-width: 384px !important;
        bottom: 90px !important;
        right: 20px !important;
        padding-bottom: 5px;
    }
}
/* .chat-fc-form-outer div.fc-form {
    height: 85% !important;
    height: 91% !important;
    box-sizing: border-box;
    width: 99%;
} */
.pre-fc-error {
    font-size: 11px;
    text-align: left;
    height: 0px;
    margin: 2px 0 20px 12px;
}
.chat-fc-form-outer div.fc-form ul li label {
    top: 49% !important;
    margin-left: 8px !important;
    transform: translateY(-50%);
    background-color: transparent;
    /*transition: 0.3s;*/
    pointer-events: none;
}
.chat-fc-form-outer div.fc-form ul li input {
    margin-bottom: 0px !important;
    padding: 20px 10px 5px !important;
    box-sizing: border-box;
    height: 47px;
    font-size: 16px;
    border: 2px solid #474747!important;
    border-radius: 15px!important;
    font-weight: 600;
}
.chat-fc-form-outer div.fc-form ul li.focused label, .chat-fc-form-outer div.fc-form ul li.filled label{
    top: 30% !important;
    font-size: 12px;
    /* transition: 0.3s; */
}
.avatar {
    height: 80px;
    min-height: 80px;
    margin-top: 0px;
    position: relative
}
.avatar-img-rounded {
    opacity: 0;
    transition: 0.3s;
    margin: 0 auto 10px;
    display: block;
    width: 70px;
    transition: 0.3s;
}
.avatar-img-rounded.show {
    width: auto;
    height: 60px;
    transition: 0.3s;
}
.avatar-img {
    position: absolute;
    left: 0%;
    transition: 0.3s;
    width: 100px;
    top: 20px;
    z-index: 0;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    opacity: 0.7;
}
.avatar-img.active {
    width: 100px;
    width: auto;
    height: 75%;
    left: 20%;
    left: 15%;
    transition: 0.3s;
    transform-origin: center;
    animation: scale 1000ms ease-in-out forwards;
    z-index: 10;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    opacity: 1;
    opacity: 0;
}
@keyframes scale {
  to {
    transform: scale(1.2);
  }
}
.icon-swap-avatar {
    width: 48px;
}
.icon-swap-avatar-url {
    bottom: 35px;
    bottom: 10px;
    left: 42%;
    left: 24%;
    width: 43px;
    cursor: pointer;
    z-index: 20;
    opacity: 0.7;
    transition: 0.3s;
    position: absolute;
}
.icon-swap-avatar-url.show {
    bottom: 35%;
    left: 53%;
    transition: 0.3s;
}
.icon-swap-avatar-url:hover {
    opacity: 1;
    transition: 0.3s;
}
.speech-bubble {
    position: absolute;
    top: 36px;
    right: 0px;
    display: inline-block;
    width: 54%;
    width: 72%;
    background-image: url('/livechat-v2/chat-bubble.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 25px 26px 27px 32px;
    font-size: 15px;
    line-height: 1.25;
    box-sizing: border-box;
/*		animation: swap1 500ms ease-in-out forwards;*/
    opacity: 0;
}
.speech-bubble.show {
    right: 0px;
    opacity: 1;
    animation: swap2 500ms ease-in-out forwards;
}
.speech-rounded {
    opacity: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.speech-rounded .speech-title {
    font-family: 'WorkSans-SemiBold', Helvetica, Arial, sans-serif;
    font-size: 25px;
}
@keyframes swap1 {
  from {
    right: 50px;
    opacity: 0;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}
@keyframes swap2 {
  from {
    right: 50px;
    opacity: 0;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}
.speech-bubble span.magenta {
    color: #f454cd;
}
.speech-bubble h2, .speech-bubble p {
    margin: 0px;
    font-weight: normal;
}
.speech-bubble .avatar-name {
    text-transform: uppercase;
}
.livechat-title {
	font-family: 'WorkSans-SemiBold', Helvetica, Arial, sans-serif;
    text-align:left;
    color:#000000;
    font-size:18px;
    font-weight:normal;
    margin-top: 10px;
    margin-bottom: 2px;
}
.swap-icon {
    position: absolute;
    z-index: 100;
}
.chat-bubble-white {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 94px;
    height: 88px;
    cursor: pointer;
    display: none;
}
.chat-bubble-white.ana {
    background-image: url('/livechat-v2/bubble-head-ana.png');
}
.chat-bubble-white.adam {
    background-image: url('/livechat-v2/Option-2-1.png');
    background-image: url('/livechat-v2/bubble-head-adam.png');
    background-image: url('/livechat-v2/bubble-chat-icon-rounded.png');
}
.live-chat-avatar-side {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    transition-duration: 0.3s;
}
.live-chat-avatar-side.active {
    display: block;
    /* right: -20px; */
    transition-duration: 0.3s;
    transition: all 0.3s ease-in;
}
.live-chat-avatar-side.opened {
    display: block;
    right: -60px;
    opacity: 0;
    transition: 0.3s;
}
.live-chat-avatar-side .chat-bubble-black span, .live-chat-avatar-side .chat-bubble-black .chat-btn {
    opacity: 0;
    transition: 0.3s;
}
.live-chat-avatar-side.active .chat-bubble-black span, .live-chat-avatar-side.active .chat-bubble-black .chat-btn {
    opacity: 1;
    transition: 0.3s;
}
.chat-bubble-black {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 130px;
    width: 230px;
    height: 95px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 6px 30px 0px rgba(130, 128, 160, 0.30);
    border-radius: 15px;
    position: absolute;
    /* right: 50px;
    bottom: 90px; */
    color: #000;
    font-family: 'WorkSans-Regular';
    font-size: 13px;
    padding: 15px 15px 5px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.15;
    cursor: pointer;
    opacity: 0;
}
.live-chat-avatar-side.active .chat-bubble-black {
    bottom: 80px;
    opacity: 1;
    right: -10px;
    transform: scale(1);
    transition-duration: 0.3s;
    transition: all 0.3s ease;
}
.live-chat-avatar-side.closed {
    opacity: 1;
}
.live-chat-avatar-side.active .chat-btn {
    pointer-events:auto;
}
.chat-btn:hover {
    background-color: #AA0FA3;
    color: #fff!important;
    transition: 0.3s ease-in-out;
}
.chat-btn:hover:active {
    background: #FFA4F6 !important;
    color: #AA0FA3 !important;
}
.live-chat-avatar-side.closed .chat-btn, .live-chat-avatar-side.opened .chat-btn, .live-chat-avatar-side.active .chat-need-help-btn {
    pointer-events: none !important;
}
.live-chat-avatar-side.closed .chat-bubble-black {
    bottom: -20px;
    right: -100px;
    z-index: -1;
    opacity: 0;
    transform: scale(0.2);
    transition-duration: 0.3s;
    transition: all 0.3s ease;
}
.chat-bubble-black .magenta {
    display: block;
    font-weight: bold;
	color:#f454cd;
}
.chat-bubble-black span {
    pointer-events: none;
    text-transform: none;
}
.close-chat-intro {
    position: relative;
    right: 30px;
    top: -143px;
    display: block;
    padding: 0;
    cursor: pointer;
    z-index: 1;
    width: 10px;
    height: 10px;
}
.title-close-btn {
    display: none;
    float: right;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    right: 20px;
    top: 0;
    transition: opacity .2s;
    height: 1.75rem;
    width: 2.5rem;
}
.title-close-btn:hover {
    opacity: 1;
}
.title-close-btn img {
    margin: 10px auto;
    display: block;
    width: 20px;
}
.fc-minimize {
    display: none !important;
}
.avatar-img.active.show, .avatar-img-rounded.show, .speech-bubble.show, .speech-rounded.show {
    opacity: 1;
    transition: 0s;
}
/* Time swapper */
.clock-trigger {
    background-image: url('/livechat-v2/clock-icon-white.png');
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 52px;
    top: 14px;
    z-index: 99;
}
.clock-trigger.swapped, .clock-trigger:hover {
    background-image: url('..assets/images/clock-icon-magenta.png');
    animation: spin 0.4s forwards;
}

@keyframes spin {
    100% {transform: rotate(180deg);}
}
/* Time swapper */
@media (max-width:767px) {
    .title-close-btn {
        display: block;
        margin-top: -3px;
        margin-right: -10px;
        background-color: transparent;
    }
    .lcv2 {
        transition: bottom ease-in-out 0.6s !important;
        width: 0px;
    }
    .lcv2.docked {
        position: fixed !important;
        bottom: 100px !important;
        transition: bottom ease-in-out 0.6s !important;
    }
    /* .live-chat-avatar-side {
        right: -168px;
    }
    .live-chat-avatar-side.active {
        right: -10px;
    } */
    div.chat-fc-form-outer {
        max-width: 100% !important;
    }
    .arrow-click img, .arrow-click-sub img {
        width: 100%;
    }
    body, .ent-section {
        overflow-x: hidden !important;
    }
}

.wrapper-img-ttl {
    display: flex;
    align-items: center;
}

.wrapper-img-ttl img{
    width: 30px;
    margin-right: 10px;
}

.wrapper-img-ttl .wrap{
    width: clac(100% - 45px);
}

.chat-fc-form{
    margin-bottom: 20px;
}
.hello{
    font-size: 18px;
    font-weight: 600;
    display: table-cell;
    font-family: 'Work Sans';
}
.hello-desc{
    font-size: 14px;
}

/* OVERWITE CSS for Pre-chat form for Freshchat */
.chat-fc-form-outer p.fc-header {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

div.chat-fc-form-outer {
    border-radius: 30px;
}

.chat-fc-form-outer div.fc-form {
    background-color: transparent;
}

.chat-fc-form-outer div.fc-form ul li {
    margin-bottom: 10px;
}

.chat-fc-form-outer div.fc-form ul li.pre-fc-field.filled input {
    border: 1px solid #474747 !important;
    box-shadow: none;
}


/* #fc_frame.fc_dn{
    -webkit-animation: frameClose;
    animation: frameClose;
    animation-duration: .3s;
    animation-timing-function: ease-out;
    transform-origin: right bottom
}

@keyframes frameClose {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
} */</pre></body></html>