<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Whitney';
    font-style: normal;
    font-weight: bold;
    src: url(/fonts/Whitney-Medium.woff2) format('woff');
}


@font-face {
    font-family: Gotham;
    font-style: medium;
    font-weight: 500;
    src: url(/fonts/Gotham-Medium.woff2) format('woff2'), url(/fonts/Gotham-Medium.woff) format('woff');
}

@font-face {
    font-family: Gotham;
    font-style: bold;
    font-weight: 700;
    src: url(/fonts/Gotham-Bold.woff2) format('woff2'), url(/fonts/Gotham-Bold.woff) format('woff');
}

@font-face {
    font-family: Gotham;
    font-style: black;
    font-weight: 900;
    src: url(/fonts/gotham/Gotham-Black.woff2) format('woff2'), url(/fonts/Gotham-Black.woff) format('woff2');
}

#chat-body {
    box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.16);
}
#center-text {          
  display: flex;
  flex: 1;
  flex-direction:column; 
  justify-content: center;
  align-items: center;  
  height:100%;
  
}
.close, .close:focus, .close:hover {
  opacity: 1;
}
.button-box .close {
  display: none;
}
#chat-circle {
    position: fixed;
    display: flex;
    bottom: 30px;
    right: 30px;
    background: #00A2B0;
    border: 2px solid #fff;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

#chat-circle:hover{
    background: #005A61;
}

.btn#my-btn {
     background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}
#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}


.chat-box {
    display: none;
    background: #fff;
    position: fixed;
    right: 30px;
    bottom: 15px;
    width: 430px;
    /*height: 600px;*/
    max-height: 740px;
    min-height: 420px;
    height: calc(84vh - 120px);
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
    z-index: 9;
}
.chat-box-toggle {
  float:right;
  margin-right:0;
  cursor:pointer;
  line-height: normal;
}
.chat-box-toggle i {
	font-size:32px;
	vertical-align: middle;
}
.chat-box-header {
    background: #00A2B0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: Gotham, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px 10px;
}

.chat-box-body {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/*.chat-logs .msg-avatar {
  display: none;
}*/
.chat-logs .chat-msg:nth-last-child(2) .msg-avatar {
    display: flex;
}

.chat-msg.user .cm-msg-text {
    max-width: 100%;
    width: 100%;
}

.chat-msg.self .cm-msg-text {
    max-width: 90%
}

.cm-msg-text p{
    margin: 0px;
}

.cm-msg-text .wrapper p {
    margin: 0px;
}
.cm-msg-text .left-icon {
    float: left;
    width: 34px;
}

.cm-msg-text .right-msg {
    float: right;
    width: 337px;
}

.feedback &gt; .msg-avatar img.up:hover {
    background: url('/img/btn-thumb-up-hover.png');
    cursor: pointer;
}
.feedback &gt; .msg-avatar img.down:hover {
    background: url('/img/btn-thumb-down-hover.png');
    cursor: pointer;
}

/* Additional Feedback */
.feedback-btns {
    display: flex;
    justify-content: space-between;
}
.feedback-btns .msg-avatar img.up:hover {
    background: url('/img/btn-thumb-up-hover.png');
    cursor: pointer;
}
.feedback-btns .msg-avatar img.down:hover {
    background: url('/img/btn-thumb-down-hover.png');
    cursor: pointer;
}
.feedback-link a, .feedback-thankyou {
    color: #005093;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
.feedback-link a:hover{
    cursor: pointer;
    text-decoration: none;
}
#chat-box{
    display: flex;
}
#feedbackDialog {
    z-index: 150;
    height: 100%;
    border: none;
    padding: 0;
    width: auto;
}
#feedbackDialogHeader {   
    background-color: #005093;
    display: flex;
    padding: 24px 28px 24px 18px;
    justify-content: space-between;
}
#feedbackDialogLabel {
    color: #FFF;
    font-family: Whitney;
    font-size: 20px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
    padding: 0;
    margin: 0;
}
#feedbackDialogBack {
    display: flex;
    align-items: center;
}
#feedbackDialogBack img {
    display: block;
    width: 16px;
    height: 16px;
}
#feedbackDialogBack a {
    color: #FFF;
    text-align: right;
    font-family: Whitney;
    font-size: 16px;
    font-style: normal;
    font-weight: 375;
    line-height: normal;
}
#feedbackDialogContent {
    padding: 17px;
}
#feedbackDialogContent textarea {
    display: flex;
    height: 239px;
    padding: 10px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #ADADAD;
    background: #FFF;
}
#feedbackBtns {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
    #feedbackBtns button {
        text-transform: uppercase;
        border-radius: 2px;
        border: 1px solid #005093;
        font-weight: bold;
    }
#cancelFeedbackBtn {
    margin-right: 10px;    
    color: #005093;
    background-color: #FFF;
}
#submitFeedbackBtn {
    border-radius: 2px;
    border: 1px solid #005093;
    background-color: #005093;
    color: #FFF;
}
#feedbackBtns .btn-disabled {
    border-radius: 2px;
    border: 1px solid #DBDBDB;
    background: #DBDBDB;
    font-weight: bold;
    color: #808080;
}
#feedbackTextCount {
    font-size: 16px;
    text-align: right;
    color: #757575;
}
.feedbackTextMaxCount {
    color: #E31F26 !important;
}
/* Additional Feedback - END */

#chat-circle.rectangle {
    width: auto;
    height: auto;
    border-radius: 80px;
    padding: 12px 19px;
}

.button-box {
    display: flex;
    align-items: center;
}

.button-box .icon-text h2 {
  font-family: Gotham, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
}

.button-box .icon-text p {
    color: #FFFFFF;
    font-family: Gotham, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
}

.button-box img {
    width: 32px;
}
.icon-text {
    padding-left: 10px;
}
.rectangle .icon-text {
    display:block
}
.icon-text {
    display:none;
}

.chat-input-container {
    width: 100%;
    left: 0;
    right: 0;
    padding: 4px 4px 20px 4px;
    /*    z-index: 2;*/
    display: flex;
    flex-direction: column-reverse;
}

#chat-input {
    flex: 1;
    width: 100%;
    position: relative;
    height: 52px;
    padding: 10px;
    resize: none;
    outline: none;
    color: #2b2b2b;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    border-radius: var(--Size-Radius-3, 8px);
    border: 1px solid var(--Color-Neutrals-gray-350, #ADADAD);
    background: var(--Color-Basic-base, #FFF);
    padding-right: 50px;
}

.chat-input-container &gt; form {
    margin-bottom: 0;
	position: relative;
    height: 74px;
}

.chat-box-body &gt; p {
    width: 100%;
    color: #474747;
    text-align: center;
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    padding: 0 15px;
    margin: 10px 0;
    text-align: center;
}

.text-box p {
    text-align: left;
    margin-bottom: 0;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Gotham, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    color: #FFFFFF;
    margin: 0;
}

.text-box h3 {
    font-family: Gotham, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1;
  	margin: 0;
    text-align: left;
}
#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}
#chat-input::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}
#chat-input:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}
#chat-input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
.chat-submit {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #005093;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(0, -50%);
    top: 50%;
    color: #808080;
}

.chat-submit:hover {
    background: #1B3146;
}

.btn-send-message-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    
}

.icon-send-message {
    position: absolute;
    height: 48.13%;
    width: 48.13%;
    top: 26%;
    right: 25.87%;
    bottom: 25.87%;
    left: 26%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.chat-logs {
    padding: 10px 16px;
    height: 100%;
    flex:1;
    overflow-y: scroll;
    background: #fff;
}

.chat-logs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar
{
	width: 5px;  
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb
{
	background-color: #5A5EB9;
}
.chat-msg.self {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/*.chat-msg.user &gt; .msg-avatar img {
  width:20px;
  height:20px;
  border-radius:50%;
  float:left;
}
/*.chat-msg.self &gt; .msg-avatar img {
  width:20px;
  height:20px;
  border-radius:50%;
  float:right;
}*/
.msg-avatar img.up {
  margin-right: 10px;
    float: left;
}



.cm-msg-text {
    padding: 10px;
    max-width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0px;
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--Color-Neutrals-gray-350, #ADADAD);
    background: var(--Color-Basic-base, #FFF);
    /* Shadows/STD */
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.3;
    width: fit-content;
}
.chat-msg {
  clear:both;
  margin: 10px 0px;
}
.chat-msg.user {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
/*.chat-msg.user &gt; .msg-avatar img.up {
  margin-right: 10px
}


.chat-msg.self &gt; .msg-avatar img.up {
  margin-left: 10px
}*/
.chat-msg.self &gt; .cm-msg-text {
  float:right;
  margin-right: 0;
  background: #005093;
  color:white;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.chat-msg.error, .chat-msg.quicklink &gt; .cm-msg-text {
    border-radius: 8px 8px 8px 8px;
        margin-bottom: 10px;
        /*max-width: 100%;*/
        margin-right:0px;
}

.chat-msg.error, .chat-msg.quicklink &gt; .cm-msg-text &gt; p {
    margin: 0px;
}

.quicklink .wrapper {
    padding: 0px;
    margin: 0px;
}


.quicklink .wrapper ul {
    margin: 0px;
}

.cm-msg-button&gt;ul&gt;li {
  list-style:none;
  float:left;
  width:50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}
.chat-msg.user {
    margin-bottom: 0;
}

.msg-bottom-border {
    border-radius: 8px !important;
    margin-bottom: 10px !important;
}

#bot-typing {
  
  padding: 5px 10px 7px 10px;
  max-width: 75%;
  float: left;
  margin-left: 10px;
  position: relative;
  margin-bottom: 0px;
  border-radius: var(--Size-Radius-3, 8px);
  border: 1px solid var(--Color-Neutrals-gray-350, #ADADAD);
  background: var(--Color-Basic-base, #FFF);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  margin-right: 10px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: 400;
  line-height: 1.3;

}
#bot-typing span {
  width: 7px;
  height: 7px;
  background-color: #00a2b0;
  display: inline-block;
  margin: 1px;
  border-radius: 50%;
}
#bot-typing span:nth-child(1) {
  animation: bounce 1s infinite;
}
#bot-typing span:nth-child(2) {
  animation: bounce 1s infinite 0.2s;
}
#bot-typing span:nth-child(3) {
  animation: bounce 1s infinite 0.4s;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
 }
  50% {
    transform: translateY(8px);
 }
  100% {
    transform: translateY(0px);
 }
}


/* Slider */
.slider-container {
  font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 350;
  border: 1px solid #ADADAD;
  border-radius: 8px;
  margin: 0;
  box-shadow: 0 4px 6px 0 #00000029;
  max-width: 100%;
}
.slider-main-container {
    display: flex;
}
.slider-main-container .thumb {
    margin-top: 10px;
    margin-left: 10px;
}

.slider-container p {
  text-align: left !important;
}

.header-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ADADAD;
    width: 100%;
}

.header-slider div:first-child {
  padding: 0 2% 0 5%;
}

.header-slider p {
  font-size: 16px;
  color: #000000;
  line-height: 19.2px;
}

.read-more a{
  color: #005093;
  line-height: 16.8px;
}
.read-more a:visited {
  color: #005093;

}
.slider-content {
    max-width: 100%;
    width: 100%;
    padding: 10px 15px 10px 15px;
    position: relative;
    border-radius: 0 0 8px 8px;
    border: 1px solid var(--Color-Neutrals-gray-350, #ADADAD);
    background: var(--Color-Basic-base, #FFF);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
    
    font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.3;
    border-top: 0px;
    margin-bottom: 10px;
}

.slider-content p:first-child {
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}

.slider-content p {
  font-size: 14px;
  color: #000000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  word-break: break-all;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
.slider-content&gt;p{
  margin-bottom: 5px;

}

.slider-body a{
  text-decoration: none;
}

.owl-item.active.center{
  width: 200px !important;
}

.owl-item .card{
	border: 1px solid #989393;
	margin-right:12px;
	padding:6px;
	border-radius:6px;
    height: 49px;
}
.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
      color: rgb(10, 81, 138);
      font-family: system-ui;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 35px;
    vertical-align: middle;
    line-height: 46px;
}

.owl-prev {
    margin-right: 5px;
}
.owl-next {
    margin-left: 5px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  font-weight: 200;
}

.owl-counter {
    font-size: 14px;
    display: inline-block;
    line-height: 46px;
    vertical-align: middle;
    height: 46px;
    margin-top: 4px;
    min-width: 48px;
    text-align: center;
}

.greeting .cm-msg-text, #cm-disclaimer .cm-msg-text {
    border-radius: 8px 8px 8px 8px;
    max-width: 100%;
    float: none;
    margin-right: 0px;
}
.greeting .cm-msg-text{
    display: flex;
    align-items: center;
}

.greeting .cm-msg-text img {
    display: inline;
    margin-right: 10px;
}

.chat-divider {
    border: 1px solid #005093;
    margin: 0px -15px;
}

#chat-submit img {
    max-width: 32px;
    position: absolute;
    right: 2px;
    bottom: 0px;
}

#chat-submit #btn-send-message {
    visibility:visible;
}

#chat-submit #btn-send-message-hover {
    visibility:hidden;
}

#chat-submit:hover #btn-send-message {
    visibility: hidden;
}

#chat-submit:hover #btn-send-message-hover {
    visibility: visible;
}

/* scroll button */
#ai-scroll-arrow {
    position: relative;
    left: 50%;
    top: -16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    z-index: 100;
    border-radius: 50%;
    background-color: #005093;
    border: 1px solid #FFFFFF;
    margin-bottom: -16px;
}

.btn-scroll-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
}

.icon-arrowdown {
    position: absolute;
    height: 48.13%;
    width: 48.13%;
    top: 26%;
    right: 25.87%;
    bottom: 25.87%;
    left: 26%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

#ai-scroll-arrow:hover {
    background: #1B3146;
}
/* scroll button */

body {
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
}

.no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

nav.header__top, nav.header__wrapper, #chat-box {
    margin-right: calc(-1 * (100vw - 100%));
}

.chat-footer {
    display: inline-block;
    margin: 10px 16px 10px 16px;
    min-height: 78px;
}
.chat-disclaimer {
    float: left;
    width: 313px;
    height: 71px;
    margin: 0px;
    color: var(--Color-Neutrals-gray-800, #474747);
    font-family: Whitney;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chat-disclaimer p {
    margin: 0px;
}

#chat-close {
    position: fixed;
    display: flex;
    bottom: 30px;
    right: 30px;
    background: #00A2B0;
    border: 2px solid #fff;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16), 0 3px 1px -2px rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;

}

#chat-circle.right-noscroll {
    right: 43px;
}

#chat-close.right-noscroll {
    right: 43px;
}

#chat-close:hover {
    background: #005A61;
}

.p-top-10 {
    padding-top: 10px;
}

@media only screen and (max-width: 500px) {
    .chat-box {
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        z-index: 11;
    }

    .chat-logs, .chat-box-body {
        flex: 1;
        /*overflow-y: scroll;*/
    }

    #chat-mobile-close {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .chat-msg.user .cm-msg-text {
        width: 100%;
    }

    .cm-msg-text .right-msg {
        float: right;
        width: calc(100vw - 100px);
    }

    body {
        margin: 0;
        height: 100%;
        overflow-y: scroll;
    }

    .chat-disclaimer {
        float: left;
        height: auto;
        width: 100%;
        padding-right: 90px;
        text-align: left;
    }

    #chat-close, #chat-circle {
        bottom: 15px;
        right: 30px !important;
    }

    .chat-disclaimer p {
        width: 100%;
    }
}

@media (max-height:700px) {

    .chat-box-header {
        text-align: left;
        display: inline-block;
        width: 100%;
        padding: 10px 10px;
    }

    .chat-box-header .icon-box {
        float: left;
        margin-right: 18px;
    }

    .chat-box-header .text-box {
        float: left;
    }

    .chat-box-header .chat-box-toggle {
        display: block;
        max-width: 100%;
        width: 32px;
        height: 32px;
        top: 25px;
        position: absolute;
        right: 20px;
    }

    .chat-box-toggle:hover {
        display: block;
        max-width: 100%;
        width: 32px;
        height: 32px;
        top: 25px;
        position: absolute;
        right: 20px;
    }

    #chat-box {
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        min-height: 100vh;
        max-width: 100%;
        /*overflow-y: scroll;*/
        z-index: 11;
        margin-right:0px;
    }

    .greeting .cm-msg-text {
        width: fit-content;
    }

    .chat-msg.user .cm-msg-text {
        width: 100%;
    }

    .cm-msg-text .right-msg {
        float: right;
        width: calc(100vw - 120px);
    }

    body.no-scroll {
        margin: 0;
        height: 100%;
        overflow-y:scroll;
    }

    .chat-disclaimer {
        float: left;
        height: auto;
        width: 100%;
        padding-right: 90px;
        text-align:left;
    }

    #chat-circle.right-noscroll {
        right: 30px;
    }

    #chat-close, #chat-circle {
        bottom: 15px;
        right: 30px !important;
    }

    .chat-disclaimer p{
        width: 100%;
    }

}

@media (prefers-reduced-motion: reduce) {
    div.owl-stage {
        animation: none !important;
        transition: 1s !important;
    }
}


@media only screen and (max-width: 430px) {
    .chat-box-header, .text-box {
       vertical-align: middle;
    }

    .chat-box-header h3, .text-box p {
        font-size: 6vw;
    }

    .chat-disclaimer {
        float: left;
        height: auto;
        width: 100%;
        padding-right: 90px;
        text-align: left;
    }

    #chat-close, #chat-circle {
        bottom: 15px;
        right: 20px !important;
    }

    .chat-disclaimer p {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .chat-box-header, .text-box {
        vertical-align: middle;
    }

    .chat-box-header h3, .text-box p {
        font-size: 5.5vw;
        line-height: 1.5;
    }
    #chat-mobile-close{
        display: none;
    }
}
</pre></body></html>