.jltma-post-thumbnail {
overflow: hidden;
}
.jltma-img-zoom_in_one img,
.jltma-img-zoom_in_two img,
.jltma-img-zoom_out_one img,
.jltma-img-zoom_out_two img,
.jltma-img-rotate_zoomout img,
.jltma-img-slide img,
.jltma-img-grayscale img,
.jltma-img-blur img,
.jltma-img-sepia img,
.jltma-img-blur_sepia img,
.jltma-img-blur_grayscale img,
.jltma-img-opacity_one img,
.jltma-img-opacity_two img {
transition: 0.3s ease-in-out;
}
.jltma-img-zoom_in_one img,
.jltma-img-zoom_out_one:hover img {
transform: scale(1);
}
.jltma-img-opacity_one img,
.jltma-img-opacity_two img,
.jltma-img-flushing:hover img,
.jltma-appear-watch-animation.jltma-animation-off,
.jltma-animated.jltma-slide-from-right,
.jltma-animated.jltma-slide-from-left,
.jltma-animated.jltma-slide-from-top,
.jltma-animated.jltma-slide-from-bot,
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim),
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-revealing,
.jltma-isotope-animated .jltma-items-loading.jltma-loading-visible {
opacity: 1;
} .jltma-img-zoom_in_one:hover img {
transform: scale(1.3);
} .jltma-img-zoom_in_two img {
width: 100%;
height: auto;
max-width: inherit;
}
.jltma-img-zoom_in_two:hover img {
width: 110%;
} .jltma-img-zoom_out_one img {
transform: scale(1.5);
} .jltma-img-zoom_out_two img {
width: 110%;
height: auto;
max-width: inherit;
}
.jltma-img-zoom_out_two:hover img {
width: 100%;
} .jltma-img-rotate_zoomout img {
transform: rotate(15deg) scale(1.4);
}
.jltma-img-rotate_zoomout:hover img {
transform: rotate(0) scale(1);
} .jltma-img-slide img {
margin-left: 30px;
transform: scale(1.5);
}
.jltma-img-slide:hover img {
margin-left: 0;
} .jltma-img-grayscale img {
filter: grayscale(100%);
}
.jltma-img-grayscale:hover img {
filter: grayscale(0);
} .jltma-img-blur img {
filter: blur(3px);
}
.jltma-img-blur:hover img {
filter: blur(0);
} .jltma-img-sepia img {
filter: sepia(100%);
}
.jltma-img-sepia:hover img {
filter: sepia(0);
} .jltma-img-blur_sepia img {
filter: blur(3px) sepia(100%);
}
.jltma-img-blur_sepia:hover img {
filter: blur(0) sepia(0);
} .jltma-img-blur_grayscale img {
filter: grayscale(0) blur(0);
}
.jltma-img-blur_grayscale:hover img {
filter: grayscale(100%) blur(3px);
} .jltma-img-opacity_one:hover img {
opacity: 0.5;
} .jltma-img-opacity_two:hover img {
opacity: 0.5;
} .jltma-img-flushing:hover img {
animation: flash 1.5s;
} .jltma-img-shine {
position: relative;
}
.jltma-img-shine::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: "";
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
transform: skewX(-25deg);
}
.jltma-img-shine.jltma-post-thumbnail:before {
left: -200%;
}
.jltma-img-shine:hover::before {
animation: shine 0.75s;
} .jltma-img-circle {
position: relative;
}
.jltma-img-circle::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
transform: translate(-50%, -50%);
opacity: 0;
}
.jltma-img-circle:hover::before {
animation: circle 0.75s;
}
.jltma-img-grayscale {
filter: gray;
} .jltma-img-grayscale:hover {
filter: none;
}
.jltma-img-shape-gradient-border {
border: 5px solid;
border-radius: 10px;
border-image: linear-gradient(to bottom, #2b68c4 0%, #cf2d6e 100%) 1;
background-image: linear-gradient(#2b68c4, #2b68c4), radial-gradient(circle at top left, #cf2d6e, #cf2d6e);
background-origin: border-box;
background-clip: content-box, border-box;
}
.jltma-img-shape-bordered,
.jltma-img-shape-framed {
border-radius: 10px;
border: 3px solid #021a40;
padding: 5px;
}  .jltma-appear-watch-animation {
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
opacity: 0;
}
.jltma-animation-off {
animation: none !important;
}
.jltma-animated.jltma-slide-from-right {
overflow: hidden;
}
.jltma-animated.jltma-slide-from-right > .elementor-widget-container,
.jltma-animated.jltma-slide-from-right > .elementor-column-wrap,
.jltma-animated.jltma-slide-from-left > .elementor-widget-container,
.jltma-animated.jltma-slide-from-left > .elementor-column-wrap,
.jltma-animated.jltma-slide-from-top > .elementor-widget-container,
.jltma-animated.jltma-slide-from-top > .elementor-column-wrap,
.jltma-animated.jltma-slide-from-bot > .elementor-widget-container,
.jltma-animated.jltma-slide-from-bot > .elementor-column-wrap {
animation-duration: inherit;
animation-fill-mode: inherit;
animation-timing-function: inherit;
animation-delay: inherit;
}
.jltma-animated.jltma-slide-from-left {
overflow: hidden;
}
.jltma-animated.jltma-slide-from-top {
overflow: hidden;
}
.jltma-animated.jltma-slide-from-bot {
overflow: hidden;
}
.jltma-isotope-animated {
overflow: hidden;
transition: height 800ms cubic-bezier(0.75, 0.1, 0.25, 0.9);
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim) {
transition: transform 0ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-loading {
opacity: 0 !important;
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-hiding {
transform: translateY(-10%);
transition-timing-function: cubic-bezier(0.75, 0, 0.75, 0.9);
z-index: 1;
opacity: 0;
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-hidden {
transform: translateY(10%);
opacity: 0;
}
.jltma-isotope-animated .jltma-iso-item:not(.jltma-ajax-anim).jltma-iso-revealing {
transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
transform: translateY(0);
z-index: 2;
}
.jltma-isotope-animated .jltma-items-loading {
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
transition: all 1200ms;
}
.jltma-isotope-animated .jltma-items-loading.jltma-loading-visible {
visibility: visible;
}
.jltma-isotope-animated .jltma-items-loading.jltma-loading-hide {
opacity: 0;
visibility: hidden;
}
.jltma-isotope-animated .jltma-items-loading .jltma-loading-loop {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.jltma-isotope-filters.jltma-center + .jltma-isotope-animated {
clear: both;
} @keyframes from0to360 {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes animation_svg_01_from0to360 {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes from360to0 {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
@keyframes animation_svg_01_from360to0 {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
@keyframes scaleUp {
from {
transform: scale(0.8);
}
to {
transform: scale(1);
}
}
@keyframes scaleDown {
from {
transform: scale(1);
}
to {
transform: scale(0.8);
}
}
@keyframes animation_svg_01_from360to0scaled {
from {
transform: rotate(360deg) scale(1.1);
}
to {
transform: rotate(0deg) scale(0.25);
}
}
@keyframes animation_svg_02_blobber {
0% {
border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
}
5% {
border-radius: 48% 52% 41% 59%/66% 37% 63% 34%;
}
10% {
border-radius: 69% 31% 71% 29%/67% 31% 69% 33%;
}
15% {
border-radius: 60% 40% 71% 29%/63% 65% 35% 37%;
}
20% {
border-radius: 61% 39% 51% 49%/57% 58% 42% 43%;
}
25% {
border-radius: 66% 34% 25% 75%/47% 30% 70% 53%;
}
30% {
border-radius: 32% 68% 38% 62%/65% 60% 40% 35%;
}
35% {
border-radius: 63% 37% 41% 59%/35% 38% 62% 65%;
}
40% {
border-radius: 57% 43% 49% 51%/55% 71% 29% 45%;
}
45% {
border-radius: 47% 53% 34% 66%/65% 36% 64% 35%;
}
50% {
border-radius: 44% 56% 32% 68%/69% 26% 74% 31%;
}
55% {
border-radius: 28% 72% 37% 63%/71% 44% 56% 29%;
}
60% {
border-radius: 38% 62% 35% 65%/74% 53% 47% 26%;
}
65% {
border-radius: 73% 27% 46% 54%/54% 47% 53% 46%;
}
70% {
border-radius: 75% 25% 47% 53%/49% 53% 47% 51%;
}
75% {
border-radius: 62% 38% 43% 57%/55% 60% 40% 45%;
}
80% {
border-radius: 41% 59% 65% 35%/73% 50% 50% 27%;
}
85% {
border-radius: 55% 45% 57% 43%/73% 61% 39% 27%;
}
90% {
border-radius: 74% 26% 33% 67%/40% 65% 35% 60%;
}
95% {
border-radius: 58% 42% 57% 43%/53% 45% 55% 47%;
}
100% {
border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
}
}
@keyframes animation_svg_02_cobler {
0% {
background-position: 0% 0%;
}
100% {
background-position: 100% 0%;
}
}
@keyframes animation_svg_02_wobbler {
0% {
transform: rotateZ(8deg);
}
100% {
transform: rotateZ(-8deg);
}
}
@keyframes jltma_blob_anim_01 {
0% {
d: path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
}
25% {
d: path("M67.8,-97.1C87.8,-78.8,103.8,-58.9,117.4,-34.1C130.9,-9.4,142,20.2,139.5,50.7C137,81.2,120.8,112.6,95.3,150.1C69.8,187.7,34.9,231.3,3.3,226.8C-28.2,222.2,-56.4,169.3,-91.6,134.9C-126.8,100.5,-169,84.6,-179.6,57.1C-190.2,29.7,-169.3,-9.3,-155.2,-49.7C-141,-90.1,-133.7,-132,-109,-148.8C-84.2,-165.6,-42.1,-157.3,-9.1,-144.8C23.9,-132.2,47.8,-115.5,67.8,-97.1Z");
}
50% {
d: path("M137.1,-191.3C172,-163.4,190.6,-115.7,197.2,-70.1C203.8,-24.4,198.5,19.2,178.9,51.5C159.3,83.9,125.5,105,93.3,129.6C61.1,154.1,30.6,182.1,1.1,180.6C-28.4,179.1,-56.8,148.2,-81.2,121.1C-105.6,94.1,-126.1,70.8,-141.6,41.6C-157.2,12.4,-168,-22.9,-153.9,-45C-139.8,-67,-100.7,-76,-70.9,-105.5C-41.1,-135,-20.6,-185,15.3,-206C51.1,-227.1,102.3,-219.1,137.1,-191.3Z");
}
75% {
d: path("M123.7,-157.1C162.4,-142.2,197.2,-108.8,202.8,-70.8C208.3,-32.9,184.5,9.7,169,54.2C153.6,98.7,146.4,145.2,119.7,162.7C92.9,180.2,46.4,168.6,-1.9,171.1C-50.2,173.7,-100.3,190.4,-122.2,171.3C-144.1,152.3,-137.7,97.5,-144.1,52.7C-150.6,7.9,-169.9,-26.8,-170.5,-64.8C-171,-102.8,-152.8,-144,-121.3,-161.3C-89.7,-178.5,-44.9,-171.8,-1.2,-170.1C42.5,-168.5,85,-172,123.7,-157.1Z");
}
100% {
d: path("M120,-157.6C152.7,-141.5,174.3,-102.6,194.8,-58.8C215.3,-14.9,234.6,33.8,228.4,80.8C222.2,127.8,190.4,173.1,148.1,184C105.8,195,52.9,171.5,-2.4,174.8C-57.8,178.2,-115.6,208.4,-137.5,190.9C-159.3,173.3,-145.3,108,-153,56.3C-160.7,4.6,-190.2,-33.4,-178.3,-54.2C-166.4,-75.1,-113.2,-78.8,-76.6,-93.6C-40,-108.3,-20,-134.2,11.9,-150.5C43.7,-166.8,87.4,-173.6,120,-157.6Z");
}
}
@keyframes pulse-grow {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.5);
opacity: 0;
}
} .jltma-animate {
animation-duration: 1s;
animation-fill-mode: both;
}
@keyframes JltmaFlash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes JltmaPulseIn {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.99, 0.99, 0.99);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in,
.jltma-animated.jltma-pulse {
animation-name: JltmaPulseIn;
}
@keyframes JltmaPulseIn1 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.98, 0.98, 0.98);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in-1,
.jltma-animated.jltma-pulse1 {
animation-name: JltmaPulseIn1;
}
@keyframes JltmaPulseIn2 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.96, 0.96, 0.96);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in-2,
.jltma-animated.jltma-pulse2 {
animation-name: JltmaPulseIn2;
}
@keyframes JltmaPulseIn3 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.94, 0.94, 0.94);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in-3,
.jltma-animated.jltma-pulse3 {
animation-name: JltmaPulseIn3;
}
@keyframes JltmaPulseIn4 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(0.9, 0.9, 0.9);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-in-4,
.jltma-animated.jltma-pulse4 {
animation-name: JltmaPulseIn4;
}
@keyframes JltmaPulseOut1 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-out-1,
.jltma-animated.jltma-pulse-out-1 {
animation-name: JltmaPulseOut1;
}
@keyframes JltmaPulseOut2 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-out-2,
.jltma-animated.jltma-pulse-out-2 {
animation-name: JltmaPulseOut2;
}
@keyframes JltmaPulseOut3 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.15, 1.15, 1.15);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-out-3,
.jltma-animated.jltma-pulse-out-3 {
animation-name: JltmaPulseOut3;
}
@keyframes JltmaPulseOut4 {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.2, 1.2, 1.2);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-pulse-out-4,
.jltma-animated.jltma-pulse-out-4 {
animation-name: JltmaPulseOut4;
}
@keyframes JltmaShake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-50px, 0, 0);
}
20%, 40%, 60%, 80% {
opacity: 1;
transform: translate3d(50px, 0, 0);
}
}
.jltma-anim-shake,
.jltma-animated.jltma-shake {
animation-name: JltmaShake;
}
@keyframes JltmaBounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-bounce-in,
.jltma-animated.jltma-bounce-in {
animation-name: JltmaBounceIn;
}
@keyframes JltmaFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.jltma-anim-fade-in,
.jltma-animated.jltma-fade-in {
animation-name: JltmaFadeIn;
}
@keyframes JltmaFadeInDown {
from {
opacity: 0;
transform: translate3d(0, -27px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-down,
.jltma-animated.jltma-fade-in-down {
animation-name: JltmaFadeInDown;
}
@keyframes JltmaFadeInDown1 {
from {
opacity: 0;
transform: translate3d(0, -50px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-down-1,
.jltma-animated.jltma-fade-in-down-1 {
animation-name: JltmaFadeInDown1;
}
@keyframes JltmaFadeInDown2 {
from {
opacity: 0;
transform: translate3d(0, -75px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-down-2,
.jltma-animated.jltma-fade-in-down-2 {
animation-name: JltmaFadeInDown2;
}
@keyframes JltmaFadeInUp {
from {
opacity: 0;
transform: translate3d(0, 27px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-up,
.jltma-animated.jltma-fade-in-up {
animation-name: JltmaFadeInUp;
}
@keyframes JltmaFadeInUp1 {
from {
opacity: 0;
transform: translate3d(0, 50px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-up-1,
.jltma-animated.jltma-fade-in-up-1 {
animation-name: JltmaFadeInUp1;
}
@keyframes JltmaFadeInUp2 {
from {
opacity: 0;
transform: translate3d(0, 75px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-up-2,
.jltma-animated.jltma-fade-in-up-2 {
animation-name: JltmaFadeInUp2;
}
@keyframes JltmaFadeInLeft {
from {
opacity: 0;
transform: translate3d(-27px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-left,
.jltma-animated.jltma-fade-in-left {
animation-name: JltmaFadeInLeft;
}
@keyframes JltmaFadeInLeft1 {
from {
opacity: 0;
transform: translate3d(-50px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-left-1,
.jltma-animated.jltma-fade-in-left-1 {
animation-name: JltmaFadeInLeft1;
}
@keyframes JltmaFadeInLeft2 {
from {
opacity: 0;
transform: translate3d(-75px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-left-2,
.jltma-animated.jltma-fade-in-left-2 {
animation-name: JltmaFadeInLeft2;
}
@keyframes JltmaFadeInRight {
from {
opacity: 0;
transform: translate3d(27px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-right,
.jltma-animated.jltma-fade-in-right {
animation-name: JltmaFadeInRight;
}
@keyframes JltmaFadeInRight1 {
from {
opacity: 0;
transform: translate3d(50px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-right-1,
.jltma-animated.jltma-fade-in-right-1 {
animation-name: JltmaFadeInRight1;
}
@keyframes JltmaFadeInRight2 {
from {
opacity: 0;
transform: translate3d(75px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-fade-in-right-2,
.jltma-animated.jltma-fade-in-right-2 {
animation-name: JltmaFadeInRight2;
}
@keyframes JltmaRotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in,
.jltma-animated.jltma-rotate-in {
animation-name: JltmaRotateIn;
}
@keyframes JltmaRotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -25deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-left,
.jltma-animated.jltma-rotate-in-down-left {
animation-name: JltmaRotateInDownLeft;
}
@keyframes JltmaRotateInDownLeft1 {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -35deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-left-1,
.jltma-animated.jltma-rotate-in-down-left-1 {
animation-name: JltmaRotateInDownLeft1;
}
@keyframes JltmaRotateInDownLeft2 {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-left-2,
.jltma-animated.jltma-rotate-in-down-left-2 {
animation-name: JltmaRotateInDownLeft2;
}
@keyframes JltmaRotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 25deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-right,
.jltma-animated.jltma-rotate-in-down-right {
animation-name: JltmaRotateInDownRight;
}
@keyframes JltmaRotateInDownRight1 {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 35deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-right-1,
.jltma-animated.jltma-rotate-in-down-right-1 {
animation-name: JltmaRotateInDownRight1;
}
@keyframes JltmaRotateInDownRight2 {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-down-right-2,
.jltma-animated.jltma-rotate-in-down-right-2 {
animation-name: JltmaRotateInDownRight2;
}
@keyframes JltmaRotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 25deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-left,
.jltma-animated.jltma-rotate-in-up-left {
animation-name: JltmaRotateInUpLeft;
}
@keyframes JltmaRotateInUpLeft1 {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 35deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-left-1,
.jltma-animated.jltma-rotate-in-up-left-1 {
animation-name: JltmaRotateInUpLeft1;
}
@keyframes JltmaRotateInUpLeft2 {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-left-2,
.jltma-animated.jltma-rotate-in-up-left-2 {
animation-name: JltmaRotateInUpLeft2;
}
@keyframes JltmaRotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -35deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-right,
.jltma-animated.jltma-rotate-in-up-right {
animation-name: JltmaRotateInUpRight;
}
@keyframes JltmaRotateInUpRight1 {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -60deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-right-1,
.jltma-animated.jltma-rotate-in-up-right-1 {
animation-name: JltmaRotateInUpRight1;
}
@keyframes JltmaRotateInUpRight2 {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.jltma-anim-rotate-in-up-right-2,
.jltma-animated.jltma-rotate-in-up-right-2 {
animation-name: JltmaRotateInUpRight2;
}
@keyframes JltmaFlipInUp {
from {
transform: rotateX(-40deg) translateY(40px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-up,
.jltma-animated.jltma-flip-in-up {
animation-name: JltmaFlipInUp;
}
@keyframes JltmaFlipInUp1 {
from {
transform: rotateX(-40deg) translateY(80px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-up-1,
.jltma-animated.jltma-flip-in-up-1 {
animation-name: JltmaFlipInUp1;
}
@keyframes JltmaFlipInUp2 {
from {
transform: rotateX(-40deg) translateY(120px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-up-2,
.jltma-animated.jltma-flip-in-up-2 {
animation-name: JltmaFlipInUp2;
}
@keyframes JltmaFlipInDown {
from {
transform: rotateX(40deg) translateY(-40px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-down,
.jltma-animated.jltma-flip-in-down {
animation-name: JltmaFlipInDown;
}
@keyframes JltmaFlipInDown1 {
from {
transform: rotateX(40deg) translateY(-80px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-down-1,
.jltma-animated.jltma-flip-in-down-1 {
animation-name: JltmaFlipInDown1;
}
@keyframes JltmaFlipInDown2 {
from {
transform: rotateX(40deg) translateY(-120px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-down-2,
.jltma-animated.jltma-flip-in-down-2 {
animation-name: JltmaFlipInDown2;
}
@keyframes JltmaFlipInLeft {
from {
transform: rotateY(-40deg) translateX(40px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-left,
.jltma-animated.jltma-flip-in-left {
animation-name: JltmaFlipInLeft;
}
@keyframes JltmaFlipInLeft1 {
from {
transform: rotateY(-40deg) translateX(80px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-left-1,
.jltma-animated.jltma-flip-in-left-1 {
animation-name: JltmaFlipInLeft1;
}
@keyframes JltmaFlipInLeft2 {
from {
transform: rotateY(-40deg) translateX(140px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-left-2,
.jltma-animated.jltma-flip-in-left-2 {
animation-name: JltmaFlipInLeft2;
}
@keyframes JltmaFlipInLeft3 {
from {
transform: rotateY(-40deg) translateX(200px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-left-3,
.jltma-animated.jltma-flip-in-left-3 {
animation-name: JltmaFlipInLeft3;
}
@keyframes JltmaFlipInRight {
from {
transform: rotateY(40deg) translateX(-40px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-right,
.jltma-animated.jltma-flip-in-right {
animation-name: JltmaFlipInRight;
}
@keyframes JltmaFlipInRight1 {
from {
transform: rotateY(40deg) translateX(-80px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-right-1,
.jltma-animated.jltma-flip-in-right-1 {
animation-name: JltmaFlipInRight1;
}
@keyframes JltmaFlipInRight2 {
from {
transform: rotateY(40deg) translateX(-140px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-right-2,
.jltma-animated.jltma-flip-in-right-2 {
animation-name: JltmaFlipInRight2;
}
@keyframes JltmaFlipInRight3 {
from {
transform: rotateY(40deg) translateX(-200px);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-flip-in-right-3,
.jltma-animated.jltma-flip-in-right-3 {
animation-name: JltmaFlipInRight3;
}
@keyframes JltmaZoomIn {
from {
transform: scale3d(0.9, 0.9, 0.9);
}
50% {
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-zoom-in,
.jltma-animated.jltma-zoom-in {
animation-name: JltmaZoomIn;
}
@keyframes JltmaZoomIn1 {
from {
transform: scale3d(0.8, 0.8, 0.8);
}
50% {
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-zoom-in-1,
.jltma-animated.jltma-zoom-in-1 {
animation-name: JltmaZoomIn1;
}
@keyframes JltmaZoomIn2 {
from {
transform: scale3d(0.7, 0.7, 0.7);
}
50% {
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-zoom-in-2,
.jltma-animated.jltma-zoom-in-2 {
animation-name: JltmaZoomIn2;
}
@keyframes JltmaZoomIn3 {
from {
transform: scale3d(0.6, 0.6, 0.6);
}
50% {
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-zoom-in-3,
.jltma-animated.jltma-zoom-in-3 {
animation-name: JltmaZoomIn3;
}
@keyframes JltmaScaleUp {
from {
transform: scale(0.9, 0.9);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-up,
.jltma-animated.jltma-scale-up {
animation-name: JltmaScaleUp;
}
@keyframes JltmaScaleUp1 {
from {
transform: scale(0.7, 0.7);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-up-1,
.jltma-animated.jltma-scale-up-1 {
animation-name: JltmaScaleUp1;
}
@keyframes JltmaScaleUp2 {
from {
transform: scale(0.6, 0.6);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-up-2,
.jltma-animated.jltma-scale-up-2 {
animation-name: JltmaScaleUp2;
}
@keyframes JltmaScaleDown {
from {
transform: scale(1.1, 1.1);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-down,
.jltma-animated.jltma-scale-down {
animation-name: JltmaScaleDown;
}
@keyframes JltmaScaleDown1 {
from {
transform: scale(1.3, 1.3);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-down-1,
.jltma-animated.jltma-scale-down-1 {
animation-name: JltmaScaleDown1;
}
@keyframes JltmaScaleDown2 {
from {
transform: scale(1.4, 1.4);
}
to {
transform: none;
opacity: 1;
}
}
.jltma-anim-scale-down-2,
.jltma-animated.jltma-scale-down-2 {
animation-name: JltmaScaleDown2;
}
@keyframes JltmaJackInTheBox {
from {
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-jack-in-box,
.jltma-animated.jltma-jack-in-box {
animation-name: JltmaJackInTheBox;
} @keyframes jltma-scrolldown {
0% {
transform: translate(-50%, -60%);
}
100% {
transform: translate(-50%, -20%);
}
}
@keyframes jltma-header-animation {
from {
transform: translateY(-100%);
}
to {
transform: none;
}
}
@keyframes JltmaSlideFromRight {
from {
transform: translateX(100%);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-slide-from-right,
.jltma-animated.jltma-slide-from-right > .elementor-widget-container,
.jltma-animated.jltma-slide-from-right > .elementor-column-wrap {
animation-name: JltmaSlideFromRight;
}
@keyframes JltmaSlideFromLeft {
from {
transform: translateX(-100%);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-slide-from-left,
.jltma-animated.jltma-slide-from-left > .elementor-widget-container,
.jltma-animated.jltma-slide-from-left > .elementor-column-wrap {
animation-name: JltmaSlideFromLeft;
}
@keyframes JltmaSlideFromTop {
from {
transform: translateY(-100%);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-slide-from-top,
.jltma-animated.jltma-slide-from-top > .elementor-widget-container,
.jltma-animated.jltma-slide-from-top > .elementor-column-wrap {
animation-name: JltmaSlideFromTop;
}
@keyframes JltmaSlideFromBot {
from {
transform: translateY(100%);
}
to {
opacity: 1;
transform: none;
}
}
.jltma-anim-slide-from-bot,
.jltma-animated.jltma-slide-from-bot > .elementor-widget-container,
.jltma-animated.jltma-slide-from-bot > .elementor-column-wrap {
animation-name: JltmaSlideFromBot;
}
@keyframes JltmaMaskFromTop {
from {
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.jltma-anim-mask-from-top,
.jltma-animated.jltma-mask-from-top {
animation-name: JltmaMaskFromTop;
}
@keyframes JltmaMaskFromBot {
from {
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.jltma-anim-mask-from-bot,
.jltma-animated.jltma-mask-from-bot {
animation-name: JltmaMaskFromBot;
}
@keyframes JltmaMaskFromRight {
from {
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.jltma-anim-mask-from-right,
.jltma-animated.jltma-mask-from-right {
animation-name: JltmaMaskFromRight;
}
@keyframes JltmaMaskFromLeft {
from {
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.jltma-anim-mask-from-left,
.jltma-animated.jltma-mask-from-left {
animation-name: JltmaMaskFromLeft;
}
@keyframes JltmaLoadingWave {
0% {
background-position: 0% 0;
}
100% {
background-position: 66% 0;
}
}
@keyframes flash {
0% {
opacity: 0.4;
}
100% {
opacity: 1;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes shine {
100% {
left: 125%;
}
}  @keyframes jltma-rotate-1-in {
0% {
transform: rotateX(180deg);
opacity: 0;
}
35% {
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes jltma-rotate-1-out {
0% {
transform: rotateX(0deg);
opacity: 1;
}
35% {
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes jltma-pulse {
0% {
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes jltma-rotate-2-in {
0% {
opacity: 0;
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes jltma-rotate-2-out {
0% {
opacity: 1;
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes slide-in {
0% {
opacity: 0;
transform: translateY(-100%);
}
60% {
opacity: 1;
transform: translateY(20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes slide-out {
0% {
opacity: 1;
transform: translateY(0);
}
60% {
opacity: 0;
transform: translateY(120%);
}
100% {
opacity: 0;
transform: translateY(100%);
}
}
@keyframes jltma-rotate-3-in {
0% {
transform: rotateY(180deg);
}
100% {
transform: rotateY(0deg);
}
}
@keyframes jltma-rotate-3-out {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
transform: translateZ(100px);
}
100% {
opacity: 1;
transform: translateZ(0);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
transform: translateZ(0);
}
100% {
opacity: 0;
transform: translateZ(-100px);
}
}
@keyframes scale-up {
0% {
transform: scale(0);
opacity: 0;
}
60% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes scale-down {
0% {
transform: scale(1);
opacity: 1;
}
60% {
transform: scale(0);
opacity: 0;
}
}
@keyframes push-in {
0% {
opacity: 0;
transform: translateX(-100%);
}
60% {
opacity: 1;
transform: translateX(10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes push-out {
0% {
opacity: 1;
transform: translateX(0);
}
60% {
opacity: 0;
transform: translateX(110%);
}
100% {
opacity: 0;
transform: translateX(100%);
}
}
@keyframes cd-bounce-even {
0% {
opacity: 0;
transform: translateX(-100px);
}
60% {
opacity: 1;
transform: translateX(10px);
}
100% {
transform: translateX(0px);
}
}
@keyframes cd-bounce-odd {
0% {
opacity: 0;
transform: translateX(100px);
}
60% {
opacity: 1;
transform: translateX(-10px);
}
100% {
transform: translateX(0px);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
}
70% {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
}
@keyframes batman {
0% {
transform: scale(1, 1) rotateZ(0);
}
100% {
transform: scale(0, 0) rotateZ(720deg);
opacity: 0;
}
}body:not(.elementor-editor-active) .jltma-template-popup{display:none}.jltma-template-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999}.jltma-template-popup-inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;width:100%;height:100%}.jltma-popup-container{position:relative}.jltma-popup-container>div{width:100%}.jltma-popup-container .e-con>.e-con-inner{margin:0}.jltma-popup-custom-position .jltma-popup-container{position:fixed!important;transform:none!important;margin:0!important}.jltma-popup-container-inner{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;background:#fff;padding:0!important}.jltma-popup-container-inner>div{width:100%;-ms-flex-negative:0;flex-shrink:0}.jltma-popup-container-inner .e-con>.e-con-inner{padding:0}.jltma-popup-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.jltma-popup-overlay{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:rgba(0,0,0,.7)}.jltma-popup-close-btn{display:flex;position:absolute;top:15px;right:15px;z-index:99;width:30px;height:30px;cursor:pointer;align-items:center;justify-content:center;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:50%!important;color:#6b7280;transition:.2s}.jltma-popup-close-btn:hover{background:#f3f4f6!important;border-color:#d1d5db!important;color:#374151}.jltma-popup-close-btn svg{width:14px;height:14px;color:inherit;pointer-events:none}.jltma-popup-close-btn.jltma-popup-close-top-left{top:15px;right:auto;left:15px}.jltma-popup-close-btn.jltma-popup-close-top-right{top:15px;right:15px;left:auto}.jltma-popup-close-btn.jltma-popup-close-inside-top-left{top:15px;right:auto;left:15px;position:absolute}.jltma-popup-close-btn.jltma-popup-close-inside-top-right{top:15px;right:15px;left:auto;position:absolute}.jltma-popup-notification .jltma-template-popup-inner,.jltma-popup-notification.jltma-template-popup{height:auto!important}.jltma-popup-notification .jltma-popup-overlay{display:none!important}.jltma-popup-notification .jltma-popup-container .slideInDown{-webkit-animation-timing-function:linear;animation-timing-function:linear}.jltma-popup-notification .jltma-popup-container{width:100%!important;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.jltma-popup-container-inner.ps-container.ps-active-y>.ps-scrollbar-y-rail,.jltma-popup-container-inner.ps.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.jltma-popup-container-inner.ps-container>.ps-scrollbar-y-rail,.jltma-popup-container-inner.ps>.ps__rail-y{display:none;position:absolute;right:3px;width:3px}.jltma-popup-container-inner.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y,.jltma-popup-container-inner.ps>.ps__rail-y>.ps__thumb-y{position:absolute;cursor:pointer;right:0;width:3px}.jltma-popup-container .ps-scrollbar-x-rail{display:none!important}.jltma-popup-trigger-button{display:inline-block;font-size:14px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;cursor:pointer}.jltma-popup-trigger-button svg{display:block}.jltma-popup-position-center-center .jltma-template-popup-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-popup-custom-position .jltma-template-popup-inner{-webkit-box-align:unset!important;-ms-flex-align:unset!important;align-items:unset!important;-webkit-box-pack:unset!important;-ms-flex-pack:unset!important;justify-content:unset!important}.jltma-popup-position-center-left .jltma-template-popup-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-popup-position-center-right .jltma-template-popup-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-popup-position-top-left .jltma-template-popup-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-popup-position-top-center .jltma-template-popup-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-popup-position-top-right .jltma-template-popup-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jltma-popup-position-bottom-left .jltma-template-popup-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.jltma-popup-position-bottom-center .jltma-template-popup-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jltma-popup-position-bottom-right .jltma-template-popup-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:1024px){.jltma-template-popup{z-index:999999}}@media (max-width:768px){.jltma-popup-container{max-width:95%}.jltma-popup-close-btn svg{width:14px;height:14px}}@media (max-width:480px){.jltma-popup-container{max-width:98%}}.jltma-popup-open,.jltma-template-popup-show{display:block!important}body.jltma-popup-open{overflow:hidden}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}.cell-p-0 td,.cell-p-0 th,.p-0{padding:0!important}.cell-p-5 td,.cell-p-5 th,.p-5{padding:5!important}.cell-p-10 td,.cell-p-10 th,.p-10{padding:10!important}.fa.fa-inverse{color:#6d6d6d}.fa-inverse:hover{color:#fff}.selected{color:#71b02f}.selected>.fa-inverse{color:#fff}@font-face{font-family:check;src:url(https://becomeunified.com/wp-content/plugins/product-variation-swatches-for-woocommerce/public/assets/css/font/check.eot?44552751);src:url(https://becomeunified.com/wp-content/plugins/product-variation-swatches-for-woocommerce/public/assets/css/font/check.eot?44552751#iefix) format('embedded-opentype'),url(https://becomeunified.com/wp-content/plugins/product-variation-swatches-for-woocommerce/public/assets/css/font/check.woff?44552751) format('woff'),url(https://becomeunified.com/wp-content/plugins/product-variation-swatches-for-woocommerce/public/assets/css/font/check.ttf?44552751) format('truetype'),url(https://becomeunified.com/wp-content/plugins/product-variation-swatches-for-woocommerce/public/assets/css/font/check.svg?44552751#check) format('svg');font-weight:400;font-style:normal}.thwvsf-style{display:block!important;width:150px!important}span.tier-name{position:absolute!important;left:48px!important;font-size:17px!important}.fa{text-align:left!important}.fa-check{left:8px!important}.float{display:inline-block;position:relative}.clos{float:left;position:absolute;left:0;top:0;z-index:1000;padding:5px;font-weight:700}.thwvsf-wrapper-ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none;position:relative}.thwvsf-wrapper-ul .thwvsf-wrapper-item-li{list-style:none;-webkit-transition:all .2s ease;transition:all .2s ease;position:relative;width:45px;height:45px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#FFF;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.3);box-shadow:0 0 0 1px #d1d7da;padding:2px;margin:4px 8px 4px 0}.thwvsf-wrapper-ul .thwvsf-wrapper-item-li:hover{-webkit-box-shadow:0 0 0 3px rgba(0,0,0,.1);box-shadow:0 0 0 3px #b7bfc6}.thwvsf-wrapper-ul .thwvsf-item-span-color{width:100%;height:100%;position:relative;border-radius:inherit}.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li{min-width:30px;text-align:center}.thwvsf-wrapper-ul .thwvsf-item-span.item-span-text{padding:0 5px;font-size:16px}.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected,.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-selected:hover{-webkit-box-shadow:0 0 0 2px rgba(0,0,0,.9);box-shadow:0 0 0 2px #8b98a6}.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.deactive,.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock{cursor:not-allowed;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.3);box-shadow:0 0 0 1px rgba(0,0,0,.3);pointer-events:none;position:relative;overflow:hidden;opacity:.3}.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.deactive::after,.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.deactive::before,.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock::after,.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock::before{position:absolute;content:" "!important;width:100%;height:1px;background:red!important;left:0;right:0;bottom:0;top:50%;visibility:visible;opacity:1;border:0;margin:0!important;padding:0!important;min-width:auto;-webkit-transform-origin:center;transform-origin:center;z-index:2}.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.deactive::after,.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock::after{webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.deactive::before,.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock::before{webkit-transform:rotate(45deg);transform:rotate(45deg)}.thwvsf-colorpickpreview{position:absolute;width:96%;height:96%;right:0;left:0;margin:0 auto;top:2%;border-radius:inherit}ul.thwvsf-radio-li{list-style:none}ul.thwvsf-radio-li li{display:inline-block;margin-right:20px}.thwvsf-rad-li{list-style:none;margin:0;width:250px}.thwvsf-wrapper-item-li.thwvsf-tooltip{position:relative}.thwvsf-tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.thwvsf-tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#000 transparent transparent}.thwvsf-tooltip:hover .tooltiptext{visibility:visible;opacity:1;z-index:9}img.swatch-preview.swatch-image{margin:0;width:100%;height:100%;border-radius:inherit}span.variation-price{display:block;font-weight:700;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.th-tooltip-text{color:#ada3a3}.variations .reset_variations.thwvsf-variation-link{display:block;margin-top:10px;font-size:13px;color:#999;font-weight:400;border:2px solid #eee;padding:3px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;text-decoration:none;position:inherit;width:80px}.theme-hestia.woocommerce.single-product form.cart td.value:before{display:none!important}.theme-hestia.woocommerce.single-product div.product form.cart .variations tr{display:block!important;float:left!important}.theme-hestia.woocommerce.single-product div.product form.cart .variations tr:nth-child(2n+1){clear:left}.theme-oceanwp.woocommerce.single-product span.theme-select{display:none!important}.theme-oceanwp.woocommerce.single-product .thwvsf_fields ul.thwvsf-wrapper-ul{margin-top:0;margin-left:0}.theme-oceanwp.woocommerce.single-product .hasCustomSelect{position:initial!important;opacity:1!important;width:100%!important}.thwvsf-rad-li .th-container{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;position:relative;margin-bottom:10px;cursor:pointer;padding:3px 35px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.thwvsf-rad-li .th-container input{position:absolute;opacity:0;cursor:pointer}.thwvsf-rad-li .checkmark{background-color:#eee;position:absolute;top:0;bottom:0;left:0;height:24px;width:24px;border-radius:100%;margin-top:auto;margin-bottom:auto}.thwvsf-rad-li .th-container:hover input~.checkmark{background-color:#eee}.thwvsf-rad-li .th-container input:checked~.checkmark{background-color:#2196F3}.thwvsf-rad-li .th-container .checkmark:after{content:"";position:absolute;display:none}.thwvsf-rad-li .th-container input:checked~.checkmark:after{display:block;background:#eee}.thwvsf-rad-li .th-container .checkmark:after{top:8px;left:8px;width:8px;height:8px;border-radius:100%;background:#0073aa}.thwvsf-rad-li .th-container:hover .checkmark:after{display:block}.thwvsf-rad-li .th-label-radio.deactive{cursor:not-allowed;pointer-events:none;overflow:hidden;opacity:.3;vertical-align:top}.th-label-radio span.variation-name{position:relative}.thwvsf-rad-li .th-label-radio.deactive .variation-name::before{position:absolute;content:" "!important;width:100%;height:1px;left:0;right:0;bottom:0;top:50%;visibility:visible;opacity:1;border:0;margin:0!important;padding:0!important;min-width:auto;-webkit-transform-origin:center;transform-origin:center;z-index:2;background:red!important;webkit-transform:rotate(0);transform:rotate(0)}.thwvsf-wrapper-ul.thwvsf-additional-info .thwvsf-wrapper-item-li.thwvsf-color-li,.thwvsf-wrapper-ul.thwvsf-additional-info .thwvsf-wrapper-item-li.thwvsf-image-li{box-shadow:none;pointer-events:none}.thwvsf-wrapper-ul.thwvsf-additional-info .thwvsf-wrapper-item-li.thwvsf-label-li{pointer-events:none}span.thwvsf-drop-span{display:inline-block;width:26px;height:26px;vertical-align:middle;border-radius:5px;margin-right:10px}.thwvsf_fields .select2.select2-container{width:80%!important}.thwvsf_fields .select2-container .select2-selection--single,.thwvsf_fields .select2-container--default .select2-selection--single .select2-selection__arrow{height:50px}.thwvsf_fields .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:45px}.thwvsf_drop_swatch .select2-results__option{padding:6px 10px 8px}.thwvsf_drop_swatch .select2-container .select2-selection--single .select2-selection__rendered{padding-left:10px}.select2-container--default .thwvsf_drop_swatch .select2-results__option--highlighted[aria-selected],.select2-container--default .thwvsf_drop_swatch .select2-results__option--highlighted[data-selected]{background-color:#F2F1F1;color:#000}span.thwvsf-drop-label{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;color:#000}span.thwvsf-drop-span.thwvsf-drop-img img{vertical-align:top}img.swatch-image[data-src]{opacity:0;transition:opacity .25s ease-in-out;will-change:opacity}img.swatch-image[data-src][src]{opacity:1}.variations_form table.variations label::after{content:''}.thwvsf-rad-li .radio{display:none}.th-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}