@CHARSET "ISO-8859-1";

 .claps-text-inner {
position: relative;
} .claps-toggle-text .claps-text-inner {
max-height: 300px;
transition: max-height 0.5s ease-out;
overflow: hidden;
} .claps-toggle-text .claps-text-toggle-collapsed:after {
content: "";
display: inline-block;
position: absolute;
pointer-events: none;
height: 80px;
width: 100%;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(0deg, #fff 20%, transparent); } .claps-toggle-text .claps-text-expand-button {
padding: 0.5em;
text-align: left; } .claps-toggle-text .claps-text-expand-button span {
cursor: pointer;
} .claps-toggle-text1 .claps-text-expand-button .claps-text-toggle-icon {
font-family: ETMODULES, "sans-serif"; } .claps-toggle-text .claps-text-toggle-expanded {
max-height: none;
transition: max-height 0.5s ease-in;
} .claps-toggle-text .claps-text-toggle-expanded .claps-text-inner:after {
background: none;
}.cs-uwac__popup-wrapper {
--cs-uwac-button-height: 56px;
--cs-uwac-button-margin: 14px;
--cs-uwac-header-height: 104px;
--cs-uwac-widget-margin-top-initial: 	20px;
--cs-uwac-widget-margin-bottom-initial: 20px;
--cs-uwac-widget-maxheight: calc(100vh - (var(--cs-uwac-button-height) + var(--cs-uwac-button-margin)));
--cs-uwac-chatbox-bg: var(--cs-uwac-theme_content-bg,white);
width: 350px;
max-width: calc(100% - 50px);
height: auto;
max-height: var(--cs-uwac-widget-maxheight);
pointer-events: none;
position: fixed;
top: var(--cs-uwac-theme_position-top, initial);
right: var(--cs-uwac-theme_position-right, 20px);
bottom: var(--cs-uwac-theme_position-bottom, 20px);
left: var(--cs-uwac-theme_position-left, initial);
-webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 10000000;
--uwac-btn-icon-display: flex;
padding-bottom: 70px;   }
.cs-uwac__popup-wrapper * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cs-uwac__popup-wrapper a,
.cs-uwac__popup-wrapper strong {
color: currentColor;
}
.cs-uwac__popup-wrapper.cs-uwac__active .cs-uwac__popup-overlay {
pointer-events: initial;
opacity: 1;
visibility: visible;
}
.cs-uwac__popup-wrapper.cs-uwac__position--bottomright {
--cs-uwac-widget-margin-top: 20px;
--cs-uwac-widget-margin-bottom: var(--cs-uwac-theme_position-bottom);
--cs-uwac-widget-maxheight: calc(100vh - var(--cs-uwac-widget-margin-top));
}
.cs-uwac__popup-wrapper.cs-uwac__position--bottomleft {
--cs-uwac-widget-margin-top: 20px;
--cs-uwac-widget-margin-bottom: var(--cs-uwac-theme_position-bottom);
--cs-uwac-widget-maxheight: calc(100vh - var(--cs-uwac-widget-margin-top));
}
.cs-uwac__popup-wrapper.cs-uwac__position--bottomleft .cs-uwac__popup-btn {
top: initial;
right: initial;
bottom: 0px;
left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-flow: row-reverse;
flex-flow: row-reverse;
}
.cs-uwac__popup-wrapper.cs-uwac__popup--hide-label .cs-uwac__popup-btn .cs-uwac__popup-btn_txt {
display: none !important;
}
.cs-uwac__popup-wrapper.cs-uwac__popup--gdpr-ready .cs-uwac__popup-chatbox_notice-gdpr {
display: none;
visibility: hidden;
opacity: 0;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn {
position: relative;
z-index: 10;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon {
position: absolute;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span svg {
fill: currentColor;
color: currentColor;
width: 100%;
height: 100%;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close {
position: absolute;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span svg {
fill: currentColor;
color: currentColor;
width: 100%;
height: 100%;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox {
position: relative;
z-index: 10;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_wazap-icon span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content {
--cs-uwac-chatbox-height: calc(var(--cs-uwac-header-height) + var(--cs-uwac-widget-margin-top,var(--cs-uwac-widget-margin-top-initial)) + var(--cs-uwac-widget-margin-bottom,var(--cs-uwac-widget-margin-bottom-initial)) + var(--cs-uwac-button-height) + var(--cs-uwac-button-margin));
overflow: scroll;
height: calc(100% - 100px);
max-height: calc(100vh - var(--cs-uwac-chatbox-height)); }
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list {
padding-bottom: 20px;
margin-bottom: -20px;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-wazap-icon {
display: none;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-wazap-icon span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img::before {
content: attr(data-placeholder);
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: white;
color: var(--cs-uwac-account-status);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 0;
font-size: 16px;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img > img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 1;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
min-height: 48px;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_name {
font-size: 14px;
color: #363c47;
line-height: 1.188em !important;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_label {
font-size: 11px;
color: #989b9f;
padding: 2px 0 0;
line-height: 1.125em !important;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_status {
color: white;
font-size: 10px;
padding: 5px 0 0;
line-height: 1.125em !important;
border-radius: 4px;
background-color: var(--cs-uwac-account-status);
padding: 3px 6px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-top: 3px;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_wazap-icon {
display: none;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_wazap-icon span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__popup-wrapper .cs-uwac__popup-overlay {
position: fixed;
background: transparent;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
pointer-events: none;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar:not(.cs-uwac__button-account_avatar--no-avatar) .cs-uwac__button-account_avatar-img::before {
content: attr(data-placeholder);
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background: white;
color: var(--cs-uwac-account-status);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 0;
font-size: 24px;
border-radius: inherit;
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img {
position: relative;
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img > img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
z-index: 0;
position: relative;
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img > span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
}
.cs-uwac__account-button-wrapper a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap span {
width: 100%;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: currentColor;
fill: currentColor;
} @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
transform: skewX(0.39062deg) skewY(0.39062deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
.animated {
-webkit-animation: unset !important;
animation: unset !important;
-webkit-transition: none !important;
transition: none !important;
}
}
@font-face {
font-family: 'castor-line-icons';
src: url(//watertoyscenter.aquamarine.fr/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.eot?r4nptm);
src: url(//watertoyscenter.aquamarine.fr/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.eot?r4nptm#iefix) format("embedded-opentype"), url(//watertoyscenter.aquamarine.fr/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.ttf?r4nptm) format("truetype"), url(//watertoyscenter.aquamarine.fr/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.woff?r4nptm) format("woff"), url(//watertoyscenter.aquamarine.fr/wp-content/plugins/uwac/public/icons/castor-line-icons/castor-line-icons.svg?r4nptm#castor-line-icons) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="cli-"], [class*=" cli-"],
[class^="dashicons-cli"]::before, [class*=" dashicons-cli"]::before { font-family: 'castor-line-icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cli-activity:before,
.dashicons-cli-activity:before {
content: "\ea14";
}
.cli-airplay:before,
.dashicons-cli-airplay:before {
content: "\e900";
}
.cli-alert-circle:before,
.dashicons-cli-alert-circle:before {
content: "\e901";
}
.cli-alert-octagon:before,
.dashicons-cli-alert-octagon:before {
content: "\e902";
}
.cli-alert-triangle:before,
.dashicons-cli-alert-triangle:before {
content: "\e903";
}
.cli-align-center:before,
.dashicons-cli-align-center:before {
content: "\e904";
}
.cli-align-justify:before,
.dashicons-cli-align-justify:before {
content: "\e905";
}
.cli-align-left:before,
.dashicons-cli-align-left:before {
content: "\e906";
}
.cli-align-right:before,
.dashicons-cli-align-right:before {
content: "\e907";
}
.cli-alt:before,
.dashicons-cli-alt:before {
content: "\ea22";
}
.cli-anchor:before,
.dashicons-cli-anchor:before {
content: "\e908";
}
.cli-aperture:before,
.dashicons-cli-aperture:before {
content: "\e909";
}
.cli-archive:before,
.dashicons-cli-archive:before {
content: "\e90a";
}
.cli-arrow-down:before,
.dashicons-cli-arrow-down:before {
content: "\e90b";
}
.cli-arrow-down-circle:before,
.dashicons-cli-arrow-down-circle:before {
content: "\e90c";
}
.cli-arrow-down-left:before,
.dashicons-cli-arrow-down-left:before {
content: "\e90d";
}
.cli-arrow-down-left-circle:before,
.dashicons-cli-arrow-down-left-circle:before {
content: "\e90e";
}
.cli-arrow-down-right:before,
.dashicons-cli-arrow-down-right:before {
content: "\e90f";
}
.cli-arrow-down-right-circle:before,
.dashicons-cli-arrow-down-right-circle:before {
content: "\e910";
}
.cli-arrow-left:before,
.dashicons-cli-arrow-left:before {
content: "\e911";
}
.cli-arrow-left-circle:before,
.dashicons-cli-arrow-left-circle:before {
content: "\e912";
}
.cli-arrow-right:before,
.dashicons-cli-arrow-right:before {
content: "\e913";
}
.cli-arrow-right-circle:before,
.dashicons-cli-arrow-right-circle:before {
content: "\e914";
}
.cli-arrow-up:before,
.dashicons-cli-arrow-up:before {
content: "\e915";
}
.cli-arrow-up-circle:before,
.dashicons-cli-arrow-up-circle:before {
content: "\e916";
}
.cli-arrow-up-left:before,
.dashicons-cli-arrow-up-left:before {
content: "\e917";
}
.cli-arrow-up-left-circle:before,
.dashicons-cli-arrow-up-left-circle:before {
content: "\e918";
}
.cli-arrow-up-right:before,
.dashicons-cli-arrow-up-right:before {
content: "\e919";
}
.cli-arrow-up-right-circle:before,
.dashicons-cli-arrow-up-right-circle:before {
content: "\e91a";
}
.cli-arrows:before,
.dashicons-cli-arrows:before {
content: "\e945";
}
.cli-at-sign:before,
.dashicons-cli-at-sign:before {
content: "\e91b";
}
.cli-award:before,
.dashicons-cli-award:before {
content: "\e91c";
}
.cli-bag:before,
.dashicons-cli-bag:before {
content: "\ea23";
}
.cli-ban:before,
.dashicons-cli-ban:before {
content: "\ea24";
}
.cli-bar-chart:before,
.dashicons-cli-bar-chart:before {
content: "\e91d";
}
.cli-bar-chart-2:before,
.dashicons-cli-bar-chart-2:before {
content: "\e91e";
}
.cli-bar-chart-3:before,
.dashicons-cli-bar-chart-3:before {
content: "\e91f";
}
.cli-bar-chart-4:before,
.dashicons-cli-bar-chart-4:before {
content: "\e920";
}
.cli-battery:before,
.dashicons-cli-battery:before {
content: "\e921";
}
.cli-battery-charging:before,
.dashicons-cli-battery-charging:before {
content: "\e922";
}
.cli-bell:before,
.dashicons-cli-bell:before {
content: "\e923";
}
.cli-bell-off:before,
.dashicons-cli-bell-off:before {
content: "\e924";
}
.cli-bluetooth:before,
.dashicons-cli-bluetooth:before {
content: "\e925";
}
.cli-bold:before,
.dashicons-cli-bold:before {
content: "\e926";
}
.cli-book:before,
.dashicons-cli-book:before {
content: "\e927";
}
.cli-book-open:before,
.dashicons-cli-book-open:before {
content: "\e928";
}
.cli-bookmark:before,
.dashicons-cli-bookmark:before {
content: "\e929";
}
.cli-box:before,
.dashicons-cli-box:before {
content: "\e92a";
}
.cli-briefcase:before,
.dashicons-cli-briefcase:before {
content: "\e92b";
}
.cli-calendar:before,
.dashicons-cli-calendar:before {
content: "\e92c";
}
.cli-camera:before,
.dashicons-cli-camera:before {
content: "\e92d";
}
.cli-camera-off:before,
.dashicons-cli-camera-off:before {
content: "\e92e";
}
.cli-cast:before,
.dashicons-cli-cast:before {
content: "\e92f";
}
.cli-chat:before,
.dashicons-cli-chat:before {
content: "\ea16";
}
.cli-chat-2:before,
.dashicons-cli-chat-2:before {
content: "\ea38";
}
.cli-chat-2-alt:before,
.dashicons-cli-chat-2-alt:before {
content: "\ea39";
}
.cli-chat-alt:before,
.dashicons-cli-chat-alt:before {
content: "\ea41";
}
.cli-check:before,
.dashicons-cli-check:before {
content: "\ea15";
}
.cli-check-circle:before,
.dashicons-cli-check-circle:before {
content: "\e931";
}
.cli-check-square:before,
.dashicons-cli-check-square:before {
content: "\e932";
}
.cli-check-square-dashed:before,
.dashicons-cli-check-square-dashed:before {
content: "\ea25";
}
.cli-check2:before,
.dashicons-cli-check2:before {
content: "\e930";
}
.cli-chevron-down:before,
.dashicons-cli-chevron-down:before {
content: "\e933";
}
.cli-chevron-down-left:before,
.dashicons-cli-chevron-down-left:before {
content: "\ea42";
}
.cli-chevron-down-right:before,
.dashicons-cli-chevron-down-right:before {
content: "\ea43";
}
.cli-chevron-left:before,
.dashicons-cli-chevron-left:before {
content: "\e934";
}
.cli-chevron-right:before,
.dashicons-cli-chevron-right:before {
content: "\e935";
}
.cli-chevron-up:before,
.dashicons-cli-chevron-up:before {
content: "\e936";
}
.cli-chevron-up-left:before,
.dashicons-cli-chevron-up-left:before {
content: "\ea44";
}
.cli-chevron-up-right:before,
.dashicons-cli-chevron-up-right:before {
content: "\ea45";
}
.cli-chevrons-down:before,
.dashicons-cli-chevrons-down:before {
content: "\e937";
}
.cli-chevrons-left:before,
.dashicons-cli-chevrons-left:before {
content: "\e938";
}
.cli-chevrons-right:before,
.dashicons-cli-chevrons-right:before {
content: "\e939";
}
.cli-chevrons-up:before,
.dashicons-cli-chevrons-up:before {
content: "\e93a";
}
.cli-chrome:before,
.dashicons-cli-chrome:before {
content: "\e93b";
}
.cli-circle:before,
.dashicons-cli-circle:before {
content: "\e93c";
}
.cli-circle-check-alt:before,
.dashicons-cli-circle-check-alt:before {
content: "\ea26";
}
.cli-clipboard:before,
.dashicons-cli-clipboard:before {
content: "\e93d";
}
.cli-clock:before,
.dashicons-cli-clock:before {
content: "\e93e";
}
.cli-cloud:before,
.dashicons-cli-cloud:before {
content: "\e93f";
}
.cli-cloud-drizzle:before,
.dashicons-cli-cloud-drizzle:before {
content: "\e940";
}
.cli-cloud-lightning:before,
.dashicons-cli-cloud-lightning:before {
content: "\e941";
}
.cli-cloud-network:before,
.dashicons-cli-cloud-network:before {
content: "\ea34";
}
.cli-cloud-off:before,
.dashicons-cli-cloud-off:before {
content: "\e942";
}
.cli-cloud-rain:before,
.dashicons-cli-cloud-rain:before {
content: "\e943";
}
.cli-cloud-snow:before,
.dashicons-cli-cloud-snow:before {
content: "\e944";
}
.cli-code:before,
.dashicons-cli-code:before {
content: "\ea46";
}
.cli-code-2:before,
.dashicons-cli-code-2:before {
content: "\ea47";
}
.cli-code-alt:before,
.dashicons-cli-code-alt:before {
content: "\ea48";
}
.cli-codepen:before,
.dashicons-cli-codepen:before {
content: "\e946";
}
.cli-cogs:before,
.dashicons-cli-cogs:before {
content: "\ea3a";
}
.cli-command:before,
.dashicons-cli-command:before {
content: "\e947";
}
.cli-compass:before,
.dashicons-cli-compass:before {
content: "\e948";
}
.cli-content-bottom:before,
.dashicons-cli-content-bottom:before {
content: "\ea27";
}
.cli-content-left:before,
.dashicons-cli-content-left:before {
content: "\ea28";
}
.cli-content-right:before,
.dashicons-cli-content-right:before {
content: "\ea29";
}
.cli-content-top:before,
.dashicons-cli-content-top:before {
content: "\ea2a";
}
.cli-copy:before,
.dashicons-cli-copy:before {
content: "\e949";
}
.cli-corner-down-left:before,
.dashicons-cli-corner-down-left:before {
content: "\e94a";
}
.cli-corner-down-right:before,
.dashicons-cli-corner-down-right:before {
content: "\e94b";
}
.cli-corner-left-down:before,
.dashicons-cli-corner-left-down:before {
content: "\e94c";
}
.cli-corner-left-up:before,
.dashicons-cli-corner-left-up:before {
content: "\e94d";
}
.cli-corner-right-down:before,
.dashicons-cli-corner-right-down:before {
content: "\e94e";
}
.cli-corner-right-up:before,
.dashicons-cli-corner-right-up:before {
content: "\e94f";
}
.cli-corner-up-left:before,
.dashicons-cli-corner-up-left:before {
content: "\e950";
}
.cli-corner-up-right:before,
.dashicons-cli-corner-up-right:before {
content: "\e951";
}
.cli-cpu:before,
.dashicons-cli-cpu:before {
content: "\e952";
}
.cli-credit-card:before,
.dashicons-cli-credit-card:before {
content: "\e953";
}
.cli-crop:before,
.dashicons-cli-crop:before {
content: "\e954";
}
.cli-crosshair:before,
.dashicons-cli-crosshair:before {
content: "\e955";
}
.cli-cutlery:before,
.dashicons-cli-cutlery:before {
content: "\ea2b";
}
.cli-database:before,
.dashicons-cli-database:before {
content: "\e956";
}
.cli-delete:before,
.dashicons-cli-delete:before {
content: "\e957";
}
.cli-diamond:before,
.dashicons-cli-diamond:before {
content: "\ea31";
}
.cli-disc:before,
.dashicons-cli-disc:before {
content: "\e958";
}
.cli-dollar-sign:before,
.dashicons-cli-dollar-sign:before {
content: "\e959";
}
.cli-download:before,
.dashicons-cli-download:before {
content: "\e95a";
}
.cli-download-cloud:before,
.dashicons-cli-download-cloud:before {
content: "\e95b";
}
.cli-dropdown:before,
.dashicons-cli-dropdown:before {
content: "\ea49";
}
.cli-droplet:before,
.dashicons-cli-droplet:before {
content: "\e95c";
}
.cli-dropup:before,
.dashicons-cli-dropup:before {
content: "\ea4a";
}
.cli-edit:before,
.dashicons-cli-edit:before {
content: "\e95d";
}
.cli-edit-2:before,
.dashicons-cli-edit-2:before {
content: "\e95e";
}
.cli-edit-3:before,
.dashicons-cli-edit-3:before {
content: "\e95f";
}
.cli-esc:before,
.dashicons-cli-esc:before {
content: "\ea2c";
}
.cli-external-link:before,
.dashicons-cli-external-link:before {
content: "\e960";
}
.cli-eye:before,
.dashicons-cli-eye:before {
content: "\e961";
}
.cli-eye-off:before,
.dashicons-cli-eye-off:before {
content: "\e962";
}
.cli-facebook:before,
.dashicons-cli-facebook:before {
content: "\e963";
}
.cli-fast-forward:before,
.dashicons-cli-fast-forward:before {
content: "\e964";
}
.cli-fast-forward-circle:before,
.dashicons-cli-fast-forward-circle:before {
content: "\e965";
}
.cli-feather:before,
.dashicons-cli-feather:before {
content: "\e966";
}
.cli-file:before,
.dashicons-cli-file:before {
content: "\e967";
}
.cli-file-minus:before,
.dashicons-cli-file-minus:before {
content: "\e968";
}
.cli-file-plus:before,
.dashicons-cli-file-plus:before {
content: "\e969";
}
.cli-file-text:before,
.dashicons-cli-file-text:before {
content: "\e96a";
}
.cli-film:before,
.dashicons-cli-film:before {
content: "\e96b";
}
.cli-filter:before,
.dashicons-cli-filter:before {
content: "\e96c";
}
.cli-flag:before,
.dashicons-cli-flag:before {
content: "\e96d";
}
.cli-floating-menu-down:before,
.dashicons-cli-floating-menu-down:before {
content: "\ea4b";
}
.cli-floating-menu-up:before,
.dashicons-cli-floating-menu-up:before {
content: "\ea4c";
}
.cli-folder:before,
.dashicons-cli-folder:before {
content: "\e96e";
}
.cli-folder-minus:before,
.dashicons-cli-folder-minus:before {
content: "\e96f";
}
.cli-folder-plus:before,
.dashicons-cli-folder-plus:before {
content: "\e970";
}
.cli-food-order:before,
.dashicons-cli-food-order:before {
content: "\ea4d";
}
.cli-food-order-alt:before,
.dashicons-cli-food-order-alt:before {
content: "\ea4e";
}
.cli-food-tray:before,
.dashicons-cli-food-tray:before {
content: "\ea4f";
}
.cli-footer:before,
.dashicons-cli-footer:before {
content: "\e971";
}
.cli-gift:before,
.dashicons-cli-gift:before {
content: "\e972";
}
.cli-git-branch:before,
.dashicons-cli-git-branch:before {
content: "\e973";
}
.cli-git-commit:before,
.dashicons-cli-git-commit:before {
content: "\e974";
}
.cli-git-merge:before,
.dashicons-cli-git-merge:before {
content: "\e975";
}
.cli-git-pull-request:before,
.dashicons-cli-git-pull-request:before {
content: "\e976";
}
.cli-github:before,
.dashicons-cli-github:before {
content: "\e977";
}
.cli-gitlab:before,
.dashicons-cli-gitlab:before {
content: "\e978";
}
.cli-globe:before,
.dashicons-cli-globe:before {
content: "\e979";
}
.cli-grid:before,
.dashicons-cli-grid:before {
content: "\e97a";
}
.cli-grid-alt:before,
.dashicons-cli-grid-alt:before {
content: "\ea2d";
}
.cli-hard-drive:before,
.dashicons-cli-hard-drive:before {
content: "\e97b";
}
.cli-hash:before,
.dashicons-cli-hash:before {
content: "\e97c";
}
.cli-header:before,
.dashicons-cli-header:before {
content: "\e97d";
}
.cli-headphones:before,
.dashicons-cli-headphones:before {
content: "\e97e";
}
.cli-heart:before,
.dashicons-cli-heart:before {
content: "\e97f";
}
.cli-help-circle:before,
.dashicons-cli-help-circle:before {
content: "\e980";
}
.cli-home:before,
.dashicons-cli-home:before {
content: "\e981";
}
.cli-image:before,
.dashicons-cli-image:before {
content: "\e982";
}
.cli-image-edit:before,
.dashicons-cli-image-edit:before {
content: "\ea3b";
}
.cli-inbox:before,
.dashicons-cli-inbox:before {
content: "\e983";
}
.cli-info:before,
.dashicons-cli-info:before {
content: "\e984";
}
.cli-instagram:before,
.dashicons-cli-instagram:before {
content: "\e985";
}
.cli-italic:before,
.dashicons-cli-italic:before {
content: "\e986";
}
.cli-key:before,
.dashicons-cli-key:before {
content: "\ea32";
}
.cli-language:before,
.dashicons-cli-language:before {
content: "\ea3c";
}
.cli-layers:before,
.dashicons-cli-layers:before {
content: "\e987";
}
.cli-layout:before,
.dashicons-cli-layout:before {
content: "\e988";
}
.cli-life-buoy:before,
.dashicons-cli-life-buoy:before {
content: "\e989";
}
.cli-link:before,
.dashicons-cli-link:before {
content: "\e98a";
}
.cli-link-2:before,
.dashicons-cli-link-2:before {
content: "\e98b";
}
.cli-linkedin:before,
.dashicons-cli-linkedin:before {
content: "\e98c";
}
.cli-list:before,
.dashicons-cli-list:before {
content: "\e98d";
}
.cli-loader:before,
.dashicons-cli-loader:before {
content: "\e98e";
}
.cli-lock:before,
.dashicons-cli-lock:before {
content: "\e98f";
}
.cli-log-in:before,
.dashicons-cli-log-in:before {
content: "\e990";
}
.cli-log-out:before,
.dashicons-cli-log-out:before {
content: "\e991";
}
.cli-mail:before,
.dashicons-cli-mail:before {
content: "\e992";
}
.cli-map:before,
.dashicons-cli-map:before {
content: "\e993";
}
.cli-map-pin:before,
.dashicons-cli-map-pin:before {
content: "\e994";
}
.cli-maximize:before,
.dashicons-cli-maximize:before {
content: "\e995";
}
.cli-maximize-2:before,
.dashicons-cli-maximize-2:before {
content: "\e996";
}
.cli-maximize-2-alt:before,
.dashicons-cli-maximize-2-alt:before {
content: "\ea50";
}
.cli-menu:before,
.dashicons-cli-menu:before {
content: "\e997";
}
.cli-message-circle:before,
.dashicons-cli-message-circle:before {
content: "\e998";
}
.cli-message-square:before,
.dashicons-cli-message-square:before {
content: "\e999";
}
.cli-mic:before,
.dashicons-cli-mic:before {
content: "\e99a";
}
.cli-mic-off:before,
.dashicons-cli-mic-off:before {
content: "\e99b";
}
.cli-minimize:before,
.dashicons-cli-minimize:before {
content: "\e99c";
}
.cli-minimize-2:before,
.dashicons-cli-minimize-2:before {
content: "\e99d";
}
.cli-minus:before,
.dashicons-cli-minus:before {
content: "\e99e";
}
.cli-minus-circle:before,
.dashicons-cli-minus-circle:before {
content: "\e99f";
}
.cli-minus-square:before,
.dashicons-cli-minus-square:before {
content: "\e9a0";
}
.cli-monitor:before,
.dashicons-cli-monitor:before {
content: "\e9a1";
}
.cli-moon:before,
.dashicons-cli-moon:before {
content: "\e9a2";
}
.cli-more-horizontal:before,
.dashicons-cli-more-horizontal:before {
content: "\e9a3";
}
.cli-more-vertical:before,
.dashicons-cli-more-vertical:before {
content: "\e9a4";
}
.cli-move:before,
.dashicons-cli-move:before {
content: "\e9a5";
}
.cli-music:before,
.dashicons-cli-music:before {
content: "\e9a6";
}
.cli-navigation:before,
.dashicons-cli-navigation:before {
content: "\e9a7";
}
.cli-navigation-2:before,
.dashicons-cli-navigation-2:before {
content: "\e9a8";
}
.cli-network:before,
.dashicons-cli-network:before {
content: "\ea37";
}
.cli-network-alt1:before,
.dashicons-cli-network-alt1:before {
content: "\ea35";
}
.cli-network-alt2:before,
.dashicons-cli-network-alt2:before {
content: "\ea36";
}
.cli-octagon:before,
.dashicons-cli-octagon:before {
content: "\e9a9";
}
.cli-package:before,
.dashicons-cli-package:before {
content: "\e9aa";
}
.cli-palette:before,
.dashicons-cli-palette:before {
content: "\ea3d";
}
.cli-paperclip:before,
.dashicons-cli-paperclip:before {
content: "\e9ab";
}
.cli-passion:before,
.dashicons-cli-passion:before {
content: "\ea33";
}
.cli-pause:before,
.dashicons-cli-pause:before {
content: "\e9ac";
}
.cli-pause-circle:before,
.dashicons-cli-pause-circle:before {
content: "\e9ad";
}
.cli-percent:before,
.dashicons-cli-percent:before {
content: "\e9ae";
}
.cli-phone:before,
.dashicons-cli-phone:before {
content: "\e9af";
}
.cli-phone-call:before,
.dashicons-cli-phone-call:before {
content: "\e9b0";
}
.cli-phone-forwarded:before,
.dashicons-cli-phone-forwarded:before {
content: "\e9b1";
}
.cli-phone-incoming:before,
.dashicons-cli-phone-incoming:before {
content: "\e9b2";
}
.cli-phone-missed:before,
.dashicons-cli-phone-missed:before {
content: "\e9b3";
}
.cli-phone-off:before,
.dashicons-cli-phone-off:before {
content: "\e9b4";
}
.cli-phone-outgoing:before,
.dashicons-cli-phone-outgoing:before {
content: "\e9b5";
}
.cli-pie-chart:before,
.dashicons-cli-pie-chart:before {
content: "\e9b6";
}
.cli-play:before,
.dashicons-cli-play:before {
content: "\e9b7";
}
.cli-play-circle:before,
.dashicons-cli-play-circle:before {
content: "\e9b8";
}
.cli-plus:before,
.dashicons-cli-plus:before {
content: "\e9b9";
}
.cli-plus-circle:before,
.dashicons-cli-plus-circle:before {
content: "\e9ba";
}
.cli-plus-square:before,
.dashicons-cli-plus-square:before {
content: "\e9bb";
}
.cli-pocket:before,
.dashicons-cli-pocket:before {
content: "\e9bc";
}
.cli-power:before,
.dashicons-cli-power:before {
content: "\e9bd";
}
.cli-printer:before,
.dashicons-cli-printer:before {
content: "\e9be";
}
.cli-radio:before,
.dashicons-cli-radio:before {
content: "\e9bf";
}
.cli-refresh-ccw:before,
.dashicons-cli-refresh-ccw:before {
content: "\e9c0";
}
.cli-refresh-cw:before,
.dashicons-cli-refresh-cw:before {
content: "\e9c1";
}
.cli-repeat:before,
.dashicons-cli-repeat:before {
content: "\e9c2";
}
.cli-rewind:before,
.dashicons-cli-rewind:before {
content: "\e9c3";
}
.cli-rewind-circle:before,
.dashicons-cli-rewind-circle:before {
content: "\e9c4";
}
.cli-rocket:before,
.dashicons-cli-rocket:before {
content: "\ea3f";
}
.cli-rocket-alt:before,
.dashicons-cli-rocket-alt:before {
content: "\ea3e";
}
.cli-rotate-ccw:before,
.dashicons-cli-rotate-ccw:before {
content: "\e9c5";
}
.cli-rotate-cw:before,
.dashicons-cli-rotate-cw:before {
content: "\e9c6";
}
.cli-rss:before,
.dashicons-cli-rss:before {
content: "\e9c7";
}
.cli-save:before,
.dashicons-cli-save:before {
content: "\e9c8";
}
.cli-scissors:before,
.dashicons-cli-scissors:before {
content: "\e9c9";
}
.cli-search:before,
.dashicons-cli-search:before {
content: "\e9ca";
}
.cli-send:before,
.dashicons-cli-send:before {
content: "\e9cb";
}
.cli-separator-horizontal:before,
.dashicons-cli-separator-horizontal:before {
content: "\ea17";
}
.cli-separator-vertical:before,
.dashicons-cli-separator-vertical:before {
content: "\ea18";
}
.cli-server:before,
.dashicons-cli-server:before {
content: "\e9cc";
}
.cli-settings:before,
.dashicons-cli-settings:before {
content: "\e9cd";
}
.cli-share:before,
.dashicons-cli-share:before {
content: "\e9ce";
}
.cli-share-2:before,
.dashicons-cli-share-2:before {
content: "\e9cf";
}
.cli-shield:before,
.dashicons-cli-shield:before {
content: "\e9d0";
}
.cli-shield-off:before,
.dashicons-cli-shield-off:before {
content: "\e9d1";
}
.cli-shopping-bag:before,
.dashicons-cli-shopping-bag:before {
content: "\e9d2";
}
.cli-shopping-cart:before,
.dashicons-cli-shopping-cart:before {
content: "\e9d3";
}
.cli-shuffle:before,
.dashicons-cli-shuffle:before {
content: "\e9d4";
}
.cli-sidebar:before,
.dashicons-cli-sidebar:before {
content: "\e9d5";
}
.cli-skip-back:before,
.dashicons-cli-skip-back:before {
content: "\e9d6";
}
.cli-skip-forward:before,
.dashicons-cli-skip-forward:before {
content: "\e9d7";
}
.cli-slack:before,
.dashicons-cli-slack:before {
content: "\e9d8";
}
.cli-slash:before,
.dashicons-cli-slash:before {
content: "\e9d9";
}
.cli-sliders:before,
.dashicons-cli-sliders:before {
content: "\e9da";
}
.cli-smartphone:before,
.dashicons-cli-smartphone:before {
content: "\e9db";
}
.cli-sort-asc:before,
.dashicons-cli-sort-asc:before {
content: "\ea19";
}
.cli-sort-desc:before,
.dashicons-cli-sort-desc:before {
content: "\ea1a";
}
.cli-sort-desc-alt:before,
.dashicons-cli-sort-desc-alt:before {
content: "\ea2e";
}
.cli-sort-horizontal:before,
.dashicons-cli-sort-horizontal:before {
content: "\ea1c";
}
.cli-sort-horizontal-2:before,
.dashicons-cli-sort-horizontal-2:before {
content: "\ea1b";
}
.cli-sort-vertical:before,
.dashicons-cli-sort-vertical:before {
content: "\ea1e";
}
.cli-sort-vertical-2:before,
.dashicons-cli-sort-vertical-2:before {
content: "\ea1d";
}
.cli-speaker:before,
.dashicons-cli-speaker:before {
content: "\e9dc";
}
.cli-square:before,
.dashicons-cli-square:before {
content: "\e9dd";
}
.cli-square-dashed:before,
.dashicons-cli-square-dashed:before {
content: "\ea2f";
}
.cli-star:before,
.dashicons-cli-star:before {
content: "\e9de";
}
.cli-stop-circle:before,
.dashicons-cli-stop-circle:before {
content: "\e9df";
}
.cli-sun:before,
.dashicons-cli-sun:before {
content: "\e9e0";
}
.cli-sun-off:before,
.dashicons-cli-sun-off:before {
content: "\e9e1";
}
.cli-sunrise:before,
.dashicons-cli-sunrise:before {
content: "\e9e2";
}
.cli-sunset:before,
.dashicons-cli-sunset:before {
content: "\e9e3";
}
.cli-tablet:before,
.dashicons-cli-tablet:before {
content: "\e9e4";
}
.cli-tag:before,
.dashicons-cli-tag:before {
content: "\e9e5";
}
.cli-target:before,
.dashicons-cli-target:before {
content: "\e9e6";
}
.cli-terminal:before,
.dashicons-cli-terminal:before {
content: "\e9e7";
}
.cli-thermometer:before,
.dashicons-cli-thermometer:before {
content: "\e9e8";
}
.cli-thumbs-down:before,
.dashicons-cli-thumbs-down:before {
content: "\e9e9";
}
.cli-thumbs-up:before,
.dashicons-cli-thumbs-up:before {
content: "\e9ea";
}
.cli-toggle-left:before,
.dashicons-cli-toggle-left:before {
content: "\e9eb";
}
.cli-toggle-right:before,
.dashicons-cli-toggle-right:before {
content: "\e9ec";
}
.cli-trash:before,
.dashicons-cli-trash:before {
content: "\e9ed";
}
.cli-trash-2:before,
.dashicons-cli-trash-2:before {
content: "\e9ee";
}
.cli-trending-down:before,
.dashicons-cli-trending-down:before {
content: "\e9ef";
}
.cli-trending-up:before,
.dashicons-cli-trending-up:before {
content: "\e9f0";
}
.cli-triangle:before,
.dashicons-cli-triangle:before {
content: "\e9f1";
}
.cli-truck:before,
.dashicons-cli-truck:before {
content: "\e9f2";
}
.cli-tv:before,
.dashicons-cli-tv:before {
content: "\e9f3";
}
.cli-twitter:before,
.dashicons-cli-twitter:before {
content: "\e9f4";
}
.cli-type:before,
.dashicons-cli-type:before {
content: "\e9f5";
}
.cli-umbrella:before,
.dashicons-cli-umbrella:before {
content: "\e9f6";
}
.cli-underline:before,
.dashicons-cli-underline:before {
content: "\e9f7";
}
.cli-unfold-less:before,
.dashicons-cli-unfold-less:before {
content: "\ea1f";
}
.cli-unfold-more:before,
.dashicons-cli-unfold-more:before {
content: "\ea20";
}
.cli-unlock:before,
.dashicons-cli-unlock:before {
content: "\e9f8";
}
.cli-upload:before,
.dashicons-cli-upload:before {
content: "\e9f9";
}
.cli-upload-cloud:before,
.dashicons-cli-upload-cloud:before {
content: "\e9fa";
}
.cli-user:before,
.dashicons-cli-user:before {
content: "\e9fb";
}
.cli-user-card:before,
.dashicons-cli-user-card:before {
content: "\ea40";
}
.cli-user-check:before,
.dashicons-cli-user-check:before {
content: "\e9fc";
}
.cli-user-minus:before,
.dashicons-cli-user-minus:before {
content: "\e9fd";
}
.cli-user-plus:before,
.dashicons-cli-user-plus:before {
content: "\e9fe";
}
.cli-user-x:before,
.dashicons-cli-user-x:before {
content: "\e9ff";
}
.cli-users:before,
.dashicons-cli-users:before {
content: "\ea00";
}
.cli-video:before,
.dashicons-cli-video:before {
content: "\ea01";
}
.cli-video-off:before,
.dashicons-cli-video-off:before {
content: "\ea02";
}
.cli-voicemail:before,
.dashicons-cli-voicemail:before {
content: "\ea03";
}
.cli-volume:before,
.dashicons-cli-volume:before {
content: "\ea04";
}
.cli-volume-1:before,
.dashicons-cli-volume-1:before {
content: "\ea05";
}
.cli-volume-2:before,
.dashicons-cli-volume-2:before {
content: "\ea06";
}
.cli-volume-x:before,
.dashicons-cli-volume-x:before {
content: "\ea07";
}
.cli-watch:before,
.dashicons-cli-watch:before {
content: "\ea08";
}
.cli-whatsapp:before,
.dashicons-cli-whatsapp:before {
content: "\ea51";
}
.cli-wifi:before,
.dashicons-cli-wifi:before {
content: "\ea09";
}
.cli-wifi-off:before,
.dashicons-cli-wifi-off:before {
content: "\ea0a";
}
.cli-wind:before,
.dashicons-cli-wind:before {
content: "\ea0b";
}
.cli-x:before,
.dashicons-cli-x:before {
content: "\ea0c";
}
.cli-x-circle:before,
.dashicons-cli-x-circle:before {
content: "\ea0d";
}
.cli-x-square:before,
.dashicons-cli-x-square:before {
content: "\ea0e";
}
.cli-x-square-dashed:before,
.dashicons-cli-x-square-dashed:before {
content: "\ea30";
}
.cli-youtube:before,
.dashicons-cli-youtube:before {
content: "\ea0f";
}
.cli-zap:before,
.dashicons-cli-zap:before {
content: "\ea10";
}
.cli-zap-off:before,
.dashicons-cli-zap-off:before {
content: "\ea11";
}
.cli-zoom:before,
.dashicons-cli-zoom:before {
content: "\ea21";
}
.cli-zoom-in:before,
.dashicons-cli-zoom-in:before {
content: "\ea12";
}
.cli-zoom-out:before,
.dashicons-cli-zoom-out:before {
content: "\ea13";
}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original{--cs-uwac-button-height:60px;--cs-uwac-button-margin:20px;--cs-uwac-header-height:100px;--cs-uwac-widget-margin-top-initial:20px;--cs-uwac-widget-margin-bottom-initial:20px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original.cs-uwac__position--bottomleft .cs-uwac__popup-btn{right:initial;left:0px;bottom:0px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original.cs-uwac__position--bottomleft .cs-uwac__popup-chatbox::before{right:initial;left:0px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-btn{pointer-events:initial !important;right:0px;bottom:0px;cursor:pointer;font-family:Arial,Helvetica,sans-serif;z-index:1000;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:30px;padding:0;background:var(--cs-uwac-theme_button-bg,#2db742);-webkit-box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-btn.cs-uwac__active .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span{opacity:0;-webkit-transform:scale(0) rotate(360deg);transform:scale(0) rotate(360deg)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-btn.cs-uwac__active .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span{opacity:1;-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-btn .cs-uwac__popup-btn_icon{position:relative;width:60px;height:60px;color:var(--cs-uwac-theme_button-text);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span{font-size:24px;color:white;width:32px;height:32px;color:var(--cs-uwac-theme_button-text);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span .uwac-btn_icon-default{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:var(--uwac-btn-icon-display)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span{width:20px;height:20px;color:var(--cs-uwac-theme_button-text);opacity:0;-webkit-transform:scale(0) rotate(-360deg);transform:scale(0) rotate(-360deg);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-btn .cs-uwac__popup-btn_txt{display:none;min-width:100px;font-size:12px;padding:7px 12px 7px 0;margin:0px;letter-spacing:-0.03em;border-radius:4px;-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);color:var(--cs-uwac-theme_button-text)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox{font-family:Arial,Helvetica,sans-serif;width:100%;height:inherit;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 12px 24px 0 rgba(0,0,0,0.1);box-shadow:0 12px 24px 0 rgba(0,0,0,0.1);z-index:999;pointer-events:none;opacity:0;visibility:hidden;-webkit-transform:translateY(50px) scale(0.9);transform:translateY(50px) scale(0.9);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);will-change:transform,visibility,opacity;background-color:#e6ddd4;background-image:var(--cs-uwac-theme_bg);position:relative}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox::before{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:#e6ddd4;opacity:0.9;z-index:1}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active{pointer-events:initial;-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1);visibility:visible;opacity:1}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);-webkit-transition-delay:2.1s;transition-delay:2.1s}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(1){-webkit-transition-delay:190ms;transition-delay:190ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(2){-webkit-transition-delay:380ms;transition-delay:380ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(3){-webkit-transition-delay:570ms;transition-delay:570ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(4){-webkit-transition-delay:760ms;transition-delay:760ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(5){-webkit-transition-delay:950ms;transition-delay:950ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(6){-webkit-transition-delay:1140ms;transition-delay:1140ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(7){-webkit-transition-delay:1330ms;transition-delay:1330ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(8){-webkit-transition-delay:1520ms;transition-delay:1520ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(9){-webkit-transition-delay:1710ms;transition-delay:1710ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(10){-webkit-transition-delay:1900ms;transition-delay:1900ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(11){-webkit-transition-delay:2090ms;transition-delay:2090ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(12){-webkit-transition-delay:2280ms;transition-delay:2280ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(13){-webkit-transition-delay:2470ms;transition-delay:2470ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(14){-webkit-transition-delay:2660ms;transition-delay:2660ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(15){-webkit-transition-delay:2850ms;transition-delay:2850ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(16){-webkit-transition-delay:3040ms;transition-delay:3040ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(17){-webkit-transition-delay:3230ms;transition-delay:3230ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(18){-webkit-transition-delay:3420ms;transition-delay:3420ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(19){-webkit-transition-delay:3610ms;transition-delay:3610ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(20){-webkit-transition-delay:3800ms;transition-delay:3800ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox.cs-uwac__active-items .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content{position:relative;z-index:2}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading{position:relative;height:100px;max-height:100px;background-color:var(--cs-uwac-theme_header-bg,#2db742);color:#111111;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:24px 20px;padding-left:80px;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);box-shadow:0 1px 1px 0 rgba(0,0,0,0.2)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_wazap-icon{position:absolute;top:24px;left:20px;display:block;width:40px;height:40px;color:var(--cs-uwac-theme_header-icon,#d9ebc6)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_title{padding:0px;font-size:16px;font-weight:700;line-height:20px;color:var(--cs-uwac-theme_header-text-title,#ffffff)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro{font-size:13px;line-height:18px;margin-top:4px;color:var(--cs-uwac-theme_header-text-desc)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a{display:inline-block;color:#ffffff;text-decoration:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a:focus,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a:active{text-decoration:underline}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content{padding:20px;text-align:center;color:var(--cs-uwac-theme_content-text)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice{margin:-20px -20px 10px -20px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.2);background-color:rgba(255,255,255,0.4);height:47px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice .cs-uwac__popup-chatbox_notice-inner{height:33px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 23px;background-color:white;border-radius:23px;color:rgba(0,0,0,0.6);text-transform:uppercase;font-weight:bold;font-size:11px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr{color:rgba(0,0,0,0.6);background-color:#ece6e1;border:1px solid transparent;border-top:1px solid rgba(255,255,255,0.2);border-bottom:1px solid rgba(0,0,0,0.1);font-size:12px;padding:5px;border-radius:4px;-webkit-transition:all 0.5s cubic-bezier(0.4,0,0.2,1);transition:all 0.5s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr--accepted{border:1px solid #2E7D32 !important;background-color:#81C784;color:#1B5E20}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr--error{border:1px solid #B71C1C !important;background-color:#E57373;color:#FFEBEE}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr label input{margin:5px 5px 0 0}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list{margin:20px 0;padding:0;color:var(--cs-uwac-theme_content-text)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{margin:0;-webkit-transform:translate(0,20px);transform:translate(0,20px);will-change:opacity,transform;opacity:0}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item + .cs-uwac__popup-chatbox_content-item{margin-top:20px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account{--cs-uwac-account-status:#989b9f;--cs-uwac-item-active-bg:var(--cs-uwac-theme_content-bg,var(--cs-uwac-chatbox-bg));position:relative;padding:7px 14px 6px;background-color:white;border-radius:0 8px 8px 8px;z-index:2;-webkit-box-shadow:0 1px 0.5px rgba(0,0,0,0.13);box-shadow:0 1px 0.5px rgba(0,0,0,0.13);margin-top:4px;margin-left:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;color:var(--cs-uwac-theme_item-text);outline:none;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all 0.25s cubic-bezier(0.4,0,0.2,1);transition:all 0.25s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account:hover,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account:active,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account:focus{--cs-uwac-item-active-text:var(--cs-uwac-theme_item-hover-text);--cs-uwac-item-active-bg:var(--cs-uwac-theme_item-hover-bg);color:var(--cs-uwac-item-active-text);border-top-color:transparent}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account::before{content:'';position:absolute;top:0;left:-12px;width:12px;height:19px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--online{--cs-uwac-account-status:#2db742}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline{--cs-uwac-account-status:rgb(230,91,91);--cs-uwac-item-active-bg:rgb(235,237,240);pointer-events:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline:hover{background-color:inherit}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_avatar img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable{--cs-uwac-account-status:rgb(245,174,81);pointer-events:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable:hover{background-color:inherit}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_avatar img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar{width:54px;min-width:54px;height:54px;min-height:54px;margin-right:15px;position:absolute;top:0px;left:-70px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar::after{content:'';position:absolute;bottom:0px;right:0px;width:11px;height:11px;background:var(--cs-uwac-account-status);z-index:1;border-radius:50%}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-wazap-icon{display:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img{width:100%;height:100%;position:relative;overflow:hidden;border-radius:25px;-webkit-box-shadow:0 1px 0.5px rgba(0,0,0,0.13);box-shadow:0 1px 0.5px rgba(0,0,0,0.13)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img>img{width:100%;height:100%;-o-object-fit:cover; object-fit:cover}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:48px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_name{font-size:13px;font-weight:700;line-height:18px;color:rgba(0,0,0,0.4)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_label{font-size:14px;line-height:19px;margin-top:4px;color:#111111;display:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_status{background:none;padding:0px;font-size:14px;line-height:19px;margin-top:4px;color:#111111}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--original .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content_left{text-align:left}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded{--cs-uwac-button-height:42px;--cs-uwac-button-margin:14px;--cs-uwac-header-height:160px;--cs-uwac-widget-margin-top-initial:20px;--cs-uwac-widget-margin-bottom-initial:20px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded.cs-uwac__position--bottomleft .cs-uwac__popup-btn{right:initial;left:0px;bottom:0px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded.cs-uwac__position--bottomleft .cs-uwac__popup-chatbox::before{right:initial;left:20px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-btn{pointer-events:initial !important;right:0px;bottom:0px;cursor:pointer;font-family:Arial,Helvetica,sans-serif;z-index:1000;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:30px;padding:0 5px;background:var(--cs-uwac-theme_button-bg,#2db742);-webkit-box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-btn.cs-uwac__active .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span{opacity:0;-webkit-transform:scale(0) rotate(360deg);transform:scale(0) rotate(360deg)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-btn.cs-uwac__active .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span{opacity:1;-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-btn .cs-uwac__popup-btn_icon{position:relative;width:42px;height:42px;color:var(--cs-uwac-theme_button-text);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span{font-size:24px;color:white;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--cs-uwac-theme_button-text);fill:var(--cs-uwac-theme_button-text);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span .uwac-btn_icon-default{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:var(--uwac-btn-icon-display)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span{width:16px;height:16px;color:var(--cs-uwac-theme_button-text);opacity:0;-webkit-transform:scale(0) rotate(-360deg);transform:scale(0) rotate(-360deg);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-btn .cs-uwac__popup-btn_txt{min-width:100px;font-size:12px;padding:7px 12px 7px 0;margin:0px;letter-spacing:-0.03em;border-radius:4px;-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);color:var(--cs-uwac-theme_button-text)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox{font-family:Arial,Helvetica,sans-serif;width:100%;height:inherit;border-radius:8px;background-color:var(--cs-uwac-theme_header-bg,#2db742);-webkit-box-shadow:0 8px 25px -5px rgba(45,62,79,0.15);box-shadow:0 8px 25px -5px rgba(45,62,79,0.15);z-index:999;pointer-events:none;opacity:0;visibility:hidden;-webkit-transform:translateY(50px) scale(0.9);transform:translateY(50px) scale(0.9);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);will-change:transform,visibility,opacity;position:relative}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox::before{content:'';position:absolute;bottom:0px;right:20px;width:20px;height:20px;border-radius:4px;background-color:var(--cs-uwac-theme_content-bg,var(--cs-uwac-chatbox-bg));-webkit-transform:rotate(45deg) translateY(50%);transform:rotate(45deg) translateY(50%);z-index:-1}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox:hover,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox:focus,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox:active{-webkit-box-shadow:0px 10px 10px 4px rgba(32,32,37,0.23);box-shadow:0px 10px 10px 4px rgba(32,32,37,0.23)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active{pointer-events:initial;-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1);visibility:visible;opacity:1}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);-webkit-transition-delay:2.1s;transition-delay:2.1s}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(1){-webkit-transition-delay:190ms;transition-delay:190ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(2){-webkit-transition-delay:380ms;transition-delay:380ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(3){-webkit-transition-delay:570ms;transition-delay:570ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(4){-webkit-transition-delay:760ms;transition-delay:760ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(5){-webkit-transition-delay:950ms;transition-delay:950ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(6){-webkit-transition-delay:1140ms;transition-delay:1140ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(7){-webkit-transition-delay:1330ms;transition-delay:1330ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(8){-webkit-transition-delay:1520ms;transition-delay:1520ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(9){-webkit-transition-delay:1710ms;transition-delay:1710ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(10){-webkit-transition-delay:1900ms;transition-delay:1900ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(11){-webkit-transition-delay:2090ms;transition-delay:2090ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(12){-webkit-transition-delay:2280ms;transition-delay:2280ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(13){-webkit-transition-delay:2470ms;transition-delay:2470ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(14){-webkit-transition-delay:2660ms;transition-delay:2660ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(15){-webkit-transition-delay:2850ms;transition-delay:2850ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(16){-webkit-transition-delay:3040ms;transition-delay:3040ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(17){-webkit-transition-delay:3230ms;transition-delay:3230ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(18){-webkit-transition-delay:3420ms;transition-delay:3420ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(19){-webkit-transition-delay:3610ms;transition-delay:3610ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(20){-webkit-transition-delay:3800ms;transition-delay:3800ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox.cs-uwac__active-items .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading{position:relative;padding:15px 40px;height:160px;max-height:160px;color:var(--cs-uwac-theme_header-text-title,#d9ebc6);background-color:var(--cs-uwac-theme_header-bg,#2db742);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_wazap-icon{display:block;width:40px;height:40px;color:var(--cs-uwac-theme_header-icon,#d9ebc6);margin:7px 0 13px 0}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_title{padding-top:2px;padding-bottom:3;font-size:18px;line-height:24px;color:var(--cs-uwac-theme_header-text-title,#ffffff)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro{padding-top:4px;font-size:12px;line-height:20px;color:var(--cs-uwac-theme_header-text-desc)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a{display:inline-block;color:#ffffff;text-decoration:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a:focus,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a:active{text-decoration:underline}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content{padding:15px 10px;text-align:center;color:var(--cs-uwac-theme_content-text);background-color:var(--cs-uwac-theme_content-bg,var(--cs-uwac-chatbox-bg));border-radius:8px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice{font-size:11px;font-weight:500;padding:0 3px;color:var(--cs-uwac-theme_content-text,#a5abb7)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr{font-size:12px;padding:5px;border-radius:4px;border:1px solid transparent;-webkit-transition:all 0.5s cubic-bezier(0.4,0,0.2,1);transition:all 0.5s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr--accepted{border:1px solid #2E7D32;background-color:#81C784;color:#1B5E20}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr--error{border:1px solid #B71C1C;background-color:#E57373;color:#FFEBEE}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr label input{margin:5px 5px 0 0}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list{margin:15px 0 0 0;padding:0;color:var(--cs-uwac-theme_content-text)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{margin:0;-webkit-transform:translate(0,20px);transform:translate(0,20px);will-change:opacity,transform;opacity:0}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:last-child a.cs-uwac__popup-account::before{border-bottom:1px solid var(--cs-uwac-theme_item-separator)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account{--cs-uwac-account-status:#989b9f;--cs-uwac-item-active-bg:var(--cs-uwac-theme_content-bg,var(--cs-uwac-chatbox-bg));padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;text-decoration:none;display:flex;width:100%;color:var(--cs-uwac-theme_item-text);border-radius:8px;outline:none;-webkit-transition:all 0.25s cubic-bezier(0.4,0,0.2,1);transition:all 0.25s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-top:1px solid var(--cs-uwac-theme_item-separator)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account:hover,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account:active,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account:focus{--cs-uwac-item-active-text:var(--cs-uwac-theme_item-hover-text);--cs-uwac-item-active-bg:var(--cs-uwac-theme_item-hover-bg);color:var(--cs-uwac-item-active-text);background-color:var(--cs-uwac-item-active-bg);border-top-color:transparent}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--online{--cs-uwac-account-status:#2db742}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--online:hover,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--online:active,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--online:focus{color:var(--cs-uwac-theme_item-hover-text);background-color:var(--cs-uwac-theme_item-hover-bg);border-top-color:transparent}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--online .cs-uwac__popup-account_content .cs-uwac__account_name{color:currentColor}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--online .cs-uwac__popup-account_content .cs-uwac__account_label{color:currentColor;opacity:0.8}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline{--cs-uwac-account-status:rgb(230,91,91);--cs-uwac-item-active-bg:var(--cs-uwac-theme_content-bg);pointer-events:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline:hover{background-color:inherit}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_avatar img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable{--cs-uwac-account-status:rgb(245,174,81);pointer-events:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable:hover{background-color:inherit}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_avatar img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar{width:54px;min-width:54px;height:54px;min-height:54px;margin-right:15px;position:relative}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-wazap-icon{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-7px;right:-7px;width:20px;height:20px;padding:3px;border-radius:50%;z-index:2;background-color:var(--cs-uwac-item-active-bg);color:var(--cs-uwac-account-status);-webkit-transition:all 0.25s cubic-bezier(0.4,0,0.2,1);transition:all 0.25s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img{width:100%;height:100%;position:relative;overflow:hidden;border-radius:8px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img>img{width:100%;height:100%;-o-object-fit:cover; object-fit:cover}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:48px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_name{font-size:14px;color:#363c47;line-height:1.188em !important}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_label{font-size:11px;color:#989b9f;padding:2px 0 0;line-height:1.125em !important}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item a.cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_status{color:white;font-size:10px;padding:5px 0 0;line-height:1.125em !important;border-radius:4px;background-color:var(--cs-uwac-account-status);padding:3px 6px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-top:3px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--rounded .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content_left{text-align:left}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple{}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn{pointer-events:initial !important;right:0px;bottom:0px;cursor:pointer;font-family:Arial,Helvetica,sans-serif;z-index:1000;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:30px;-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn.cs-uwac__active .cs-uwac__popup-btn_icon{border-radius:20px 56px 56px 56px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn.cs-uwac__active .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span{opacity:0;-webkit-transform:scale(0) rotate(360deg);transform:scale(0) rotate(360deg)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn.cs-uwac__active .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span{opacity:1;-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn.cs-uwac__active .cs-uwac__popup-btn_txt{-webkit-transform:translate(0,15px);transform:translate(0,15px);opacity:0;visibility:hidden}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn .cs-uwac__popup-btn_icon{position:relative;width:56px;height:56px;color:var(--cs-uwac-theme_button-text);background-color:var(--cs-uwac-theme_button-bg,#2db742);border-radius:50%;-webkit-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span{font-size:32px;color:white;width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--cs-uwac-theme_button-text);fill:var(--cs-uwac-theme_button-text);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-icon span .uwac-btn_icon-default{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:var(--uwac-btn-icon-display)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn .cs-uwac__popup-btn_icon .cs-uwac__popup-btn_icon-close span{width:16px;height:16px;color:var(--cs-uwac-theme_button-text);opacity:0;-webkit-transform:scale(0) rotate(-360deg);transform:scale(0) rotate(-360deg);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-btn .cs-uwac__popup-btn_txt{min-width:100px;right:100%;font-size:12px;top:15px;padding:7px 12px;margin:0px 7px;letter-spacing:-0.03em;line-height:1;border-radius:4px;-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);color:var(--cs-uwac-theme_label-text,#43474e);background-color:var(--cs-uwac-theme_label-bg,#f5f7f9);-webkit-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox{font-family:Arial,Helvetica,sans-serif;width:100%;height:inherit;border-radius:8px;overflow:hidden;background:var(--cs-uwac-chatbox-bg);-webkit-box-shadow:0px 10px 10px 4px rgba(0,0,0,0.04);box-shadow:0px 10px 10px 4px rgba(0,0,0,0.04);z-index:999;pointer-events:none;opacity:0;visibility:hidden;-webkit-transform:translate(-20px,70px);transform:translate(-20px,70px);-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);will-change:transform,visibility,opacity}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox:hover,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox:focus,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox:active{-webkit-box-shadow:0px 10px 10px 4px rgba(32,32,37,0.23);box-shadow:0px 10px 10px 4px rgba(32,32,37,0.23)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__active{pointer-events:initial;-webkit-transform:translate(0,0);transform:translate(0,0);visibility:visible;opacity:1}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__active-items .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);-webkit-transition-delay:2.1s;transition-delay:2.1s}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(1){-webkit-transition-delay:150ms;transition-delay:150ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(2){-webkit-transition-delay:300ms;transition-delay:300ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(3){-webkit-transition-delay:450ms;transition-delay:450ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(4){-webkit-transition-delay:600ms;transition-delay:600ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(5){-webkit-transition-delay:750ms;transition-delay:750ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(6){-webkit-transition-delay:900ms;transition-delay:900ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(7){-webkit-transition-delay:1050ms;transition-delay:1050ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(8){-webkit-transition-delay:1200ms;transition-delay:1200ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(9){-webkit-transition-delay:1350ms;transition-delay:1350ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(10){-webkit-transition-delay:1500ms;transition-delay:1500ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(11){-webkit-transition-delay:1650ms;transition-delay:1650ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(12){-webkit-transition-delay:1800ms;transition-delay:1800ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(13){-webkit-transition-delay:1950ms;transition-delay:1950ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(14){-webkit-transition-delay:2100ms;transition-delay:2100ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(15){-webkit-transition-delay:2250ms;transition-delay:2250ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(16){-webkit-transition-delay:2400ms;transition-delay:2400ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(17){-webkit-transition-delay:2550ms;transition-delay:2550ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(18){-webkit-transition-delay:2700ms;transition-delay:2700ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(19){-webkit-transition-delay:2850ms;transition-delay:2850ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox.cs-uwac__pending .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item:nth-child(20){-webkit-transition-delay:3000ms;transition-delay:3000ms}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading{position:relative;padding:15px 43px 17px 74px;color:var(--cs-uwac-theme_header-text-title,#d9ebc6);background-color:var(--cs-uwac-theme_header-bg,#2db742)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_wazap-icon{display:block;width:40px;height:40px;position:absolute;top:20px;left:20px;color:var(--cs-uwac-theme_header-icon,#d9ebc6)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_title{padding-top:2px;padding-bottom:3;font-size:18px;line-height:24px;color:var(--cs-uwac-theme_header-text-title,#ffffff)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro{padding-top:4px;font-size:12px;line-height:20px;color:var(--cs-uwac-theme_header-text-desc)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a{display:inline-block;color:#ffffff;text-decoration:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a:focus,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_heading .cs-uwac__popup-chatbox_intro a:active{text-decoration:underline}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content{padding:13px 20px 21px 19px;text-align:center;color:var(--cs-uwac-theme_content-text);background-color:var(--cs-uwac-theme_content-bg,var(--cs-uwac-chatbox-bg))}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice{font-size:11px;font-weight:500;padding:0 3px;color:var(--cs-uwac-theme_content-text,#a5abb7)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr{font-size:12px;padding:5px;border-radius:4px;border:1px solid transparent;-webkit-transition:all 0.5s cubic-bezier(0.4,0,0.2,1);transition:all 0.5s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr--accepted{border:1px solid #2E7D32;background-color:#81C784;color:#1B5E20}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr--error{border:1px solid #B71C1C;background-color:#E57373;color:#FFEBEE}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr label input{margin:3px 5px 0 0}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_notice-gdpr label span{display:inline-block;line-height:1.5}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list{color:var(--cs-uwac-theme_content-text)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item{margin:14px 0 0;-webkit-transform:translate(0,20px);transform:translate(0,20px);will-change:opacity,transform;opacity:0}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account{color:var(--cs-uwac-theme_item-text);background-color:var(--cs-uwac-theme_item-bg);--cs-uwac-account-status:#989b9f;padding:13px 40px 12px 74px;position:relative;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;color:var(--cs-uwac-theme_item-text);background-color:var(--cs-uwac-theme_item-bg);border-radius:4px;outline:none;overflow:hidden;-webkit-transition:all 0.25s cubic-bezier(0.4,0,0.2,1);transition:all 0.25s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account::before{content:'';position:absolute;top:0px;left:0px;width:2px;height:100%;background-color:var(--cs-uwac-account-status)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--online{--cs-uwac-account-status:#2db742}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--online:hover,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--online:active,.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--online:focus{color:var(--cs-uwac-theme_item-hover-text);background-color:var(--cs-uwac-theme_item-hover-bg);-webkit-box-shadow:0px 7px 15px 1px rgba(55,62,70,0.07);box-shadow:0px 7px 15px 1px rgba(55,62,70,0.07)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--online .cs-uwac__popup-account_content .cs-uwac__account_name{color:currentColor}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--online .cs-uwac__popup-account_content .cs-uwac__account_label{color:currentColor;opacity:0.8}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--offline{--cs-uwac-account-status:rgb(230,91,91);--cs-uwac-item-active-bg:var(--cs-uwac-theme_content-bg);pointer-events:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_avatar img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--offline .cs-uwac__popup-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--unavailable{--cs-uwac-account-status:rgb(245,174,81);pointer-events:none}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--unavailable:hover{background-color:inherit}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_avatar img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account.cs-uwac__popup-account--unavailable .cs-uwac__popup-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar{position:absolute;overflow:hidden;left:12px;top:12px;width:54px;height:54px;padding:2px;border-radius:50%;border:1px solid var(--cs-uwac-account-status)}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar.cs-uwac__popup-account_avatar-img-avatar{border-radius:50%}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img{width:100%;height:100%;position:relative;border-radius:50%;overflow:hidden}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img>img{width:100%;height:100%;-o-object-fit:cover; object-fit:cover}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img span{color:var(--cs-uwac-account-status);background:white}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_avatar .cs-uwac__popup-account_avatar-img span svg{width:65%}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:48px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_name{font-size:14px;color:#363c47;line-height:1.188em !important}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_label{font-size:11px;color:#989b9f;padding:2px 0 0;line-height:1.125em !important}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content .cs-uwac__popup-chatbox_content-list .cs-uwac__popup-chatbox_content-item .cs-uwac__popup-account .cs-uwac__popup-account_content .cs-uwac__account_status{color:white;font-size:10px;padding:5px 0 0;line-height:1.125em !important;border-radius:4px;background-color:var(--cs-uwac-account-status);padding:3px 6px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-top:3px}.cs-uwac__popup-wrapper.cs-uwac__popup-theme--simple .cs-uwac__popup-chatbox .cs-uwac__popup-chatbox_content_left{text-align:left}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded{--cs-uwac-account-status:rgb(235,237,240);--cs-uwac-item-active-text:var(--cs-uwac-theme_normal-text);--cs-uwac-item-active-bg:var(--cs-uwac-theme_normal-bg);display:block;margin:30px 0}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded *{-webkit-user-select:none; -moz-user-select:none;-ms-user-select:none;user-select:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--online{--cs-uwac-account-status:#2db742;--cs-uwac-account-bg:#2db742}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--online a.cs-uwac__button-account:hover,.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--online a.cs-uwac__button-account:active,.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--online a.cs-uwac__button-account:focus{-webkit-box-shadow:0px 7px 15px 1px rgba(55,62,70,0.07);box-shadow:0px 7px 15px 1px rgba(55,62,70,0.07)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline{--cs-uwac-account-status:rgb(230,91,91);--cs-uwac-item-active-bg:rgb(235,237,240)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account{pointer-events:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account:hover{background-color:inherit}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap{color:var(--cs-uwac-account-status)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap span{color:currentColor;fill:currentColor}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_msg{color:#737578}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_status{color:#e65b5b}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable{--cs-uwac-account-status:rgb(245,174,81);--cs-uwac-item-active-bg:rgb(235,237,240)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account{pointer-events:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account:hover{background-color:inherit}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap{color:var(--cs-uwac-account-status)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap span{color:currentColor;fill:currentColor}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_msg{color:#737578}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_status{color:var(--cs-uwac-account-status)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account_avatar--no-avatar a.cs-uwac__button-account .cs-uwac__button-account_avatar{margin-right:8px}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account_avatar--no-avatar a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img{background-color:transparent;color:var(--cs-uwac-item-active-text)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded.cs-uwac__button-account_avatar--no-avatar a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap{display:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account{padding:8px 20px 8px 8px;min-width:250px;max-width:300px;min-height:70px;position:relative;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--cs-uwac-item-active-text);background-color:var(--cs-uwac-item-active-bg);border-radius:8px;outline:none;-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);text-decoration:none !important}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account:hover{--cs-uwac-item-active-text:var(--cs-uwac-theme_hover-text);--cs-uwac-item-active-bg:var(--cs-uwac-theme_hover-bg);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_avatar{width:60px;min-width:60px;height:60px;min-height:60px;border-radius:8px;margin-right:16px;position:relative}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img{width:100%;height:100%;position:relative;border-radius:8px;overflow:hidden;background:white;color:var(--cs-uwac-account-status);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img>span{width:40px;height:40px}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap{position:absolute;bottom:-5px;right:-5px;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--cs-uwac-item-active-bg);color:var(--cs-uwac-item-active-text);fill:var(--cs-uwac-item-active-text);border-radius:50%;-webkit-transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap span{width:18px;height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:48px}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_name{font-size:14px;color:rgba(255,255,255,0.9);line-height:1.188em !important}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_label{font-size:11px;color:rgba(255,255,255,0.5);padding:2px 0 0;line-height:1.125em !important;display:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_msg{color:white;font-size:15px;font-weight:bold;margin-top:0px;padding:0;line-height:1.125em !important}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--rounded a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_status{color:white;font-size:10px;margin-top:3px;padding:0;line-height:1.125em !important;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple{--cs-uwac-account-status:rgb(235,237,240);--cs-uwac-account-bg:rgb(235,237,240);display:block;margin:30px 0}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple *{-webkit-user-select:none; -moz-user-select:none;-ms-user-select:none;user-select:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--online{--cs-uwac-account-status:#2db742;--cs-uwac-account-bg:#2db742}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--online a.cs-uwac__button-account:hover,.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--online a.cs-uwac__button-account:active,.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--online a.cs-uwac__button-account:focus{background:#27a33a;-webkit-box-shadow:0px 7px 15px 1px rgba(55,62,70,0.07);box-shadow:0px 7px 15px 1px rgba(55,62,70,0.07)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--offline{--cs-uwac-account-status:rgb(230,91,91)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--offline a.cs-uwac__button-account{pointer-events:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--offline a.cs-uwac__button-account:hover{background-color:inherit}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_avatar img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_msg{color:#737578}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--offline a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_status{color:#e65b5b}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--unavailable{--cs-uwac-account-status:rgb(245,174,81)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--unavailable a.cs-uwac__button-account{pointer-events:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--unavailable a.cs-uwac__button-account:hover{background-color:inherit}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_avatar img{-webkit-filter:grayscale(1);filter:grayscale(1)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_name{color:#989a9e}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_label{color:#b4b8bc}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_msg{color:#737578}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple.cs-uwac__button-account--unavailable a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_status{color:var(--cs-uwac-account-status)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account{padding:8px 30px 8px 60px;min-width:250px;max-width:300px;height:70px;position:relative;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:40px;color:white;background-color:var(--cs-uwac-account-bg);border-top-right-radius:50px;border-bottom-right-radius:50px;outline:none;-webkit-transition:all 0.35s cubic-bezier(0.4,0,0.2,1);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);text-decoration:none !important}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account:hover{-webkit-box-shadow:0 8px 25px -5px rgba(45,62,79,0.3);box-shadow:0 8px 25px -5px rgba(45,62,79,0.3);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_avatar{position:absolute;left:-40px;top:50%;width:80px;height:80px;border:2px solid var(--cs-uwac-account-status);border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-shadow:1px 0px 0px 2px white,3px 2px 7px rgba(0,0,0,0.2);box-shadow:1px 0px 0px 2px white,3px 2px 7px rgba(0,0,0,0.2)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img{width:100%;height:100%;position:relative;border-radius:50%;border:3px solid white;overflow:hidden;background:white;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img>img{width:100%;height:100%;-o-object-fit:cover; object-fit:cover}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-img>span{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;fill:var(--cs-uwac-account-status)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap{position:absolute;top:10px;right:-12px;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--cs-uwac-account-status);background-color:white;border-radius:50%;-webkit-box-shadow:3px 2px 7px rgba(0,0,0,0.2);box-shadow:3px 2px 7px rgba(0,0,0,0.2)}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_avatar .cs-uwac__button-account_avatar-wazap span{width:18px;height:18px}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:48px}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_name{font-size:14px;color:rgba(255,255,255,0.9);line-height:1.188em !important}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_label{font-size:11px;color:rgba(255,255,255,0.5);padding:2px 0 0;line-height:1.125em !important;display:none}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_msg{color:white;font-size:15px;font-weight:bold;margin-top:0px;padding:0;line-height:1.125em !important}.cs-uwac__account-button-wrapper.cs-uwac__button-account_theme--simple a.cs-uwac__button-account .cs-uwac__button-account_content .cs-uwac__account_status{color:white;font-size:10px;margin-top:3px;padding:0;line-height:1.125em !important;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}