@charset "UTF-8";
.rm-form .rm-radio-box {
display: inline-block;
padding: .5em 0;
}
.rm-form .rm-radio-box:not(:first-of-type) {
margin-left: 30px;
}
.rm-form .rm-radio-box label {
display: inline-block;
margin: 0;
}
.rm-form ul li {
border: none;
list-style: none;
margin-bottom: 1.5em;
}
.rm-form .rm-error,
.rm-form .rm-success {
margin: 2px 0 0;
width: auto;
display: inline-block;
line-height: 16px;
padding: 4px 6px;
font-size: 12px;
border-radius: 3px;
color: #fff;
font-weight: normal;
}
.rm-form .rm-error {
background: #d9414e;
}
.rm-form .rm-success {
background: #268044;
}
.rm-form .spinner {
float: right;
display: none;
opacity: .7;
width: 20px;
height: 20px;
margin: 5px 5px 0;
}
.rm-form label.checkbox-label {
font-weight: normal;
}html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}button.featherlight-close-icon.featherlight-close {
background-color: var(--sp-primary);
border: 1px solid var(--sp-white);
top: 40px;
right: 40px;
border-radius: 0;
} .is-style-circle figure.tiled-gallery__item:before {
content: '';
position: absolute;
inset: 0;
background: #000;
border-radius: 100%;
opacity: 0;
visibility: hidden;
transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
visibility: visible;
opacity: 0.5;
} .wp-block-jetpack-tiled-gallery .tiled-gallery__row{
margin-right: calc(-.4 * var(--bs-gutter-x));
margin-left: calc(-.4 * var(--bs-gutter-x));
--bs-gutter-x: 1.5rem;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
padding-right: calc(var(--bs-gutter-x) * .4);
padding-left: calc(var(--bs-gutter-x) * .4);
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
margin-bottom: 20px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
margin-top: 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
margin-left: 0px;
} .wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
border-radius: 50%;
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
width: 100%!important;
height: 100%!important;
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
justify-content: center;
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
width: 100%!important;
margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
margin-top: 0px;
}
.wp-block-table figcaption {
text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
margin-bottom: 0;
}
ul.wp-block-rss {
list-style: disc;
}
.has-text-color a:hover, .has-text-color a:focus {
color: inherit;
}
.entry-content ul:last-child {
margin-bottom: 0;
}
.wp-block-code.has-text-color code {
color: inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
padding: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 0.875rem;
} ul.wp-block-rss {
list-style: none;
margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
margin-bottom: 0;
}
.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
margin-top: 0;
margin-bottom: 0;
}
.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
font-weight: 600;
}
.wp-block-quote.is-style-large {
padding-top: 1.10rem;
padding-bottom: 1.10rem;
}
.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
padding: 1.563rem 1.000rem 1.563rem;
}
.widget .wp-block-group .is-vertical a {
color: inherit;
}
.entry-content ol.wp-block-latest-comments {
padding-left: 2rem;
}
.wp-block-table figcaption {
text-align: center;
}
.post .entry-content ul.wp-block-archives {
margin-left: 1.125rem;
list-style: disc
}
.wp-block-code.has-background code {
background: inherit;
}
.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
padding: 1.563rem 1.000rem 1.563rem;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
width: auto;
}
.widget .wp-block-group .wp-block-columns {
margin-bottom: 0;
}
.widget .wp-block-group .wp-block-rss li:last-child {
padding-bottom: 0;
}
ul.wp-block-page-list a {
text-decoration: none;
}
.sidebar .wp-block-group .is-nowrap {
margin: 1.563rem 1.000rem 1.563rem;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
font-weight: 600;
line-height: 1.5;
}
​.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
height: 2em;
width: 2em;
}
.sidebar .widget .wp-block-group .is-layout-flow h2 {
border-left: 0 none;
}
.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
text-decoration: none;
}
.wp-block-details summary {
font-weight: 600; 
}
.wp-block-verse {
padding: 10px;
}
.wp-block-calendar .wp-calendar-nav {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
font-size: 24px;
line-height: 34px;
text-transform: capitalize;
margin-bottom: 15px;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
padding: 1.563rem 1.000rem 1.563rem;
}
.sidebar .widget .wp-block-group .wp-block-embed {
margin: 0;
}
.sidebar .widget .wp-block-group ol li {
padding-bottom: 0.625rem;
}
.wp-block-details summary {
font-weight: 600;
padding: 10px;
}
a.wc-block-grid__product-link {
text-decoration: none;
}
.wp-block-latest-posts__post-author {
font-size: 1.7rem;
font-weight: 600;
}
.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
color: inherit;
}
.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
margin-bottom: 0rem;
}
.wp-block-quote .wp-block-search {
padding-bottom: 5px;
}
.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
color: inherit;
}
.sidebar .widget .wp-block-pullquote cite {
z-index: 1;
}
.sidebar .widget .wp-block-group .is-nowrap {
margin: 1.563rem 1.000rem 1.563rem;
}
.wp-block-post-title a {
text-decoration: none;
}
.wp-block-details summary {
font-weight: 600;
}
.wp-block-group.has-black-border-color {
border-color: #333 !important;
}   
.widget .wp-block-group .wp-block-preformatted a {
color: inherit;
}
.wp-block-woocommerce-single-product .wp-block-post-title a {
text-decoration: none;
}
.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
letter-spacing: 0.2px;
border: none;
}
.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
color:inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
padding: 0;
}
.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
margin-left: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
font-weight: 600;
line-height: 1.5;
}
.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
color: inherit;
}
.wp-block-code.has-text-color code {
color: inherit;
}
.wc-block-grid__products .wc-block-components-product-button__button {
border-radius: 0;
}
.widget .wp-block-heading:before {
left: 0;
top: 0;
}
div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
font-weight: 700;
font-size: 24px;
}.footer-two .footer-above {
background: rgb(13 12 68);
}
.info-wrapper2 .widget.widget-contact .contact-area span.title {
font-size: 18px;
font-weight: 600;
}
.info-section [class*="av-column-"]:nth-child(2) .widget-contact {
border-left: none !important;
}
.header.header-seven .navbar-full {
padding: 23px 0;
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.header.header-seven .navbar-full .widget-wrp .widget {
padding-right: 8px;
display: inline-flex;
justify-content: flex-start;
align-items: center;
vertical-align: middle;
max-width: 187px;
}
.header.header-seven .navbar-full .widget-wrp .contact-area {
flex-wrap: wrap;
}
.header.header-seven .navbar-full .widget-wrp .contact-icon {
font-size: 28px;
height: 28px;
margin-right: 10px;
}
.header.header-seven .navbar-full .widget-wrp span.title {
font-size: 15px;
}
.header.header-seven .navbar-full .widget-wrp span.text {
margin-bottom: 0;
font-weight: 600;
font-size: 17px;
color: var(--sp-secondary-dark);
}
.header.header-seven .navbar-full .widget-wrp .contact-info {
flex: 1 0 70%;
}
.header.header-seven .navbar-full .widget-wrp .contact-info a {
text-decoration: none;
}
.header.header-seven .navbar-area {
padding: 20px 0;
background: var(--sp-gradient1);
color: #ffffff;
position: relative;
z-index: 0;
}
.header.header-seven ul li.search-button button i {
color: #fff;
}
.header.header-seven .navbar-area .menubar {
text-align: left;
padding-right: 18px;
}
.header.header-seven .navbar-area .menubar .menu-wrap > li > a {
color: #ffffff;
line-height: 84px;
overflow: hidden;
background: transparent;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.header.header-seven .navbar-area .cart-icon-wrap {
box-shadow: none;
border: 1px solid #ffffff;
}
.header.header-seven .navbar-area .cart-icon-wrap i {
color: #ffffff;
background: transparent;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.header.header-seven .navbar-area .cart-icon-wrap span {
background: #ffffff;
border-color: #ffffff;
color: var(--sp-secondary-dark);
}
.header.header-seven .navbar-area .toggle-lines.about-toggle div {
background: #ffffff;
}
.header.header-seven .navbar-area {
padding: 0;
background: var(--sp-gradient1);
color: #ffffff;
position: relative;
z-index: 0;
}
.header.header-seven .navbar-area.sticky-menu {
position: fixed;
z-index: 999;
}
.header.header-seven .navbar-area .menu-right.menu-left {
margin-top: -21px;
padding: 14px 0;
position: relative;
z-index: 0;
}
.header.header-seven .navbar-area .menu-right.menu-left:before {
content: "";
position: absolute;
width: 200%;
height: 100%;
top: 0;
right: -15px;
bottom: 0;
margin: auto 0;
background: #ffffff;
clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.header.header-seven .navbar-area .theme-menu {
justify-content: space-between;
}
.header.header-seven .navbar-area .share-toolkit .toolkit-hover,
.header.header-seven .navbar-area .widget_social_widget li a {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 16px;
}
.header.header-seven .navbar-area .menubar .menu-wrap > li > a:after {
content: "";
bottom: 0;
left: 0;
position: absolute;
width: 0%;
height: 3px;
background: #ffffff;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.header.header-seven .navbar-area .menubar .menu-wrap > li.active > a:after,
.header.header-seven .navbar-area .menubar .menu-wrap > li.focus > a:after,
.header.header-seven .navbar-area .menubar .menu-wrap > li:hover > a:after {
width: 100%;
} .features-section {
overflow: hidden;
position: relative;
z-index: 0;
}
.features-item {
text-align: center;
padding: 35px 25px;
background: #ffffff;
box-shadow: 0 0 20px rgb(0 0 0 / 15%);
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.features-item .modern-icon {
font-size: 92px;
bottom: 0;
top: -30px;
right: -30px;
}
.features-home .features-item {
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.tilter:hover .features-item, .tilter:focus-within .features-item,
.features-item:hover,.features-item:focus-within {
background: var(--sp-gradient1);
}
.features-item .tilter__deco--lines {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 94%;
height: 90%;
border: 1.5px dashed var(--sp-secondary-dark);
margin: auto;
border-radius: 0;
z-index: 0;
}
.tilter:hover .features-item .tilter__deco--lines,
.tilter:focus-within .features-item .tilter__deco--lines,
.features-item:hover .tilter__deco--lines,
.features-item:focus-within .tilter__deco--lines {
border-color: #ffffff;
}
.features-item .features-icon {
display: inline-block;
margin-bottom: 12px;
}
.features-item .features-icon i {
font-size: 50px;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.features-home .features-item .features-icon i {
font-size: 40px;
}
.features-home .features-item .features-icon img {
width: 40px;
}
.features-home .features-item .modern-icon{
width: 92px;
}
.features-item .features-title {
font-weight: 600;
}
.features-home .features-item .features-title {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.features-item .features-title a {
pointer-events: visible;
text-decoration: none;
color: inherit;
-webkit-transition: all .0s cubic-bezier(.645,.045,.355,1);
transition: all .0s cubic-bezier(.645,.045,.355,1);
}
.features-item p {
font-size: 15px;
margin-bottom: 0;
margin-top: 10px;
}
.features-home .features-item p {
margin-top: 6px;
}
.tilter:hover .features-item .features-title a,
.tilter:focus-within .features-item .features-title a,
.tilter:hover .features-item .features-icon i,
.tilter:focus-within .features-item .features-icon i,
.tilter:hover .features-item p,
.tilter:focus-within .features-item p,
.tilter:hover .features-item .features-title,
.tilter:focus-within .features-item .features-title,
.features-item:hover .features-title a, .features-item:focus-within .features-title a,
.features-item:hover .features-icon i, .features-item:focus-within .features-icon i,
.features-item:hover p,.features-item:focus-within p,
.features-item:hover .features-title,.features-item:focus-within .features-title {
background: transparent;
color: #ffffff;
-webkit-text-fill-color: unset;
} .sidebar ol.wp-block-latest-comments {
padding: 0;
}
.wp-block-media-text .wp-block-media-text__content {
line-height: 1;
}
.sidebar ul.wp-block-social-links li {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.post-section ol.wp-block-latest-comments {
padding: 0;
}
.wp-block-buttons {
margin: 15px 0;
}
.wp-block-table figcaption {
font-weight: 600;
text-align: center;
}
.wp-block-categories {
list-style: none;
} .client-section.client-home {
background: var(--sp-gradient2);
}
.client-section.client-home.roller {
transform: scaleX(.94);
transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.client-section.client-home.roller.rollerstart {
transform: scaleX(1);
}
.inner-client-section { }
.inner-client-section .client-inner {
background: var(--sp-gradient2);
padding: 35px 20px;
}
.single-partner {
position: relative;
text-align: center;
opacity: 0.6;
filter: grayscale(100%);
transform: scale(0.92);
transition: all .3s cubic-bezier(0,0,.2,1)0s;
}
.single-partner a {
color: #ffffff;
text-decoration: none;
}
.single-partner .client-name {
margin-top: 15px;
display: block;
}
.client-section .single-partner img {
width: auto;
margin: 0 auto;
}
.single-partner:hover,
.single-partner:focus-within,
.owl-item.active.center .single-partner {
opacity: 1;
filter: grayscale(0);
transform: scale(1);
} .post-content figure img {
width: 100%;
}
.post-content figure.gallery-item {
margin-right: 2.7% !important;
margin-bottom: 2.7% !important;
}
.post-content .gallery {
display: contents;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
background: transparent;
color: var(--sp-primary);
}
.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:focus {
color: var(--sp-white);
background: var(--sp-gradient1);
border-color: var(--sp-gradient1);
}
.wp-block-embed figcaption {
text-align: center;
}
.wp-block-code code img {
display: inline-block;
margin-left: 20px;
}
.wp-block-pullquote.has-background blockquote {
background: inherit;
}
.post-section .wp-block-loginout,
#av-primary-content .wp-block-search {
padding: 20px 0;
}
.wp-block-loginout a {
font-size: 16px;
font-weight: 500;
padding: 8px 14px;
line-height: 2;
letter-spacing: .3px;
border-width: 1px;
border-style: solid;
border-radius: 8px;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-transform: initial;
font-family: inherit;
text-decoration: none;
position: relative;
z-index: 0;
}
pre.has-background code {
background-color: inherit;
}
p.has-text-color em {
color: inherit;
}
.post-section #av-primary-content .wp-block-group {
padding: 0 20px;
}
.wp-block-group em {
color: inherit;
}
.wp-block-button a.wp-block-button__link {
border-color: inherit;
}
.has-text-color em,
.has-text-color h2 {
color: inherit;
}
a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
color: #fff;
}
.has-text-color * {
color: inherit;
}
.has-text-color a:hover, 
.has-text-color a:focus {
color: inherit;
}
.wp-block-pullquote.has-text-color blockquote {
border-color: inherit;
}    
blockquote {
border-color: inherit !important;
}
.has-background.wp-block-read-more {
padding: 5px 10px;
}
.wp-block-calendar table caption {
font-weight: 500;
}
.wp-block-avatar img {
border-radius: 50%;
}
.footer-above .contact-info span.title {
font-size: 16px !important;
}
.sidebar .widget form.wp-block-search{
padding: 0;
}
.sidebar .widget form.wp-block-search .wp-block-search__inside-wrapper {
padding: 30px;
position: relative;
}
.sidebar .widget form.wp-block-search .wp-block-search__button{
position: absolute;
right: 8px;
}
.widget_product_tag_cloud .tagcloud, .sidebar .wp-block-tag-cloud {
padding: 30px;
}
.wp-block-tag-cloud a {
padding: 6px 12px;
text-decoration: none;
margin-bottom: 10px;
margin-right: 5px;
color: var(--sp-secondary-dark);
font-weight: 400;
font-size: 16px!important;
border: 1px solid var(--sp-primary);
border-radius: 6px;
-webkit-transition: all 0s cubic-bezier(.645,.045,.355,1);
transition: all .05s cubic-bezier(.645,.045,.355,1);
}
.widget_product_tag_cloud a:hover, .widget_product_tag_cloud a:focus, .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
color: #ffffff;
background: var(--sp-gradient1);
}
.sidebar ul.wp-block-social-links li {
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: 0;
}
.wp-block-image figcaption {
margin-bottom: 0;
} button.featherlight-close-icon.featherlight-close {
background-color: var(--sp-primary);
border: 1px solid var(--sp-white);
top: 40px;
right: 40px;
border-radius: 0;
} .is-style-circle figure.tiled-gallery__item:before {
content: '';
position: absolute;
inset: 0;
background: #000;
border-radius: 100%;
opacity: 0;
visibility: hidden;
transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
visibility: visible;
opacity: 0.5;
} .wp-block-jetpack-tiled-gallery .tiled-gallery__row{
margin-right: calc(-.4 * var(--bs-gutter-x));
margin-left: calc(-.4 * var(--bs-gutter-x));
--bs-gutter-x: 1.5rem;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
padding-right: calc(var(--bs-gutter-x) * .4);
padding-left: calc(var(--bs-gutter-x) * .4);
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
margin-bottom: 20px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
margin-top: 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
margin-left: 0px;
} .wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
border-radius: 50%;
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
width: 100%!important;
height: 100%!important;
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
justify-content: center;
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
width: 100%!important;
margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
margin-top: 0px;
}
blockquote.wp-block-quote.has-text-color p,blockquote.wp-block-quote.has-text-color p var,blockquote.wp-block-quote.has-text-color p cite,blockquote.wp-block-quote.has-text-color cite {
color: inherit;
}
.wp-block-table figcaption {
text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
margin-bottom: 0;
}
ul.wp-block-rss {
list-style: disc;
}
.has-text-color a:hover, .has-text-color a:focus {
color: inherit;
}
.entry-content ul:last-child {
margin-bottom: 0;
}
.wp-block-code.has-text-color code {
color: inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
padding: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 0.875rem;
} ul.wp-block-rss {
list-style: none;
margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
margin-bottom: 0;
}
.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
margin-top: 0;
margin-bottom: 0;
}
.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
font-weight: 600;
}
.wp-block-quote.is-style-large {
padding-top: 1.10rem;
padding-bottom: 1.10rem;
}
.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
padding: 1.563rem 1.000rem 1.563rem;
}
.widget .wp-block-group .is-vertical a {
color: inherit;
}
.comment-form .form-control:focus {
box-shadow: 0 0 0 0.063rem rgb(255 93 32 / 50%) !important;
}
.entry-content ol.wp-block-latest-comments {
padding-left: 2rem;
}
.wp-block-table figcaption {
text-align: center;
}
.post .entry-content ul.wp-block-archives {
margin-left: 1.125rem;
list-style: disc
}
.wp-block-code.has-background code {
background: inherit;
}
.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
padding: 1.563rem 1.000rem 1.563rem;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
width: auto;
}
.widget .wp-block-group .wp-block-columns {
margin-bottom: 0;
}
.widget .wp-block-group .wp-block-rss li:last-child {
padding-bottom: 0;
}
ul.wp-block-page-list a {
text-decoration: none;
}
.sidebar .wp-block-group .is-nowrap {
margin: 1.563rem 1.000rem 1.563rem;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
font-weight: 600;
line-height: 1.5;
}
​.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
height: 2em;
width: 2em;
}
.sidebar .widget .wp-block-group .is-layout-flow h2 {
border-left: 0 none;
}
.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
text-decoration: none;
}
.wp-block-details summary {
font-weight: 600; 
}
.wp-block-verse {
padding: 10px;
}
.wp-block-calendar .wp-calendar-nav {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
font-size: 24px;
line-height: 34px;
text-transform: capitalize;
margin-bottom: 15px;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
padding: 1.563rem 1.000rem 1.563rem;
}
.sidebar .widget .wp-block-group .wp-block-embed {
margin: 0;
}
.sidebar .widget .wp-block-group ol li {
padding-bottom: 0.625rem;
}
.wp-block-details summary {
font-weight: 600;
padding: 10px;
}
a.wc-block-grid__product-link {
text-decoration: none;
}
.wp-block-latest-posts__post-author {
font-size: 1.7rem;
font-weight: 600;
}
.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
color: inherit;
}
.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
margin-bottom: 0rem;
}
.wp-block-quote .wp-block-search {
padding-bottom: 5px;
}
.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
color: inherit;
}
.sidebar .widget .wp-block-pullquote cite {
z-index: 1;
}
.sidebar .widget .wp-block-group .is-nowrap {
margin: 1.563rem 1.000rem 1.563rem;
}
.wp-block-post-title a {
text-decoration: none;
}
.wp-block-details summary {
font-weight: 600;
}
.wp-block-group.has-black-border-color {
border-color: #333 !important;
} 
.widget .wp-block-group .wp-block-preformatted a {
color: inherit;
}
.wp-block-woocommerce-single-product .wp-block-post-title a {
text-decoration: none;
}
.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
color:inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
padding: 0;
}
.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
margin-left: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
font-weight: 600;
line-height: 1.5;
}
.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
color: inherit;
}
.wp-block-code.has-text-color code {
color: inherit;
}
.wc-block-grid__products .wc-block-components-product-button__button {
border-radius: 0;
}
.widget .wp-block-heading:before {
left: 0;
top: 0;
}
div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
font-weight: 700;
font-size: 24px;
}:root {
--sp-gradient1:linear-gradient(-137deg, var(--sp-primary) 0%, var(--sp-primary2) 100%);
--sp-gradient2:linear-gradient(137deg, #11104d 0%, #060534 100%);
--sp-green:#ffffff;
--sp-white:#ffffff;
--sp-primary-light:#fff9f9;
--sp-primary:#94D13A;
--sp-primary2:#70BA02;
--sp-secondary:#11104d;
--sp-secondary2:#060534;
--sp-secondary-dark:#252525;
--sp-border-dark:#dddddd;
--sp-border-light:#e9e9e9;
--sp-border-extra-light:#f2f2f2;
--sp-scrollbar-thumb:#c2c2c2;
--sp-font-sans-serif:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--sp-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--sp-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
--sp-radius: 3px;
--sp-transition: all .3s cubic-bezier(.645,.045,.355,1);
}  ::-webkit-selection {
background-color: var(--sp-primary);
color: #ffffff;-webkit-text-fill-color: #ffffff;
}
::selection {
background-color: var(--sp-primary);
color: #ffffff;-webkit-text-fill-color: #ffffff;
}  ::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: var(--sp-border-extra-light);
}
::-webkit-scrollbar-thumb {
background-color: var(--sp-scrollbar-thumb);
border-radius: 10px;
}
::-webkit-scrollbar-corner {
background-color: var(--sp-border-extra-light);
}@media (min-width: 992px) {
.footer-parallax .footer-section {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: -1;
}
.footer-parallax .gradiant-content {
position: relative;
margin-bottom: 756px;
background-color: #ffffff;
box-shadow: 0 5px 10px 0 rgb(51 51 51 / 50%);
z-index: 1;
}
.mobile-logo,
.theme-mobile-menu {
display: none;
}
.gallery-area .gallery-item {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.main-slider .owl-nav [class*=owl-] {
top: -60px;
}
.features-section .featuresbgwrapper {
position: inherit;
}
.featuresbgwrapper .features-image-wrap img {
max-width: 900px;
max-height: 570px;
position: absolute;
bottom: 50px;
}
.info-section-one .info-wrapper {
margin: 0;
}
.header.header-eight +.gradiant-content .breadcrumb-area {
padding-top: 162px;
}
.header.header-three +.gradiant-content .breadcrumb-area,
.header.header-two +.gradiant-content .breadcrumb-area {
padding-top: 305px;
}
.header.header-three +.gradiant-content .slider-wrapper .main-slider .item,
.header.header-two +.gradiant-content .slider-wrapper .main-slider .item {
min-height: 820px;
}
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item img,
.header.header-three +.gradiant-content .slider-wrapper .main-slider .item img:not(:last-child),
.header.header-two +.gradiant-content .slider-wrapper .main-slider .item img {
height: 100%;
min-height: 900px;
object-fit: cover;
}
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item,
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item img {
min-height: 682px;
}
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .theme-content {
padding-top: 132px;
}
.header.header-three +.gradiant-content .slider-wrapper .main-slider .theme-content,
.header.header-two +.gradiant-content .slider-wrapper .main-slider .theme-content {
padding-top: 282px;
}
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-] {
top: 145px;
}
.header.header-three +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-],
.header.header-two +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-] {
top: 216px;
}
.header.header-eight,
.header.header-three,
.header.header-two {
position: absolute;
right: 0;
left: 0;
width: 100%;
margin: 0 auto;
}
.header.header-three,
.header.header-two {
max-width: 81.15%;
top: 80px;
}
.header.header-three {
background: var(--sp-gradient2);
color: #ffffff;
}
.header.header-three .navbar-area.sticky-menu {
background: var(--sp-gradient2);
}
.header.header-three .header-backside,
.header.header-two .header-backside {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 138%;
opacity: 0.6;
text-align: center;
margin: auto;
transition: opacity 0s linear;
z-index: -1;
}
.header.header-three .header-backside>span>span,
.header.header-two .header-backside>span>span {
max-width: 93.9%;
display: inline-block;
width: 100%;
height: 100%;
}
.header.header-three .header-backside>span>span,
.header.header-three .header-backside:after,
.header.header-three .header-backside:before,
.header.header-three .header-backside>span:after,
.header.header-three .header-backside>span:before {
background: var(--sp-gradient2);
}
.header.header-two .header-backside>span>span,
.header.header-two .header-backside:after,
.header.header-two .header-backside:before,
.header.header-two .header-backside>span:after,
.header.header-two .header-backside>span:before {
background: #ffffff;
}
.header.header-three .header-backside:after,
.header.header-three .header-backside:before,
.header.header-three .header-backside>span:after,
.header.header-three .header-backside>span:before,
.header.header-two .header-backside:after,
.header.header-two .header-backside:before,
.header.header-two .header-backside>span:after,
.header.header-two .header-backside>span:before {
content: '';
position: absolute;
width: 3.05%;
height: 14%;
opacity: 0.7;
}
.header.header-three .header-backside:before,
.header.header-two .header-backside:before {
top: 0;
left: 0;
clip-path: polygon(100% -5%, 100% 100%, 0 100%);
}
.header.header-three .header-backside:after,
.header.header-two .header-backside:after {
top: 0;
right: 0;
clip-path: polygon(0 100%, 0 -5%, 100% 100%);
}
.header.header-three .header-backside>span:after,
.header.header-two .header-backside>span:after {
right: 0;
bottom: 0;
clip-path: polygon(100% 0, 0 108%, 0 0);
}
.header.header-three .header-backside>span:before,
.header.header-two .header-backside>span:before {
left: 0;
bottom: 0;
clip-path: polygon(100% 0, 0 0, 100% 108%);
}
.header.header-three .navbar-area.sticky-menu,
.header.header-two .navbar-area.sticky-menu {
max-width: 81.15%;
margin: 0 auto;
}
.header.header-three .av-container,
.header.header-two .av-container {
padding: 0 25px;
}
.header.header-three .navbar-area,
.header.header-two .navbar-area {
padding: 0;
}
.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right {
min-height: 90px;
margin-left: 8px;
border-left: 1px solid rgb(189 189 189 / 0.45);
}
.header.header-three .menubar .menu-wrap > li > a,
.header.header-two .menubar .menu-wrap > li > a {
line-height: 90px;
}
.header.header-three .theme-menu,
.header.header-two .theme-menu {
padding-left: 12px;
border-left: 1px solid rgb(189 189 189 / 0.45);
}
.header.header-three .tagcloud a,
.header.header-three .widget:not(.widget_social_widget) a:hover,
.header.header-three .widget:not(.widget_social_widget) a:focus {
color: #ffffff;
}
.header.header-three .menubar .menu-wrap > li > a,
.header.header-three .contact-icon i,
.header.header-three .header-widget a:hover span.title,
.header.header-three .header-widget a:focus span.title {
background: transparent;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
color: #ffffff;
}
.header.header-six {
background: var(--sp-gradient2);
color: #ffffff;
}
.header.header-eight {
top: 0;
background: transparent;
color: #ffffff;
}
.header.header-eight .navbar-area {
padding: 0;
background: var(--sp-gradient2);
position: relative;
z-index: 0;
}
.header.header-eight .menu-right .header-wrap-right {
min-height: 97px;
}
.header.header-eight .menubar .menu-wrap > li > a {
color: #ffffff;
line-height: 97px;
}
.header.header-eight .navbar-area:before,
.header.header-eight .navbar-area:after {
content: "";
left: 0;
bottom: 0;
width: 32%;
height: 200%;
min-height: 97px;
position: absolute;
background: var(--sp-gradient1);
clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%, 0% 50%);
z-index: -1;
}
.header.header-eight .navbar-area:after {
left: 26px;
opacity: 0.6;
z-index: -1;
}
.header.header-eight .navbar-area .av-column-3.my-auto .logo {
position: absolute;
top: -58px;
}
.header.header-eight .navbar-area .av-column-3.my-auto .logo img {
max-width: 200px;
}
.header.header-eight .header-above-info {
border-bottom: 0;
}
.header.header-eight .header-above-info .widget-left.text-av-left.text-center {
justify-content: flex-start;
max-width: 165px;
margin-left: auto;
padding-left: 18px;
}
.header.header-eight .navbar-area .menubar ul.menu-wrap {
padding-left: 30px;
}
.header.header-eight .header-above-info .widget.widget_nav_menu a, .header.header-eight .header-above-info .widget.widget_nav_menu li {
line-height: 18px;
}
.header.header-eight .header-above-info .widget_nav_menu li:not(:last-child) {
padding-right: 9px;
margin-right: 5px;
border-right: 1px solid #ffffff;
}
.header.header-eight .header-above-info .widget_nav_menu a:not(:hover):not(:focus) {
color: #ffffff;
}
.header.header-eight .cart-icon-wrap {
box-shadow: none;
}
.header.header-eight .cart-icon-wrap i {
background: transparent;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
color: #ffffff;
}
.header.header-eight .cart-wrapper .cart-icon-wrap span {
right: 0;
top: -5px;
border: 0;
line-height: 19px;
}
.header.header-eight .navbar-area ul li.cart-wrapper {
margin-right: 3px;
}
.header.header-eight .header-search-toggle {
color: #ffffff;
}
.cta-section .av-columns-area,
.cta-section .av-columns-area [class*='av-column-'] {
margin-bottom: 0;
}
.cta-section .av-columns-area [class*='av-column-'].my-auto {
margin-bottom: auto;
}
.header-2 .breadcrumb-content,
.header-3 .breadcrumb-content  {
padding-top: 300px;
}
.header-7 .breadcrumb-content  {
padding-top: 200px;
}
.theme-slider div.theme-content .av-column-7 {
margin-bottom: auto;
}
}
@media (min-width: 992px) and (max-width: 1330px) {
.main-slider .owl-nav [class*=owl-] {
width: 42px;
height: 42px;
}
.main-slider .owl-nav [class*=owl-] i {
font-size: 14.5px;
}
.main-slider .owl-nav [class*=owl-]:hover {
width: 96px;
}
.main-slider .owl-nav .owl-prev {
left: 0.46%;
}
.main-slider .owl-nav .owl-next {
right: 0.46%;
}
}
@media (min-width: 992px) and (max-width: 1124px) {
.widget_social_widget li:not(:last-child) a {
margin-right: 3px;
}
.av-btn-wrapper .av-btn:not(:last-child) {
margin-right: 10px;
}
.menubar .menu-wrap > li > a {
padding: 0px 13px;
}
.widget_social_widget li {
margin-left: 8px;
}
.share-toolkit .toolkit-hover,
.widget_social_widget li a {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 15px;
}
.footer-copyright .widget_social_widget li {
margin-left: 6px;
}
.footer-copyright .widget_social_widget a {
width: 35px;
height: 35px;
}
}
@media (min-width: 992px) and (max-width: 1111px) {
.cta-content .cta-icon-wrap {
left: -65px;
}
.info-wrapper2 .widget.widget-contact {
padding: 45.5px 25px;
}
.info-wrapper2 .widget.widget-contact .contact-area .contact-icon {
margin: 0 12px 0 0;
font-size: 42px;
}
.info-wrapper2 .widget.widget-contact .contact-area span.text {
font-size: 16px;
}
.info-wrapper2 .widget.widget-contact .contact-area span.title {
font-size: 21px;
font-weight: 700;
}
.info-section-one .widget-contact .contact-area .title {
font-size: 14px;
}
.header.header-seven .navbar-area .menu-right.menu-left {
margin-top: -26px;
}
.header.header-seven .navbar-area .menubar .menu-wrap > li > a {
font-size: 14.5px;
}
.header.header-seven .navbar-area .share-toolkit .toolkit-hover, .header.header-seven .navbar-area .widget_social_widget li a {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.header-widget:not(.header-carousel) .widget:not(.widget_media_video) {
flex: 1;
}
.widget-right .widget, .widget-left .widget {
padding: 0px 10px;
}
.widget-right .widget:nth-child(n+2) {
padding: 0 10px;
}
.header .contact-info span.title {
font-size: 14px;
}
.av-button-area {
padding-left: 0.75em;
}
.menu-right > ul {
padding-left: 12px;
}
li.cart-wrapper {
margin-right: 5px;
}
li.search-button {
padding-left: 5px;
}
}
@media (min-width: 992px) and (max-width: 1110px) {
.header.header-six .navbar-full .widget-wrp .widget {
max-width: 239px;
margin-right: 8px;
padding-right: 8px;
}
.header.header-five .widget-wrp .widget {
max-width: 280px;
}
.card404 h1 {
font-size: 188px;
line-height: 135px;
}
.card404 .card404icon {
width: 135px;
height: 135px;
}
.card404 .card404icon:after {
width: 112px;
height: 112px;
}
.card404 .card404icon:before {
width: 120px;
height: 120px;
}
}
@media (min-width: 992px) and (max-width: 1288px) {
.header.header-three, .header.header-two {
max-width: 86.5%;
}
.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right {
max-width: 200px;
}
.header.header-three .navbar-area .av-column-3.my-auto,
.header.header-two .navbar-area .av-column-3.my-auto {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.header.header-three .navbar-area .av-column-9.my-auto,
.header.header-two .navbar-area .av-column-9.my-auto {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
.header.header-three .navbar-area .menubar .menu-wrap > li > a,
.header.header-two .navbar-area .menubar .menu-wrap > li > a {
font-size: 14px;
padding: 0px 10px;
}
.header.header-three .navbar-area .menubar ul.menu-wrap > li.dropdown > a,
.header.header-two .navbar-area .menubar ul.menu-wrap > li.dropdown > a {
padding-right: 18px;
}
.header.header-three .header-wrap-right li.search-button,
.header.header-two .header-wrap-right li.search-button {
margin-left: 0;
padding-left: 0;
}
}
@media (min-width: 992px) and (max-width: 1041px) {
.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right {
max-width: 165px;
}
}
@media (max-width: 991px) {
.cta-section .cta-overlay:before,
.cta-content .cta-icon-wrap {
display: none;
}
.badge {
line-height: 1.2;
vertical-align: text-top;
}
.not-included {
margin-top: -10px;
}
div.theme-mobile-nav {
display: block;
}
.hide-mobile-tablet.sticky-menu {
position: relative;
}
.hide-mobile-tablet {
display: none;
}
.theme-mobile-menu .header-wrap-right .widget-wrap,
.mobile-menu .login-btn {
display: none;
}
.header .widget_info li {
margin-right: 0;
margin-bottom: 5px;
}
.header-widget .widget_social li a {
margin-bottom: 4px;
}
.main-slider .owl-nav {
position: absolute;
left: 0;
right: 0;
bottom: 1em;
}
.main-slider .owl-nav [class*=owl-] {
position: relative;
left: 0;
right: 0;
width: 45px;
height: 45px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
width: 95px;
left: 0;
right: 0;
}
.main-slider .owl-nav .owl-prev {
margin-right: 6px; 
}
.main-slider .owl-nav .owl-next {
margin-left: 6px; 
}
.theme-slider div.theme-content {
margin-bottom: 15px;
}
.theme-content h1 {
font-size: 28px;
}
.theme-content h3 {
font-size: 16px;
padding: 8px 16px;
line-height: 1.25;
}
.theme-content p {
font-size: 14px;
margin-bottom: 10px;
}
.widget-left .widget:nth-child(2n+3),
.widget-left .widget:first-child,
.widget-right .widget:nth-child(n+2),
.widget-right .widget,
.widget-left .widget {
padding: 0 10px;
}
.widget-left,
.widget-right {
justify-content: center;
}
.info-section {
margin-top: 80px;
margin-bottom: 0;
}
.info-section-one .info-wrapper [class*='av-sm-column'] {
margin-bottom: 15px;
}
.info-section-one .info-wrapper [class*='av-sm-column']:last-child {
margin-bottom: 0;
}
.info-section-one .widget-contact .contact-area .title {
font-size: 96%;
}
.footer-one .footer-main .footer-info-overwrap {
display: none;
}
.shapes-section [class*="shape"] {
display: none;
}
.footer-one .footer-above .contact-info span.title {
font-size: 20px;
font-weight: 500;
}
.footer-one .footer-above .contact-icon {
font-size: 50px;
height: 50px;
}
.header-six .widget_social_widget {
display: none;
}
.flavita-theme .theme-slider .text-right [class*="av-column-"]:first-child {
order: 0;
}
.header.header-three +.gradiant-content .slider-wrapper .main-slider .item img:not(:last-child){
min-height: 700px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hide-tablet {
display : none;
}
.hide-tablet.sticky-menu {
position: relative;
}
}
@media (min-width: 601px) and (max-width: 991px) {
.gallery-area .gallery-item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.info-section-one .info-wrapper:not(.info-four) [class*='av-sm-column']:nth-child(4n) {
border-left: 0;
}
.info-section-one .info-wrapper.info-four [class*='av-sm-column']:nth-child(5n) {
border-left: 0;
}
.info-section-one .info-wrapper .widget-contact .contact-area .title {
font-size: 87%;
}
.footer-one .footer-above [class*='av-column-']:nth-child(3n) {
border-left: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-one .footer-copyright .av-columns-area [class*='av-column-']:nth-child(3n) {
border-left: 0;
}
}
@media (max-width: 767px) {
.av-my-default {
margin: 80px 0;
}
.av-mt-default {
margin-top: 80px;
}
.av-mb-default {
margin-bottom: 80px;
}
.av-py-default {
padding: 80px 0;
}
.av-pt-default {
padding-top: 80px;
}
.av-pb-default {
padding-bottom: 80px;
}
.section404 {
padding: 80px 0;
}
.av-container-fluid,
.av-container {
padding: 0 25px;
}
.hide-mobile-tablet.sticky-menu {
position: relative;
}
.hide-mobile-tablet {
display : none;
}
.breadcrumb-right .breadcrumb-content,
.breadcrumb-content {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.breadcrumb-right h2 {
text-align: center;
}
.breadcrumb-content .breadcrumb-heading,
.breadcrumb-content .breadcrumb-list {
text-align: center;
}
.breadcrumb-content .breadcrumb-list {
width: max-content;
border-radius: 20px;
padding: 12px 18px;
}
.breadcrumb-left .breadcrumb-list:before, .breadcrumb-right .breadcrumb-list:before {
width: 100%;
left: 0;
right: 0;
border-radius: 20px;
}
.breadcrumb-left .breadcrumb-heading h2, .breadcrumb-right .breadcrumb-heading h2 {
border-width: 0;
border-bottom-width: 4px;
border-image-slice: 0 0 1 0;
padding: 0;
padding-bottom: 4px;
margin-bottom: 20px;
font-size:30px;
}
.header-widget .widget:nth-child(1n+2) {
margin-left: 0;
}
.header-widget .widget_social li:first-child a {
padding-left: 0;
}
.mobi-head-top {
width: 100%;
}
.mobile-logo {
text-align: left;
}
.site-description {
white-space: normal;
}
.site-title,
.site-description {
text-align: left;
}
.mobile-menu-right > ul {
padding-left: 0;
padding-right: 10px;
}
.theme-mobile-menu .header-wrap-right .widget-wrap,
.theme-mobile-menu .header-wrap-right .about-toggle-list,
.theme-mobile-menu .header-wrap-right .search-button,
.theme-mobile-menu .header-wrap-right .av-button-area {
display: none;
}
.shopping-cart {
right: -103%;
width: 280px;
}
.theme-slider div.theme-content {
margin-bottom: 0;
padding: 10px 0;
}	
.footer-copyright .widget-left,
.footer-copyright .widget-right,
.footer-copyright .widget-center {
min-height: 60px;
}	
.footer-one .footer-copyright .av-columns-area [class*='av-column-'] {
border-left: 0;
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.footer-one .footer-copyright .av-columns-area [class*='av-column-']:last-child {
border-bottom: none;
}
.inner-client-section {
margin-top: 0;
}
.contactinfo-section {
background-size: cover;
background-position: center;
}
.heading-title h3 {
font-size: 30px;
}
.footer-one .footer-above .contact-info span.text {
font-size: 15px;
margin-bottom: 4px;
}
.footer-one .footer-above .contact-info span.title {
font-size: 19px;
}
}
@media (max-width: 600px) {
.info-section-one .info-wrapper {
padding: 16px 0px;
}
.info-section-one .info-wrapper [class*='av-sm-column'] {
border-left: 0;
padding-bottom: 15px;
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.info-section-one .info-wrapper [class*='av-sm-column']:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.footer-one .footer-above .av-columns-area {
margin-bottom: 0;
}
.footer-one .footer-above [class*='av-column-'] {
border-left: 0;
margin-bottom: 0;
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.footer-one .footer-above [class*='av-column-']:last-child {
border-bottom: none;
}
}
@media (max-width: 540px) {
.comment-respond {
padding: 25px;
}
.comment-list .children {
margin-left: 1rem;
}
.widget_media_gallery .gallery-item {
width: 100%;
margin-bottom: 30px;
}
.hide-mobile {
display : none;
}
.hide-mobile.sticky-menu {
position: relative;
}
.theme-slider .av-container {
padding: 0 15px;
}
.theme-content h3 {	    
font-size: 14px;
margin-bottom: 5px;
padding: 6px 12px;
}
.theme-content h1 {
font-size: 22px;
margin-bottom: 3px;
}
.theme-content p {
font-size: 13px;
margin-bottom: 5px;
}
.theme-content .av-btn {
font-size: 13px;
padding: 6px 12px;
}
.theme-content .av-btn:not(:last-child) {
margin-right: 8px;
}
.theme-content .av-btn i {
width: 25px;
height: 25px;
line-height: 2.1;
vertical-align: middle;
}
.widget-left, .widget-right {
flex-wrap: wrap;
}
.widget-right .widget,
.widget-left .widget {
width: 100%;
padding: 0 10px;
}
.widget-right .widget:not(:last-child),
.widget-left .widget:not(:last-child) {
padding: 0;
padding-bottom: 10px;
}
.site-description {
padding-top: 1px;
}
.widget_social_widget li:not(:last-child) {
margin-right: 3px;
}
.widget_social_widget li {
margin-left: 4px;
}
.share-toolkit .toolkit-hover, .widget_social_widget li a {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 15px;
}
.av-btn-wrapper {
text-align: center;
}
.av-btn-wrapper .av-btn:not(:last-child) {
margin-right: 10px;
}
.av-btn-wrapper .av-btn:nth-child(2) {
margin-right: 0;
}
.av-btn-wrapper .av-btn:last-child {
margin-top: 10px;
}
.card404 h1 {
font-size: 96px;
line-height: 88px;
max-height: 78px;
margin-bottom: 20px;
}
.card404 .card404icon {
width: 78px;
height: 78px;
font-size: 36px;
margin: 0 4px;
}
.card404 .card404icon:before {
width: 68px;
height: 68px;
}
.card404 .card404icon:after {
width: 64px;
height: 64px;
}
.card404 h4 {
font-size: 28px;
margin-bottom: 15px;
}
}
@media (max-width: 436px) {
.calendar_wrap table th,
.calendar_wrap table td {
line-height: 43px;
}
.comments-area .comment-meta .comment-author img {
position: unset;
width: 90px;
margin-bottom: 15px;
}
.comments-area .comment-body {
padding: 0;
}
.comment-list .children .comment-body {
padding: 20px;
padding-left: 20px;
border-radius: 8px;
}
}
@media only screen and (max-width:675px) {
.cta-content-wrap .cta-btn {
margin-top: 20px;
padding-left: 0;
}
}
@media screen and (max-width: 580px) {
.post-content {
padding: 22px;
}
.post-count {
bottom: 32px;
right: -6px;
font-size: 60px;
}
.post-items:not(.latest_posts):hover .post-count,
.post-items:not(.latest_posts):focus-within .post-count {
top: 22px;
right: 20px;
}
}
@media only screen and (max-width:420px) {
.mobile-logo .logo {
max-width: 170px;
}
.mobile-logo .logo img {
max-width: 90%;
}
.logo a, .mobile-logo a, .site-title {
display: flex;
flex-wrap: wrap;
font-size: 22px;
align-items: center;
}
.mobile-menu-right .header-search-toggle,
.mobile-menu-right .cart-icon-wrap #cart {
font-size: 14px;
}
.toggle-lines div {
height: 2.5px;
margin: 0 0 3.7px;
}
.hamburger .toggle-lines {
padding: 6px 8px 6px;
}
.cart-wrap, .hamburger,
.mobile-menu-right .header-search-toggle,
.mobile-menu-right .cart-icon-wrap #cart,
.cart-icon .cart-icon-wrapper i {
width: 35px;
height: 35px;
line-height: 1.65;
}
.post-footer table {
overflow-x: auto;
display: flex;
}
}
@media only screen and (max-width: 358px) {
.mobile-menu-right > ul {
padding-right: 6px;
}
.headtop-mobi {
margin-left: 5px;
}
.header .header-search-toggle, .cart-icon-wrap {
font-size: 14px;
width: 35px;
height: 35px;
}
.cart-wrapper .cart-icon-wrap i {
font-size: 15px;
}
.header-above-toggle {
width: 35px;
height: 35px;
line-height: 35px;
}
.theme-content h1 {
font-size: 19px;
}
.theme-content p {
max-width: 230px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.theme-content .av-btn {
font-size: 12px;
padding: 5px 10px;
}
.theme-content .av-btn:not(:last-child) {
margin-right: 1px;
}
body .widget_social_widget .toolkit-hover+ul {
margin-top: 0;
}
}
@media only screen and (max-width: 330px) {
.theme-content h3 {
width: 100%;
font-size: 10px;
margin-bottom: 5px;
padding: 5px 8px;
}
.theme-content h1 {
font-size: 17px;
}
.theme-content .av-btn {
font-size: 11px;
padding: 3px 8px;
line-height: 2.2;
}
.theme-mobile-menu .header-wrap-right li {
margin-right: 6px;
}
.mobile-logo .logo {
max-width: 144px;
}
.card404-btn a {
clear: both;
margin-right: 0;
margin-top: 12px;
}
.post-items p+ul {
padding-left: 5px;
}
.service-item .av-btn {
min-width: 155px;
}
.call-wrapper .cta-info .call-phone {
font-size: 18px;
}
.theme-content p {
margin-bottom: 0;
}
.main-slider, .main-slider .owl-item img {
min-height: 150px;
}
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-soft-cookiewall { position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 9999;}.cmplz-soft-cookiewall.cmplz-dismissed { position: initial; display: none;}.cmplz-optout .cmplz-soft-cookiewall { position: initial;}.cmplz-document .cmplz-soft-cookiewall { position: initial;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-cookiebanner .cmplz-divider { height: 3px; box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.05);}.cmplz-cookiebanner.cmplz-center .cmplz-divider.cmplz-footer { margin-top: 5px;} .wpforms-recaptcha-container { position: relative !important; } div.wpforms-container-full .wpforms-form .cmplz-accept-marketing { background: grey; } .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { max-width: initial !important; height: 80px !important; margin-bottom: 20px; } @media only screen and (max-width: 400px) { .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { height: 100px !important } } .cmplz-blocked-content-container.recaptcha-invisible .cmplz-blocked-content-notice, .cmplz-blocked-content-container.g-recaptcha .cmplz-blocked-content-notice { max-width: initial; padding: 7px; } .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }