.elementor-widget-wts-textseparator .elementor-widget-container {
overflow: hidden;
}
.wts-eae-textseparator {
align-items: center;
display: flex;
flex-flow: row nowrap;
margin: auto;
}
body.rtl .wts-eae-textseparator {
flex-direction: row-reverse;
}
.eae-separator-icon-inner i {
height: 1em;
width: 1em;
text-align: center;
position: relative;
display: block;
}
.eae-separator-icon-inner i:before {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.wts-eae-textseparator .eae-sep-holder {
flex: 1 1 auto;
height: 1px;
min-width: 10%;
position: relative;
}
.wts-eae-textseparator .eae-sep-holder .eae-sep-lines {
border-top-width: 1px;
display: block;
height: 1px;
position: relative;
top: 1px;
width: 100%;
}
.eae-separator-title {
margin: 0;
-moz-box-flex: 0;
flex: 0 1 auto;
line-height: 1em;
margin: 0;
overflow-wrap: break-word;
}
.sep-align-right .sep-right {
display: none;
}
.sep-align-left .sep-left {
display: none;
}
.eae-icon-view-stacked i {
color: #fff;
}
.eae-icon-view-framed .eae-separator-icon-inner {
border: 1px solid;
}
.eae-icon-shape-circle .eae-separator-icon-inner {
border-radius: 50%;
}
.eae-separator-icon-wrapper,
.eae-separator-title {
margin: 0 5px !important;
}
.eae-separator-icon-inner {
line-height: 1;
} .wts-price-box-wrapper .eae-pt-heading,
.wts-price-box-wrapper .eae-pt-sub-heading {
margin: 5px 0;
text-align: center;
}
.plan-price-shape {
display: table;
height: 6em;
margin: auto;
width: 6em;
}
.eae-pt-price-box-shape-circle .plan-price-shape,
.eae-pt-price-box-shape-square .plan-price-shape {
border: 1px solid;
}
.eae-pt-price-box-shape-circle .plan-price-shape {
border-radius: 50%;
}
.plan-price-block {
padding: 10px 0;
}
.plan-price-shape-inner {
display: table-cell;
vertical-align: middle;
padding: 10px;
}
.plan-price-shape-inner > span {
display: block;
font-size: 1em;
text-align: center;
}
.eae-pt-feature-list {
list-style: outside none none;
text-align: center;
margin: 10px 0;
}
.eae-pt-button-wrapper > a {
text-align: center;
display: inline-block;
line-height: 1;
}
.eae-pt-button-wrapper {
text-align: center;
}
.wts-price-box-wrapper .heading-wrapper,
.wts-price-box-wrapper .plan-features-wrapper {
padding: 10px 5px;
}
.eae-pt-button-wrapper {
padding: 15px 0;
}
.eae-pt-button-wrapper a {
padding: 5px 15px;
border-radius: 3px;
}
.eae-pt-align-icon-right {
float: right;
}
.strike-feature {
text-decoration: line-through;
} .eae-flip-box {
width: 100%;
text-align: center;
}
.eae-flip-box-wrapper {
display: inline-block;
width: 100%;
}
.eae-flip-box-inner {
width: 100%;
height: 200px;
position: relative;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.eae-flip-box-inner .eae-flip-box-front,
.eae-flip-box-inner .eae-flip-box-back {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
text-align: center;
padding: 10px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-ms-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}
.eae-flip-box-front {
z-index: 2;
}
.eae-flip-box-back {
z-index: 1;
}
.eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-front {
-webkit-transform: perspective(1000px) rotateX(0deg);
-ms-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-back {
-webkit-transform: perspective(1000px) rotateX(180deg);
transform: perspective(1000px) rotateX(180deg);
-ms-transform: perspective(1000px) rotateX(180deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-front {
-webkit-transform: perspective(1000px) rotateX(180deg);
transform: perspective(1000px) rotateX(180deg);
-ms-transform: perspective(1000px) rotateX(180deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-back {
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg);
-ms-transform: perspective(1000px) rotateX(0deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-front {
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg);
-ms-transform: perspective(1000px) rotateY(0deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-back {
-webkit-transform: perspective(1000px) rotateY(180deg);
transform: perspective(1000px) rotateY(180deg);
-ms-transform: perspective(1000px) rotateY(180deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-front {
-webkit-transform: perspective(1000px) rotateY(180deg);
transform: perspective(1000px) rotateY(180deg);
-ms-transform: perspective(1000px) rotateY(180deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-back {
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg);
-ms-transform: perspective(1000px) rotateY(0deg);
}
.eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-front {
opacity: 1;
}
.eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-back {
opacity: 0;
}
.eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-front {
opacity: 0;
}
.eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-back {
opacity: 1;
}
.eae-flip-box-wrapper:hover .eae-flip-box-back,
.eae-flip-box-wrapper:focus .eae-flip-box-back {
z-index: 2;
}
.eae-flip-box-wrapper:hover .eae-flip-box-front,
.eae-flip-box-wrapper:focus .eae-flip-box-front {
z-index: 1;
}
.fade .eae-flip-box-wrapper .eae-flip-box-front {
opacity: 1;
transition: 1s;
}
.fade .eae-flip-box-wrapper .eae-flip-box-back {
opacity: 0;
transition: 1s;
}
.fade .eae-flip-box-wrapper:hover .eae-flip-box-front,
.fade .eae-flip-box-wrapper:focus .eae-flip-box-front {
opacity: 0;
}
.fade .eae-flip-box-wrapper:hover .eae-flip-box-back,
.fade .eae-flip-box-wrapper:focus .eae-flip-box-back {
opacity: 1;
}
.eae-fb-animate-flip .eae-flip-box-wrapper {
perspective: 800px;
}
.eae-fb-animate-flip .eae-flip-box-inner {
transform-style: preserve-3d;
transform: rotateX(0) rotateY(0) rotateZ(0);
transition: 1s;
}
.eae-fb-animate-flip .eae-flip-box-front {
transform: translate3d(0, 0, 1px);
}
.eae-fb-animate-flip .eae-flip-box-back {
transform: rotateY(180deg) translate3d(0, 0, 0);
}
.eae-fb-animate-flip .eae-flip-box-wrapper:hover .eae-flip-box-inner,
.eae-fb-animate-flip .eae-flip-box-wrapper:focus .eae-flip-box-inner {
transform: rotateY(180deg);
}
.up .eae-flip-box-front {
transform: translate3d(0, 0, 1px);
}
.up .eae-flip-box-back {
transform: rotateX(180deg) translate3d(0, 0, 0);
}
.up .eae-flip-box-wrapper:hover .eae-flip-box-inner,
.up .eae-flip-box-wrapper:focus .eae-flip-box-inner {
transform: rotateX(180deg);
}
.box .eae-flip-box-front {
transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.box .eae-flip-box-back {
transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.box.up .eae-flip-box-back {
transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.hideback .eae-flip-box-front,
.hideback .eae-flip-box-back {
backface-visibility: hidden;
}
.eae-fb-animate-nananana .eae-flip-box-wrapper {
}
.eae-fb-animate-nananana .eae-flip-box-wrapper:hover .eae-flip-box-front,
.eae-fb-animate-nananana .eae-flip-box-wrapper:focus .eae-flip-box-front {
z-index: 10;
animation: batman 1s 2 alternate linear;
} .eae-fb-animate-flipcard .eae-flip-box-front,
.eae-fb-animate-flipcard .eae-flip-box-back {
transition: transform 0.4s ease;
transform-origin: center center -150px;
-webkit-transform-origin: center center -150px;
} .flipcard-rotate-top-down .eae-flip-box-front {
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-top-down .eae-flip-box-back {
transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-top-down
.eae-flip-box-wrapper:hover
.eae-flip-box-front {
transform: rotateX(-90deg) rotateY(0) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-top-down
.eae-flip-box-wrapper:hover
.eae-flip-box-back {
z-index: 99999;
transform: rotateX(0deg) rotateY(0deg) rotateZ(0);
} .flipcard-rotate-down-top .eae-flip-box-front {
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-down-top .eae-flip-box-back {
transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-down-top
.eae-flip-box-wrapper:hover
.eae-flip-box-front {
transform: rotateX(90deg) rotateY(0) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-down-top
.eae-flip-box-wrapper:hover
.eae-flip-box-back {
z-index: 99999;
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
} .flipcard-rotate-left-right .eae-flip-box-front {
transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-left-right .eae-flip-box-back {
transform: perspective(0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-left-right
.eae-flip-box-wrapper:hover
.eae-flip-box-front {
transform: perspective(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-left-right
.eae-flip-box-wrapper:hover
.eae-flip-box-back {
z-index: 99999;
transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
} .flipcard-rotate-right-left .eae-flip-box-front {
transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-right-left .eae-flip-box-back {
transform: perspective(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-right-left
.eae-flip-box-wrapper:hover
.eae-flip-box-front {
transform: perspective(0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-right-left
.eae-flip-box-wrapper:hover
.eae-flip-box-back {
z-index: 99999;
transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
@keyframes batman {
0% {
transform: scale(1, 1) rotateZ(0);
}
100% {
transform: scale(0, 0) rotateZ(720deg);
opacity: 0;
}
}
.eae-flip-box-front i,
.eae-flip-box-back i {
font-size: 32px;
height: 1em;
width: 1em;
position: relative;
display: block;
}
.eae-flip-box-front i:before,
.eae-flip-box-back i:before {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
transform: translate(-50%);
}
.eae-fb-icon-view-framed {
border: 1px solid #92be43;
}
.eae-fb-icon-shape-circle {
border-radius: 50%;
}
.eae-flip-box-wrapper .icon-wrapper {
display: inline-block;
padding: 10px;
line-height: 1;
}
.eae-flip-box-wrapper .front-icon-title,
.eae-flip-box-wrapper .back-icon-title {
margin: 10px auto;
color: #fff;
}
.eae-flip-box-wrapper .flipbox-content {
display: block;
position: relative;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.flipbox-content p {
margin-bottom: 10px;
}
.eae-fb-button {
display: inline-block;
padding: 5px 10px;
}
.eae-flip-box-front {
background: #a0ce4e;
}
.eae-flip-box-back {
background: #73b9dc;
}
@media only screen and (max-width: 768px) {
.flipbox-content,
.eae-flip-box-front,
.eae-flip-box-back {
cursor: pointer;
overflow: visible !important;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
} .elementor-widget-wts-shape-separator svg {
display: block;
} .wts-eae-pl-wrapper ul {
margin: 0;
}
.wts-eae-pl-wrapper ul li {
list-style: none;
overflow: hidden;
margin-bottom: 10px;
}
.eae-pl-img-align-none .eae-pl-image-wrapper a {
text-align: center;
}
.eae-pl-title {
margin: 0;
}
.eae-pl-title a {
display: block;
}
.eae-pl-readmore a {
display: inline-block;
border-radius: 2px;
color: #fff;
padding: 4px 8px;
}  .eae-at-animation-text-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.eae-at-animation-text-wrapper .eae-at-animation-text {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
[data-elementor-device-mode="mobile"] .eae-at-animation-text {
white-space: normal;
}
.eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
position: relative;
}
.no-js .eae-at-animation-text-wrapper .eae-at-animation-text {
opacity: 0;
}
.no-js .eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
opacity: 1;
}
.eae-animtext-wrapper {
font-size: 40px;
} .eae-st-rest-text {
display: inline-block;
}
.eae-st-split-text {
display: inline-block;
}
body.rtl .eae-st-transform-text-title {
display: flex;
flex-direction: row-reverse;
}
body.rtl .eae-text-align-left .eae-st-transform-text-title {
justify-content: flex-start;
}
body.rtl .eae-text-align-right .eae-st-transform-text-title {
justify-content: flex-end;
}
body.rtl .eae-text-align-center .eae-st-transform-text-title {
justify-content: center;
} .eae-at-animation.type .eae-at-animation-text-wrapper {
vertical-align: bottom;
overflow: hidden;
}
.eae-at-animation.type .eae-at-animation-text-wrapper::after { content: "";
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
}
.eae-at-animation.type .eae-at-animation-text-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.eae-at-animation.type .eae-at-animation-text-wrapper.selected::after {
visibility: hidden;
}
.eae-at-animation.type .eae-at-animation-text {
visibility: hidden;
}
.eae-at-animation.type .eae-at-animation-text.is-visible {
visibility: visible;
}
.eae-at-animation.type i {
position: absolute;
visibility: hidden;
}
.eae-at-animation.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
}  .eae-img-comp-container {
width: 100%;
position: relative;
text-align: center;
}
.eae-img-comp-container img {
vertical-align: middle;
}
.eae-img-comp-img { position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
overflow: hidden;
transform: translateZ(0px);
backface-visibility: hidden;
}
.eae-img-comp-img img {
display: block;
max-width: 100%;
width: 100%;
}
.eae-img-comp-slider {
position: absolute;
z-index: 9; width: 40px;
height: 40px;
background-color: #2196f3;
opacity: 1;
border-radius: 50%;
}
.icon-horizontal {
cursor: ew-resize;
}
.icon-vertical {
cursor: n-resize;
}
.eae-img-comp-overlay {
}
.mode-horizontal .eae-img-comp-overlay img {
position: absolute;
left: 0;
top: 0;
display: block;
width: auto;
height: 100% !important;
max-width: none !important;
}
.mode-vertical .eae-img-comp-overlay img {
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: auto !important;
max-width: none !important;
}
.eae-slider-icon,
.eae-img-comp-slider svg {
top: 50%;
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 50%;
color: white;
}
.elementor-widget-wts-ab-image {
text-align: center;
}
.elementor-widget-wts-ab-image .elementor-widget-container {
display: inline-block;
margin: 0 auto !important;
overflow: hidden;
}
.eae-text-before {
position: absolute !important;
padding: 10px;
transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
color: #d36118;
z-index: 0;
background: rgba(255, 255, 255, 0.5);
margin: 20px;
}
.eae-text-after {
position: absolute !important;
padding: 10px;
transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
color: #d36118;
z-index: 0;
background: rgba(255, 255, 255, 0.5);
margin: 20px;
} .divTest {
display: inline-block;
background-color: #00a0d2;
padding: 20px;
}        .eae-particle-wrapper {
position: absolute;
left: 0;
top: 0;
}
.eae-particle-wrapper.eae-particle-area {
width: 100%;
height: 100%;
}
body:not(.elementor-editor-active) .eae-particle-wrapper {
width: 100%;
height: 100%;
}
body:not(.elementor-editor-active)
.eae-particle-wrapper
.particles-js-canvas-el {
height: 100%;
position: absolute;
z-index: 0;
}
body:not(.elementor-editor-active)
.eae-particle-wrapper
.tsparticles-canvas-el {
height: 100%;
position: absolute !important;
z-index: 0 !important;
}
body.elementor-editor-active .eae-particle-areas .tsparticles-canvas-el {
z-index: 0 !important;
height: 100%;
width: 100%;
position: absolute !important;
}  .eae-section-bs {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left:0;
}
.eae-section-bs-inner {
width: 100%;
height: 100% !important;
} .eae-popup.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.eae-popup-link {
padding: 12px 24px;
color: #fff;
display: inline-flex;
line-height: 1;
}
.eae-popup-link svg {
fill: #fff;
}
.eae-popup-link:hover {
color: #fff;
}
.eae-popup.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.eae-popup .mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.eae-popup .mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.eae-popup .mfp-align-top .mfp-container:before {
display: none;
}
.eae-popup .mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.eae-modal-content {
padding: 20px;
}
.eae-pop-btn-align-left .eae-popup-wrapper {
text-align: left;
}
.eae-pop-btn-align-right .eae-popup-wrapper {
text-align: right;
}
.eae-pop-btn-align-center .eae-popup-wrapper {
text-align: center;
}
.eae-pop-btn-align-justify .eae-popup-wrapper {
text-align: center;
}
.eae-pop-btn-align-justify .eae-popup-wrapper a {
display: block;
}
.eae-popup .mfp-inline-holder .mfp-content,
.eae-popup .mfp-ajax-holder .mfp-content {
width: 50%;
background-color: #fff;
cursor: auto;
overflow: hidden;
}
.eae-popup .mfp-ajax-cur {
cursor: progress;
}
.eae-popup .mfp-zoom-out-cur,
.eae-popup .mfp-zoom-out-cur .mfp-image-holder .eae-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.eae-popup .mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.eae-popup.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.eae-popup .eae-close,
.eae-popup .mfp-arrow,
.eae-popup .mfp-preloader,
.eae-popup .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.eae-popup .mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.eae-popup .mfp-preloader a {
color: #ccc;
}
.eae-popup .mfp-preloader a:hover {
color: #fff;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.eae-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.eae-popup .eae-close {
width: 28px;
height: 28px;
line-height: 1em;
position: absolute;
right: 10px;
top: 10px;
text-decoration: none;
text-align: center;
opacity: 1;
color: #fff;
font-size: 28px;
z-index: 1500;
}
.eae-close:hover,
.eae-close:focus {
opacity: 1;
cursor: pointer;
}
.eae-close:active {
top: 1px;
}
.eae-close:before {
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
}
.eae-popup.eae-close-btn-in .eae-close {
color: #fff;
}
.mfp-image-holder .eae-close,
.mfp-iframe-holder .eae-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .eae-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .eae-popup .mfp-figure {
line-height: 0;
}
.eae-popup .mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.eae-popup .mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.eae-popup .mfp-figure figure {
margin: 0;
}
.eae-popup .mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.eae-popup .mfp-title {
text-align: left;
line-height: 1;
word-wrap: break-word;
color: #ffffff;
background-color: #4054b2;
padding: 20px 20px 20px 20px;
}
.eae-popup .mfp-image-holder .mfp-content {
max-width: 100%;
}
.eae-popup .mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .eae-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
.elementor-element.eae-animated-gradient-yes,
.elementor-element.eae-animated-gradient-yes .animated-gradient {
background-size: 400% 400% !important;
-webkit-animation: AnimateGradient 15s ease-in-out infinite;
-moz-animation: AnimateGradient 15s ease-in-out infinite;
animation: AnimateGradient 15s ease-in-out infinite;
}
.animated-gradient {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
@-webkit-keyframes AnimateGradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@-moz-keyframes AnimateGradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes AnimateGradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
} .eae-swiper-outer-wrapper .swiper-slide {
height: auto;
overflow: inherit;
}
.eae-swiper-outer-wrapper .swiper-slide-wrapper,
.eae-swiper-outer-wrapper .testimonial-wrapper {
height: 100%;
}
.eae-grid {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.eae-masonry- .eae-grid-item {
position: relative;
height: 100%;
}
.eae-masonry- .eae-grid-item .testimonial-wrapper {
height: 100%;
}
.eae-grid-container {
transition: 0.1s all ease;
}
.eae-grid-container {
display: inline-block;
}
.wrapper .content {
margin: 10px 0;
} .skin-2.testimonial-wrapper {
display: flex;
flex-direction: column;
background-color: #9c989821;
min-height: 300px;
padding: 10px 20px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #696969;
}
.skin-2 .content-wrapper {
padding: 10px;
position: relative;
background-color: #fff;
border-radius: 10px;
color: #77778e;
}
.skin-2 i.before-content,
.skin-2 i.after-content {
position: absolute;
}
.skin-2 i.before-content {
top: 10px;
left: 20px;
}
.skin-2 i.after-content {
bottom: 10px;
right: 20px;
}
.skin-2 blockquote {
position: relative;
font-size: 14px;
padding: 10px;
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
font-style: italic;
}
.skin-2 blockquote::before,
.skin-2 blockquote::after {
font-family: "FontAwesome";
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
.skin-2 blockquote::before {
top: 10px;
left: 20px;
}
.skin-2 blockquote::after {
content: "\201D";
right: 20px;
}
.skin-2 .image-wrapper {
position: relative;
max-width: 100%;
text-align: center;
}
.skin-2 img {
width: 100px;
border-radius: 25%;
}
.skin-2 .detail-wrapper {
text-align: center;
}
.skin-2 .rating-wrapper,
.skin-2 .title,
.skin-2 .designation,
.skin-2 .company {
padding: 5px 0;
}
.skin-2 .rating-wrapper {
color: #000080;
}
.skin-2 .title {
font-weight: 800;
color: #000000;
}
.skin-2 blockquote p {
margin: 10px 0 !important;
} .skin-1.testimonial-wrapper {
display: flex;
flex-direction: column;
background-color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: black;
}
.skin-1 .content-wrapper {
order: 0;
}
.skin-1 .image-wrapper {
order: 1;
text-align: center;
margin: 15px 0;
}
.skin-1 .detail-wrapper {
order: 2;
}
.skin-1 .content-wrapper {
padding: 10px;
position: relative;
}
.skin-1 i.before-content,
.skin-1 i.after-content {
position: absolute;
}
.skin-1 i.before-content {
top: 10px;
left: 20px;
}
.skin-1 i.after-content {
bottom: 10px;
right: 20px;
}
.skin-1 blockquote {
position: relative;
background-color: #ffffff;
font-size: 14px;
padding: 10px;
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
font-style: italic;
}
.skin-1 blockquote::before,
.skin-1 blockquote::after {
font-family: "FontAwesome";
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
.skin-1 blockquote::before {
top: 10px;
left: 20px;
}
.skin-1 blockquote::after {
content: "\201D";
right: 20px;
}
.skin-1 .image-wrapper {
position: relative;
max-width: 100%;
}
.skin-1 img {
width: 100px;
height: auto;
border-radius: 50%;
}
.skin-1 .detail-wrapper {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
padding: 10px;
background-color: rgba(157, 163, 156, 0.18);
}
.skin-1 .rating-wrapper,
.skin-1 .title,
.skin-1 .designation {
margin: 0 5px;
}
.skin-1 .title-wrapper {
display: flex;
flex-direction: row;
}
.skin-1 .rating-wrapper {
color: #fecc1f;
} .skin-4.testimonial-wrapper {
flex-direction: column;
display: flex;
background-color: #bfbfb6bd;
min-height: 300px;
padding: 10px 0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #77778e;
}
.skin-4 .content-wrapper {
padding: 10px;
position: relative;
}
.skin-4 .content-wrapper {
order: 2;
color: #3c3c3c;
}
.skin-4 i.before-content,
.skin-4 i.after-content {
position: absolute;
}
.skin-4 i.before-content {
top: 10px;
left: 20px;
}
.skin-4 i.after-content {
bottom: 10px;
right: 20px;
}
.skin-4 blockquote {
position: relative;
font-size: 14px;
padding: 10px;
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
font-style: italic;
}
.skin-4 blockquote::before,
.skin-4 blockquote::after {
font-family: "FontAwesome";
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
.skin-4 blockquote::before {
top: 10px;
left: 20px;
}
.skin-4 blockquote::after {
content: "\201D";
right: 20px;
}
.skin-4 .image-wrapper {
position: relative;
max-width: 100%;
text-align: center;
}
.skin-4 img {
width: 100px;
border-radius: 50%;
}
.skin-4 .detail-wrapper {
text-align: center;
}
.skin-4 .rating-wrapper,
.skin-2 .title,
.skin-2 .designation {
padding: 5px 0;
}
.skin-4 .rating-wrapper {
color: #690a69;
}
.skin-4 .title {
font-weight: 800;
color: #000000;
} .skin-3.testimonial-wrapper {
display: flex;
flex-direction: row;
background-color: #9c989821;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: black;
overflow: hidden;
}
.skin-3 .content-section {
display: flex;
flex-direction: column;
align-self: center;
}
.skin-3 .content-wrapper {
padding: 10px;
position: relative;
}
.skin-3 i.before-content,
.skin-2 i.after-content {
position: absolute;
}
.skin-3 i.before-content {
top: 10px;
left: 20px;
}
.skin-3 i.after-content {
bottom: 10px;
right: 20px;
}
.skin-3 blockquote {
position: relative;
font-size: 18px;
padding: 10px;
font-weight: 500;
text-align: left;
margin: 0;
line-height: 1.6em;
font-style: italic;
}
.skin-3 blockquote::before,
.skin-3 blockquote::after {
font-family: "FontAwesome";
content: "\201C";
position: absolute;
font-size: 50px;
opacity: 0.3;
font-style: normal;
}
.skin-3 blockquote::before {
top: 10px;
left: 20px;
}
.skin-3 blockquote::after {
content: "\201D";
right: 20px;
}
.skin-3 .image-wrapper {
position: relative;
max-width: 30%;
max-height: 250px;
text-align: center;
align-self: center;
}
.skin-3 img {
width: 100%;
}
.testimonial-wrapper .skin-3 .eae-person-avatar {
border-radius: 50%;
}
.skin-3 .detail-wrapper {
text-align: left;
padding-left: 20px;
}
.skin-3 .rating-wrapper,
.skin-3 .title,
.skin-3 .designation {
padding: 3px 0;
}
.skin-3 .rating-wrapper {
color: #800040;
}
.skin-3 .title {
font-weight: 800;
}
.eae-swiper-outer-wrapper .swiper-button-prev {
-webkit-mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
background-image: none;
background-color: #007aff;
transform: translateY(-50%);
margin-top: 0px;
}
.eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-prev {
-webkit-mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
}
.eae-swiper-outer-wrapper .swiper-button-next {
-webkit-mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-right.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
background-image: none;
background-color: #007aff;
transform: translateY(-50%);
margin-top: 0px;
}
.eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-next {
-webkit-mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
mask: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/css/arrow-left.svg) no-repeat 100% 100%;
} .eae-swiper-outer-wrapper
.swiper-button-prev, .eae-swiper-outer-wrapper
.swiper-button-next {
-webkit-mask: none;
mask: none;
-webkit-mask-size: unset;
mask-size: unset;
background-image: none;
background-color: unset;
width: auto;
height: auto;
transform: translateY(-50%);
margin-top: 0px;
}
.swiper-container .swiper-button-next i,
.swiper-container .swiper-button-prev i {
width: 1em;
height: 1em;
text-align: center;
position: relative;
}
.elementor-widget-wts-testimonial-slider
.eae-swiper-outer-wrapper
.eae-swiper-button-wrapper {
position: absolute;
height: auto;
line-height: 0;
}
.eae-hpos-right.eae-vpos-top .eae-swiper-button-wrapper {
bottom: auto;
top: 0;
width: auto;
right: 0;
}
.eae-vpos-top.eae-hpos-left .eae-swiper-button-wrapper {
bottom: auto;
top: 0;
width: auto;
left: 0;
}
.eeae-hpos-right.eae-vpos-bottom .eae-swiper-button-wrapper {
bottom: 0;
top: auto;
width: auto;
right: 0;
}
.eae-vpos-bottom.eae-hpos-left .eae-swiper-button-wrapper {
bottom: 0;
top: auto;
width: auto;
left: 0;
}
.eae-hpos-right.eae-vpos-middle .eae-swiper-button-wrapper {
bottom: auto;
top: 50%;
width: auto;
right: 0;
}
.eae-hpos-left.eae-vpos-middle .eae-swiper-button-wrapper {
bottom: auto;
top: 50%;
width: auto;
left: 0;
}
.eae-hpos-right .swiper-button-prev,
.eae-hpos-left .swiper-button-prev,
.eae-hpos-right .swiper-button-next,
.eae-hpos-left .swiper-button-next {
position: relative;
display: inline-block;
right: auto;
left: auto;
}
.eae-hpos-right.eae-vpos-bottom .swiper-button-prev,
.eae-hpos-right.eae-vpos-bottom .swiper-button-next {
top: auto;
bottom: 0;
transform: unset;
}
.eae-hpos-right.eae-vpos-top .swiper-button-next,
.eae-hpos-right.eae-vpos-top .swiper-button-prev {
top: 0;
bottom: auto;
transform: unset;
}
.eae-hpos-left.eae-vpos-top .swiper-button-prev,
.eae-hpos-left.eae-vpos-top .swiper-button-next {
top: 0;
bottom: auto;
transform: unset;
}
.eae-hpos-left.eae-vpos-bottom .swiper-button-next,
.eae-hpos-left.eae-vpos-bottom .swiper-button-prev {
top: auto;
bottom: 0;
transform: unset;
}
.eae-hpos-center.eae-vpos-bottom .swiper-button-next,
.eae-hpos-center.eae-vpos-bottom .swiper-button-prev {
top: auto;
bottom: 0;
transform: unset;
}
.eae-hpos-center.eae-vpos-top .swiper-button-next,
.eae-hpos-center.eae-vpos-top .swiper-button-prev {
top: 0;
bottom: auto;
transform: unset;
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .eae-info-circle {
position: relative;
width: 90%;
margin: 0 auto;
border-radius: 50%;
display: block;
}
.eae-info-circle:before {
content: "";
display: block;
position: absolute;
top: 4%;
left: 4%;
width: 92%;
height: 92%;
border-radius: 50%;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
pointer-events: none;
}
.eae-info-circle:after {
content: "";
display: block;
padding-top: 100%;
}
.eae-info-circle .eae-ic-icon-wrap {
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
z-index: 2;
line-height: 1em;
vertical-align: middle;
overflow: hidden;
max-width: 100%;
}
.eae-info-circle .eae-info-circle-item {
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}
.eae-info-circle
.eae-info-circle-item.eae-active
.eae-info-circle-item__content-wrap {
visibility: visible;
opacity: 1;
display: flex;
}
.eae-info-circle .eae-info-circle-item__content-wrap {
visibility: visible;
display: none;
height: 91%;
width: 91%;
opacity: 0;
top: 50%;
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 50%;
border-radius: 50%;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.eae-info-circle .eae-info-circle-item__content-wrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.eae-info-circle .eae-info-circle-item__content {
display: inline-block;
top: 50%;
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 50%;
vertical-align: middle;
z-index: 1;
max-height: 100%;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
width: 75%;
} @media screen and (max-width: 767px) {
.eae-info-circle.eae-info-circle .eae-info-circle-item__content-wrap:before {
display: none;
}
.eae-info-circle:before,
.eae-info-circle:after {
display: none;
}
.eae-info-circle {
width: 100% !important;
}
.eae-info-circle-wrapper:before,
.eae-info-circle-wrapper:after {
display: none;
}
.eae-info-circle .eae-ic-icon-wrap {
display: block;
text-align: center;
position: relative !important;
left: unset !important;
margin-left: 0 !important;
margin-top: 0 !important;
margin-bottom: 10px;
}
.eae-info-circle-item {
position: relative !important;
border-radius: 0 !important;
padding: 0px;
margin: 10px 0;
}
.eae-info-circle .eae-info-circle-item__content-wrap {
visibility: visible;
opacity: 1 !important;
display: flex !important;
border-radius: 0 !important;
border: none !important;
margin: 0 !important;
padding-right: 0 !important;
padding-left: 0 !important;
padding-bottom: 0 !important;
width: 100%;
height: auto;
line-height: 1.5em;
position: relative;
top: unset;
left: unset;
transform: unset;
}
.eae-info-circle .eae-info-circle-item__content {
position: relative;
top: unset;
left: unset;
transform: unset;
width: 100%;
padding: 10px;
}
} .eae-icon-wrap i {
height: 1.25em;
width: 1.25em;
line-height: 1.25em;
display: block;
}
.eae-icon-wrap i img {
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
position: absolute;
}
.eae-icon {
display: inline-block;
text-align: center;
vertical-align: middle;
max-width: 100%;
overflow: hidden;
padding: 10px;
}
.eae-icon-shape-circle:not(.elementor-element) {
border-radius: 50%;
}
.eae-icon-view-framed:not(.elementor-element) {
border-width: 1px;
border-style: solid;
}
.eae-icon-wrapper {
display: flex;
}
.eae-icon-wrapper .eae-icon {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
line-height: 1;
} .eae-timeline {
position: relative;
display: inline-block;
width: 100%;
}
.eae-timline-progress-bar {
width: 4px;
background-color: #f45b69;
top: 0;
bottom: 50px;
position: absolute;
transform: translateX(-50%);
}
.eae-timeline-item {
position: relative;
display: flex;
flex-direction: row;
padding-bottom: 50px;
}
.eae-timeline-item:last-child {
padding-bottom: 0px !important;
}
.eae-tl-top .eae-timeline-item {
align-items: flex-start;
}
.eae-tl-top .eae-tl-item-content::before {
top: 10px;
}
.eae-timeline-item.image-position-row-reverse .eae-tl-item-image,
.eae-timeline-item.image-position-row .eae-tl-item-image {
margin-top: 0;
margin-bottom: 0;
}
.eae-tl-item-meta-wrapper-inner {
display: none;
}
.eae-tl-bottom .eae-timeline-item {
align-items: flex-end;
}
.eae-tl-bottom .eae-tl-item-content::before {
bottom: 10px;
}
.eae-tl-center .eae-timeline-item {
align-items: center;
}
.eae-tl-center .eae-tl-item-content::before {
bottom: calc(50% - 5px);
}
.eae-layout-center .eae-timline-progress-bar {
left: 50%;
}
.eae-layout-center .eae-timeline-item:nth-child(odd) {
flex-direction: row-reverse;
}
.eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-meta-wrapper {
margin-right: 0px;
margin-left: 0px;
justify-content: flex-start;
}
body:not(.rtl)[data-elementor-device-mode="tablet"]
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-content-wrapper,
body.rtl[data-elementor-device-mode="tablet"]
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-content-wrapper {
padding-right: 20px;
padding-left: 0px;
}
body:not(.rtl)[data-elementor-device-mode="tablet"]
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-content-wrapper,
body.rtl[data-elementor-device-mode="tablet"]
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-content-wrapper {
padding-right: 0px;
padding-left: 20px;
}
body:not(.rtl) .eae-layout-left .eae-tl-content-wrapper {
padding-right: 10px;
padding-left: 20px;
}
body.rtl .eae-layout-left .eae-tl-content-wrapper {
padding-right: 20px;
padding-left: 10px;
}
.eae-layout-left .eae-timline-progress-bar {
display: none;
}
.eae-layout-left .eae-tl-item-meta-wrapper {
display: none;
}
.eae-layout-left .eae-tl-item-meta-wrapper-inner {
display: block;
}
.eae-layout-right .eae-timline-progress-bar {
display: none;
}
body:not(.rtl) .eae-layout-right .eae-tl-content-wrapper {
padding-right: 20px;
padding-left: 10px;
}
body.rtl .eae-layout-right .eae-tl-content-wrapper {
padding-right: 10px;
padding-left: 20px;
}
.eae-layout-right .eae-tl-icon-wrapper {
order: 3;
}
.eae-layout-right .eae-tl-item-meta-wrapper {
display: none;
}
.eae-layout-right .eae-tl-item-meta-wrapper-inner {
display: block;
}
.eae-tl-item-meta-wrapper {
flex-grow: 1;
order: 0;
flex-basis: 50%;
flex-direction: initial;
justify-content: flex-end;
display: flex;
align-items: center;
margin-right: 0px;
}
.eae-tl-item-meta {
padding: 0px 20px;
}
.eae-tl-icon-wrapper {
height: auto;
width: auto;
flex-grow: 0;
flex-shrink: 0;
order: 1;
margin-left: 0px;
margin-right: 0px;
min-width: 10px;
min-height: 10px;
border-radius: 999px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.eae-tl-content-wrapper {
flex-grow: 1;
order: 2;
flex-basis: 50%;
position: relative;
padding-right: 0px;
padding-left: 20px;
}
.eae-tl-item-content {
background: #f4f4f4;
padding: 25px;
overflow: hidden;
text-align: center;
display: flex;
flex-direction: row;
}
.eae-tl-content {
display: inline-block;
position: relative;
padding: 10px;
width: 100%;
color: #000;
}
.image-position-row
.eae-timeline
.eae-timeline-item:not(.custom-image-style-yes)
.eae-content-inner,
.image-position-row-reverse
.eae-timeline
.eae-timeline-item:not(.custom-image-style-yes)
.eae-content-inner,
.eae-timeline-item.custom-image-style-yes.image-position-row .eae-content-inner,
.eae-timeline-item.custom-image-style-yes.image-position-row-reverse
.eae-content-inner {
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
line-height: 1;
width: 100%;
}
.custom-image-style-.image-position-row .eae-content-inner,
.custom-image-style-.image-position-row-reverse .eae-content-inner,
.custom-image-style-no.image-position-row .eae-content-inner,
.custom-image-style-no.image-position-row-reverse .eae-content-inner {
left: unset;
top: unset;
transform: unset;
}
.eae-tl-item-image {
display: inline-block;
}
.image-position-row .eae-tl-item-image img,
.image-position-row-reverse .eae-tl-item-image img {
object-fit: cover;
height: 100% !important;
}
.image-position-row .eae-tl-item-image,
.image-position-row-reverse .eae-tl-item-image {
margin: 0px;
}
.image-position-column .eae-tl-item-image {
margin: auto;
}
.custom-image-style-no.image-position-column .eae-tl-item-image,
.custom-image-style-.image-position-column .eae-tl-item-image {
margin: 0 auto;
}
.eae-pb-inner-line {
width: 100%;
background-color: #3d5ac3;
}
.eae-tl-item-content::before {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 16px 8px 0;
border-color: transparent #f4f4f4 transparent transparent;
}
.eae-icon-wrapper {
display: flex;
}
.elementor-widget-bpel-timeline .eae-icon-wrapper {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
line-height: 1;
}
.eae-tl-read-more {
display: inline-block;
padding: 5px;
border: 2px solid #000000;
}
.image-position-row
.eae-timeline.eae-timeline-alternate-yes
.eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
.eae-tl-item-content {
flex-direction: row-reverse !important;
}
.image-position-row-reverse
.eae-timeline.eae-timeline-alternate-yes
.eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
.eae-tl-item-content {
flex-direction: row !important;
}
@media screen and (min-width: 1024px) {
.eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-content-wrapper,
body.rtl
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-content-wrapper {
padding-right: 20px;
padding-left: 0px;
}
.eae-layout-center .eae-timeline-item:nth-child(even) .eae-tl-content-wrapper,
body.rtl
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-content-wrapper {
padding-right: 0px;
padding-left: 20px;
}
.eae-layout-right .eae-tl-item-content::before,
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
body.rtl .eae-layout-left .eae-tl-item-content::before,
body.rtl
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-item-content::before {
right: 4px;
left: unset;
border-width: 8px 0 8px 16px;
border-color: transparent transparent transparent #f4f4f4;
}
.eae-layout-left .eae-tl-item-content::before,
.eae-layout-center
.eae-timeline-item:nth-child(even)
.eae-tl-item-content::before,
body.rtl .eae-layout-right .eae-tl-item-content::before,
body.rtl
.eae-layout-center
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before {
left: 4px;
right: unset;
border-width: 8px 16px 8px 0;
border-color: transparent #f4f4f4 transparent transparent;
}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
.image-position-row
.eae-timeline.eae-timeline-alternate-yes
.eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
.eae-tl-item-content {
flex-direction: row-reverse !important;
}
.image-position-row-reverse
.eae-timeline.eae-timeline-alternate-yes
.eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
.eae-tl-item-content {
flex-direction: row !important;
}
.eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper {
display: none;
}
.eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper-inner {
display: block;
}
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item {
flex-direction: row !important;
}
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item {
flex-direction: row-reverse !important;
}
.eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(even)
.eae-tl-item-content::before,
body:not(.rtl) .eae-layout-left .eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
body.rtl .eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
body.rtl .eae-layout-right .eae-tl-item-content::before,
body.rtl
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
body.rtl
.eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before {
left: 4px !important;
border-width: 8px 16px 8px 0 !important;
border-color: transparent #f4f4f4 transparent transparent !important;
}
body.rtl
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before {
left: 4px !important;
right: unset !important;
border-width: 8px 16px 8px 0 !important;
border-color: transparent #f4f4f4 transparent transparent !important;
}
body.rtl .eae-layout-left .eae-tl-item-content::before,
body.rtl .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl) .eae-layout-right .eae-tl-item-content::before,
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body.rtl
.eae-timeline.eae-layout-center.eae-tl-res-style-mobile
.eae-timeline-item:nth-child(even)
.eae-tl-item-content::before,
body.rtl
.eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before {
right: 4px !important;
border-width: 8px 0 8px 16px !important;
border-color: transparent transparent transparent #f4f4f4 !important;
}
body.rtl
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper,
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper {
padding-right: 0px !important;
padding-left: 20px !important;
}
body.rtl
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper,
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper {
padding-right: 20px !important;
padding-left: 0px !important;
}
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timline-progress-bar {
left: 13px;
}
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timline-progress-bar {
left: calc(100% - 13px);
}
}
@media screen and (max-width: 767px) {
.eae-tl-item-meta-wrapper {
display: none;
}
.eae-tl-item-meta-wrapper-inner {
display: block;
}
.elementor-widget-bpel-timeline:not(.image-position-column)
.eae-timeline
.eae-tl-item-content {
flex-direction: column-reverse !important;
}
.elementor-widget-bpel-timeline:not(.image-position-column) .eae-tl-content,
.eae-tl-item-image {
width: 100% !important;
}
.eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item,
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item {
flex-direction: row !important;
}
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item,
.eae-tl-res-style-mobile.eae-tl-res-layout-right .eae-timeline-item {
flex-direction: row-reverse !important;
}
body:not(.rtl)
.eae-tl-res-style-mobile.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
.eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile.eae-tl-res-layout-left
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
.eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item:nth-child(odd)
.eae-tl-item-content::before,
body.rtl
.eae-timeline.eae-tl-res-style-mobile.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body.rtl
.eae-timeline.eae-layout-right
.eae-timeline-item
.eae-tl-item-content::before {
left: 4px !important;
border-width: 8px 16px 8px 0 !important;
border-color: transparent #f4f4f4 transparent transparent !important;
}
body.rtl
.eae-tl-res-style-mobile.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-tl-res-style-mobile.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body:not(.rtl)
.eae-layout-right
.eae-timeline-item
.eae-tl-item-content::before,
body.rtl .eae-layout-left .eae-timeline-item .eae-tl-item-content::before {
right: 4px !important;
border-width: 8px 0 8px 16px !important;
border-color: transparent transparent transparent #f4f4f4 !important;
}
body:not(.rtl)
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper
body.rtl
.eae-timeline.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper,
.eae-timeline.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper {
padding-right: 0px !important;
padding-left: 20px !important;
}
body:not(.rtl)
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper,
body:not(.rtl)
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper,
body.rtl
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper,
body.rtl
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper {
padding-right: 20px !important;
padding-left: 0px !important;
}
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
.eae-timline-progress-bar,
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
.eae-timline-progress-bar {
left: 13px;
}
.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
.eae-timline-progress-bar,
.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
.eae-timline-progress-bar {
left: calc(100% - 13px);
}
body.rtl
.eae-layout-center.eae-timeline.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
.eae-timeline-item
.eae-tl-content-wrapper
.eae-tl-item-content::before {
left: 4px;
right: unset;
}
body.rtl
.eae-layout-center.eae-timeline.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
.eae-timeline-item
.eae-tl-content-wrapper
.eae-tl-item-content::before {
left: unset;
right: 4px;
border-width: 8px 0 8px 16px !important;
border-color: transparent transparent transparent #f4f4f4 !important;
}
} [data-element_type="eae-evergreen-timer.skin1"] .eae-evergreen-wrapper {
display: block;
text-align: center;
}
[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv {
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 30px;
}
[data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
padding: 10px;
border-radius: 3px;
background: #00bf96;
display: inline-block;
overflow: hidden;
}
[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div > span {
padding: 15px;
width: 100%;
background: #00816a;
display: inline-block;
}
[data-element_type="eae-evergreen-timer.skin1"] .smalltext {
padding: 7px;
font-size: 16px;
}
[data-element_type="eae-evergreen-timer.skin1"] .eae-egt-hide {
display: none;
}
.eae-egt-message {
display: none;
}
@media screen and (max-width: 767px) {
[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div > span {
padding: 5px;
}
[data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
padding: 5px;
}
} [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-evergreen-wrapper {
display: inline-block;
width: 100%;
text-align: center;
margin: auto;
}
[data-element_type="eae-evergreen-timer.skin2"] .timer-container {
display: inline-block;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
a:hover {
color: #fff;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
list-style: none;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper.clearfix:before,
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper.clearfix:after {
content: " ";
display: table;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper.clearfix:after {
clear: both;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper.clearfix {
*zoom: 1;
} [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium a {
color: #313333;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:before,
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after {
content: " "; display: table; }
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after {
clear: both;
} [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
position: relative;
float: left;
margin: 5px;
width: 60px;
height: 90px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 87px;
text-decoration: none !important;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li:first-child {
z-index: 2;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden;
outline: 1px solid transparent;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div
.shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4);
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div
div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.up
div.inn {
top: 0;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div.down
div.inn {
bottom: 0;
} [data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-before {
z-index: 3;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper .flip {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-active {
-webkit-animation: asd 0.01s 0.49s linear both;
-moz-animation: asd 0.01s 0.49s linear both;
animation: asd 0.01s 0.49s linear both;
z-index: 5;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 20px;
height: 100px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider:first-child {
width: 0;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider
.flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider.minutes
.flip-clock-label {
right: -88px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider.seconds
.flip-clock-label {
right: -91px;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.top {
top: 30%;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.bottom {
bottom: 30%;
}
@-webkit-keyframes asd {
0% {
z-index: 2;
}
100% {
z-index: 4;
}
}
@-moz-keyframes asd {
0% {
z-index: 2;
}
100% {
z-index: 4;
}
}
@-o-keyframes asd {
0% {
z-index: 2;
}
100% {
z-index: 4;
}
}
@keyframes asd {
0% {
z-index: 2;
}
100% {
z-index: 4;
}
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-active
.down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg);
}
100% {
-webkit-transform: rotateX(0deg);
}
}
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg);
}
100% {
-moz-transform: rotateX(0deg);
}
}
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg);
}
100% {
-o-transform: rotateX(0deg);
}
}
@keyframes turn {
0% {
transform: rotateX(90deg);
}
100% {
transform: rotateX(0deg);
}
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-before
.up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg);
}
100% {
-webkit-transform: rotateX(-90deg);
}
}
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg);
}
100% {
-moz-transform: rotateX(-90deg);
}
}
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg);
}
100% {
-o-transform: rotateX(-90deg);
}
}
@keyframes turn2 {
0% {
transform: rotateX(0deg);
}
100% {
transform: rotateX(-90deg);
}
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li.flip-clock-active {
z-index: 3;
} [data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-before
.up
.shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, rgba(0, 0, 0, 0.1)),
color-stop(100%, black)
);
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-active
.up
.shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, rgba(0, 0, 0, 0.1)),
color-stop(100%, black)
);
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both;
} [data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-before
.down
.shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, black),
color-stop(100%, rgba(0, 0, 0, 0.1))
);
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul.play
li.flip-clock-active
.down
.shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, black),
color-stop(100%, rgba(0, 0, 0, 0.1))
);
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@media screen and (max-width: 767px) {
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
width: 15px;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
height: 5px;
width: 5px;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
height: 40px;
}
[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
height: 50px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li {
line-height: 37px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.eae-flip-clock-wrapper
ul
li
a
div
div.inn {
font-size: 24px;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
margin: 2px;
} }  [data-element_type="eae-evergreen-timer.skin3"] #timer {
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 30px;
}
[data-element_type="eae-evergreen-timer.skin3"] .desc {
display: flex;
justify-content: center;
}
[data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-right
.desc {
justify-content: flex-end;
}
[data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-left
.desc {
justify-content: flex-start;
}
[data-element_type="eae-evergreen-timer.skin3"] .desc .egt-time-text {
display: inline-block;
padding: 0 50px 0 50px;
}
[data-element_type="eae-evergreen-timer.skin3"] .eae-time-wrapper {
padding: 50px;
border-radius: 3px;
background: #00bf96;
display: inline-block;
overflow: hidden;
margin: 5px;
line-height: 1em;
}
[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(1) {
background: khaki;
}
[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(2) {
background: indianred;
}
[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(3) {
background: cadetblue;
}
[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(4) {
background: cornflowerblue;
}
[data-element_type="eae-evergreen-timer.skin3"] .fade {
animation: flip 0.7s ease forwards;
}
@keyframes flip {
0% {
transform: rotateY(0) scaleY(1.1);
opacity: 0.5;
}
50% {
transform: rotateY(180deg) scaleY(1.3);
opacity: 0;
}
100% {
transform: rotateY(0);
opacity: 1;
}
}
@media screen and (max-width: 767px) {
[data-element_type="eae-evergreen-timer.skin3"] #timer span {
font-size: 22px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider
.flip-clock-label {
top: -1.5em;
right: -42px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider.minutes
.flip-clock-label {
right: -48px;
}
[data-element_type="eae-evergreen-timer.skin2"]
.flip-clock-divider.seconds
.flip-clock-label {
right: -51px;
}
} [data-element_type="eae-evergreen-timer.skin4"] .eae-evergreen-wrapper {
width: 100%;
}
[data-element_type="eae-evergreen-timer.skin4"] .container {
margin: 0 auto;
}
[data-element_type="eae-evergreen-timer.skin4"] .special {
position: relative;
width: 840px;
height: 47px;
}
[data-element_type="eae-evergreen-timer.skin4"] #counter {
position: absolute;
z-index: 4000;
}
[data-element_type="eae-evergreen-timer.skin4"] .digit-separator {
position: relative;
float: left;
width: 17px;
height: 44px;
overflow: hidden;
background-image: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/digit-sep-svg.svg);
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: #4054b2;
}
[data-element_type="eae-evergreen-timer.skin4"] .digit {
background-image: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/digits-svg-alpha.svg);
background-color: #4054b2;
} .eae-ct-wrapper * {
box-sizing: border-box;
margin: 0;
outline: 0;
}
article.eae-ct-wrapper {
width: 100%;
max-width: 1000px;
margin: 0 auto;
position: relative;
}
.eae-ct-wrapper tbody tr.eae-ct-header td,
.eae-ct-wrapper th {
position: relative;
}
.eae-ct-wrapper ul {
display: none;
top: 0px;
z-index: 10;
padding-bottom: 14px;
}
.eae-ct-wrapper li {
list-style: none;
flex: 1;
position: relative;
}
.eae-ct-wrapper li:hover {
cursor: pointer;
}
.eae-ct-wrapper li:last-child { }
.eae-ct-wrapper .eae-ct-heading {
width: 100%;
padding: 10px;
background: #fff;
font-size: 20px;
font-weight: bold;
height: 60px;
color: #999;
text-align: center;
}
.eae-ct-wrapper li.eae-ct-heading .eae-ct-heading-inner {
position: absolute;
align-self: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.eae-ct-wrapper li.eae-ct-heading.active {
background: #f5f5f5;
}
.eae-ct-wrapper table {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
}
.eae-ct-wrapper th {
background: #f5f5f5;
display: none;
}
.eae-ct-wrapper td,
.eae-ct-wrapper th {
height: 53px;
vertical-align: middle;
}
.eae-ct-wrapper table {
border: none;
} .eae-ct-wrapper table th,
.eae-ct-wrapper table td {
border: none;
}
.eae-ct-wrapper table tr td:first-child,
.eae-ct-wrapper table tr td:last-child,
.eae-ct-wrapper td,
.eae-ct-wrapper td,
.eae-ct-wrapper th {
padding: 10px;
empty-cells: show;
}
.eae-ct-wrapper td,
.eae-ct-wrapper th {
text-align: center;
}
.eae-ct-wrapper td + td,
.eae-ct-wrapper th + th {
text-align: center;
}
.eae-ct-wrapper tr:first-child {
background: none !important;
}
.eae-ct-wrapper ul li:nth-child(1) {
display: table-cell;
}
.eae-ct-wrapper tr td:nth-child(2) {
display: table-cell;
}
.eae-ct-wrapper td:nth-child(1) {
display: table-cell;
}
.eae-ct-wrapper td {
display: none;
}
.eae-ct-wrapper .sep {
background: #f5f5f5;
font-weight: bold;
}
.eae-ct-price-wrapper {
display: flex;
justify-content: center;
}
.eae-ct-tt-type-icon .eae-ct-feature .tooltip {
float: right;
}
.eae-ct-wrapper .tooltiptext::before {
content: "";
border-width: 5px 5px 0 5px;
border-color: #fff;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
bottom: -10px;
width: 0;
height: 0;
border-style: solid;
position: absolute;
margin: 5px;
left: 42%;
}
.eae-ct-wrapper .eae-ct-price {
font-size: 28px;
font-weight: bold;
line-height: 1em;
}
.eae-ct-wrapper .eae-ct-currency {
align-self: flex-start;
margin-right: 3px;
}
.eae-ct-wrapper .eae-ct-fractional-price {
align-self: flex-start;
margin-left: 3px;
}
.eae-ct-wrapper .eae-ct-duration {
align-self: flex-start;
}
.eae-ct-wrapper .eae-ct-original-price {
margin-right: 5px;
text-decoration: line-through;
align-self: flex-end;
}
.eae-ct-wrapper .tick {
font-size: 18px;
color: #2ca01c;
}
.feature-heading-blank.eae-ct-wrapper .hide {
border: unset !important;
background: unset !important;
}
.eae-ct-wrapper .hide.eae-ct-hide.eae-fbox-heading {
border: 0px solid black;
}
.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
position: absolute;
top: 0;  width: 100px;
overflow: hidden;
height: 100px;
z-index: 998;
padding: 8px 12px;
}
.eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
position: absolute;
top: 0;
width: 100%;
overflow: hidden;
height: 50px;
z-index: 999;
padding: 8px 12px;
}
.eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper-top {
background-color: rgba(63, 195, 135, 0.8);
color: #fff;
transform: translateY(-100%);
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.eae-ct-ribbons-h-left.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
left: 0;
right: auto;
}
.eae-ct-ribbons-h-right.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(90deg);
left: auto;
right: 0;
}
.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper span.eae-ct-ribbons-inner {
position: absolute;
text-align: center;
left: 0;
top: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
background: rgba(63, 195, 135, 0.8);
padding: 8px 12px;
color: #ffffff;
}
.eae-ct-wrapper .tooltip {
position: relative;
display: inline-block;
}
.eae-ct-wrapper .tooltip .tooltiptext {
visibility: hidden;
min-width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0; position: absolute;
z-index: 1;
bottom: 120%;
left: 50%;
margin-left: -60px;
}
.eae-ct-wrapper .tooltip:hover .tooltiptext {
visibility: visible;
}
.eae-ct-heading-tooltip {
text-decoration-line: underline;
text-decoration-style: dotted;
}
.eae-ct-btn {
padding: 10px 15px 10px 15px;
color: #fff;
display: inline-block;
line-height: 1em;
}
.eae-ct-btn:hover {
color: #fff;
}
.eae-ct-wrapper i.fa.fa-check,
.eae-ct-wrapper i.fas.fa-check {
color: #38f146;
}
.eae-ct-wrapper i.fa.fa-close,
.eae-ct-wrapper i.fas.fa-times {
color: #ff0000;
}
.button-heading-blank.eae-ct-wrapper tr:last-child td:first-child {
background: none !important;
border: none !important;
}
.eae-ct-wrapper tr:last-child {
background: none !important;
}
.eae-ct-wrapper tbody tr:nth-child(2) {
background: none !important;
}
@media (min-width: 767px) {
.eae-ct-wrapper td,
.eae-ct-wrapper .eae-ct-header {
width: 330px;
}
.eae-ct-wrapper td + td,
.eae-ct-wrapper th + th {
width: auto;
}
}
.eae-tab-format-all .eae-ct-wrapper ul {
display: flex;
}
.hide.eae-ct-hide {
display: table-cell;
}
@media (min-width: 1023px) {
.eae-tab-format-all tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-tab-mob .eae-ct-wrapper td,
.eae-tab-format-tab-mob .eae-ct-wrapper th,
.eae-tab-format-mobile .eae-ct-wrapper td,
.eae-tab-format-mobile .eae-ct-wrapper th {
display: table-cell !important;
}
.eae-tab-format-all .hide.eae-ct-hide {
display: table-cell;
}
.eae-tab-format-tab-mob .hide.eae-ct-hide,
.eae-tab-format-mobile .hide.eae-ct-hide {
display: none !important;
}
}
@media (max-width: 1023px) {
.eae-tab-format-tab-mob .eae-ct-wrapper ul {
display: flex;
}   .eae-tab-format-all tbody tr.eae-ct-header,
.eae-tab-format-tab-mob tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-all .hide.eae-ct-hide {
display: table-cell;
}
.eae-tab-format-tab-mob .hide.eae-ct-hide {
display: table-cell;
}
}
@media (max-width: 1023px) and (min-width: 768px) {
.eae-tab-format-mobile .eae-ct-wrapper td,
.eae-tab-format-mobile .eae-ct-wrapper th {
display: table-cell !important;
}   .eae-tab-format-all tbody tr.eae-ct-header,
.eae-tab-format-tab-mob tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-tab-mob .hide.eae-ct-hide {
display: table-cell;
}
}
@media (max-width: 767px) {
.eae-tab-format-mobile .eae-ct-wrapper ul {
display: flex;
}
.eae-tab-format-mobile tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-mobile tbody tr.eae-ct-header,
.eae-tab-format-all tbody tr.eae-ct-header {
display: none;
}
.eae-tab-format-mobile .hide.eae-ct-hide {
display: table-cell;
}
}
td.eae-ct-feature .tooltip {
opacity: 1;
} .eae-progress-bar-wrapper {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 15px 0;
}
.eae-progress-bar-wrapper.eae-progress-bar {
width: 100%;
position: relative;
box-sizing: border-box;
}
.eae-pb-bar,
.eae-pb-bar-inner,
.eae-pb-bar-value,
.eae-pb-bar-skill {
box-sizing: border-box;
}
.eae-pb-bar {
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.eae-pb-bar--no-overflow {
overflow: visible;
}
.eae-pb-bar-inner {
position: absolute;
top: 0;
left: 0;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
body.rtl .eae-pb-bar .eae-pb-bar-inner {
position: absolute;
top: 0;
right: 0 !important;
height: 100%;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
.eae-pb-bar-inner.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
transition-delay: 1.5s;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
body.rtl .eae-pb-bar .eae-pb-bar-inner.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
transition-delay: 1.5s;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.eae-pb-bar-skill,
.eae-pb-bar-value {
font-size: 14px;
letter-spacing: 1px;
}
body:not(.rtl) .eae-pb-bar-value--aligned-value {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
body.rtl .eae-pb-bar-value--aligned-value {
-webkit-transform: translateX(50%);
transform: translateX(50%);
} .eae-progress-bar-skin1 {
height: 20px;
padding: 4px;
border: 1px solid #dddddd;
border-radius: 20px;
}
.eae-pb-bar-skin1 {
border-radius: 20px;
}
.eae-pb-bar-inner-skin1 {
background-color: #00bfb3;
background-size: 200%;
background-position: 0 0;
border-radius: 20px;
}
.eae-pb-bar-skill-skin1 {
position: absolute;
bottom: 20px;
left: 0px;
opacity: 0;
}
body.rtl .eae-pb-bar-skill-skin1 {
right: 0px;
}
.eae-pb-bar-skill-skin1.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
left: 0;
opacity: 1;
}
body.rtl .eae-pb-bar-skill-skin1.js-animated {
right: 0 !important;
}
.eae-pb-bar-value-skin1 {
position: absolute;
bottom: 20px;
opacity: 1;
}
body:not(.rtl) .eae-pb-bar-value-skin1 {
right: 0;
}
body.rtl .eae-pb-bar-value-skin1 {
left: 0% !important;
}
.eae-pb-bar-value-skin1.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
opacity: 1;
}
body:not(.rtl) .eae-pb-bar-value-skin1.js-animated {
right: 0;
} .eae-progress-bar-skin2 {
height: 15px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
@-webkit-keyframes progress-2-bg-animation-rtl {
100% {
background-position: 0 0, 0 0;
}
0% {
background-position: 0 0, 42px 0;
}
}
@keyframes progress-2-bg-animation-rtl {
100% {
background-position: 0 0, 0 0;
}
0% {
background-position: 0 0, 42px 0;
}
}
@-webkit-keyframes progress-2-bg-animation {
0% {
background-position: 0 0, 0 0;
}
1000% {
background-position: 0 0, 42px 0;
}
}
@keyframes progress-2-bg-animation {
0% {
background-position: 0 0, 0 0;
}
100% {
background-position: 0 0, 42px 0;
}
}
.eae-pb-bar-inner-skin2 {
background-image: linear-gradient(
to top,
rgba(255, 255, 255, 0.15),
rgba(0, 0, 0, 0.2)
),
linear-gradient(
135deg,
#5eeb5b,
#5eeb5b 33%,
#358600 33%,
#358600 66%,
#5eeb5b 66%
);
background-size: 100% 100%, 42px 100%;
background-position: 0 0, 0 0;
border-radius: 3px;
}
body:not(.rtl) .eae-pb-bar-inner-skin2.js-animated {
-webkit-animation: progress-2-bg-animation 1.5s linear 0s infinite;
animation: progress-2-bg-animation 1.5s linear 0s infinite;
}
body.rtl .eae-pb-bar-inner-skin2.js-animated {
-webkit-animation: progress-2-bg-animation-rtl 1.5s linear 0s infinite;
animation: progress-2-bg-animation-rtl 1.5s linear 0s infinite;
}
.eae-pb-bar-skill-skin2 {
position: absolute;
opacity: 0;
}
body:not(.rtl) .eae-pb-bar-skill-skin2 {
left: 0;
}
body.rtl .eae-pb-bar-skill-skin2 {
right: 0;
}
.eae-pb-bar-skill-skin2.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
bottom: 20px;
opacity: 1;
}
.eae-pb-bar-value-skin2 {
position: absolute;
opacity: 0;
}
body:not(.rtl) .eae-pb-bar-value-skin2 {
right: 0;
}
body.rtl .eae-pb-bar-value-skin2 {
left: 0%;
}
.eae-pb-bar-value-skin2.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
bottom: 20px;
opacity: 1;
} .eae-progress-bar-skin3 {
height: 5px;
background-color: #efefef;
}
.eae-pb-bar-value-skin3,
.eae-pb-bar-inner-skin3 {
background-color: #f40076;
}
.eae-pb-bar-value-skin3:after,
.eae-pb-bar-inner:after {
border-top-color: #f40076;
}
.eae-pb-bar-skill-skin3 {
position: absolute;
bottom: 10px;
left: -10px;
opacity: 0;
}
.eae-pb-bar-skill-skin3.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
opacity: 1;
}
body:not(.rtl) .eae-pb-bar-skill-skin3.js-animated {
left: 0;
}
body.rtl .eae-pb-bar-skill-skin3.js-animated {
right: 0;
}
.eae-pb-bar-value-skin3 {
position: absolute;
display: inline-block;
padding: 0px 8px;
font-size: 14px;
color: #fff;
opacity: 0;
}
.eae-pb-bar-value-skin3:after {
position: absolute;
left: 50%;
bottom: -10px;
display: block;
width: 0;
height: 0;
content: "";
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-width: 5px;
border-style: solid;
border-color: #f40076 transparent transparent transparent;
}
.eae-pb-bar-inner-skin3.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
transition-delay: 1.5s;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.eae-pb-bar-value-skin3.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
transition-delay: 2s;
bottom: 14px;
opacity: 1;
} .eae-progress-bar-skin4 {
height: 3px;
background-color: #efefef;
}
.eae-pb-bar-inner-skin4 {
background-color: #000;
}
.eae-pb-bar-inner-skin4:after {
position: absolute;
top: 50%;
display: block;
width: 8px;
height: 8px;
content: "";
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #000;
border-radius: 50%;
}
body:not(.rtl) .eae-pb-bar-inner-skin4:after {
right: 0;
}
body.rtl .eae-pb-bar-inner-skin4:after {
left: 0;
}
.eae-pb-bar-value-skin4 {
position: absolute;
bottom: 2px;
font-size: 14px;
opacity: 0;
}
.eae-pb-bar-value-skin4.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: linear;
transition-delay: 1.5s;
opacity: 1;
}
.eae-pb-bar-skill-skin4 {
position: absolute;
bottom: 2px;
left: -20px;
opacity: 0;
}
.eae-pb-bar-skill-skin4.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
opacity: 1;
}
body:not(.rtl) .eae-pb-bar-skill-skin4.js-animated {
left: 0;
}
body.rtl .eae-pb-bar-skill-skin4.js-animated {
right: 0;
} .eae-progress-bar-skin5 {
height: 30px;
background-color: #f7f7f7;
}
.eae-pb-bar-inner-skin5 {
background-color: #57b8ff;
}
.eae-pb-bar-skill-skin5 {
position: absolute;
top: 50%;
color: #fff;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
}
body:not(.rtl) .eae-pb-bar-skill-skin5 {
left: 10px;
}
body:not(.rtl) .eae-pb-bar-skill-skin5 {
right: 10px;
}
.eae-pb-bar-skill-skin5.js-animated {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0.5s;
opacity: 1;
}
.eae-pb-bar-value-skin5 {
position: absolute;
top: 50%;
color: #fff;
opacity: 0;
z-index: 10;
}
body:not(.rtl) .eae-pb-bar-value-skin5 {
-webkit-transform: translateX(-100%) translateX(-10px) translateY(-50%);
transform: translateX(-100%) translateX(-10px) translateY(-50%);
}
body.rtl .eae-pb-bar-value-skin5 {
-webkit-transform: translateX(100%) translateX(10px) translateY(-50%);
transform: translateX(100%) translateX(10px) translateY(-50%);
}
.eae-pb-bar-value-skin5.js-animated {
transition-property: all;
transition-duration: 1.5s;
transition-timing-function: linear;
transition-delay: 1.5s;
opacity: 1;
} .eae-dual-button-wrapper .eae-button-1-wrapper,
.eae-dual-button-wrapper .eae-button-2-wrapper {
overflow: hidden;
}
.eae-dual-button-wrapper.button-style-horizontal {
display: flex;
flex-direction: row;
position: relative;
}
.eae-dual-button-main-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
}
.eae-dual-button-wrapper a {
min-width: 0px;
}
.eae-dual-button-wrapper.button-style-vertical {
display: inline-flex;
flex-direction: column;
position: relative;
}
.eae-button-1.icon-before,
.eae-button-2.icon-before {
display: flex;
flex-direction: row;
}
body.rtl .eae-button-1.icon-before,
body.rtl .eae-button-2.icon-before {
display: flex;
flex-direction: row-reverse;
}
.eae-button-1.icon-after,
.eae-button-2.icon-after {
display: flex;
flex-direction: row-reverse;
}
body.rtl .eae-button-1.icon-after,
body.rtl .eae-button-2.icon-after {
display: flex;
flex-direction: row;
}
.eae-button-1-wrapper .eae-button-1,
.eae-button-2-wrapper .eae-button-2 {
color: black;
align-items: center;
}
.eae-button-1-wrapper:hover .eae-button-1,
.eae-button-2-wrapper:hover .eae-button-2 {
color: black;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-before,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-before,
.eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-after,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-after {
justify-content: center;
}
.eae-button-1.icon-up,
.eae-button-2.icon-up {
display: flex;
flex-direction: column;
text-align: center;
}
.eae-button-1.icon-down,
.eae-button-2.icon-down {
display: flex;
flex-direction: column-reverse;
text-align: center;
}
.eae-button-1-wrapper {
background: lightpink;
display: flex;
justify-content: center;
width: 100%;
line-height: 1;
}
.eae-button-2-wrapper {
background: orange;
display: flex;
justify-content: center;
width: 100%;
line-height: 1;
}
.eae-button-1.icon-up .icon-wrapper,
.eae-button-2.icon-up .icon-wrapper,
.eae-button-2.icon-down .icon-wrapper,
.eae-button-2.icon-down .icon-wrapper {
text-align: center;
}
.eae-button-1.icon-up .eae-button-text,
.eae-button-2.icon-up .eae-button-text,
.eae-button-2.icon-down .eae-button-text,
.eae-button-2.icon-down .eae-button-text {
text-align: center;
}
.eae-button-1.icon-before i,
.eae-button-2.icon-before i,
.eae-button-2.icon-after i {
align-self: center;
margin: 0 10px 0 0;
}
.eae-button-1.icon-after i,
.eae-button-2.icon-after i {
align-self: center;
margin: 0 0 0 10px;
}
.eae-button-1.icon-up i,
.eae-button-1.icon-down i,
.eae-button-2.icon-up i,
.eae-button-2.icon-down i {
align-self: center;
margin: 5px 0;
}
.eae-dual-button-wrapper.button-style-horizontal .eae-button-1-wrapper,
.eae-dual-button-wrapper.button-style-horizontal .eae-button-2-wrapper {
padding: 12px 30px;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button-1-wrapper,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2-wrapper {
padding: 20px 30px;
}
.eae-button1,
.eae-button2 {
position: relative;
display: flex;
}
.eae-dual-button-wrapper.button-style-horizontal .eae-button1,
.eae-dual-button-wrapper.button-style-horizontal .eae-button2 {
min-width: 150px;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button1 {
display: flex;
flex-direction: column;
}
.eae-button-separator-wrapper .eae-button-separator {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
z-index: 1;
box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
background: #fafaf8;
color: #444;
text-transform: uppercase;
text-align: center;
vertical-align: middle;
font-weight: 400;
font-size: 14px;
position: absolute;
transform: translateY(-50%);
}
.eae-button-separator span {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
body.rtl.elementor-editor-active
.eae-dual-button-main-wrapper
.button-style-horizontal
.eae-button1
.eae-button-separator-wrapper.not-rtl
.eae-button-separator {
display: none !important;
}
body:not(.rtl).elementor-editor-active
.eae-dual-button-main-wrapper
.button-style-horizontal
.eae-button2
.eae-button-separator-wrapper.rtl
.eae-button-separator,
body:not(.rtl).elementor-editor-preview
.eae-dual-button-main-wrapper
.button-style-horizontal
.eae-button2
.eae-button-separator-wrapper.rtl
.eae-button-separator {
display: none !important;
} .eae-sweep-right {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.eae-sweep-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-sweep-right:hover,
.eae-sweep-right:focus,
.eae-sweep-right:active {
color: white;
}
.eae-sweep-right:hover:before,
.eae-sweep-right:focus:before,
.eae-sweep-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .eae-sweep-left {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.eae-sweep-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-sweep-left:hover,
.eae-sweep-left:focus,
.eae-sweep-left:active {
color: white;
}
.eae-sweep-left:hover:before,
.eae-sweep-left:focus:before,
.eae-sweep-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .eae-sweep-bottom {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.eae-sweep-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-sweep-bottom:hover,
.eae-sweep-bottom:focus,
.eae-sweep-bottom:active {
color: white;
}
.eae-sweep-bottom:hover:before,
.eae-sweep-bottom:focus:before,
.eae-sweep-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .eae-sweep-top {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.eae-sweep-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-sweep-top:hover,
.eae-sweep-top:focus,
.eae-sweep-top:active {
color: white;
}
.eae-sweep-top:hover:before,
.eae-sweep-top:focus:before,
.eae-sweep-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .eae-bounce-right {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.eae-bounce-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-bounce-right:hover,
.eae-bounce-right:focus,
.eae-bounce-right:active {
color: white;
}
.eae-bounce-right:hover:before,
.eae-bounce-right:focus:before,
.eae-bounce-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .eae-bounce-left {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.eae-bounce-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-bounce-left:hover,
.eae-bounce-left:focus,
.eae-bounce-left:active {
color: white;
}
.eae-bounce-left:hover:before,
.eae-bounce-left:focus:before,
.eae-bounce-left:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .eae-bounce-bottom {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.eae-bounce-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-bounce-bottom:hover,
.eae-bounce-bottom:focus,
.eae-bounce-bottom:active {
color: white;
}
.eae-bounce-bottom:hover:before,
.eae-bounce-bottom:focus:before,
.eae-bounce-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .eae-bounce-top {
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.eae-bounce-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.eae-bounce-top:hover,
.eae-bounce-top:focus,
.eae-bounce-top:active {
color: white;
}
.eae-bounce-top:hover:before,
.eae-bounce-top:focus:before,
.eae-bounce-top:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .eae-markers .marker {
display: none;
}
.eae-markers p {
margin-bottom: 0;
} .eae-fg-wrapper {
display: flex;
flex-direction: column;
overflow: hidden;
}
.eae-gallery-filter {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
}
.eae-filter-label {
padding: 5px 10px;
background-color: #a0ce4e;
color: #fff;
margin: 0px 3px 0px 3px;
}
.eae-filter-label.current {
background-color: #73b9dc;
}
.eae-fg-image {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.eae-fg-wrapper .eae-gallery-item-inner img {
width: 100%;
height: auto;
display: block !important;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.eae-gallery-item {
height: auto;
}
.eae-gallery-filter a {
color: #ffffff;
text-decoration: none;
}
.eae-gallery-filter a.current {
font-weight: bold;
}
.eae-gallery-item-inner {
position: relative;
overflow: hidden;
} .eae-overlay-always .eae-gallery-item .eae-grid-overlay {
display: block;
}
.eae-overlay-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
display: block;
}
.eae-overlay-hide-on-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
display: none;
}
.eae-overlay-hide-on-hover .eae-grid-overlay {
display: block;
}
.eae-grid-overlay {
position: absolute;
top: 0;
left: 0;
display: none;
z-index: 99;
background: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
}
.eae-grid-overlay-inner {
display: block;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.eae-fg-wrapper .eae-icon-wrapper {
display: flex;
justify-content: center;
} .eae-overlay-caption {
display: block;
line-height: 1em;
margin-top: 15px;
color: #73b9dc;
font-size: 20px;
}
.eae-overlay-icon {
line-height: 1em;
padding: 0.5em;
display: inline-block;
}
.eae-overlay-icon svg {
height: auto;
}
.eae-icon-view-framed .eae-overlay-icon {
padding: 0.5em;
color: #73b9dc;
border: 3px solid #73b9dc;
background-color: transparent;
}
.eae-icon-view-stacked .eae-overlay-icon {
padding: 0.5em;
color: #fff;
background-color: #818a91;
}
.eae-hover-direction-effect .eae-grid-overlay {
position: absolute;
z-index: 99;
background: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
}
.eae-fg-wrapper.eae-image-ratio-yes
.eae-gallery-item-inner
.eae-fg-img-wrapper {
position: relative;
top: 0;
overflow: hidden;
left: 0;
right: 0;
border: 0;
}
.eae-fg-wrapper.eae-image-ratio-yes
.eae-gallery-item-inner
.eae-fg-img-wrapper
img {
height: 100%;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
} .wts-eae-ribbons-badges-wrapper {
display: none;
}
.wts-eae-enable-ribbons-badges-yes
.elementor-column-wrap
> .wts-eae-ribbons-badges-wrapper {
display: block;
} .wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
> .wts-eae-ribbons-badges-wrapper {
position: absolute;
top: 0;
left: auto;
right: 0; -ms-transform: rotate(90deg); width: 150px;
overflow: hidden;
height: 150px;
z-index: 999;
padding: 8px 12px;
}
.wts-eae-badge-h-left.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
> .wts-eae-ribbons-badges-wrapper {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
left: 0;
right: auto;
}
.wts-eae-badge-h-right.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
> .wts-eae-ribbons-badges-wrapper {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(90deg);
left: auto;
right: 0;
}
.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
position: absolute;
text-align: center;
left: 0;
top: 0;
width: 200%;
-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
-ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
rotate(-45deg);
transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
margin-top: 35px;
font-size: 13px;
line-height: 2;
font-weight: 800;
text-transform: uppercase;
background: rgba(63, 195, 135, 0.8);
padding: 8px 12px;
}  .wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-badge
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
min-height: 3.236em;
min-width: 3.236em;
padding: 0;
font-size: 1em;
font-weight: 700;
position: absolute;
text-align: center;
line-height: 3.236;
top: -0.5em;
left: -0.5em;
margin: 0;
border-radius: 100%;
background-color: #77a464;
color: #fff;
font-size: 0.857em;
z-index: 9;
}
.wts-eae-badge-h-left.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
left: 20px;
right: auto;
top: auto;
bottom: 20px;
}
.wts-eae-badge-h-left.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
left: 20px;
right: auto;
top: 20px;
bottom: auto;
}
.wts-eae-badge-h-right.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
left: auto;
right: 20px;
top: auto;
bottom: 20px;
}
.wts-eae-badge-h-right.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes
> .wts-eae-ribbons-badges-wrapper
span.wts-eae-ribbons-badges-inner {
left: auto;
right: 20px;
top: 20px;
bottom: auto;
}   .eae-flip-box-front svg,
.eae-flip-box-back svg {
width: 25px;
height: auto;
} .wts-eae-textseparator svg {
width: 25px;
height: auto;
} .eae-img-comp-slider svg {
width: 22px;
height: auto;
} .eae-popup-link svg {
display: inline-block;
width: 1em;
}
.eae-popup svg:hover,
.eae-popup svg:focus {
opacity: 1;
cursor: pointer;
}
.eae-popup svg:active {
top: 1px;
}
.eae-popup svg.eae-close {
width: 28px;
height: 28px;
line-height: 1em;
text-decoration: none;
text-align: center;
opacity: 1;
background-color: #fff;
} .eae-dual-button-wrapper svg {
width: 1em;
height: auto;
display: block;
}
eae-button-separator i {
position: relative;
display: block;
}
.eae-button-1.icon-before svg,
.eae-button-2.icon-before svg,
.eae-button-2.icon-after svg {
align-self: center;
margin: 0 10px 0 0;
}
.eae-button-1.icon-after svg,
.eae-button-2.icon-after svg {
align-self: center;
margin: 0 0 0 10px;
}
.eae-button-1.icon-up svg,
.eae-button-1.icon-down svg,
.eae-button-2.icon-up svg,
.eae-button-2.icon-down svg {
align-self: center;
margin: 5px 0;
} .eae-pt-button-wrapper a svg {
width: 1em;
}
.eae-pt-action-button .eae-pt-align-icon-left {
float: left;
}
.eae-pt-action-button .eae-pt-align-icon-right {
float: right;
}
.eae-icon-wrap svg {
width: 20px;
height: auto;
font-size: 20px;
display: block;
}
.eae-info-circle .eae-icon-wrap svg {
width: 20px;
height: auto;
font-size: 20px;
}
.eae-icon-view-stacked svg {
fill: #fff;
}
.ae-link-yes {
cursor: pointer;
} .eae-element-unfold-content {
padding: 10px 0px;
background-color: #d3d3d3c4; width: 100%;
position: absolute;
left: 0;
bottom: 0;
z-index: 999;
}
a.eae-unfold-link {
background-color: #61ce70;
color: #fff;
display: inline-block;
overflow: hidden;
}
a.eae-unfold-link svg {
background-color: #fff;
}
.eae-unfold-button-icon {
vertical-align: middle;
}
.eae-fold-yes.elementor-section .elementor-container,
.eae-fold-yes .elementor-column-wrap,
.eae-fold-yes.elementor-widget {
overflow: hidden;
}
body.elementor-editor-active
.elementor.elementor-edit-mode
.elementor-element.elementor-section.eae-widget-unfold-yes
.elementor-container,
body.elementor-editor-preview
.elementor.elementor-edit-mode
.elementor-element.elementor-section.eae-widget-unfold-yes
.elementor-container {
overflow: hidden;
}
body.elementor-editor-active
.elementor.elementor-edit-mode
.elementor-element.elementor-column.eae-widget-unfold-yes
.elementor-column-wrap,
body.elementor-editor-preview
.elementor.elementor-edit-mode
.elementor-element.elementor-column.eae-widget-unfold-yes
.elementor-column-wrap {
overflow: hidden;
}
body.elementor-editor-active
.elementor.elementor-edit-mode
.elementor-element.elementor-widget.eae-widget-unfold-yes,
body.elementor-editor-preview
.elementor.elementor-edit-mode
.elementor-element.elementor-widget.eae-widget-unfold-yes {
overflow: hidden;
}
.eae-widget-unfold-yes .elementor-widget-container .eae-fold-yes.eae-rc {
display: none !important;
}
.eae-unfold-button-icon svg {
line-height: 1em;
text-decoration: none;
-webkit-mask-repeat: no-repeat !important;
text-align: center;
opacity: 1;
}
.eae-unfold-icon-type-svg .eae-unfold-button-icon,
.eae-fold-icon-type-svg .eae-unfold-button-icon {
-webkit-mask-size: cover !important;
background-image: none;
transform: translateY(-50%);
}
.elementor-section.elementor-section-items-middle.eae-widget-unfold-yes
> .elementor-container,
.elementor-section.elementor-section-items-bottom.eae-widget-unfold-yes
> .elementor-container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: start;
}
.elementor-section.elementor-section-content-middle.eae-widget-unfold-yes
> .elementor-container,
.elementor-section.elementor-section-content-bottom.eae-widget-unfold-yes
> .elementor-container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: start;
} .elementor-widget-wts-modal-popup.eae-pop-btn-type-image .eae-popup-link {
padding: 0px;
background-color: transparent;
overflow: hidden;
} [data-elementor-device-mode="tablet"]
.eae-tab-format-mobile
.eae-ct-hide.eae-fbox-heading {
display: none !important;
} .eae-timeline-item .eae-icon-view-stacked {
border-width: 0px !important;
} .eae-content-switcher-wrapper {
display: block;
text-align: center;
}
.eae-cs-layout-skin1 .eae-cs-switch-wrapper {
display: inline-flex;
flex-wrap: wrap;
padding: 8px 12px;
background: #54595f;
border-radius: 50px;
} .eae-cs-switch-container {
display: block;
text-align: center;
}
.eae-cs-layout-skin1 .eae-cs-label-wrapper {
display: inline-block;
overflow: hidden;
}
.eae-cs-layout-skin1 .eae-content-switch-button {
border-radius: 50px;
padding: 8px 12px;
background-color: #7a7a7a;
color: #ffffff;
overflow: hidden;
display: block;
min-width: 150px;
position: relative;
text-align: center;
margin: 3px;
}
.eae-cs-layout-skin1 .eae-content-switch-button:before {
height: 100%;
top: 0;
left: 0;
z-index: 0;
content: "";
width: 0;
position: absolute;
right: 0;
transition: all 300ms ease-out;
}
.eae-cs-layout-skin1 .eae-content-switch-button.active:before {
width: 100%;
left: 0;
right: auto;
background-color: #61ce70;
}
.eae-cs-layout-skin1 .eae-content-switch-label {
position: relative;
} .eae-cs-content-section {
display: none;
}
.eae-cs-content-section.active {
display: block;
}
@media only screen and (max-width: 768px) {
.eae-cs-switch-wrapper {
display: inline-block !important;
}
} .eae-cs-layout-skin2 .eae-cs-switch-wrapper {
display: inline-flex;
flex-wrap: wrap;
padding: 0px;
background: none;
}
.eae-cs-layout-skin2 .eae-cs-label-wrapper {
display: inline-block;
}
.eae-cs-layout-skin2 .eae-content-switch-button {
width: auto;
margin: 3px 8px;
padding: 10px 12px;
background-color: #e2e2e2;
overflow: hidden;
display: block;
position: relative;
text-align: center;
border-radius: 5px;
border: 1px solid rgba(130, 130, 130, 0.26);
color: rgba(71, 71, 71, 0.44);
}
.eae-cs-layout-skin2 .eae-content-switch-button.active {
box-shadow: 0px 10px 34px -9px rgba(0, 0, 0, 0.38);
background-color: white;
color: #575757;
border-color: white;
}
h5.eae-cs-label {
margin: 0px;
} .eae-cs-layout-skin3 .eae-cs-switch-wrapper {
display: block;
justify-content: center;
align-items: center;
}
.eae-content-switch-label.primary-label {
margin-right: 30px;
}
.eae-content-switch-label.secondary-label {
margin-left: 30px;
}
.eae-cs-layout-skin3 .eae-cs-switch-label {
position: relative;
display: inline-block;
width: 4.5em;
height: 2.3em;
vertical-align: middle;
}
.eae-cs-layout-skin3 .eae-content-switch-label {
margin: 0px;
display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-switch-button {
display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-label {
display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-switch-label input.eae-content-toggle-switch {
display: none;
}
.eae-cs-layout-skin3
.eae-cs-switch-label
input.eae-content-toggle-switch
+ span {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-border-radius: 1.5em;
border-radius: 1.5em;
background: #2e394d;
border: 2px solid #2e394d;
}
.eae-cs-layout-skin3
.eae-cs-switch-label
input.eae-content-toggle-switch
+ span:before {
position: absolute;
content: "";
height: 28px;
width: 28px;
left: 4px;
transform: translateY(-52%);
top: 50%;
transition: 0.4s;
transition: 0.4s;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #88cf8f;
border: 2px solid #88cf8f;
}
body.rtl
.eae-cs-layout-skin3
.eae-cs-switch-label
input.eae-content-toggle-switch
+ span:before {
left: unset;
right: 4px;
}
.eae-cs-layout-skin3
.eae-cs-switch-label
input:checked.eae-content-toggle-switch
+ span:before {
transform: translate(36px, -52%);
}
body.rtl
.eae-cs-layout-skin3
.eae-cs-switch-label
input:checked.eae-content-toggle-switch
+ span:before {
transform: translate(-36px, -52%);
}
.eae-content-switch-label.active {
color: #61ce70;
} .eae-cs-layout-skin4 .eae-cs-switch-wrapper {
display: block;  }
.eae-cs-layout-skin4 .eae-content-switch-label.primary-label {
margin-right: 30px;
}
.eae-cs-layout-skin4 .eae-content-switch-label.secondary-label {
margin-left: 30px;
}
.eae-cs-layout-skin4 .eae-content-switch-label {
display: inline-block;
}
.eae-cs-layout-skin4 .eae-cs-switch-label {
position: relative;
display: inline-block;
width: 70px;
height: 20px;
vertical-align: middle;
}
.eae-cs-layout-skin4 .eae-cs-label {
display: inline-block;
}
.eae-cs-layout-skin4 .eae-content-toggle-switch {
display: none;
}
.eae-cs-layout-skin4 .eae-content-toggle-switcher {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-border-radius: 1.5em;
border-radius: 1.5em;
background: #2e394d;
border: 2px solid #2e394d;
}
.eae-cs-layout-skin4 .eae-cs-switch-button {
display: inline-block;
}
.eae-cs-layout-skin4 .eae-content-toggle-switcher:before {
position: absolute;
content: "";
height: 34px;
width: 34px;
left: -12px;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid #88cf8f;
background: #88cf8f;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.eae-cs-layout-skin4 .eae-cs-switch-container {
padding: 15px 0px;
}
body.rtl .eae-cs-layout-skin4 .eae-content-toggle-switcher:before {
right: -12px !important;
}
.eae-cs-layout-skin4 input:checked + .eae-content-toggle-switcher:before {
transform: translate(55px, -50%);
}
body.rtl
.eae-cs-layout-skin4
input:checked
+ .eae-content-toggle-switcher:before {
transform: translate(-55px, -50%);
} .eae-swiper-outer-wrapper {
position: relative;
}
.eae-swiper-container {
position: relative;
}
.eae-thumb-container {
position: absolute;
}
.eae-swiper-outer-wrapper .eae-swiper-slide {
height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: right;
}
.eae-swiper-outer-wrapper .eae-swiper-slide .eae-slide-inner {
color: #7a7a7a; display: flex;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 20px;
}
.eae-slide-inner .eae-slide-content {
padding: 20px 30px;
}
.eae-slide-inner .eae-slide-heading {
font-size: 35px;
font-weight: bold;
line-height: 1;
}
.eae-slide-inner .eae-slide-text {
font-size: 17px;
line-height: 1.4;
}
.eae-slide-inner .eae-slide-button {
display: inline-block;
}
.eae-slide-inner .eae-slide-btn {
display: inline-block;
font-size: 15px;
padding: 12px 24px;
border-radius: 3px;
cursor: pointer;
transition: all 0.3s;
}
.eae-slide-inner .eae-slide-heading:not(:last-child),
.eae-slide-inner .eae-slide-text:not(:last-child) {
margin-bottom: 30px;
}
.eae--hr-position-left .eae-slide-inner {
-webkit-box-pack: start;
justify-content: flex-start;
}
.eae--hr-position-right .eae-slide-inner {
-webkit-box-pack: end;
justify-content: flex-end;
}
.eae--hr-position-center .eae-slide-inner {
-webkit-box-pack: center;
justify-content: center;
}
.eae--vr-position-top .eae-slide-inner {
-webkit-box-pack: start;
align-items: flex-start;
}
.eae--vr-position-middle .eae-slide-inner {
-webkit-box-align: center;
align-items: center;
}
.eae--vr-position-bottom .eae-slide-inner {
-webkit-box-pack: end;
align-items: flex-end;
}
.eae-swiper-button-prev {
left: 10px;
}
.eae-swiper-button-next {
right: 10px;
}
.eae-swiper-button {
position: absolute;
display: inline-flex;
z-index: 1;
cursor: pointer;
color: #7a7a7a;
top: 50%;
transform: translateY(-50%);
}
.swiper-pagination-bullet {
margin-bottom: 5px !important;
}
.eae-swiper-outer-wrapper .eae-swiper-slide .eae-background-overlay {
width: 100%;
height: 100%; position: absolute;
}
.eae-swiper-outer-wrapper .eae-gallery-thumbs {
box-sizing: border-box;
text-align: center;
}
.eae-swiper-outer-wrapper .eae-gallery-thumbs .eae-thumb-slide {
background-size: cover;
background-position: center;
height: 100%;
opacity: 0.7;
}
.eae-swiper-outer-wrapper .eae-gallery-thumbs .swiper-slide-thumb-active {
opacity: 1;
}   .eae-chart-outer-container {
position: relative;
}
.eae-chart-overlay {
width: 100%;
height: 100%;
position: absolute;
} .eae-table {
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: none;
border-collapse: collapse;
}
.eae-table tr {
border-style: none;
}
.eae-table__body_row_column {
border: none;
overflow: hidden;
}
.eae-table__head_column {
transition: all 0.3s ease-in-out;
}
.eae-table__body_row_column {
transition: all 0.3s ease-in-out;
} .eae-head-icon {
vertical-align: middle;
}
.eae-table__head-column-wrapper .eae-head-img {
width: 50px;
display: inline-block;
}
.eae-table__head-column-wrapper .eae-lottie-animation svg {
width: 70px !important;
line-height: 0;
}
.eae-head-icon-before {
margin-right: 5px;
}
.eae-head-icon-after {
margin-left: 5px;
} .eae-table__col-inner {
display: block;
}
.eae-body-icon {
vertical-align: middle;
}
.eae-table__body-column-wrapper .eae-body-image {
width: 70px;
display: inline-block;
}
.eae-table__body-column-wrapper .eae-table-lottie-animation svg {
width: 70px !important;
line-height: 0;
}
.eae-body-icon-before {
margin-right: 5px;
}
.eae-body-icon-after {
margin-left: 5px;
}
.eae-table-body__text {
vertical-align: middle;
} .eae-table .eae-table-search-hide {
display: none;
}
.eae-table-search-wrap {
padding: 0;
margin: 0;
margin-bottom: 10px;
}
.eae-search-wrap {
padding: 0;
margin: 0;
width: 50%;
display: inline-flex;
align-items: center;
box-sizing: border-box;
overflow: hidden;
align-items: center;
}
.eae-table-search-wrap .eae-table-search-field {
margin: 0;
padding: 0;
border: 0;
outline: none;
background-color: #eceeef;
width: 100%;
font-size: 15px;
color: #7a7a7a;
padding: 10px;
line-height: 0;
display: inline-block;
box-sizing: border-box;
}
.eae-table-search-wrap .eae-table-search-field:focus {
background-color: #eceeef;
}
::placeholder {
opacity: 0.5;
}
.search-icon {
background-color: #eceeef;
padding: 0;
margin: 0;
padding: 10px;
}
.search-icon i {
color: #7a7a7a73;
display: flex;
align-items: center;
left: 0px;
font-size: 20px;
} .eae-table__sortable .eae-table__sortable-head {
cursor: pointer;
}
.eae-table__head__wrapper {
display: flex;
justify-content: center;
align-items: center;
}
.eae-sort-icon {
padding: 0;
margin: 0;
align-self: center;
}
.eae-table__head-column-wrapper {
flex-grow: 3;
display: inline-block;
width: 100%;
margin: 0px 3px;
}
.eae-icon-sort-icon {
vertical-align: middle;
display: inline-block;
margin: 0px 3px;
}
.eae-icon {
padding: 0;
margin: 0;
}
.eae-table__head__wrapper .eae-sort-icon .eae-icon {
font-size: 25px;
}
.eae-table__sortable .eae-table__head__wrapper .eae-sort-icon-down,
.eae-table__sortable .eae-table__head__wrapper .eae-sort-icon-up {
display: none;
}
.eae-table__sortable
.eae-table__sort-Desc
.eae-table__head__wrapper
.eae-icon-sort-icon,
.eae-table__sortable
.eae-table__sort-Asc
.eae-table__head__wrapper
.eae-icon-sort-icon {
display: none;
}
.eae-table__sortable
.eae-table__sort-Desc
.eae-table__head__wrapper
.eae-sort-icon-down,
.eae-table__sortable
.eae-table__sort-Asc
.eae-table__head__wrapper
.eae-sort-icon-up {
display: block;
}
.eae-table-wrap {
overflow-x: auto;
}
.eae-table-body__text,
.eae-table__col-inner {
white-space: nowrap !important;
}
.eae-table-wrapper {
max-width: 100%;
} .wts-eae-main .wpcf7 h1,
.wts-eae-main .wpcf7 h2,
.wts-eae-main .wpcf7 h3,
.wts-eae-main .wpcf7 h4,
.wts-eae-main .wpcf7 h5,
.wts-eae-main .wpcf7 h6,
.wts-eae-main .wpcf7 p,
.wts-eae-main .wpcf7 label {
color: #7a7a7a;
} .wts-eae-main .wpcf7 .wpcf7-date {
color: #cbcbcb;
background-color: #fafafa;
border-radius: 0;
padding: 10px 15px;
outline: 0px; } .wts-eae-main .wpcf7 .wpcf7-select {
color: #cbcbcb;
background-color: #fafafa;
} .wts-eae-main .wpcf7 .wpcf7-submit {
background-color: #61ce70;
}  .radio-orientation-vertical .wts-eae-main .wpcf7 .wpcf7-radio {
display: flex;
flex-direction: column;
}
.checkbox-orientation-vertical .wts-eae-main .wpcf7 .wpcf7-checkbox {
display: flex;
flex-direction: column;
} .wts-eae-main .wpcf7 input[type="radio"] {
appearance: none;
color: #ffffff;
background-repeat: no-repeat;
background-color: currentColor;
width: 1.2rem;
height: 1.2rem;
display: inline-block;
text-align: center;
margin-right: 5px;
border-radius: 50%;
vertical-align: middle;
}
.wts-eae-main .wpcf7 input[type="radio"] + span {
vertical-align: middle;
}
.wts-eae-main .wpcf7 input[type="radio"]:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: #61ce70;
}
.wts-eae-main .wpcf7 .wpcf7-list-item {
padding-right: 1rem;
}   .wts-eae-main .wpcf7 input[type="checkbox"] {
appearance: none;
color: #ffffff;
background-repeat: no-repeat;
background-color: currentColor;
width: 1.2rem;
height: 1.2rem;
display: inline-block;
text-align: center;
margin-right: 5px;
vertical-align: middle;
border-radius: 4px;
border: 3.4px solid black;
}
.wts-eae-main .wpcf7 input[type="checkbox"] + span {
vertical-align: middle;
}
.wts-eae-main .wpcf7 input[type="checkbox"]:checked {
background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/%3e%3c/svg%3e');
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
background-color: #61ce70;
}  .wts-cf7-style-box
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wts-cf7-style-box .wpcf7-select,
.wts-cf7-style-box .wpcf7-textarea {
border: 0px;
}
.wts-cf7-style-underline
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wts-cf7-style-underline .wpcf7-select,
.wts-cf7-style-underline .wpcf7-textarea {
border: 0px;
outline: 0px;
} .wts-eae-main .wpcf7-submit {
display: flex;
width: auto;
text-align: center;
justify-content: center;
border: 0px;
} .cf7-btn-size-sm .wpcf7-submit {
font-size: 15px;
padding: 12px 24px;
}
.cf7-btn-size-md .wpcf7-submit {
font-size: 16px;
padding: 15px 30px;
}
.cf7-btn-size-lg .wpcf7-submit {
font-size: 18px;
padding: 20px 40px;
}
.cf7-btn-size-xl .wpcf7-submit {
font-size: 20px;
padding: 15px 30px;
width: 100%;
} .cf7-btn-alignment-left .wpcf7-submit {
margin-left: 0;
margin-right: auto;
}
.cf7-btn-alignment-center .wpcf7-submit {
margin-left: auto;
margin-right: auto;
}
.cf7-btn-alignment-right .wpcf7-submit {
margin-left: auto;
margin-right: 0;
text-align: center;
justify-content: center;
} .wpcf7-file {
width: 40%;
color: #cbcbcb;
background-color: #fafafa;
border-radius: 0;
padding: 10px 15px;
outline: 0px;
border-style: solid;
} @media only screen and (max-width: 600px) {
.wpcf7-file {
width: 100%;
}
}       .wts-eae-main .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border: none;
margin: 0.5em 0em;
padding: 0em;
}
.wts-eae-main .wpcf7 form.sent .wpcf7-response-output {
border: none;
margin: 0.5em 0em;
padding: 0em;
}
.eae-cf7-error-output-hide .wpcf7-response-output {
display: none;
}
.eae-cf7-error-output-show .wpcf7-response-output {
display: block;
} .eae-cf7-error-validation-hide .wpcf7-not-valid-tip {
display: none;
}
.eae-cf7-error-validation-show .wpcf7-not-valid-tip {
display: block;
}  .wts-eae-main .wpcf7 .wpcf7-list-item {
margin-left: 0px;
}
.sent-box {
margin: 1em 0em;
}
.error-box {
margin-top: 1em;
} .wts-eae-main .wpcf7 .error-field {
color: #dc3232;
font-size: 1em;
} .mfp-zoom-in {   }
.mfp-zoom-in .mfp-content {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-newspaper .mfp-content {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.5s;
transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
opacity: 1;
transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content {
transform: scale(0) rotate(500deg);
opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-horizontal {   }
.mfp-move-horizontal .mfp-content {
opacity: 0;
transition: all 0.3s;
transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
opacity: 0;
transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-content {
opacity: 1;
transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
transform: translateX(50px);
opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-move-from-top .mfp-content {
vertical-align: top;
}
.mfp-move-from-top .mfp-content {
opacity: 0;
transition: all 0.2s;
transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
opacity: 0;
transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
opacity: 1;
transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
transform: translateY(-50px);
opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-3d-unfold .mfp-content {
perspective: 2000px;
}
.mfp-3d-unfold .mfp-content {
opacity: 0;
transition: all 0.3s ease-in-out;
transform-style: preserve-3d;
transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
opacity: 0;
transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
opacity: 1;
transform: rotateY(1deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
transform: rotateY(60deg);
opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
opacity: 0;
} .mfp-zoom-out .mfp-content {
opacity: 0;
transition: all 0.3s ease-in-out;
transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
transform: scale(1.3);
opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0;
} @keyframes hinge {
0% {
transform: rotate(0);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%,
60% {
transform: rotate(80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40% {
transform: rotate(60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
80% {
transform: rotate(60deg) translateY(0);
opacity: 1;
transform-origin: top left;
animation-timing-function: ease-in-out;
}
100% {
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
animation-duration: 1s;
animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
opacity: 0;
transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
opacity: 0;
} .eae-post-item {
background-color: white;
border: 1px solid #f2f2f2;
}
.eae-post-title {
margin: 0px;
}
.eae-post-media-wrapper.eae_image_ratio_yes {
display: block;
position: relative;
}
.eae-post-media-wrapper.eae_image_ratio_yes img {
height: 100%;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
}
.eae-layout-grid.eae-image-pos-left .eae-post-item-inner {
display: flex;
flex-direction: row;
}
.eae-layout-grid.eae-image-pos-up .eae-post-item-inner {
display: flex;
flex-direction: column;
} .eae-layout-grid.eae-image-pos-right .eae-post-item-inner {
display: flex;
flex-direction: row-reverse;
} @media (max-width: 767px) {
.eae-posts-layout-collapse-mobile
.eae-post-layout-horizontal
.eae-post-item-inner {
display: block;
}
} @media screen and (max-width: 1024px) {
.eae-posts-layout-collapse-tablet
.eae-post-layout-horizontal
.eae-post-item-inner {
display: block;
}
} .eae-hide-lastRow-yes .eae-ct-wrapper tbody tr:last-child {
display: none;
}
.eae-hide-priceRow-yes .eae-ct-wrapper table tr:nth-child(2) td.eae-ct-plan,
.eae-hide-priceRow-yes .eae-ct-wrapper table tr:nth-child(2) td.hide {
display: none !important;
}
.eae-hide-titleRow-yes .eae-ct-wrapper table tr:nth-child(1) {
display: none !important;
} .eae-alert-box{
display: flex;
flex-direction: row;
margin: 0px;
}
.eae-alert-type-info .eae-alert-box {
background:lightblue;
}
.eae-alert-type-success .eae-alert-box {
background:rgb(176, 218, 198);
}
.eae-alert-type-warning .eae-alert-box {
background:rgb(217, 223, 184);
}
.eae-alert-type-danger .eae-alert-box{
background:rgb(226, 175, 175);
}
.eae-icon-position-top .eae-alert-box{
flex-direction: column;
}
.eae-icon-position-left .eae-alert-box{
flex-direction: row;
}
.eae-alert-icon{
display: flex;
align-items: flex-start;
}
.eae-alert-icon i{
display:flex;
}
.wts-eae-icon-view-stacked .eae-alert-icon i{
color: #fff;
background-color: #2098d1;
}
.wts-eae-icon-view-framed .eae-alert-icon i{
color: #fff;
background-color: #2098d1; 
}
.wts-eae-icon-shape-circle .eae-alert-icon i {
border-radius: 50% !important ;
}
.eae-alert-box .eae-alert-dismiss{
position: absolute;
display: flex;
}
.eae-alert-content{
display: flex;
flex-direction: column;
flex-grow: 1;
gap:5px;
}
.eae-alert-text h3 , .eae-alert-text p{
margin: 0px;
}
.eae-alert-action {
margin:0px;
display: flex;
white-space: nowrap;
align-items: center;
line-height: 1;
}
.eae-alert-action a{
display: flex;
flex-direction: row;
}
.eae-button-icon-pos-before {
display: inline-flex;
flex-direction: row-reverse;
align-items: center;
}
.eae-button-icon-pos-after {
display: inline-flex;
flex-direction: unset;
align-items: center;
padding-top: 5px;
}
.eae-alert-text{
display: flex;
flex-direction: column;
gap:5px;
}
.eae-alert-text h3{
margin:0px !important;
line-height: 0.8;
}
.eae-alert-box{
padding: 16px;
gap:12px;
}
.eae-alert-dismiss{
padding: 16px;
}
.eae-alert-action a {
display: flex;
gap:5px;
} .eae-advance-button{
display: flex;
justify-content: center;
}
.elementor-widget-eae-advance-button a.eae-button{
text-decoration: none;
border-radius: 5px;
padding:10px 20px;
gap:10px;
flex-direction: var(--eae-ab-dir);
line-height: 1;
}
.eae-advance-button-separator-row{
display: var(--eae-ab-sep-row);
}
.eae-advance-button-separator-col{
display: var(--eae-ab-sep-col);
}
.eae-button{
display: flex;
flex-direction: column;
align-items: center;
transition-duration: 0.4s;
padding:5px;
}
.eae-advance-button-title .heading{
display: flex;
margin: 0px !important;
}
.eae-advance-button-title{
display: flex;
align-self: center;
}
.eae-advance-button-title i {
display: flex;
align-items: center;
}
.eae-advance-button-title i:before {
padding:2px;
}
.eae-advance-button-separator{
display: flex;
}
.wts-eae-advance-button-icon-view-stacked .eae-advance-button-title i:before{
color: #fff;
background: #2098d1;
padding:10px;
}
.wts-eae-advance-button-icon-view-framed .eae-advance-button-title i:before{
color: #2098d1;
border: 1px solid #2098d1;
padding:10px;
}
.wts-eae-advance-button-icon-shape-circle .eae-advance-button-title i:before{
border-radius: 50%;
}
.icon-align-before .eae-advance-button-title{
display: flex;
flex-direction: row;
align-items:center;
}
.icon-align-after .eae-advance-button-title{ 
display: flex;
flex-direction: row-reverse;
align-items:center;
} .eae-content-ticker-wrapper{
display: flex;
flex-direction: row;
align-items: center;
overflow: hidden;
position: relative;
background-color: #f5f5f5;
}
.eae-content-ticker-heading{
display: flex;
align-items: center;
padding: 14px 28px; 
gap: 10px;
align-self: stretch;
flex:none;
position: relative;
}
.eae-heading-arrow .eae-content-ticker-heading::after{
content: '';
position: absolute;
right: -20px;
border: 10px solid transparent; top: 50%;
transform: translateY(-50%);
z-index: 3;
}
.eae-content-ticker{
display: flex;
align-items: center;
}
.eae-content-ticker > div{
display: flex;
align-items: center;
width:100%;
}
.eae-content-ticker-content-wrapper{
display: flex;
overflow: hidden;
align-self: stretch;
width:96%;
padding-left:20px;
}
.eae-navigation-icon-wrapper{
position: absolute;
right: 0%;
top: 50%;
transform: translateY(-50%);
z-index: 3;
display: flex;
gap: 30px;
}
.eae-navigation-icon-wrapper > div {
background: unset;
}
.eae-navigation-icon-wrapper i {
display: flex;
justify-content: center;
align-items: center;
height: 1em;
width: 1em;
}
.eae-navigation-icon-wrapper .swiper-button-prev, .eae-navigation-icon-wrapper .swiper-button-next{
position: relative;
}
.eae-navigation-icon-wrapper .swiper-button-prev, .eae-navigation-icon-wrapper .swiper-button-next{
-webkit-mask: none;
mask: none;
-webkit-mask-size : unset;
mask-size : unset;
background-image: none;
background-color: unset;
width: auto;
height: auto;
font-size:24px;
margin-top: 0;
}
.eae-content-ticker-wrapper .eae-content-ticker.swiper-wrapper .swiper-slide a{
color: inherit;
} .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
display: none;
}
@media (max-width: 767px) {
.eae-mobile-stack.eae-content-ticker-wrapper{
flex-direction: column;
}
.eae-nav-on-mobile .eae-navigation-icon-wrapper{
display:none;
}
.eae-heading-arrow .eae-content-ticker-heading::after{
display: none;
}
.eae-content-ticker-heading{
align-self: stretch;
}
.eae-navigation-icon-wrapper{
top:25%;
}
.eae-content-ticker-wrapper.eae-slide-vertical{
height : auto !important;
}
} .eae-pie-chart-wrapper{
position: relative;
}
.eae-pie-chart-overlay{
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
left: auto;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
font-size: 42px;
border-radius: 50%;
}
.chart-overlay-content{
text-align: center;
display:flex; 
}
.eae-custom-text{ 
text-align: center;
display:flex;
align-items: center;
}
.eae-pie-chart-container{
display:flex;
}
.chart-overlay-content .center-content{
display:  none;
}
.chart-overlay-content .eae-custom-text.start .center-content{
display: block;
}
.chart-overlay-content span.eae-custom-text{
display:  none;
}
.chart-overlay-content span.start{
display: inline-block;
display: flex;
}
.tooltip-parent{
border-radius: 6px;
background-color: #000;
}
.tooltip-label{
font-family: "Roboto", Sans-serif;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
padding: 4px 4px 4px 4px;
border-style: none;
}
.tooltip-value{
font-family: "Roboto", Sans-serif;
font-weight: 400;
color: #FFFFFF;
border-style: none;
}
.eae-tooltip-value-parent-first{
font-size:12px;
display: flex;
padding-left: 7px;
padding-bottom: 3px;
align-items: center;
padding: 0px 4px 4px 4px;
gap:2px
}
.tooltip-parent::after{
content: '';
position: absolute;
left: -14px;
border: 7px solid transparent;
border-right-color: #000;  
top: 50%;
transform: translateY(-50%);
} 
.eae-tooltip-value-parent-second{
height: 1em;
width: 1em;
background-color: #000;
border: 1px solid rgb(255, 255, 255);
}
.eae-radial-chart-wrapper{
width:100%;
}  
.eae-swiper-container, .eae-thumb-container.swiper-container {
overflow: hidden;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 1;
}.peel {
position: relative;
opacity: 0;
}
.peel-ready {
opacity: 1;
}
.peel-svg-clip-element {
position: absolute;
top: -10000px;
left: -10000px;
width: 1px;
height: 1px;
opacity: 0;
}
.peel-layer {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
transform-origin: top left;
} .peel-top {
background-color: #81afcb;
}
.peel-back {
background-color: #a0c7df;
}
.peel-bottom {
background-color: #688394;
}.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
border: none;
padding: 0;
margin: 0;
}
.vegas-overlay {
opacity: .5;
//background: transparent url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/addon-elements-for-elementor-page-builder/assets/lib/vegas/overlays/02.png) center center repeat;
}
.vegas-timer {
top: auto;
bottom: 0;
height: 2px;
}
.vegas-timer-progress {
width: 0%;
height: 100%;
background: white;
-webkit-transition: width ease-out;
transition: width ease-out;
}
.vegas-timer-running .vegas-timer-progress {
width: 100%;
}
.vegas-slide,
.vegas-slide-inner {
margin: 0;
padding: 0;
background: transparent center center no-repeat;
-webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform, opacity;
}
body .vegas-container {
overflow: hidden !important;
position: relative;
}
.vegas-video {
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
body.vegas-container {
overflow: auto;
position: static;
z-index: -2;
}
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
position: fixed;
z-index: -1;
} _::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
bottom: -76px;
}   .vegas-transition-blur,
.vegas-transition-blur2 {
opacity: 0;
-webkit-filter: blur(32px);
filter: blur(32px);
}
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
opacity: 1;
-webkit-filter: blur(0px);
filter: blur(0px);
}
.vegas-transition-blur2-out {
opacity: 0;
}   .vegas-transition-burn,
.vegas-transition-burn2 {
opacity: 0;
-webkit-filter: contrast(1000%) saturate(1000%);
filter: contrast(1000%) saturate(1000%);
}
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
opacity: 1;
-webkit-filter: contrast(100%) saturate(100%);
filter: contrast(100%) saturate(100%);
}
.vegas-transition-burn2-out {
opacity: 0;
-webkit-filter: contrast(1000%) saturate(1000%);
filter: contrast(1000%) saturate(1000%);
}   .vegas-transition-fade,
.vegas-transition-fade2 {
opacity: 0;
}
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
opacity: 1;
}
.vegas-transition-fade2-out {
opacity: 0;
}   .vegas-transition-flash,
.vegas-transition-flash2 {
opacity: 0;
-webkit-filter: brightness(25);
filter: brightness(25);
}
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
opacity: 1;
-webkit-filter: brightness(1);
filter: brightness(1);
}
.vegas-transition-flash2-out {
opacity: 0;
-webkit-filter: brightness(25);
filter: brightness(25);
}   .vegas-transition-negative,
.vegas-transition-negative2 {
opacity: 0;
-webkit-filter: invert(100%);
filter: invert(100%);
}
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
opacity: 1;
-webkit-filter: invert(0);
filter: invert(0);
}
.vegas-transition-negative2-out {
opacity: 0;
-webkit-filter: invert(100%);
filter: invert(100%);
}   .vegas-transition-slideDown,
.vegas-transition-slideDown2 {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.vegas-transition-slideDown2-out {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}   .vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.vegas-transition-slideLeft2-out {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}   .vegas-transition-slideRight,
.vegas-transition-slideRight2 {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.vegas-transition-slideRight2-out {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}   .vegas-transition-slideUp,
.vegas-transition-slideUp2 {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.vegas-transition-slideUp2-out {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}   .vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
-webkit-transform: scale(2) rotate(35deg);
transform: scale(2) rotate(35deg);
opacity: 0;
}
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
}
.vegas-transition-swirlLeft2-out {
-webkit-transform: scale(2) rotate(-35deg);
transform: scale(2) rotate(-35deg);
opacity: 0;
}   .vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
-webkit-transform: scale(2) rotate(-35deg);
transform: scale(2) rotate(-35deg);
opacity: 0;
}
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 1;
}
.vegas-transition-swirlRight2-out {
-webkit-transform: scale(2) rotate(35deg);
transform: scale(2) rotate(35deg);
opacity: 0;
}   .vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.vegas-transition-zoomIn2-out {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}   .vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
-webkit-transform: scale(2);
transform: scale(2);
opacity: 0;
}
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.vegas-transition-zoomOut2-out {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}   .vegas-animation-kenburns {
-webkit-animation: kenburns ease-out;
animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes kenburns {
0% {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}   .vegas-animation-kenburnsDownLeft {
-webkit-animation: kenburnsDownLeft ease-out;
animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, -10%);
transform: scale(1.5) translate(10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDownLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, -10%);
transform: scale(1.5) translate(10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsDownRight {
-webkit-animation: kenburnsDownRight ease-out;
animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, -10%);
transform: scale(1.5) translate(-10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDownRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, -10%);
transform: scale(1.5) translate(-10%, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsDown {
-webkit-animation: kenburnsDown ease-out;
animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
0% {
-webkit-transform: scale(1.5) translate(0, -10%);
transform: scale(1.5) translate(0, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsDown {
0% {
-webkit-transform: scale(1.5) translate(0, -10%);
transform: scale(1.5) translate(0, -10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsLeft {
-webkit-animation: kenburnsLeft ease-out;
animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 0);
transform: scale(1.5) translate(10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 0);
transform: scale(1.5) translate(10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsRight {
-webkit-animation: kenburnsRight ease-out;
animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 0);
transform: scale(1.5) translate(-10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 0);
transform: scale(1.5) translate(-10%, 0);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUpLeft {
-webkit-animation: kenburnsUpLeft ease-out;
animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 10%);
transform: scale(1.5) translate(10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUpLeft {
0% {
-webkit-transform: scale(1.5) translate(10%, 10%);
transform: scale(1.5) translate(10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUpRight {
-webkit-animation: kenburnsUpRight ease-out;
animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 10%);
transform: scale(1.5) translate(-10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUpRight {
0% {
-webkit-transform: scale(1.5) translate(-10%, 10%);
transform: scale(1.5) translate(-10%, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}   .vegas-animation-kenburnsUp {
-webkit-animation: kenburnsUp ease-out;
animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
0% {
-webkit-transform: scale(1.5) translate(0, 10%);
transform: scale(1.5) translate(0, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}
@keyframes kenburnsUp {
0% {
-webkit-transform: scale(1.5) translate(0, 10%);
transform: scale(1.5) translate(0, 10%);
}
100% {
-webkit-transform: scale(1) translate(0, 0);
transform: scale(1) translate(0, 0);
}
}@font-face {
font-family: "ep-icon-module";
src: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.eot);
src: url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.eot?#iefix) format('eot'),
url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.woff2) format('woff2'),
url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.woff) format('woff'),
url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.ttf) format('truetype'),
url(//www.openintl.com/ambienteTrabajo2/wp-content/plugins/elements-plus/assets/fonts/ep-icon-module.svg#ep-icon-module) format('svg');
}
.ep-icon-module:before {
font-family: "ep-icon-module";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal; text-decoration: none;
text-transform: none;
}
.ep-icon-module-abacus:before {
content: "\E001";
}
.ep-icon-module-abandoned:before {
content: "\E002";
}
.ep-icon-module-ac-both:before {
content: "\E003";
}
.ep-icon-module-ac-foot:before {
content: "\E004";
}
.ep-icon-module-ac-head:before {
content: "\E005";
}
.ep-icon-module-acorn:before {
content: "\E006";
}
.ep-icon-module-add-bag:before {
content: "\E007";
}
.ep-icon-module-add-book:before {
content: "\E008";
}
.ep-icon-module-add-calendar:before {
content: "\E009";
}
.ep-icon-module-add-cloud:before {
content: "\E00A";
}
.ep-icon-module-add-datebase:before {
content: "\E00B";
}
.ep-icon-module-add-folder:before {
content: "\E00C";
}
.ep-icon-module-aid-kit:before {
content: "\E00D";
}
.ep-icon-module-air-balloon:before {
content: "\E00E";
}
.ep-icon-module-air-conditioning:before {
content: "\E00F";
}
.ep-icon-module-airbag:before {
content: "\E010";
}
.ep-icon-module-airplane-landing:before {
content: "\E011";
}
.ep-icon-module-airplane-takeoff:before {
content: "\E012";
}
.ep-icon-module-airplane:before {
content: "\E013";
}
.ep-icon-module-alarm:before {
content: "\E014";
}
.ep-icon-module-alert:before {
content: "\E015";
}
.ep-icon-module-ambulance:before {
content: "\E016";
}
.ep-icon-module-american-express:before {
content: "\E017";
}
.ep-icon-module-anchor:before {
content: "\E018";
}
.ep-icon-module-angel-2:before {
content: "\E019";
}
.ep-icon-module-angel:before {
content: "\E01A";
}
.ep-icon-module-announce:before {
content: "\E01B";
}
.ep-icon-module-apartment:before {
content: "\E01C";
}
.ep-icon-module-aperture:before {
content: "\E01D";
}
.ep-icon-module-apple:before {
content: "\E01E";
}
.ep-icon-module-auto:before {
content: "\E01F";
}
.ep-icon-module-axle:before {
content: "\E020";
}
.ep-icon-module-baby-book:before {
content: "\E021";
}
.ep-icon-module-baby-bottle:before {
content: "\E022";
}
.ep-icon-module-baby-mobile:before {
content: "\E023";
}
.ep-icon-module-baby-monitor:before {
content: "\E024";
}
.ep-icon-module-backpack:before {
content: "\E025";
}
.ep-icon-module-badge-1:before {
content: "\E026";
}
.ep-icon-module-badge-2:before {
content: "\E027";
}
.ep-icon-module-badge-3:before {
content: "\E028";
}
.ep-icon-module-badge-4:before {
content: "\E029";
}
.ep-icon-module-bag-return:before {
content: "\E02A";
}
.ep-icon-module-bag:before {
content: "\E02B";
}
.ep-icon-module-bag2:before {
content: "\E02C";
}
.ep-icon-module-balance-scale:before {
content: "\E02D";
}
.ep-icon-module-balloon:before {
content: "\E02E";
}
.ep-icon-module-balloons:before {
content: "\E02F";
}
.ep-icon-module-bandaid:before {
content: "\E030";
}
.ep-icon-module-bandaids:before {
content: "\E031";
}
.ep-icon-module-bar:before {
content: "\E032";
}
.ep-icon-module-baseball:before {
content: "\E033";
}
.ep-icon-module-basket-ball:before {
content: "\E034";
}
.ep-icon-module-basket:before {
content: "\E035";
}
.ep-icon-module-bathrobe:before {
content: "\E036";
}
.ep-icon-module-bathroom:before {
content: "\E037";
}
.ep-icon-module-battery-empty:before {
content: "\E038";
}
.ep-icon-module-battery-full:before {
content: "\E039";
}
.ep-icon-module-battery-level-1:before {
content: "\E03A";
}
.ep-icon-module-battery-level-2:before {
content: "\E03B";
}
.ep-icon-module-bear:before {
content: "\E03C";
}
.ep-icon-module-bell:before {
content: "\E03D";
}
.ep-icon-module-bell2:before {
content: "\E03E";
}
.ep-icon-module-belt:before {
content: "\E03F";
}
.ep-icon-module-bicycle:before {
content: "\E040";
}
.ep-icon-module-binoculars:before {
content: "\E041";
}
.ep-icon-module-blazer:before {
content: "\E042";
}
.ep-icon-module-bomb:before {
content: "\E043";
}
.ep-icon-module-bonfire:before {
content: "\E044";
}
.ep-icon-module-boots-2:before {
content: "\E045";
}
.ep-icon-module-boots:before {
content: "\E046";
}
.ep-icon-module-bowling-ball:before {
content: "\E047";
}
.ep-icon-module-bowtie:before {
content: "\E048";
}
.ep-icon-module-boxing-glove:before {
content: "\E049";
}
.ep-icon-module-bra:before {
content: "\E04A";
}
.ep-icon-module-brake:before {
content: "\E04B";
}
.ep-icon-module-bread-slice:before {
content: "\E04C";
}
.ep-icon-module-bread:before {
content: "\E04D";
}
.ep-icon-module-breakfast:before {
content: "\E04E";
}
.ep-icon-module-briefcase:before {
content: "\E04F";
}
.ep-icon-module-bucket-2:before {
content: "\E050";
}
.ep-icon-module-burger:before {
content: "\E051";
}
.ep-icon-module-bus:before {
content: "\E052";
}
.ep-icon-module-button:before {
content: "\E053";
}
.ep-icon-module-cable-car:before {
content: "\E054";
}
.ep-icon-module-cake:before {
content: "\E055";
}
.ep-icon-module-calculator:before {
content: "\E056";
}
.ep-icon-module-calendar:before {
content: "\E057";
}
.ep-icon-module-camera-1:before {
content: "\E058";
}
.ep-icon-module-camera-2:before {
content: "\E059";
}
.ep-icon-module-camera-3:before {
content: "\E05A";
}
.ep-icon-module-camera-lens:before {
content: "\E05B";
}
.ep-icon-module-camera:before {
content: "\E05C";
}
.ep-icon-module-camping:before {
content: "\E05D";
}
.ep-icon-module-candy-cane:before {
content: "\E05E";
}
.ep-icon-module-cap:before {
content: "\E05F";
}
.ep-icon-module-car-battery:before {
content: "\E060";
}
.ep-icon-module-car-rental:before {
content: "\E061";
}
.ep-icon-module-car:before {
content: "\E062";
}
.ep-icon-module-carabiner:before {
content: "\E063";
}
.ep-icon-module-carrot:before {
content: "\E064";
}
.ep-icon-module-cart:before {
content: "\E065";
}
.ep-icon-module-check-book:before {
content: "\E066";
}
.ep-icon-module-check-calendar:before {
content: "\E067";
}
.ep-icon-module-check-cloud:before {
content: "\E068";
}
.ep-icon-module-check-datebase:before {
content: "\E069";
}
.ep-icon-module-check-folder:before {
content: "\E06A";
}
.ep-icon-module-cheese:before {
content: "\E06B";
}
.ep-icon-module-chef:before {
content: "\E06C";
}
.ep-icon-module-cherry:before {
content: "\E06D";
}
.ep-icon-module-chicken:before {
content: "\E06E";
}
.ep-icon-module-christmas-light:before {
content: "\E06F";
}
.ep-icon-module-christmas-tree-star:before {
content: "\E070";
}
.ep-icon-module-christmas-tree:before {
content: "\E071";
}
.ep-icon-module-clapperboard:before {
content: "\E072";
}
.ep-icon-module-clipboard:before {
content: "\E073";
}
.ep-icon-module-close-book:before {
content: "\E074";
}
.ep-icon-module-close-calendar:before {
content: "\E075";
}
.ep-icon-module-close-cloud:before {
content: "\E076";
}
.ep-icon-module-close-datebase:before {
content: "\E077";
}
.ep-icon-module-close-folder:before {
content: "\E078";
}
.ep-icon-module-coat:before {
content: "\E079";
}
.ep-icon-module-cog:before {
content: "\E07A";
}
.ep-icon-module-comb:before {
content: "\E07B";
}
.ep-icon-module-compass:before {
content: "\E07C";
}
.ep-icon-module-concierge:before {
content: "\E07D";
}
.ep-icon-module-corndog:before {
content: "\E07E";
}
.ep-icon-module-cost:before {
content: "\E07F";
}
.ep-icon-module-coupon:before {
content: "\E080";
}
.ep-icon-module-credit-card:before {
content: "\E081";
}
.ep-icon-module-crib:before {
content: "\E082";
}
.ep-icon-module-cricket:before {
content: "\E083";
}
.ep-icon-module-croissant:before {
content: "\E084";
}
.ep-icon-module-cupcake-2:before {
content: "\E085";
}
.ep-icon-module-cupcake:before {
content: "\E086";
}
.ep-icon-module-deer:before {
content: "\E087";
}
.ep-icon-module-delta-credit-card:before {
content: "\E088";
}
.ep-icon-module-diaper:before {
content: "\E089";
}
.ep-icon-module-directions:before {
content: "\E08A";
}
.ep-icon-module-disabled:before {
content: "\E08B";
}
.ep-icon-module-discover-credit-card:before {
content: "\E08C";
}
.ep-icon-module-diving:before {
content: "\E08D";
}
.ep-icon-module-doctor:before {
content: "\E08E";
}
.ep-icon-module-dollar-currency:before {
content: "\E08F";
}
.ep-icon-module-donut:before {
content: "\E090";
}
.ep-icon-module-download-book:before {
content: "\E091";
}
.ep-icon-module-download-calendar:before {
content: "\E092";
}
.ep-icon-module-download-cloud:before {
content: "\E093";
}
.ep-icon-module-download-datebase:before {
content: "\E094";
}
.ep-icon-module-download-folder:before {
content: "\E095";
}
.ep-icon-module-dress:before {
content: "\E096";
}
.ep-icon-module-driving-wheel:before {
content: "\E097";
}
.ep-icon-module-drop:before {
content: "\E098";
}
.ep-icon-module-dumbbell:before {
content: "\E099";
}
.ep-icon-module-earth-quake:before {
content: "\E09A";
}
.ep-icon-module-earth:before {
content: "\E09B";
}
.ep-icon-module-egg:before {
content: "\E09C";
}
.ep-icon-module-electricity-tower:before {
content: "\E09D";
}
.ep-icon-module-electricity:before {
content: "\E09E";
}
.ep-icon-module-elevator:before {
content: "\E09F";
}
.ep-icon-module-engine:before {
content: "\E0A0";
}
.ep-icon-module-euro-currency:before {
content: "\E0A1";
}
.ep-icon-module-evaluative:before {
content: "\E0A2";
}
.ep-icon-module-exposure:before {
content: "\E0A3";
}
.ep-icon-module-factory:before {
content: "\E0A4";
}
.ep-icon-module-fan:before {
content: "\E0A5";
}
.ep-icon-module-female-user-check:before {
content: "\E0A6";
}
.ep-icon-module-female-user-minus:before {
content: "\E0A7";
}
.ep-icon-module-female-user-plus:before {
content: "\E0A8";
}
.ep-icon-module-female-user-x:before {
content: "\E0A9";
}
.ep-icon-module-female-user:before {
content: "\E0AA";
}
.ep-icon-module-film-roll:before {
content: "\E0AB";
}
.ep-icon-module-film-strip:before {
content: "\E0AC";
}
.ep-icon-module-fire:before {
content: "\E0AD";
}
.ep-icon-module-fish:before {
content: "\E0AE";
}
.ep-icon-module-fitness-center:before {
content: "\E0AF";
}
.ep-icon-module-flame:before {
content: "\E0B0";
}
.ep-icon-module-flash-left:before {
content: "\E0B1";
}
.ep-icon-module-flash-right:before {
content: "\E0B2";
}
.ep-icon-module-flooding:before {
content: "\E0B3";
}
.ep-icon-module-floor-plan:before {
content: "\E0B4";
}
.ep-icon-module-fog-headlights:before {
content: "\E0B5";
}
.ep-icon-module-for-rent:before {
content: "\E0B6";
}
.ep-icon-module-for-sale:before {
content: "\E0B7";
}
.ep-icon-module-free-toiletries:before {
content: "\E0B8";
}
.ep-icon-module-fries:before {
content: "\E0B9";
}
.ep-icon-module-gamepad:before {
content: "\E0BA";
}
.ep-icon-module-gas:before {
content: "\E0BB";
}
.ep-icon-module-gaslamp:before {
content: "\E0BC";
}
.ep-icon-module-gavel:before {
content: "\E0BD";
}
.ep-icon-module-gearbox:before {
content: "\E0BE";
}
.ep-icon-module-gift:before {
content: "\E0BF";
}
.ep-icon-module-gingerbread-man:before {
content: "\E0C0";
}
.ep-icon-module-glasses-2:before {
content: "\E0C1";
}
.ep-icon-module-glasses:before {
content: "\E0C2";
}
.ep-icon-module-globe:before {
content: "\E0C3";
}
.ep-icon-module-golf-ball:before {
content: "\E0C4";
}
.ep-icon-module-gopro:before {
content: "\E0C5";
}
.ep-icon-module-gurney:before {
content: "\E0C6";
}
.ep-icon-module-hairdryer:before {
content: "\E0C7";
}
.ep-icon-module-hand-bell:before {
content: "\E0C8";
}
.ep-icon-module-handbrake:before {
content: "\E0C9";
}
.ep-icon-module-hanger:before {
content: "\E0CA";
}
.ep-icon-module-hat:before {
content: "\E0CB";
}
.ep-icon-module-headlights-2:before {
content: "\E0CC";
}
.ep-icon-module-headlights:before {
content: "\E0CD";
}
.ep-icon-module-heating:before {
content: "\E0CE";
}
.ep-icon-module-helicopter:before {
content: "\E0CF";
}
.ep-icon-module-high-heels-2:before {
content: "\E0D0";
}
.ep-icon-module-high-heels:before {
content: "\E0D1";
}
.ep-icon-module-holly:before {
content: "\E0D2";
}
.ep-icon-module-hoodie:before {
content: "\E0D3";
}
.ep-icon-module-horn:before {
content: "\E0D4";
}
.ep-icon-module-hospital-2:before {
content: "\E0D5";
}
.ep-icon-module-hospital:before {
content: "\E0D6";
}
.ep-icon-module-hot-dog:before {
content: "\E0D7";
}
.ep-icon-module-ice-cream-2:before {
content: "\E0D8";
}
.ep-icon-module-ice-cream-3:before {
content: "\E0D9";
}
.ep-icon-module-ice-cream:before {
content: "\E0DA";
}
.ep-icon-module-iron:before {
content: "\E0DB";
}
.ep-icon-module-jcb-credit-card:before {
content: "\E0DC";
}
.ep-icon-module-jerry-can:before {
content: "\E0DD";
}
.ep-icon-module-jewelry:before {
content: "\E0DE";
}
.ep-icon-module-kayak:before {
content: "\E0DF";
}
.ep-icon-module-keys:before {
content: "\E0E0";
}
.ep-icon-module-lamp:before {
content: "\E0E1";
}
.ep-icon-module-laundry:before {
content: "\E0E2";
}
.ep-icon-module-life-jacket:before {
content: "\E0E3";
}
.ep-icon-module-light-bulb:before {
content: "\E0E4";
}
.ep-icon-module-linens:before {
content: "\E0E5";
}
.ep-icon-module-lounge:before {
content: "\E0E6";
}
.ep-icon-module-luggage-2:before {
content: "\E0E7";
}
.ep-icon-module-luggage:before {
content: "\E0E8";
}
.ep-icon-module-lungs:before {
content: "\E0E9";
}
.ep-icon-module-maestro-credit-card:before {
content: "\E0EA";
}
.ep-icon-module-mail:before {
content: "\E0EB";
}
.ep-icon-module-male-user-check:before {
content: "\E0EC";
}
.ep-icon-module-male-user-minus:before {
content: "\E0ED";
}
.ep-icon-module-male-user-plus:before {
content: "\E0EE";
}
.ep-icon-module-male-user-x:before {
content: "\E0EF";
}
.ep-icon-module-mannequin:before {
content: "\E0F0";
}
.ep-icon-module-map-2:before {
content: "\E0F1";
}
.ep-icon-module-map:before {
content: "\E0F2";
}
.ep-icon-module-mastercard-card:before {
content: "\E0F3";
}
.ep-icon-module-medal:before {
content: "\E0F4";
}
.ep-icon-module-medical-phone:before {
content: "\E0F5";
}
.ep-icon-module-medical:before {
content: "\E0F6";
}
.ep-icon-module-medicine:before {
content: "\E0F7";
}
.ep-icon-module-milk:before {
content: "\E0F8";
}
.ep-icon-module-minibar:before {
content: "\E0F9";
}
.ep-icon-module-mitten:before {
content: "\E0FA";
}
.ep-icon-module-mobile-app:before {
content: "\E0FB";
}
.ep-icon-module-mortgage:before {
content: "\E0FC";
}
.ep-icon-module-motorcycle:before {
content: "\E0FD";
}
.ep-icon-module-natural-energy:before {
content: "\E0FE";
}
.ep-icon-module-newspapers:before {
content: "\E0FF";
}
.ep-icon-module-no-smoking:before {
content: "\E100";
}
.ep-icon-module-nurse:before {
content: "\E101";
}
.ep-icon-module-oil:before {
content: "\E102";
}
.ep-icon-module-onesie:before {
content: "\E103";
}
.ep-icon-module-open-door:before {
content: "\E104";
}
.ep-icon-module-orange:before {
content: "\E105";
}
.ep-icon-module-ornament-2:before {
content: "\E106";
}
.ep-icon-module-ornament-3:before {
content: "\E107";
}
.ep-icon-module-ornament:before {
content: "\E108";
}
.ep-icon-module-outlet:before {
content: "\E109";
}
.ep-icon-module-pacifier:before {
content: "\E10A";
}
.ep-icon-module-parfume:before {
content: "\E10B";
}
.ep-icon-module-parking:before {
content: "\E10C";
}
.ep-icon-module-partial:before {
content: "\E10D";
}
.ep-icon-module-pause-book:before {
content: "\E10E";
}
.ep-icon-module-pause-calendar:before {
content: "\E10F";
}
.ep-icon-module-pause-cloud:before {
content: "\E110";
}
.ep-icon-module-pause-datebase:before {
content: "\E111";
}
.ep-icon-module-pause-folder:before {
content: "\E112";
}
.ep-icon-module-paypal:before {
content: "\E113";
}
.ep-icon-module-pear:before {
content: "\E114";
}
.ep-icon-module-pets:before {
content: "\E115";
}
.ep-icon-module-piggy-bank:before {
content: "\E116";
}
.ep-icon-module-pill-2:before {
content: "\E117";
}
.ep-icon-module-pill:before {
content: "\E118";
}
.ep-icon-module-ping-pong:before {
content: "\E119";
}
.ep-icon-module-piston:before {
content: "\E11A";
}
.ep-icon-module-pizza:before {
content: "\E11B";
}
.ep-icon-module-plug:before {
content: "\E11C";
}
.ep-icon-module-pocket-knife:before {
content: "\E11D";
}
.ep-icon-module-polaroid:before {
content: "\E11E";
}
.ep-icon-module-pool-ball:before {
content: "\E11F";
}
.ep-icon-module-pool:before {
content: "\E120";
}
.ep-icon-module-pound-currency:before {
content: "\E121";
}
.ep-icon-module-purse:before {
content: "\E122";
}
.ep-icon-module-radio:before {
content: "\E123";
}
.ep-icon-module-radioactive:before {
content: "\E124";
}
.ep-icon-module-rattle:before {
content: "\E125";
}
.ep-icon-module-reaload-calendar:before {
content: "\E126";
}
.ep-icon-module-recycle-bin:before {
content: "\E127";
}
.ep-icon-module-recycle:before {
content: "\E128";
}
.ep-icon-module-refresh-book:before {
content: "\E129";
}
.ep-icon-module-refresh-calendar:before {
content: "\E12A";
}
.ep-icon-module-refresh-cloud:before {
content: "\E12B";
}
.ep-icon-module-refresh-datebase:before {
content: "\E12C";
}
.ep-icon-module-refresh-folder:before {
content: "\E12D";
}
.ep-icon-module-refreshment:before {
content: "\E12E";
}
.ep-icon-module-refrigerator:before {
content: "\E12F";
}
.ep-icon-module-reload-book:before {
content: "\E130";
}
.ep-icon-module-remove-book:before {
content: "\E131";
}
.ep-icon-module-remove-calendar:before {
content: "\E132";
}
.ep-icon-module-remove-cloud:before {
content: "\E133";
}
.ep-icon-module-remove-datebase:before {
content: "\E134";
}
.ep-icon-module-remove-folder:before {
content: "\E135";
}
.ep-icon-module-repair:before {
content: "\E136";
}
.ep-icon-module-restaurant:before {
content: "\E137";
}
.ep-icon-module-rocking-horse:before {
content: "\E138";
}
.ep-icon-module-rollers:before {
content: "\E139";
}
.ep-icon-module-rope:before {
content: "\E13A";
}
.ep-icon-module-rubber-duck:before {
content: "\E13B";
}
.ep-icon-module-rugby-ball:before {
content: "\E13C";
}
.ep-icon-module-ruler:before {
content: "\E13D";
}
.ep-icon-module-rupee-currency:before {
content: "\E13E";
}
.ep-icon-module-safe:before {
content: "\E13F";
}
.ep-icon-module-safety-pin:before {
content: "\E140";
}
.ep-icon-module-santa-hat:before {
content: "\E141";
}
.ep-icon-module-santa:before {
content: "\E142";
}
.ep-icon-module-satellite-channels:before {
content: "\E143";
}
.ep-icon-module-sausage:before {
content: "\E144";
}
.ep-icon-module-scarf:before {
content: "\E145";
}
.ep-icon-module-sd-card:before {
content: "\E146";
}
.ep-icon-module-search:before {
content: "\E147";
}
.ep-icon-module-seashell:before {
content: "\E148";
}
.ep-icon-module-seat-belt:before {
content: "\E149";
}
.ep-icon-module-secure:before {
content: "\E14A";
}
.ep-icon-module-security:before {
content: "\E14B";
}
.ep-icon-module-service:before {
content: "\E14C";
}
.ep-icon-module-ship:before {
content: "\E14D";
}
.ep-icon-module-shirt:before {
content: "\E14E";
}
.ep-icon-module-shovel-2:before {
content: "\E14F";
}
.ep-icon-module-shower:before {
content: "\E150";
}
.ep-icon-module-shuttle-service:before {
content: "\E151";
}
.ep-icon-module-shuttlecock:before {
content: "\E152";
}
.ep-icon-module-skating:before {
content: "\E153";
}
.ep-icon-module-ski:before {
content: "\E154";
}
.ep-icon-module-sleigh:before {
content: "\E155";
}
.ep-icon-module-slippers:before {
content: "\E156";
}
.ep-icon-module-small-battery:before {
content: "\E157";
}
.ep-icon-module-smoking:before {
content: "\E158";
}
.ep-icon-module-snowboard:before {
content: "\E159";
}
.ep-icon-module-snowflake:before {
content: "\E15A";
}
.ep-icon-module-snowman:before {
content: "\E15B";
}
.ep-icon-module-soccer-ball:before {
content: "\E15C";
}
.ep-icon-module-socks:before {
content: "\E15D";
}
.ep-icon-module-soda:before {
content: "\E15E";
}
.ep-icon-module-solar-panel:before {
content: "\E15F";
}
.ep-icon-module-sold:before {
content: "\E160";
}
.ep-icon-module-solo-credit-card:before {
content: "\E161";
}
.ep-icon-module-soundproof:before {
content: "\E162";
}
.ep-icon-module-spa:before {
content: "\E163";
}
.ep-icon-module-star:before {
content: "\E164";
}
.ep-icon-module-stethoscope:before {
content: "\E165";
}
.ep-icon-module-stocking:before {
content: "\E166";
}
.ep-icon-module-strawberry:before {
content: "\E167";
}
.ep-icon-module-stroller:before {
content: "\E168";
}
.ep-icon-module-studio-light:before {
content: "\E169";
}
.ep-icon-module-sun-deck:before {
content: "\E16A";
}
.ep-icon-module-support:before {
content: "\E16B";
}
.ep-icon-module-suspension:before {
content: "\E16C";
}
.ep-icon-module-sustainability:before {
content: "\E16D";
}
.ep-icon-module-switch:before {
content: "\E16E";
}
.ep-icon-module-syringe:before {
content: "\E16F";
}
.ep-icon-module-t-shirt:before {
content: "\E170";
}
.ep-icon-module-tag:before {
content: "\E171";
}
.ep-icon-module-tap:before {
content: "\E172";
}
.ep-icon-module-taxi:before {
content: "\E173";
}
.ep-icon-module-telephone:before {
content: "\E174";
}
.ep-icon-module-temperature:before {
content: "\E175";
}
.ep-icon-module-tennis-ball:before {
content: "\E176";
}
.ep-icon-module-thermometer:before {
content: "\E177";
}
.ep-icon-module-thermos:before {
content: "\E178";
}
.ep-icon-module-tie:before {
content: "\E179";
}
.ep-icon-module-timer:before {
content: "\E17A";
}
.ep-icon-module-toaster:before {
content: "\E17B";
}
.ep-icon-module-toilet:before {
content: "\E17C";
}
.ep-icon-module-tools:before {
content: "\E17D";
}
.ep-icon-module-tooth:before {
content: "\E17E";
}
.ep-icon-module-towels:before {
content: "\E17F";
}
.ep-icon-module-trailer:before {
content: "\E180";
}
.ep-icon-module-train:before {
content: "\E181";
}
.ep-icon-module-transport:before {
content: "\E182";
}
.ep-icon-module-tree:before {
content: "\E183";
}
.ep-icon-module-trophy:before {
content: "\E184";
}
.ep-icon-module-trousers:before {
content: "\E185";
}
.ep-icon-module-tulip:before {
content: "\E186";
}
.ep-icon-module-tv:before {
content: "\E187";
}
.ep-icon-module-umbrella:before {
content: "\E188";
}
.ep-icon-module-underwear-2:before {
content: "\E189";
}
.ep-icon-module-underwear:before {
content: "\E18A";
}
.ep-icon-module-upload-book:before {
content: "\E18B";
}
.ep-icon-module-upload-calendar:before {
content: "\E18C";
}
.ep-icon-module-upload-cloud:before {
content: "\E18D";
}
.ep-icon-module-upload-datebase:before {
content: "\E18E";
}
.ep-icon-module-upload-folder:before {
content: "\E18F";
}
.ep-icon-module-user:before {
content: "\E190";
}
.ep-icon-module-users-check:before {
content: "\E191";
}
.ep-icon-module-users-minus:before {
content: "\E192";
}
.ep-icon-module-users-plus:before {
content: "\E193";
}
.ep-icon-module-users-x:before {
content: "\E194";
}
.ep-icon-module-users:before {
content: "\E195";
}
.ep-icon-module-verified:before {
content: "\E196";
}
.ep-icon-module-vespa:before {
content: "\E197";
}
.ep-icon-module-video-camera-1:before {
content: "\E198";
}
.ep-icon-module-video-camera-2:before {
content: "\E199";
}
.ep-icon-module-video-camera-3:before {
content: "\E19A";
}
.ep-icon-module-video-camera-4:before {
content: "\E19B";
}
.ep-icon-module-villa:before {
content: "\E19C";
}
.ep-icon-module-visa-credit-card:before {
content: "\E19D";
}
.ep-icon-module-visa-electron:before {
content: "\E19E";
}
.ep-icon-module-volley-ball:before {
content: "\E19F";
}
.ep-icon-module-wallet:before {
content: "\E1A0";
}
.ep-icon-module-warning:before {
content: "\E1A1";
}
.ep-icon-module-water-supply:before {
content: "\E1A2";
}
.ep-icon-module-watermill:before {
content: "\E1A3";
}
.ep-icon-module-wheel:before {
content: "\E1A4";
}
.ep-icon-module-wifi:before {
content: "\E1A5";
}
.ep-icon-module-wind-turbine:before {
content: "\E1A6";
}
.ep-icon-module-windmill:before {
content: "\E1A7";
}
.ep-icon-module-windshield-heat:before {
content: "\E1A8";
}
.ep-icon-module-windshield-washer:before {
content: "\E1A9";
}
.ep-icon-module-winter-hat:before {
content: "\E1AA";
}
.ep-icon-module-yen-currency:before {
content: "\E1AB";
}
.ep-icon-module-zoom-in:before {
content: "\E1AC";
}
.ep-icon-module-zoom-out:before {
content: "\E1AD";
}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none; }
.flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 5px;
width: 60px;
height: 90px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 87px;
text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden; 
outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 20px;
height: 100px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px; }
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
color: black;
text-shadow: none; }
.flip-clock-divider.minutes .flip-clock-label {
right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
right: -91px; }
.flip-clock-dot.top {
top: 30px; }
.flip-clock-dot.bottom {
bottom: 30px; }
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.elementor-widget-video_slider.elementor-widget iframe,
.elementor-widget-video_slider.elementor-widget .fluid-width-video-wrapper {
margin: 0;
}
.elementor-widget-video_slider.elementor-widget .ep-nav-title {
margin: 0;
text-transform: none;
font-size: 20px;
text-align: left;
}
.elementor-widget-video_slider .slick-arrow {
top: auto;
padding: 0;
transform: none;
line-height: normal;
right: auto;
height: auto;
left: auto;
width: auto;
}
.elementor-widget-video_slider .slick-slider:hover .slick-next {
right: 0;
}
.elementor-widget-video_slider .slick-slider:hover .slick-prev {
left: 0;
}
.elementor-widget-video_slider .slick-prev:hover,
.elementor-widget-video_slider .slick-prev:focus,
.elementor-widget-video_slider .slick-next:hover,
.elementor-widget-video_slider .slick-next:focus {
color: #fff;
}
.elementor-widget-video_slider .slick-arrow:before {
display: none;
}
.elementor-widget-video_slider.elementor-widget .slick-arrow,
.elementor-widget-cta.elementor-widget .elementor-button,
.elementor-widget-button_plus.elementor-widget .elementor-button,
.elementor-widget-justified-gallery.elementor-widget .jg-entry {
text-decoration: none;
text-transform: none;
border: 0;
box-shadow: none;
}
.elementor-widget-video_slider p {
margin: 0;
}
.elementor-label {
display: inline-block;
text-align: center;
}
.elementor-label .elementor-label-content-wrapper {
display: inline-flex;
}
.elementor-align-justify .elementor-label {
width: 100%;
}
.elementor-label .elementor-align-icon-left {
order: 0;
margin-right: 5px;
}
.elementor-label .elementor-align-icon-right {
order: 1;
margin-left: 5px;
}
.elementor-widget-button_plus .elementor-button {
text-align: center;
}
.elementor-widget-button_plus .elementor-button .elementor-button-content-wrapper {
flex-direction: column;
}
.elementor-widget-button_plus .elementor-button .elementor-button-content-wrapper .elementor-button-text {
display: block;
}
.hide-gallery {
display: none;
}
.cta-text {
display: block;
}
.ep-video-slider {
width: 80%;
float: left;
}
.ep-slider-nav {
width: 20%;
float: left;
}
.ep-slider-container:after {
content: "";
display: table;
clear: both;
}
.ep-slider-nav .slick-prev {
top: 0;
}
.ep-slider-nav.left .slick-next,
.ep-slider-nav.right .slick-next {
bottom: 0;
}
.ep-slider-nav .slick-list,
.ep-slider-nav .slick-list .slick-track {
height: 100% !important;
}
.ep-slider-nav.left .slick-slide,
.ep-slider-nav.right .slick-slide {
height: 25%;
}
.ep-slider-nav .slick-arrow {
text-align: center;
color: #fff;
font-size: 20px;
position: absolute;
z-index: 1;
cursor: pointer;
}
.ep-nav-slide {
height: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
cursor: pointer;
}
.ep-slider-nav.left .slick-arrow,
.ep-slider-nav.right .slick-arrow {
width: 100%;
}
.ep-slider-nav.below .slick-arrow {
top: 0;
padding: 0 10px;
height: 100%;
line-height: 100%;
}
.ep-slider-nav.below .slick-arrow:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.ep-slider-nav.below .slick-prev {
left: 0;
}
.ep-slider-nav.below .slick-next {
right: 0;
}
.ep-slider-nav.left .slick-prev,
.ep-slider-nav.right .slick-prev {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 1%, rgba(255, 255, 255, 0) 100%);
transition: opacity 0.3s;
opacity: 0.7;
}
.ep-slider-nav.left .slick-prev:hover,
.ep-slider-nav.right .slick-prev:hover {
opacity: 1;
}
.ep-slider-nav.left .slick-next,
.ep-slider-nav.right .slick-next {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
transition: opacity 0.3s;
opacity: 0.7;
}
.ep-slider-nav.left .slick-next:hover,
.ep-slider-nav.right .slick-next:hover {
opacity: 1;
}
.ep-slider-nav.below .slick-prev {
background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
transition: opacity 0.3s;
opacity: 0.7;
}
.ep-slider-nav.below .slick-prev:hover {
opacity: 1;
}
.ep-slider-nav.below .slick-next {
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
transition: opacity 0.3s;
opacity: 0.7;
}
.ep-slider-nav.below .slick-next:hover {
opacity: 1;
}
.ep-nav-slide::before {
content: '';
width: 100%;
height: 100%;
display: block;
}
.slick-slide:hover .ep-nav-slide::before {
transition: opacity 0.3s;
opacity: 0;
}
.ep-nav-title {
position: absolute;
bottom: 0;
width: 100%;
cursor: pointer;
}
.ep-nav-title,
.ep-nav-slide::before {
opacity: 1;
transition: opacity 0.3s;
}
.slick-current .ep-nav-title,
.slick-current .ep-nav-slide::before {
opacity: 0;
}
.ep-video-slider.below,
.ep-slider-nav.below {
width: 100%;
float: none;
}
.ep-video-slider.left,
.ep-slider-nav.left {
float: right;
}
.ep-slider-nav.below .ep-nav-slide {
height: 100px;
margin-right: 1px;
}
.ep-video-slider.below {
margin-bottom: 1px;
}
.elementor-widget-dual-button .elementor-button .elementor-align-icon-left {
order: 0;
} #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
}
#status {
width: 40px;
height: 40px;
position: absolute;
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
font-size: 40px;
line-height: 40px;
}
.elementor-editor-active #preloader {
display: none;
} #ep-tooltip-text {
display: none;
}
[data-tooltip] {
position: relative;
z-index: 1000;
cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
visibility: hidden;
opacity: 0;
pointer-events: none;
}
[data-tooltip]:before {
position: absolute;
padding: 7px;
border-radius: 3px;
background-color: #000;
background-color: rgba(51, 51, 51, 0.9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 14px;
line-height: 1.2;
}
.ept-top[data-tooltip]:before {
bottom: calc(100% + 15px);
left: 50%;
transform: translateX(-50%);
}
.ept-bottom[data-tooltip]:before {
top: calc(100% + 15px);
left: 50%;
transform: translateX(-50%);
}
.ept-right[data-tooltip]:before {
top: 0;
left: calc(100% + 20px);
margin: 0;
min-height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}
.ept-left[data-tooltip]:before {
top: 0;
right: calc(100% + 20px);
margin: 0;
min-height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
visibility: visible;
opacity: 1;
} .ep-icon-module {
font-family: "ep-icon-module";
font-style: normal;
} .ep-flipclock-align-left {
text-align: left;
}
.ep-flipclock-align-center {
text-align: center;
}
.ep-flipclock-align-right {
text-align: right;
}
.no-label .flip-clock-label {
display: none;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper {
width: auto;
display: inline-block;
}
.elementor-widget-ep_flipclock .flip-clock-divider .flip-clock-label {
position: absolute;
left: 90px;
top: -25px;
right: auto;
transform: translateX(-50%);
}
.elementor-widget-ep_flipclock .flip-clock-divider:first-child .flip-clock-label {
margin-left: -20px;
} .elementor-widget-ep-image-hover-effects .ep-ihe {
height: 0;
overflow: hidden;
background: white;
position: relative;
}
.elementor-widget-ep-image-hover-effects .ep-ihe .img-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .ep-dual-button-horizontal {
display: flex;
}
.elementor-align-justify .ep-dual-button-horizontal {
justify-content: space-evenly;
}
.elementor-align-left .ep-dual-button-horizontal {
justify-content: flex-start;
}
.elementor-align-center .ep-dual-button-horizontal {
justify-content: center;
}
.elementor-align-right .ep-dual-button-horizontal {
justify-content: flex-end;
}
.elementor-align-justify .ep-dual-button-horizontal .elementor-button-wrapper {
width: 50%;
} @media only screen and (max-width: 1024px) {
.ep-video-slider,
.ep-slider-nav {
width: 100%;
float: none;
}
.ep-video-slider {
margin-bottom: 1px;
}
.ep-slider-nav.slick-slider {
max-height: 100px;
}
.ep-slider-nav .ep-nav-slide {
height: 100px;
margin-right: 1px;
}
.ep-slider-nav.left .slick-slide,
.ep-slider-nav.right .slick-slide {
height: 100%;
}
.ep-slider-nav .slick-prev {
left: 0;
}
.ep-slider-nav .slick-next {
right: 0;
}
.ep-slider-nav.slick-slider .slick-arrow {
width: auto;
}
.ep-slider-nav .slick-arrow:before {
content: '';
height: 100%;
display: inline-block;
vertical-align: middle;
}
.ep-slider-nav .slick-arrow {
top: 0;
padding: 0 10px;
height: 100%;
line-height: 100%;
}
}
@media (max-width: 767px) {
.elementor-widget-ep_flipclock .flip-clock-label {
display: none;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul {
height: 50px;
line-height: 48px;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul li {
height: 50px;
line-height: 48px;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul li a div.up:after {
top: 24px;
}
.elementor-widget-ep_flipclock .flip-clock-divider {
height: 50px;
width: 10px;
}
.elementor-widget-ep_flipclock .flip-clock-dot {
height: 6px;
width: 6px;
left: 2px;
}
.elementor-widget-ep_flipclock .flip-clock-dot.top {
top: 17px;
}
.elementor-widget-ep_flipclock .flip-clock-dot.bottom {
bottom: 8px;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul {
width: 37px;
}
.elementor-widget-ep_flipclock .flip-clock-wrapper ul li a div div.inn {
font-size: 30px;
}
}[class*="ep-filter"] {
position: relative;
}
[class*="ep-filter"]::before {
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.ep-filter-1977 {
-webkit-filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
}
.ep-filter-aden {
-webkit-filter: sepia(.2) brightness(1.15) saturate(1.4);
filter: sepia(.2) brightness(1.15) saturate(1.4);
}
.ep-filter-aden::before {
background: rgba(125, 105, 24, .1);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-amaro {
-webkit-filter: sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3);
filter: sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3);
}
.ep-filter-amaro::before {
background: rgba(125, 105, 24, .2);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-ashby {
-webkit-filter: sepia(.5) contrast(1.2) saturate(1.8);
filter: sepia(.5) contrast(1.2) saturate(1.8);
}
.ep-filter-ashby::before {
background: rgba(125, 105, 24, .35);
content: "";
mix-blend-mode: lighten;
}
.ep-filter-brannan {
-webkit-filter: sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg);
filter: sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg);
}
.ep-filter-brooklyn {
-webkit-filter: sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg);
filter: sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg);
}
.ep-filter-brooklyn::before {
background: rgba(127, 187, 227, .2);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-charmes {
-webkit-filter: sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg);
filter: sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg);
}
.ep-filter-charmes::before {
background: rgba(125, 105, 24, .25);
content: "";
mix-blend-mode: darken;
}
.ep-filter-clarendon {
-webkit-filter: sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg);
filter: sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg);
}
.ep-filter-clarendon::before {
background: rgba(127, 187, 227, .4);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-crema {
-webkit-filter: sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg);
filter: sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg);
}
.ep-filter-crema::before {
background: rgba(125, 105, 24, .2);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-dogpatch {
-webkit-filter: sepia(.35) saturate(1.1) contrast(1.5);
filter: sepia(.35) saturate(1.1) contrast(1.5);
}
.ep-filter-earlybird {
-webkit-filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
}
.ep-filter-earlybird::before {
background: radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-gingham {
-webkit-filter: contrast(1.1) brightness(1.1);
filter: contrast(1.1) brightness(1.1);
}
.ep-filter-gingham::before {
background: #e6e6e6;
content: "";
mix-blend-mode: soft-light;
}
.ep-filter-ginza {
-webkit-filter: sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg);
filter: sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg);
}
.ep-filter-ginza::before {
background: rgba(125, 105, 24, .15);
content: "";
mix-blend-mode: darken;
}
.ep-filter-hefe {
-webkit-filter: sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg);
filter: sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg);
}
.ep-filter-hefe::before {
background: radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(0, 0, 0, .25) 100%);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-helena {
-webkit-filter: sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35);
filter: sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35);
}
.ep-filter-helena::before {
background: rgba(158, 175, 30, .25);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-hudson {
-webkit-filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
}
.ep-filter-hudson::before {
background: radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-inkwell {
-webkit-filter: brightness(1.25) contrast(.85) grayscale(1);
filter: brightness(1.25) contrast(.85) grayscale(1);
}
.ep-filter-juno {
-webkit-filter: sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8);
filter: sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8);
}
.ep-filter-juno::before {
background: rgba(127, 187, 227, .2);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-kelvin {
-webkit-filter: sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg);
filter: sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg);
}
.ep-filter-kelvin::before {
background: radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
background: -webkit-radial-gradient(circle closest-corner, rgba(128, 78, 15, .25) 0, rgba(128, 78, 15, .5) 100%);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-lark {
-webkit-filter: sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25);
filter: sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25);
}
.ep-filter-lofi {
-webkit-filter: saturate(1.1) contrast(1.5);
filter: saturate(1.1) contrast(1.5);
}
.ep-filter-ludwig {
-webkit-filter: sepia(.25) contrast(1.05) brightness(1.05) saturate(2);
filter: sepia(.25) contrast(1.05) brightness(1.05) saturate(2);
}
.ep-filter-ludwig::before {
background: rgba(125, 105, 24, .1);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-maven {
-webkit-filter: sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75);
filter: sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75);
}
.ep-filter-maven::before {
background: rgba(158, 175, 30, .25);
content: "";
mix-blend-mode: darken;
}
.ep-filter-mayfair {
-webkit-filter: contrast(1.1) brightness(1.15) saturate(1.1);
filter: contrast(1.1) brightness(1.15) saturate(1.1);
}
.ep-filter-mayfair::before {
background: radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(175, 105, 24, .4) 100%);
content: "";
mix-blend-mode: multiply;
}
.ep-filter-moon {
-webkit-filter: brightness(1.4) contrast(.95) saturate(0) sepia(.35);
filter: brightness(1.4) contrast(.95) saturate(0) sepia(.35);
}
.ep-filter-nashville {
-webkit-filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
}
.ep-filter-nashville::before {
background: radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
background: -webkit-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(128, 78, 15, .65) 100%);
content: "";
mix-blend-mode: screen;
}
.ep-filter-perpetua {
-webkit-filter: contrast(1.1) brightness(1.25) saturate(1.1);
filter: contrast(1.1) brightness(1.25) saturate(1.1);
}
.ep-filter-perpetua::before {
background: linear-gradient(to bottom, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
background: -o-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
background: -moz-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
background: -webkit-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 154, .25)), to(rgba(230, 193, 61, .25)));
content: "";
mix-blend-mode: multiply;
}
.ep-filter-poprocket {
-webkit-filter: sepia(.15) brightness(1.2);
filter: sepia(.15) brightness(1.2);
}
.ep-filter-poprocket::before {
background: radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, black 80%);
background: -o-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, black 80%);
background: -moz-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, black 80%);
background: -webkit-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, black 80%);
content: "";
mix-blend-mode: screen;
}
.ep-filter-reyes {
-webkit-filter: sepia(.75) contrast(.75) brightness(1.25) saturate(1.4);
filter: sepia(.75) contrast(.75) brightness(1.25) saturate(1.4);
}
.ep-filter-rise {
-webkit-filter: sepia(.25) contrast(1.25) brightness(1.2) saturate(.9);
filter: sepia(.25) contrast(1.25) brightness(1.2) saturate(.9);
}
.ep-filter-rise::before {
background: radial-gradient(circle closest-corner, transparent 0, rgba(230, 193, 61, .25) 100%);
background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(230, 193, 61, .25) 100%);
background: -moz-radial-gradient(circle closest-corner, transparent 0, rgba(230, 193, 61, .25) 100%);
background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(230, 193, 61, .25) 100%);
content: "";
mix-blend-mode: lighten;
}
.ep-filter-sierra {
-webkit-filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
filter: sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg);
}
.ep-filter-sierra::before {
background: radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(0, 0, 0, .65) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(0, 0, 0, .65) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(0, 0, 0, .65) 100%);
background: -webkit-radial-gradient(circle closest-corner, rgba(128, 78, 15, .5) 0, rgba(0, 0, 0, .65) 100%);
content: "";
mix-blend-mode: screen;
}
.ep-filter-skyline {
-webkit-filter: sepia(.15) contrast(1.25) brightness(1.25) saturate(1.2);
filter: sepia(.15) contrast(1.25) brightness(1.25) saturate(1.2);
}
.ep-filter-slumber {
-webkit-filter: sepia(.35) contrast(1.25) saturate(1.25);
filter: sepia(.35) contrast(1.25) saturate(1.25);
}
.ep-filter-slumber::before {
background: rgba(125, 105, 24, .2);
content: "";
mix-blend-mode: darken;
}
.ep-filter-stinson {
-webkit-filter: sepia(.35) contrast(1.25) brightness(1.1) saturate(1.25);
filter: sepia(.35) contrast(1.25) brightness(1.1) saturate(1.25);
}
.ep-filter-stinson::before {
background: rgba(125, 105, 24, .45);
content: "";
mix-blend-mode: lighten;
}
.ep-filter-sutro {
-webkit-filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
}
.ep-filter-sutro::before {
background: radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
background: -o-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
background: -moz-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
background: -webkit-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
content: "";
mix-blend-mode: darken;
}
.ep-filter-toaster {
-webkit-filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
}
.ep-filter-toaster::before {
background: radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
background: -o-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
background: -moz-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
background: -webkit-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
content: "";
mix-blend-mode: screen;
}
.ep-filter-valencia {
-webkit-filter: sepia(.25) contrast(1.1) brightness(1.1);
filter: sepia(.25) contrast(1.1) brightness(1.1);
}
.ep-filter-valencia::before {
background: rgba(230, 193, 61, .1);
content: "";
mix-blend-mode: lighten;
}
.ep-filter-vesper {
-webkit-filter: sepia(.35) contrast(1.15) brightness(1.2) saturate(1.3);
filter: sepia(.35) contrast(1.15) brightness(1.2) saturate(1.3);
}
.ep-filter-vesper::before {
background: rgba(125, 105, 24, .25);
content: "";
mix-blend-mode: overlay;
}
.ep-filter-walden {
-webkit-filter: sepia(.35) contrast(.8) brightness(1.25) saturate(1.4);
filter: sepia(.35) contrast(.8) brightness(1.25) saturate(1.4);
}
.ep-filter-walden::before {
background: rgba(229, 240, 128, .5);
content: "";
mix-blend-mode: darken;
}
.ep-filter-willow {
-webkit-filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
}
.ep-filter-xpro-ii {
-webkit-filter: sepia(.45) contrast(1.25) brightness(1.75) saturate(1.3) hue-rotate(-5deg);
filter: sepia(.45) contrast(1.25) brightness(1.75) saturate(1.3) hue-rotate(-5deg);
}
.ep-filter-xpro-ii::before {
background: radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
background: -o-radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
background: -moz-radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
background: -webkit-radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
content: "";
mix-blend-mode: multiply;
}@keyframes ep-rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(359deg);
}
}
.element-search-form-wrap {
width: 100%;
display: block;
}
.element-search-form {
display: flex;
align-items: center;
height: 40px;
position: relative;
width: 100%;
}
.element-search-form .element-search-category-select {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
max-width: 27%;
height: 100%;
-webkit-appearance: none;
appearance: none;
background-clip: padding-box;
background-size: 9px;
background-position: right .75rem center;
background-repeat: no-repeat;
padding: 10px 28px 10px 10px;
margin: 0;
box-shadow: none;
background-color: #fff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
color: #313131;
font-size: 16px;
border-radius: 3px 0 0 3px;
border: 1px solid #dedede;
border-right: 0;
}
.element-search-form .element-search-input-wrap {
height: 100%;
flex: auto;
position: relative;
line-height: normal;
margin: 0;
padding: 0;
}
.element-search-form .element-search-input {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
height: 100%;
width: 100% !important;
font-size: 16px;
border-radius: 0;
border: 1px solid #dedede;
margin: 0;
padding: 10px;
box-shadow: none;
}
.element-search-form .element-search-input:hover,
.element-search-form .element-search-input:focus {
box-shadow: none;
outline: 0;
border-width: 1px;
border-color: inherit;
}
.element-search-form .element-search-spinner {
border: 3px solid rgba(0, 0, 0, 0.35);
border-top-color: rgba(0, 0, 0, 0.875);
border-radius: 100%;
height: 18px;
width: 18px;
animation: ep-rotate .8s infinite linear;
position: absolute;
right: 10px;
top: 11px;
opacity: 0;
}
.element-search-form .element-search-spinner.visible {
opacity: 0.4;
}
.element-search-form .element-search-results {
position: absolute;
list-style: none;
top: 100%;
left: 0;
width: 100%;
background: #fff;
border-radius: 0 0 3px 3px;
margin: 1px 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding: 10px 0;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
z-index: 125;
display: none;
font-family: sans-serif;
}
.element-search-form .element-search-results-item {
margin: 0;
font-size: 13px;
}
.element-search-form .element-search-results-item a {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
padding: 15px;
display: flex;
color: #313131;
text-decoration: none !important;
border: 0;
box-shadow: none;
}
.element-search-form .element-search-results-item a:hover {
background-color: #F5F5F5;
border: 0;
box-shadow: none;
}
.element-search-form .element-search-results-item .element-search-results-item-thumb {
margin-right: 15px;
max-width: 55px;
}
.element-search-form .element-search-results-item .element-search-results-item-title {
font-size: 16px;
font-weight: bold;
margin: 0 0 5px;
}
.element-search-form .element-search-results-item .element-search-results-item-title:last-child {
margin-bottom: 0;
}
.element-search-form .element-search-results-item .element-search-results-item-excerpt {
margin: 0;
opacity: 0.8;
}
.element-search-form .element-search-results-item .element-search-results-item-excerpt:empty {
display: none;
}
.element-search-form .element-search-results-item.highlighted a {
background-color: #F5F5F5;
}
.element-search-form .element-search-results-item.error a {
color: #ff786d;
}
.element-search-form button.element-search-btn {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
height: 100%;
flex: none;
font-size: 16px;
padding: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 0 3px 3px 0;
border: 1px solid #dedede;
border-left: 0;
background: none;
box-shadow: none;
margin: 0;
}
.element-search-form .element-search-all-results {
text-align: center;
}.elements-plus-countdown-wrap {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #fff;
}
.elements-plus-countdown-wrap .elements-plus-countdown-item {
text-align: center;
background-color: #000;
padding: 10px 15px;
border-radius: 2px;
color: #fff;
line-height: normal;
margin: 0 3px;
flex-grow: 1;
flex-basis: 0;
}
.elements-plus-countdown-wrap .elements-plus-countdown-number {
font-weight: bold;
margin: 0 0 5px;
line-height: normal;
color: #fff;
}
.elements-plus-countdown-wrap .elements-plus-countdown-number:only-child {
margin: 0;
}
.elements-plus-countdown-wrap .elements-plus-countdown-label {
font-weight: normal;
margin: 0;
font-size: inherit;
color: #fff;
}.elementor-widget-ep_tables .ep-table-body td > :only-child,
.elementor-widget-ep_tables .ep-table-body td :last-child {
margin-bottom: 0;
}
.elementor-widget-ep_tables .ep-table-body td ol,
.elementor-widget-ep_tables .ep-table-body td ul {
padding-left: 1.1em;
}
@media (max-width: 767px) {
.elementor-widget-ep_tables .ep-table-responsive {
display: block;
max-width: 100%;
width: 100%;
border-collapse: collapse;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.elementor-widget-ep_tables .ep-table-responsive th,
.elementor-widget-ep_tables .ep-table-responsive td {
white-space: nowrap;
}
}@keyframes fade-in-up {
0% {
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.elementor-widget-video .elementor-wrapper iframe {
max-width: 100%;
max-height: 100%;
}
.elementor-widget-video .elementor-wrapper.stuck {
position: fixed;
transform: translateY(100%);
animation: fade-in-up .25s ease forwards;
padding-bottom: 0;
z-index: 1000;
}
.elementor-widget-video .elementor-wrapper.stuck .close {
position: absolute;
top: -10px;
right: -10px;
background: #000;
z-index: 100;
color: #fff;
border-radius: 50%;
width: 25px;
height: 25px;
text-align: center;
line-height: 25px;
font-size: 15px;
cursor: pointer;
}
.elementor-widget-video .elementor-widget-container.ep-sticky-wrapper {
overflow: visible;
transform: none;
}.ep-accordion-container {
width: 100%;
max-width: 100%;
overflow: hidden;
}
.ep-accordion-container ul {
width: 100%;
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
.ep-accordion-container ul li {
flex-grow: 1;
position: relative;
width: 16.666%;
background-repeat: no-repeat;
background-position: center center;
transition: all 500ms ease;
}
.ep-accordion-container ul li.active {
width: 100%;
}
.ep-accordion-container ul li.active span * {
opacity: 1;
transform: translateX(0);
}
.ep-accordion-container ul li.active span .ep-accordion-content a {
display: inline-block;
}
.ep-accordion-container ul li div {
display: block;
overflow: hidden;
width: 100%;
height: 100%;
}
.ep-accordion-container ul li div span {
display: table;
height: 100%;
width: 100%;
position: relative;
z-index: 3;
vertical-align: bottom;
padding: 15px 20px;
box-sizing: border-box;
text-decoration: none;
transition: all 200ms ease;
}
.ep-accordion-container ul li div span * {
opacity: 0;
margin: 0;
width: 100%;
position: relative;
z-index: 5;
overflow: hidden;
transform: translateX(-100%);
transition: all 400ms ease;
}
.ep-accordion-container ul li div span .ep-accordion-content {
padding: 10px;
display: table-cell;
vertical-align: bottom;
}
.ep-accordion-container ul li div span .ep-accordion-content a {
display: none;
}
.ep-accordion-container ul:hover li,
.ep-accordion-container ul:focus-within li {
width: 8%;
}
.ep-accordion-container ul li:focus {
outline: none;
}
.ep-accordion-container ul:hover li:hover,
.ep-accordion-container ul li:focus,
.ep-accordion-container ul:focus-within li:focus {
width: 60%;
}
.ep-accordion-container ul:hover li:hover span *,
.ep-accordion-container ul li:focus span *,
.ep-accordion-container ul:focus-within li:focus span * {
opacity: 1;
transform: translateX(0);
}
.ep-accordion-container ul:hover li:hover span .ep-accordion-content a,
.ep-accordion-container ul li:focus span .ep-accordion-content a,
.ep-accordion-container ul:focus-within li:focus span .ep-accordion-content a {
display: inline-block;
}
.ep-accordion-container ul:hover li {
width: 8%;
}
.ep-accordion-container ul:hover li span * {
opacity: 0 !important;
}
.ep-accordion-container ul:hover li:hover {
width: 60%;
}
.ep-accordion-container ul:hover li:hover span * {
opacity: 1 !important;
transform: translateX(0);
}
.ep-accordion-container ul:hover li:hover span .ep-accordion-content a {
display: inline-block;
}
.ep-accordion-container ul:hover li span,
.ep-accordion-container ul:focus li span {
background: transparent;
}
@media screen and (max-width: 767px) {
.ep-accordion-container {
height: auto !important;
}
.ep-accordion-container ul {
flex-direction: column;
}
.ep-accordion-container ul li {
display: block;
width: 100%;
}
.ep-accordion-container ul:hover li:hover,
.ep-accordion-container ul li:focus,
.ep-accordion-container ul:focus-within li:focus {
width: 100%;
}
.ep-accordion-container ul:hover li {
width: 100%;
}
.ep-accordion-container ul:hover li:hover {
width: 100%;
}
}.ep-ct-switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
margin-bottom: 0;
}
.ep-ct-switch input {
opacity: 0;
width: 0;
height: 0;
}
.ep-ct-switch input:checked + .ep-ct-slider:before {
transform: translateX(26px);
}
.ep-ct-switch .ep-ct-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: .4s;
}
.ep-ct-switch .ep-ct-slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
transition: .4s;
}
.ep-ct-switch .ep-ct-slider.ep-ct-round {
border-radius: 34px;
}
.ep-ct-switch .ep-ct-slider.ep-ct-round::before {
border-radius: 50%;
}
.ep-ct-content-wrapper {
position: relative;
}
.ep-ct-content-wrapper .ep-ct-content {
display: none;
}
.ep-ct-content-wrapper .ep-ct-content.active {
display: block;
}
.ep-ct-switch-label {
position: relative;
top: 3px;
margin: 0 7px;
}.elementor-widget-ep-heading .elementor-heading-title {
display: flex;
margin-bottom: 0;
}
.elementor-widget-ep-heading .elementor-heading-title a {
display: flex;
}
.elementor-widget-ep-heading .elementor-heading-title span {
display: flex;
flex-direction: column;
justify-content: center;
}.ep-pricing-list-item {
display: flex;
align-items: center;
margin-bottom: 45px;
}
.ep-pricing-list-item.ep-image-right {
flex-direction: row-reverse;
}
.ep-pricing-list-item .ep-pricing-list-item-thumb {
flex-basis: 15%;
}
.ep-pricing-list-item .ep-pricing-list-item-thumb.ep-image-left {
margin-right: 25px;
}
.ep-pricing-list-item .ep-pricing-list-item-thumb.ep-image-right {
margin-left: 25px;
}
.ep-pricing-list-item .ep-pricing-list-item-content {
flex: 1;
}
.ep-pricing-list-item .ep-pricing-list-item-content .ep-pricing-list-item-title {
margin-bottom: 5px;
display: flex;
justify-content: space-between;
}
.ep-pricing-list-item .ep-pricing-list-item-content .ep-pricing-list-item-title .ep-pricing-list-item-price {
order: 3;
}
.ep-pricing-list-item .ep-pricing-list-item-content .ep-pricing-list-item-description {
margin-bottom: 0;
}@-ms-viewport {
width: auto;
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.grid-container:before, .grid-5:before, .grid-10:before, .grid-15:before, .grid-20:before, .grid-25:before, .grid-30:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, .grid-55:before, .grid-60:before, .grid-65:before, .grid-70:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-90:before, .grid-95:before, .grid-100:before, .grid-33:before, .grid-66:before, [class*="mobile-grid-"]:before,[class*="tablet-grid-"]:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
[class*="mobile-grid-"]:after,
[class*="tablet-grid-"]:after,
.clearfix:after {
content: ".";
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.grid-container:after, .grid-5:after, .grid-10:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after,  .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, [class*="mobile-grid-"]:after, [class*="tablet-grid-"]:after, .clearfix:after {
clear: both;
}
.grid-container {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding-left: 10px;
padding-right: 10px;
}
.grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66, [class*="mobile-grid-"], [class*="tablet-grid-"] {
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
.grid-parent {
padding-left: 0;
padding-right: 0;
}
@media (max-width: 767px) {
[class*="mobile-push-"],
[class*="mobile-pull-"] {
position: relative;
}
.hide-on-mobile {
display: none !important;
}
.mobile-grid-5 {
float: left;
width: 5%;
}
.mobile-prefix-5 {
margin-left: 5%;
}
.mobile-suffix-5 {
margin-right: 5%;
}
.mobile-push-5 {
left: 5%;
}
.mobile-pull-5 {
left: -5%;
}
.mobile-grid-10 {
float: left;
width: 10%;
}
.mobile-prefix-10 {
margin-left: 10%;
}
.mobile-suffix-10 {
margin-right: 10%;
}
.mobile-push-10 {
left: 10%;
}
.mobile-pull-10 {
left: -10%;
}
.mobile-grid-15 {
float: left;
width: 15%;
}
.mobile-prefix-15 {
margin-left: 15%;
}
.mobile-suffix-15 {
margin-right: 15%;
}
.mobile-push-15 {
left: 15%;
}
.mobile-pull-15 {
left: -15%;
}
.mobile-grid-20 {
float: left;
width: 20%;
}
.mobile-prefix-20 {
margin-left: 20%;
}
.mobile-suffix-20 {
margin-right: 20%;
}
.mobile-push-20 {
left: 20%;
}
.mobile-pull-20 {
left: -20%;
}
.mobile-grid-25 {
float: left;
width: 25%;
}
.mobile-prefix-25 {
margin-left: 25%;
}
.mobile-suffix-25 {
margin-right: 25%;
}
.mobile-push-25 {
left: 25%;
}
.mobile-pull-25 {
left: -25%;
}
.mobile-grid-30 {
float: left;
width: 30%;
}
.mobile-prefix-30 {
margin-left: 30%;
}
.mobile-suffix-30 {
margin-right: 30%;
}
.mobile-push-30 {
left: 30%;
}
.mobile-pull-30 {
left: -30%;
}
.mobile-grid-35 {
float: left;
width: 35%;
}
.mobile-prefix-35 {
margin-left: 35%;
}
.mobile-suffix-35 {
margin-right: 35%;
}
.mobile-push-35 {
left: 35%;
}
.mobile-pull-35 {
left: -35%;
}
.mobile-grid-40 {
float: left;
width: 40%;
}
.mobile-prefix-40 {
margin-left: 40%;
}
.mobile-suffix-40 {
margin-right: 40%;
}
.mobile-push-40 {
left: 40%;
}
.mobile-pull-40 {
left: -40%;
}
.mobile-grid-45 {
float: left;
width: 45%;
}
.mobile-prefix-45 {
margin-left: 45%;
}
.mobile-suffix-45 {
margin-right: 45%;
}
.mobile-push-45 {
left: 45%;
}
.mobile-pull-45 {
left: -45%;
}
.mobile-grid-50 {
float: left;
width: 50%;
}
.mobile-prefix-50 {
margin-left: 50%;
}
.mobile-suffix-50 {
margin-right: 50%;
}
.mobile-push-50 {
left: 50%;
}
.mobile-pull-50 {
left: -50%;
}
.mobile-grid-55 {
float: left;
width: 55%;
}
.mobile-prefix-55 {
margin-left: 55%;
}
.mobile-suffix-55 {
margin-right: 55%;
}
.mobile-push-55 {
left: 55%;
}
.mobile-pull-55 {
left: -55%;
}
.mobile-grid-60 {
float: left;
width: 60%;
}
.mobile-prefix-60 {
margin-left: 60%;
}
.mobile-suffix-60 {
margin-right: 60%;
}
.mobile-push-60 {
left: 60%;
}
.mobile-pull-60 {
left: -60%;
}
.mobile-grid-65 {
float: left;
width: 65%;
}
.mobile-prefix-65 {
margin-left: 65%;
}
.mobile-suffix-65 {
margin-right: 65%;
}
.mobile-push-65 {
left: 65%;
}
.mobile-pull-65 {
left: -65%;
}
.mobile-grid-70 {
float: left;
width: 70%;
}
.mobile-prefix-70 {
margin-left: 70%;
}
.mobile-suffix-70 {
margin-right: 70%;
}
.mobile-push-70 {
left: 70%;
}
.mobile-pull-70 {
left: -70%;
}
.mobile-grid-75 {
float: left;
width: 75%;
}
.mobile-prefix-75 {
margin-left: 75%;
}
.mobile-suffix-75 {
margin-right: 75%;
}
.mobile-push-75 {
left: 75%;
}
.mobile-pull-75 {
left: -75%;
}
.mobile-grid-80 {
float: left;
width: 80%;
}
.mobile-prefix-80 {
margin-left: 80%;
}
.mobile-suffix-80 {
margin-right: 80%;
}
.mobile-push-80 {
left: 80%;
}
.mobile-pull-80 {
left: -80%;
}
.mobile-grid-85 {
float: left;
width: 85%;
}
.mobile-prefix-85 {
margin-left: 85%;
}
.mobile-suffix-85 {
margin-right: 85%;
}
.mobile-push-85 {
left: 85%;
}
.mobile-pull-85 {
left: -85%;
}
.mobile-grid-90 {
float: left;
width: 90%;
}
.mobile-prefix-90 {
margin-left: 90%;
}
.mobile-suffix-90 {
margin-right: 90%;
}
.mobile-push-90 {
left: 90%;
}
.mobile-pull-90 {
left: -90%;
}
.mobile-grid-95 {
float: left;
width: 95%;
}
.mobile-prefix-95 {
margin-left: 95%;
}
.mobile-suffix-95 {
margin-right: 95%;
}
.mobile-push-95 {
left: 95%;
}
.mobile-pull-95 {
left: -95%;
}
.mobile-grid-33 {
float: left;
width: 33.33333%;
}
.mobile-prefix-33 {
margin-left: 33.33333%;
}
.mobile-suffix-33 {
margin-right: 33.33333%;
}
.mobile-push-33 {
left: 33.33333%;
}
.mobile-pull-33 {
left: -33.33333%;
}
.mobile-grid-66 {
float: left;
width: 66.66667%;
}
.mobile-prefix-66 {
margin-left: 66.66667%;
}
.mobile-suffix-66 {
margin-right: 66.66667%;
}
.mobile-push-66 {
left: 66.66667%;
}
.mobile-pull-66 {
left: -66.66667%;
}
.mobile-grid-100 {
clear: both;
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
[class*="tablet-push-"],
[class*="tablet-pull-"] {
position: relative;
}
.hide-on-tablet {
display: none !important;
}
.tablet-grid-5 {
float: left;
width: 5%;
}
.tablet-prefix-5 {
margin-left: 5%;
}
.tablet-suffix-5 {
margin-right: 5%;
}
.tablet-push-5 {
left: 5%;
}
.tablet-pull-5 {
left: -5%;
}
.tablet-grid-10 {
float: left;
width: 10%;
}
.tablet-prefix-10 {
margin-left: 10%;
}
.tablet-suffix-10 {
margin-right: 10%;
}
.tablet-push-10 {
left: 10%;
}
.tablet-pull-10 {
left: -10%;
}
.tablet-grid-15 {
float: left;
width: 15%;
}
.tablet-prefix-15 {
margin-left: 15%;
}
.tablet-suffix-15 {
margin-right: 15%;
}
.tablet-push-15 {
left: 15%;
}
.tablet-pull-15 {
left: -15%;
}
.tablet-grid-20 {
float: left;
width: 20%;
}
.tablet-prefix-20 {
margin-left: 20%;
}
.tablet-suffix-20 {
margin-right: 20%;
}
.tablet-push-20 {
left: 20%;
}
.tablet-pull-20 {
left: -20%;
}
.tablet-grid-25 {
float: left;
width: 25%;
}
.tablet-prefix-25 {
margin-left: 25%;
}
.tablet-suffix-25 {
margin-right: 25%;
}
.tablet-push-25 {
left: 25%;
}
.tablet-pull-25 {
left: -25%;
}
.tablet-grid-30 {
float: left;
width: 30%;
}
.tablet-prefix-30 {
margin-left: 30%;
}
.tablet-suffix-30 {
margin-right: 30%;
}
.tablet-push-30 {
left: 30%;
}
.tablet-pull-30 {
left: -30%;
}
.tablet-grid-35 {
float: left;
width: 35%;
}
.tablet-prefix-35 {
margin-left: 35%;
}
.tablet-suffix-35 {
margin-right: 35%;
}
.tablet-push-35 {
left: 35%;
}
.tablet-pull-35 {
left: -35%;
}
.tablet-grid-40 {
float: left;
width: 40%;
}
.tablet-prefix-40 {
margin-left: 40%;
}
.tablet-suffix-40 {
margin-right: 40%;
}
.tablet-push-40 {
left: 40%;
}
.tablet-pull-40 {
left: -40%;
}
.tablet-grid-45 {
float: left;
width: 45%;
}
.tablet-prefix-45 {
margin-left: 45%;
}
.tablet-suffix-45 {
margin-right: 45%;
}
.tablet-push-45 {
left: 45%;
}
.tablet-pull-45 {
left: -45%;
}
.tablet-grid-50 {
float: left;
width: 50%;
}
.tablet-prefix-50 {
margin-left: 50%;
}
.tablet-suffix-50 {
margin-right: 50%;
}
.tablet-push-50 {
left: 50%;
}
.tablet-pull-50 {
left: -50%;
}
.tablet-grid-55 {
float: left;
width: 55%;
}
.tablet-prefix-55 {
margin-left: 55%;
}
.tablet-suffix-55 {
margin-right: 55%;
}
.tablet-push-55 {
left: 55%;
}
.tablet-pull-55 {
left: -55%;
}
.tablet-grid-60 {
float: left;
width: 60%;
}
.tablet-prefix-60 {
margin-left: 60%;
}
.tablet-suffix-60 {
margin-right: 60%;
}
.tablet-push-60 {
left: 60%;
}
.tablet-pull-60 {
left: -60%;
}
.tablet-grid-65 {
float: left;
width: 65%;
}
.tablet-prefix-65 {
margin-left: 65%;
}
.tablet-suffix-65 {
margin-right: 65%;
}
.tablet-push-65 {
left: 65%;
}
.tablet-pull-65 {
left: -65%;
}
.tablet-grid-70 {
float: left;
width: 70%;
}
.tablet-prefix-70 {
margin-left: 70%;
}
.tablet-suffix-70 {
margin-right: 70%;
}
.tablet-push-70 {
left: 70%;
}
.tablet-pull-70 {
left: -70%;
}
.tablet-grid-75 {
float: left;
width: 75%;
}
.tablet-prefix-75 {
margin-left: 75%;
}
.tablet-suffix-75 {
margin-right: 75%;
}
.tablet-push-75 {
left: 75%;
}
.tablet-pull-75 {
left: -75%;
}
.tablet-grid-80 {
float: left;
width: 80%;
}
.tablet-prefix-80 {
margin-left: 80%;
}
.tablet-suffix-80 {
margin-right: 80%;
}
.tablet-push-80 {
left: 80%;
}
.tablet-pull-80 {
left: -80%;
}
.tablet-grid-85 {
float: left;
width: 85%;
}
.tablet-prefix-85 {
margin-left: 85%;
}
.tablet-suffix-85 {
margin-right: 85%;
}
.tablet-push-85 {
left: 85%;
}
.tablet-pull-85 {
left: -85%;
}
.tablet-grid-90 {
float: left;
width: 90%;
}
.tablet-prefix-90 {
margin-left: 90%;
}
.tablet-suffix-90 {
margin-right: 90%;
}
.tablet-push-90 {
left: 90%;
}
.tablet-pull-90 {
left: -90%;
}
.tablet-grid-95 {
float: left;
width: 95%;
}
.tablet-prefix-95 {
margin-left: 95%;
}
.tablet-suffix-95 {
margin-right: 95%;
}
.tablet-push-95 {
left: 95%;
}
.tablet-pull-95 {
left: -95%;
}
.tablet-grid-33 {
float: left;
width: 33.33333%;
}
.tablet-prefix-33 {
margin-left: 33.33333%;
}
.tablet-suffix-33 {
margin-right: 33.33333%;
}
.tablet-push-33 {
left: 33.33333%;
}
.tablet-pull-33 {
left: -33.33333%;
}
.tablet-grid-66 {
float: left;
width: 66.66667%;
}
.tablet-prefix-66 {
margin-left: 66.66667%;
}
.tablet-suffix-66 {
margin-right: 66.66667%;
}
.tablet-push-66 {
left: 66.66667%;
}
.tablet-pull-66 {
left: -66.66667%;
}
.tablet-grid-100 {
clear: both;
width: 100%;
} .inside-footer-widgets > div {
margin-bottom: 50px;
}
.inside-footer-widgets > div:nth-child(odd) {
clear: both;
}
.active-footer-widgets-1 .footer-widget-1,
.active-footer-widgets-3 .footer-widget-3,
.active-footer-widgets-5 .footer-widget-5 {
width: 100%;
margin-bottom: 0;
}
.active-footer-widgets-2 .inside-footer-widgets > div,
.active-footer-widgets-4 .footer-widget-3,
.active-footer-widgets-4 .footer-widget-4 {
margin-bottom: 0;
}
}
@media (min-width: 1025px) {
.push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
position: relative;
}
.hide-on-desktop {
display: none !important;
}
.grid-5 {
float: left;
width: 5%;
}
.prefix-5 {
margin-left: 5%;
}
.suffix-5 {
margin-right: 5%;
}
.push-5 {
left: 5%;
}
.pull-5 {
left: -5%;
}
.grid-10 {
float: left;
width: 10%;
}
.prefix-10 {
margin-left: 10%;
}
.suffix-10 {
margin-right: 10%;
}
.push-10 {
left: 10%;
}
.pull-10 {
left: -10%;
}
.grid-15 {
float: left;
width: 15%;
}
.prefix-15 {
margin-left: 15%;
}
.suffix-15 {
margin-right: 15%;
}
.push-15 {
left: 15%;
}
.pull-15 {
left: -15%;
}
.grid-20 {
float: left;
width: 20%;
}
.prefix-20 {
margin-left: 20%;
}
.suffix-20 {
margin-right: 20%;
}
.push-20 {
left: 20%;
}
.pull-20 {
left: -20%;
}
.grid-25 {
float: left;
width: 25%;
}
.prefix-25 {
margin-left: 25%;
}
.suffix-25 {
margin-right: 25%;
}
.push-25 {
left: 25%;
}
.pull-25 {
left: -25%;
}
.grid-30 {
float: left;
width: 30%;
}
.prefix-30 {
margin-left: 30%;
}
.suffix-30 {
margin-right: 30%;
}
.push-30 {
left: 30%;
}
.pull-30 {
left: -30%;
}
.grid-35 {
float: left;
width: 35%;
}
.prefix-35 {
margin-left: 35%;
}
.suffix-35 {
margin-right: 35%;
}
.push-35 {
left: 35%;
}
.pull-35 {
left: -35%;
}
.grid-40 {
float: left;
width: 40%;
}
.prefix-40 {
margin-left: 40%;
}
.suffix-40 {
margin-right: 40%;
}
.push-40 {
left: 40%;
}
.pull-40 {
left: -40%;
}
.grid-45 {
float: left;
width: 45%;
}
.prefix-45 {
margin-left: 45%;
}
.suffix-45 {
margin-right: 45%;
}
.push-45 {
left: 45%;
}
.pull-45 {
left: -45%;
}
.grid-50 {
float: left;
width: 50%;
}
.prefix-50 {
margin-left: 50%;
}
.suffix-50 {
margin-right: 50%;
}
.push-50 {
left: 50%;
}
.pull-50 {
left: -50%;
}
.grid-55 {
float: left;
width: 55%;
}
.prefix-55 {
margin-left: 55%;
}
.suffix-55 {
margin-right: 55%;
}
.push-55 {
left: 55%;
}
.pull-55 {
left: -55%;
}
.grid-60 {
float: left;
width: 60%;
}
.prefix-60 {
margin-left: 60%;
}
.suffix-60 {
margin-right: 60%;
}
.push-60 {
left: 60%;
}
.pull-60 {
left: -60%;
}
.grid-65 {
float: left;
width: 65%;
}
.prefix-65 {
margin-left: 65%;
}
.suffix-65 {
margin-right: 65%;
}
.push-65 {
left: 65%;
}
.pull-65 {
left: -65%;
}
.grid-70 {
float: left;
width: 70%;
}
.prefix-70 {
margin-left: 70%;
}
.suffix-70 {
margin-right: 70%;
}
.push-70 {
left: 70%;
}
.pull-70 {
left: -70%;
}
.grid-75 {
float: left;
width: 75%;
}
.prefix-75 {
margin-left: 75%;
}
.suffix-75 {
margin-right: 75%;
}
.push-75 {
left: 75%;
}
.pull-75 {
left: -75%;
}
.grid-80 {
float: left;
width: 80%;
}
.prefix-80 {
margin-left: 80%;
}
.suffix-80 {
margin-right: 80%;
}
.push-80 {
left: 80%;
}
.pull-80 {
left: -80%;
}
.grid-85 {
float: left;
width: 85%;
}
.prefix-85 {
margin-left: 85%;
}
.suffix-85 {
margin-right: 85%;
}
.push-85 {
left: 85%;
}
.pull-85 {
left: -85%;
}
.grid-90 {
float: left;
width: 90%;
}
.prefix-90 {
margin-left: 90%;
}
.suffix-90 {
margin-right: 90%;
}
.push-90 {
left: 90%;
}
.pull-90 {
left: -90%;
}
.grid-95 {
float: left;
width: 95%;
}
.prefix-95 {
margin-left: 95%;
}
.suffix-95 {
margin-right: 95%;
}
.push-95 {
left: 95%;
}
.pull-95 {
left: -95%;
}
.grid-33 {
float: left;
width: 33.33333%;
}
.prefix-33 {
margin-left: 33.33333%;
}
.suffix-33 {
margin-right: 33.33333%;
}
.push-33 {
left: 33.33333%;
}
.pull-33 {
left: -33.33333%;
}
.grid-66 {
float: left;
width: 66.66667%;
}
.prefix-66 {
margin-left: 66.66667%;
}
.suffix-66 {
margin-right: 66.66667%;
}
.push-66 {
left: 66.66667%;
}
.pull-66 {
left: -66.66667%;
}
.grid-100 {
clear: both;
width: 100%;
}
}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
margin: 0;
padding: 0;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
ol,
ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
padding: 5px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
a {
background-color: transparent;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: normal;
text-transform: none;
font-size: 17px;
line-height: 1.5;
}
p {
margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}
pre {
background: rgba(0, 0, 0, 0.05);
font-family: inherit;
font-size: inherit;
line-height: normal;
margin-bottom: 1.5em;
padding: 20px;
overflow: auto;
max-width: 100%;
}
blockquote {
border-left: 5px solid rgba(0, 0, 0, 0.05);
padding: 20px;
font-size: 1.2em;
font-style: italic;
margin: 0 0 1.5em;
position: relative;
}
blockquote p:last-child {
margin: 0;
}
table,
th,
td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.5em;
width: 100%;
}
th,
td {
padding: 8px;
}
th {
border-width: 0 1px 1px 0;
}
td {
border-width: 0 1px 1px 0;
}
hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 40px;
margin-top: 40px;
}
fieldset {
padding: 0;
border: 0;
min-width: inherit;
}
fieldset legend {
padding: 0;
margin-bottom: 1.5em;
}
h1 {
font-size: 42px;
margin-bottom: 20px;
line-height: 1.2em;
font-weight: normal;
text-transform: none;
}
h2 {
font-size: 35px;
margin-bottom: 20px;
line-height: 1.2em;
font-weight: normal;
text-transform: none;
}
h3 {
font-size: 29px;
margin-bottom: 20px;
line-height: 1.2em;
font-weight: normal;
text-transform: none;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h4,
h5,
h6 {
margin-bottom: 20px;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
code,
kbd,
tt,
var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; max-width: 100%; } button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid transparent;
background: #55555e;
cursor: pointer; -webkit-appearance: button; padding: 10px 20px;
color: #FFF;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
background: #FAFAFA;
color: #666;
border: 1px solid #ccc;
border-radius: 0px;
padding: 10px 15px;
box-sizing: border-box;
max-width: 100%;
}
textarea {
overflow: auto; vertical-align: top; width: 100%;
}
input[type="file"] {
max-width: 100%;
box-sizing: border-box;
} a,
button,
input {
transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
a {
text-decoration: none;
}
.button,
.wp-block-button .wp-block-button__link {
padding: 10px 20px;
display: inline-block;
}
.wp-block-button .wp-block-button__link {
font-size: inherit;
line-height: inherit;
}
.using-mouse :focus {
outline: 0;
}
.using-mouse ::-moz-focus-inner {
border: 0;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.no-sidebar .entry-content .alignfull {
margin-left: calc( -100vw / 2 + 100% / 2);
margin-right: calc( -100vw / 2 + 100% / 2);
max-width: 100vw;
width: auto;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
content: "";
display: table;
clear: both;
} .main-navigation {
z-index: 100;
padding: 0;
clear: both;
display: block;
}
.main-navigation a {
display: block;
text-decoration: none;
font-weight: normal;
text-transform: none;
font-size: 15px;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation .main-nav ul li a {
padding-left: 20px;
padding-right: 20px;
line-height: 60px;
}
.inside-navigation {
position: relative;
}
.main-navigation li {
float: left;
position: relative;
}
.sf-menu > li.menu-item-float-right {
float: right !important;
}
.nav-float-right .inside-header .main-navigation {
float: right;
clear: right;
}
.nav-float-left .inside-header .main-navigation {
float: left;
clear: left;
}
.nav-aligned-right .main-navigation:not(.toggled) .menu > li,
.nav-aligned-center .main-navigation:not(.toggled) .menu > li {
float: none;
display: inline-block;
}
.nav-aligned-right .main-navigation:not(.toggled) ul,
.nav-aligned-center .main-navigation:not(.toggled) ul {
letter-spacing: -0.31em;
font-size: 1em;
}
.nav-aligned-right .main-navigation:not(.toggled) ul li,
.nav-aligned-center .main-navigation:not(.toggled) ul li {
letter-spacing: normal;
}
.nav-aligned-center .main-navigation {
text-align: center;
}
.nav-aligned-right .main-navigation {
text-align: right;
}
.main-navigation li.search-item {
float: right;
}
.main-navigation .mobile-bar-items a {
padding-left: 20px;
padding-right: 20px;
line-height: 60px;
} .main-navigation ul ul {
display: block;
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
float: left;
position: absolute;
left: -99999px;
opacity: 0;
z-index: 99999;
width: 200px;
text-align: left;
top: auto;
transition: opacity 80ms linear;
transition-delay: 0s;
pointer-events: none;
height: 0;
overflow: hidden;
}
.main-navigation ul ul a {
display: block;
}
.main-navigation ul ul li {
width: 100%;
}
.main-navigation .main-nav ul ul li a {
line-height: normal;
padding: 10px 20px;
font-size: 14px;
}
.main-navigation .main-nav ul li.menu-item-has-children > a {
padding-right: 0;
position: relative;
}
.main-navigation.sub-menu-left ul ul {
box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.main-navigation.sub-menu-left .sub-menu {
right: 0;
}
.main-navigation:not(.toggled) ul li:hover > ul,
.main-navigation:not(.toggled) ul li.sfHover > ul {
left: auto;
opacity: 1;
transition-delay: 150ms;
pointer-events: auto;
height: auto;
overflow: visible;
}
.main-navigation:not(.toggled) ul ul li:hover > ul,
.main-navigation:not(.toggled) ul ul li.sfHover > ul {
left: 100%;
top: 0;
}
.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
right: 100%;
left: auto;
}
.nav-float-right .main-navigation ul ul ul {
top: 0;
}
.menu-item-has-children .dropdown-menu-toggle {
display: inline-block;
height: 100%;
clear: both;
padding-right: 20px;
padding-left: 10px;
}
.menu-item-has-children ul .dropdown-menu-toggle {
padding-top: 10px;
padding-bottom: 10px;
margin-top: -10px;
}
nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
float: right;
} .widget-area .main-navigation li {
float: none;
display: block;
width: 100%;
padding: 0;
margin: 0;
}
.sidebar .main-navigation.sub-menu-right ul li:hover ul,
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul {
top: 0;
left: 100%;
}
.sidebar .main-navigation.sub-menu-left ul li:hover ul,
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul {
top: 0;
right: 100%;
} .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 2em;
overflow: hidden;
}
.site-main .post-navigation {
margin-bottom: 0;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
display: none;
}
.paging-navigation .nav-links > * {
padding: 0 5px;
}
.paging-navigation .nav-links .current {
font-weight: bold;
} .nav-links > *:first-child {
padding-left: 0;
} .site-header {
position: relative;
}
.inside-header {
padding: 20px 40px;
}
.main-title {
margin: 0;
font-size: 25px;
line-height: 1.2em;
word-wrap: break-word;
font-weight: bold;
text-transform: none;
}
.site-description {
margin: 0;
line-height: 1.5;
font-weight: normal;
text-transform: none;
font-size: 15px;
}
.site-logo {
display: inline-block;
max-width: 100%;
}
.site-header .header-image {
vertical-align: middle;
}
.header-widget {
float: right;
overflow: hidden;
max-width: 50%;
}
.header-widget .widget {
padding: 0 0 20px;
margin-bottom: 0;
}
.header-widget .widget:last-child {
padding-bottom: 0;
}
.header-widget .widget-title {
margin-bottom: 15px;
}
.nav-float-right .header-widget {
position: relative;
top: -10px;
}
.nav-float-right .header-widget .widget {
padding: 0 0 10px;
}
.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
float: right;
clear: right;
}
.nav-float-left .inside-header:after {
clear: both;
content: '';
display: table;
}
.nav-float-right .inside-header .site-branding {
display: inline-block;
}
.site-branding-container {
display: inline-flex;
align-items: center;
text-align: left;
}
.site-branding-container .site-logo {
margin-right: 1.5em;
}
.header-aligned-center .site-header {
text-align: center;
}
.header-aligned-right .site-header {
text-align: right;
}
.header-aligned-right .site-branding-container {
text-align: right;
}
.header-aligned-right .site-branding-container .site-logo {
order: 10;
margin-right: 0;
margin-left: 1.5em;
} .sticky {
display: block;
}
.posted-on .updated,
.entry-header .gp-icon {
display: none;
}
.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
display: inline;
}
footer.entry-meta .byline,
footer.entry-meta .posted-on {
display: block;
}
.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
margin-top: 2em;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
display: none;
}
.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
margin-top: 0;
}
.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
margin-bottom: 0;
}
.site-content,
.entry-header {
word-wrap: break-word;
}
.entry-title {
margin-bottom: 0;
}
.author .page-header .page-title {
display: flex;
align-items: center;
}
.author .page-header .avatar {
margin-right: 20px;
}
.page-header > *:last-child,
.page-header .author-info > *:last-child {
margin-bottom: 0;
}
.entry-meta {
font-size: 85%;
margin-top: .5em;
line-height: 1.5;
}
footer.entry-meta {
margin-top: 2em;
}
.cat-links,
.tags-links,
.comments-link {
display: block;
}
.taxonomy-description p:last-child,
.read-more-container,
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
margin-bottom: 0;
}  .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
position: relative;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto 0;
max-width: 100%;
}
.wp-caption .wp-caption-text {
font-size: 75%;
padding-top: 5px;
opacity: 0.8;
}
.wp-caption img {
position: relative;
vertical-align: bottom;
}
.wp-block-image figcaption {
font-size: 13px;
text-align: center;
} .wp-block-gallery,
ul.blocks-gallery-grid {
margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
background: rgba(255, 255, 255, 0.7);
color: #000;
padding: 10px;
box-sizing: border-box;
}
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.site-main .gallery {
margin-bottom: 1.5em;
}
.gallery-item img {
vertical-align: bottom;
}
.gallery-icon {
padding: 5px;
}
embed,
iframe,
object {
max-width: 100%;
} .wp-block-post-template {
margin-left: 0;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment,
.comment-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.comment-author-info {
display: inline-block;
vertical-align: middle;
}
.comment-meta .avatar {
float: left;
margin-right: 10px;
border-radius: 50%;
}
.comment-author cite {
font-style: normal;
font-weight: bold;
}
.entry-meta.comment-metadata {
margin-top: 0;
}
.comment-content {
margin-top: 1.5em;
}
.comment-respond {
margin-top: 0;
}
.comment-form > .form-submit {
margin-bottom: 0;
}
.comment-form input,
.comment-form-comment {
margin-bottom: 10px;
}
.comment-form-comment textarea {
resize: vertical;
}
.comment-form #author,
.comment-form #email,
.comment-form #url {
display: block;
}
.comment-metadata .edit-link:before {
display: none;
}
.comment-body {
padding: 30px 0;
}
.comment-content {
padding: 30px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
.depth-1.parent > .children {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.comment .children {
padding-left: 30px;
margin-top: -30px;
border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.pingback .comment-body,
.trackback .comment-body {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pingback .edit-link {
font-size: 13px;
}
.comment-content p:last-child {
margin-bottom: 0;
}
.comment-list > .comment:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
ol.comment-list {
margin-bottom: 1.5em;
}
.comment-form-cookies-consent {
display: flex;
align-items: center;
}
.comment-form-cookies-consent input {
margin-right: 0.5em;
margin-bottom: 0;
}
.one-container .comments-area {
margin-top: 1.5em;
}
.comment-content .reply {
font-size: 85%;
}
#cancel-comment-reply-link {
padding-left: 10px;
} .widget-area .widget {
padding: 40px;
}
.widget select {
max-width: 100%;
}
.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
margin-bottom: 0;
}
.widget-title {
margin-bottom: 30px;
font-size: 20px;
line-height: 1.5;
font-weight: normal;
text-transform: none;
}
.widget ul,
.widget ol {
margin: 0;
}
.widget .search-field {
width: 100%;
}
.widget_search .search-submit {
display: none;
}
.widget {
margin: 0 0 30px;
box-sizing: border-box;
}
.widget:last-child,
.separate-containers .widget:last-child {
margin-bottom: 0;
}
.sidebar .widget,
.footer-widgets .widget {
font-size: 17px;
}
.widget ul li {
list-style-type: none;
position: relative;
padding-bottom: 5px;
}
.widget_categories .children {
margin-left: 1.5em;
padding-top: 5px;
}
.widget_categories .children li:last-child {
padding-bottom: 0;
}
.widget_nav_menu ul ul,
.widget_pages ul ul {
margin-left: 1em;
margin-top: 5px;
}
.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
padding-bottom: 0;
}
#wp-calendar {
table-layout: fixed;
font-size: 80%;
}
#wp-calendar #prev,
#wp-calendar #prev + .pad {
border-right: 0;
}
.sidebar .grid-container {
max-width: 100%;
width: 100%;
} .post {
margin: 0 0 2em;
}
.page-header {
margin-bottom: 30px;
} .one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
margin-right: 20px;
}
.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
margin-left: 20px;
}
.one-container:not(.page) .inside-article {
padding: 0 0 30px 0;
}
.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
margin-right: 40px;
}
.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
margin-left: 40px;
}
.one-container.both-sidebars .site-main {
margin: 0px 40px 0px 40px;
}
.one-container .site-content {
padding: 40px;
} .separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
padding: 40px;
}
.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header {
margin-bottom: 20px;
}
.separate-containers .site-main {
margin: 20px;
}
.separate-containers.no-sidebar .site-main {
margin-left: 0;
margin-right: 0;
}
.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
margin-left: 0;
}
.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
margin-right: 0;
}
.separate-containers.both-right .inside-left-sidebar,
.separate-containers.both-left .inside-left-sidebar {
margin-right: 10px;
}
.separate-containers.both-right .inside-right-sidebar,
.separate-containers.both-left .inside-right-sidebar {
margin-left: 10px;
}
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
margin-top: 20px;
margin-bottom: 20px;
}
.inside-page-header {
padding: 40px;
}
.widget-area .main-navigation {
margin-bottom: 20px;
}
.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
margin-bottom: 0;
} .full-width-content .container.grid-container {
max-width: 100%;
}
.full-width-content.no-sidebar.separate-containers .site-main {
margin: 0;
}
.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
padding: 0;
}
.full-width-content .entry-content .alignwide {
margin-left: 0;
width: auto;
max-width: unset;
} .contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
padding: 0;
} .site-info {
text-align: center;
font-size: 15px;
}
.site-info {
padding: 20px 40px;
}
.footer-widgets {
padding: 40px;
}
.site-footer .footer-widgets-container .inner-padding {
padding: 0px 0px 0px 40px;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
margin-left: -40px;
} .footer-bar-active .footer-bar .widget {
padding: 0;
}
.footer-bar .widget_nav_menu > div > ul {
display: inline-block;
vertical-align: top;
}
.footer-bar .widget_nav_menu li {
margin: 0 10px;
float: left;
padding: 0;
}
.footer-bar .widget_nav_menu li:first-child {
margin-left: 0;
}
.footer-bar .widget_nav_menu li:last-child {
margin-right: 0;
}
.footer-bar .widget_nav_menu li ul {
display: none;
}
.footer-bar .textwidget p:last-child {
margin: 0;
}
.footer-bar .widget-title {
display: none;
}
.footer-bar-align-right .copyright-bar {
float: left;
}
.footer-bar-align-right .footer-bar {
float: right;
text-align: right;
}
.footer-bar-align-left .copyright-bar {
float: right;
text-align: right;
}
.footer-bar-align-left .footer-bar {
float: left;
text-align: left;
}
.footer-bar-align-center .copyright-bar {
float: none;
text-align: center;
}
.footer-bar-align-center .footer-bar {
float: none;
text-align: center;
margin-bottom: 10px;
} .post-image:not(:first-child) {
margin-top: 2em;
}
.page-header-image,
.page-header-image-single {
line-height: 0; }
.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
margin-bottom: 2em;
margin-top: 0;
}
.inside-article .page-header-image-single.page-header-below-title {
margin-top: 2em;
}
.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-content,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
margin-top: 20px;
} .top-bar {
font-weight: normal;
text-transform: none;
font-size: 13px;
}
.top-bar .inside-top-bar .widget {
padding: 0;
display: inline-block;
margin: 0;
}
.top-bar .inside-top-bar .textwidget p:last-child {
margin: 0;
}
.top-bar .widget-title {
display: none;
}
.top-bar .widget_nav_menu li {
margin: 0 10px;
float: left;
padding: 0;
}
.top-bar .widget_nav_menu li:first-child {
margin-left: 0;
}
.top-bar .widget_nav_menu li:last-child {
margin-right: 0;
}
.top-bar .widget_nav_menu li ul {
display: none;
}
.top-bar .widget_nav_menu > div > ul {
display: inline-block;
vertical-align: top;
}
.inside-top-bar {
padding: 10px 40px;
}
.top-bar-align-center {
text-align: center;
}
.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
margin-left: 10px;
}
.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
display: block;
}
.top-bar-align-right {
text-align: right;
}
.top-bar-align-right .inside-top-bar > .widget:nth-child(even) {
float: left;
margin-right: 10px;
}
.top-bar-align-right .inside-top-bar > .widget:nth-child(odd) {
margin-left: 10px;
}
.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
float: left;
margin-right: 10px;
}
.top-bar-align-left .inside-top-bar > .widget:nth-child(even) {
margin-left: 10px;
float: right;
} .gp-icon {
display: inline-flex;
align-self: center;
}
.gp-icon svg {
height: 1em;
width: 1em;
top: .125em;
position: relative;
fill: currentColor;
}
.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
display: none;
}
.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
display: block;
}
.entry-meta .gp-icon {
margin-right: 0.6em;
opacity: 0.7;
}
nav.toggled .icon-arrow-left svg {
transform: rotate(-90deg);
}
nav.toggled .icon-arrow-right svg {
transform: rotate(90deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
transform: rotate(180deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
transform: rotate(-270deg);
}
nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
transform: rotate(270deg);
}  .container.grid-container {
width: auto;
} .infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .so-panel.widget {
padding: 0;
} #mc_embed_signup .clear {
display: block;
height: auto;
visibility: visible;
width: auto;
}