@media screen and (max-width:639px){#acym__callout__container{width:100%;top:0}#acym__callout__container .acym_callout{margin-bottom:0;width:100%}}#acym__callout__container{right:0;top:45px;position:fixed;width:400px;max-width:100%;z-index:1000000}#acym__callout__container .acym_callout_close{width:17px;height:18px;cursor:pointer;display:inline;margin-left:auto;background-color:transparent;color:#6d6d6d;padding:0}#acym__callout__container .acym_callout{padding:15px;margin-left:640px;margin-right:-640px;margin-bottom:1rem;max-width:100%;-moz-transition-property:margin-left,margin-right;-o-transition-property:margin-left,margin-right;-webkit-transition-property:margin-left,margin-right;transition-property:margin-left,margin-right;-moz-transition-duration:1s;-o-transition-duration:1s;-webkit-transition-duration:1s;transition-duration:1s;width:400px;overflow:hidden;border-radius:4px 0 0 4px;border:none;box-shadow:2px 2px 15px 2px #ebebeb;float:right;display:flex;opacity:1;word-wrap:break-word;word-break:break-word}#acym__callout__container .acym_callout i{margin:auto!important;border-radius:50px;height:50px;width:50px;line-height:50px;text-align:center;font-size:16px}#acym__callout__container .acym_callout p{float:right;font-size:14px;width:calc(100% - 120px);margin:1rem 0 1rem 1rem}.acym__callout__front__success{background-color:#ebfcf4}.acym__callout__front__warning{background-color:#fff6e9}.acym__callout__front__error{background-color:#ffedef}.acym__callout__front__info{background-color:#eef1ff}.acym_front_message,.acym_front_message_error,.acym_front_message_success,.acym_front_message_warning{padding:1em!important;margin-bottom:10px;z-index:10}.acym_front_message_success{color:#130;background-color:#dfc}.acym_front_message_warning{color:#3c3200;background-color:#fff8d4}.acym_front_message_error{color:#400;background-color:#fdd}/*
 * Imagehover Css
 */
 
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class*=' imghvr-'],
[class^=imghvr-] {
    position: relative;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

[class*=' imghvr-'] .flip-back,
[class^=imghvr-] .flip-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

[class*=' imghvr-'] a,
[class^=imghvr-] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

[class*=' imghvr-'],
[class*=' imghvr-'] *,
[class*=' imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class*=' imghvr-']:before,
[class^=imghvr-],
[class^=imghvr-] *,
[class^=imghvr-]:after,
[class^=imghvr-]:before,
[class^=imghvr-]:after,
[class^=imghvr-]:before {
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    transition: all .35s ease
}

[class*=' imghvr-fade'] .flip-back,
[class*=' imghvr-fade']:hover>.flip-front,
[class^=imghvr-fade] .flip-back,
[class^=imghvr-fade]:hover>.flip-front {
    opacity: 0
}

[class*=' imghvr-fade']:hover .flip-back,
[class^=imghvr-fade]:hover .flip-back {
    opacity: 1
}

[class*=' imghvr-fade']:hover .flip-back,
[class*=' imghvr-fade']:hover>.flip-front,
[class^=imghvr-fade]:hover .flip-back,
[class^=imghvr-fade]:hover>.flip-front {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.imghvr-fade-in-up .flip-back {
    -webkit-transform: translate(0, 15%);
    -moz-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%)
}

.imghvr-fade-in-down .flip-back {
    -webkit-transform: translate(0, -15%);
    -moz-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%)
}

.imghvr-fade-in-left .flip-back {
    -webkit-transform: translate(-15%, 0);
    -moz-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0)
}

.imghvr-fade-in-right .flip-back {
    -webkit-transform: translate(15%, 0);
    -moz-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0)
}

[class*=' imghvr-push-']:hover .flip-back,
[class^=imghvr-push-]:hover .flip-back {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.imghvr-push-up .flip-back {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-push-down .flip-back,
.imghvr-push-up:hover>.flip-front {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-push-down:hover>.flip-front {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-push-left .flip-back {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-push-left:hover>.flip-front,
.imghvr-push-right .flip-back {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-push-right:hover>.flip-front {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

[class*=' imghvr-slide-']:hover .flip-back,
[class^=imghvr-slide-]:hover .flip-back {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.imghvr-slide-up .flip-back {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-slide-down .fli p-back {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-slide-left .flip-back {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-slide-right .flip-back {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-slide-top-left .flip-back {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

.imghvr-slide-top-right .flip-back {
    -webkit-transform: translate(100%, -100%);
    -moz-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.imghvr-slide-bottom-left .flip-back {
    -webkit-transform: translate(-100%, 100%);
    -moz-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    -o-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%)
}

.imghvr-slide-bottom-right .flip-back {
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%)
}

[class*=' imghvr-reveal-']:before,
[class^=imghvr-reveal-]:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ''
}

[class*=' imghvr-reveal-'] .flip-back,
[class^=imghvr-reveal-] .flip-back {
    opacity: 0
}

[class*=' imghvr-reveal-']:hover:before,
[class^=imghvr-reveal-]:hover:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

[class*=' imghvr-reveal-']:hover .flip-back,
[class^=imghvr-reveal-]:hover .flip-back {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.imghvr-reveal-up:before {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.imghvr-reveal-down:before {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.imghvr-reveal-left:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.imghvr-reveal-right:before {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.imghvr-reveal-top-left:before {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

.imghvr-reveal-top-right:before {
    -webkit-transform: translate(100%, -100%);
    -moz-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
    transform: translate(100%, -100%)
}

.imghvr-reveal-bottom-left:before {
    -webkit-transform: translate(-100%, 100%);
    -moz-transform: translate(-100%, 100%);
    -ms-transform: translate(-100%, 100%);
    -o-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%)
}

.imghvr-reveal-bottom-right:before {
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%)
}

[class*=' imghvr-hinge-'],
[class^=imghvr-hinge-] {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

[class*=' imghvr-hinge-'] .flip-back,
[class^=imghvr-hinge-] .flip-back {
    opacity: 0;
    z-index: 1
}

[class*=' imghvr-hinge-']:hover .flip-front,
[class^=imghvr-hinge-]:hover .flip-front {
    opacity: 0
}

[class*=' imghvr-hinge-']:hover .flip-back,
[class^=imghvr-hinge-]:hover .flip-back {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.imghvr-hinge-up .flip-fro nt {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.imghvr-hinge-up .flip-back {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-hinge-up:hover>.flip-front {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.imghvr-hinge-up:hover .flip-back {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.imghvr-hinge-down .flip-front {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-hinge-down .flip-back {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -moz-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    -o-transform-origin: 50% -50%;
    transform-origin: 50% -50%
}

.imghvr-hinge-down:hover>.flip-front {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0
}

.imghvr-hinge-down:hover .flip-back {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.imghvr-hinge-left .flip-front {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-hinge-left .flip-back {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-hinge-left:hover>.flip-front {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.imghvr-hinge-left:hover .flip-back {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.imghvr-hinge-right .flip-front {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-hinge-right .flip-back {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-hinge-right:hover>.flip-front {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.imghvr-hinge-right:hover .flip-back {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

/* Flip Horizontal */
.imghvr-flip-horiz {
	perspective: 1000px;
	overflow: inherit;
}
.imghvr-flip-horiz .flip-front, .imghvr-flip-horiz .flip-back {
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.imghvr-flip-horiz:hover .flip-front {
    transform: rotateY(-180deg);
	backface-visibility: hidden;
}
.imghvr-flip-horiz .flip-front {
    transform: rotateY(0deg);
}
.imghvr-flip-horiz .flip-back {
    transform: rotateY(180deg);
	backface-visibility: hidden;
}
.imghvr-flip-horiz:hover .flip-back {
    transform: rotateY(0);
}

/* Flip Vertical */
.imghvr-flip-vert {
	perspective: 1000px;
	overflow: inherit;
}
.imghvr-flip-vert .flip-front, .imghvr-flip-vert .flip-back {
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.imghvr-flip-vert:hover .flip-front {
    transform: rotateX(-180deg);
	backface-visibility: hidden;
}
.imghvr-flip-vert .flip-front {
    transform: rotateX(0deg);
}
.imghvr-flip-vert .flip-back {
    transform: rotateX(180deg);
	backface-visibility: hidden;
}
.imghvr-flip-vert:hover .flip-back {
    transform: rotateX(0);
}

/* 3D Horizontal */
.imghvr-flip-3d-horz {
	perspective: 1000px;
	overflow: inherit;
}
.imghvr-flip-3d-horz .flip-front, .imghvr-flip-3d-horz .flip-back {
	transition: transform 1s;
	transform-style: preserve-3d;
}
.imghvr-flip-3d-horz:hover .flip-front {
    transform: rotateY(-180deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.imghvr-flip-3d-horz .flip-front {
    transform: rotateY(0deg);
}
.imghvr-flip-3d-horz .flip-back {
    transform: rotateY(180deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.imghvr-flip-3d-horz:hover .flip-back {
    transform: rotateY(0);
}
.imghvr-flip-3d-horz .flip-back > * ,
.imghvr-flip-3d-horz .flip-front > * {
	-webkit-transform: translateZ(70px) scale(.86);
    -moz-transform: translateZ(70px) scale(.86);
    -o-transform: translateZ(70px) scale(.86);
    transform: translateZ(70px) scale(.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* 3D Vertical */
.imghvr-flip-3d-vert {
	perspective: 1000px;
	overflow: inherit;
}
.imghvr-flip-3d-vert .flip-front, .imghvr-flip-3d-vert .flip-back {
	transition: transform 1s;
	transform-style: preserve-3d;
}
.imghvr-flip-3d-vert:hover .flip-front {
    transform: rotateX(-180deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.imghvr-flip-3d-vert .flip-front {
    transform: rotateX(0deg);
}
.imghvr-flip-3d-vert .flip-back {
    transform: rotateX(180deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.imghvr-flip-3d-vert:hover .flip-back {
    transform: rotateX(0);
}
.imghvr-flip-3d-vert .flip-back > * ,
.imghvr-flip-3d-vert .flip-front > * {
	-webkit-transform: translateZ(70px) scale(.86);
    -moz-transform: translateZ(70px) scale(.86);
    -o-transform: translateZ(70px) scale(.86);
    transform: translateZ(70px) scale(.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.imghvr-flip-diag-1 .flip-back {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    -moz-transform: rotate3d(1, -1, 0, 100deg);
    -ms-transform: rotate3d(1, -1, 0, 100deg);
    -o-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg)
}

.imghvr-flip-diag-1:hover>.flip-front {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
    -moz-transform: rotate3d(-1, 1, 0, 100deg);
    -ms-transform: rotate3d(-1, 1, 0, 100deg);
    -o-transform: rotate3d(-1, 1, 0, 100deg);
    transform: rotate3d(-1, 1, 0, 100deg)
}

.imghvr-flip-diag-1:hover .flip-back {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg)
}

.imghvr-flip-diag-2 .flip-back {
    -webkit-transform: rotate3d(1, 1, 0, 100deg);
    -moz-transform: rotate3d(1, 1, 0, 100deg);
    -ms-transform: rotate3d(1, 1, 0, 100deg);
    -o-transform: rotate3d(1, 1, 0, 100deg);
    transform: rotate3d(1, 1, 0, 100deg)
}

.imghvr-flip-diag-2:hover>.flip-front {
    -webkit-transform: rotate3d(-1, -1, 0, 100deg);
    -moz-transform: rotate3d(-1, -1, 0, 100deg);
    -ms-transform: rotate3d(-1, -1, 0, 100deg);
    -o-transform: rotate3d(-1, -1, 0, 100deg);
    transform: rotate3d(-1, -1, 0, 100deg)
}

.imghvr-flip-diag-2:hover .flip-back {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg)
}

[class*=' imghvr-shutter-out-']:before,
[class^=imghvr-shutter-out-]:before {
    position: absolute;
    content: '';
    -webkit-transition-delay: 105ms;
    -moz-transition-delay: 105ms;
    transition-delay: 105ms
}

[class*=' imghvr-shutter-out-'] .flip-back,
[class^=imghvr-shutter-out-] .flip-back {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

[class*=' imghvr-shutter-out-']:hover:before,
[class^=imghvr-shutter-out-]:hover:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

[class*=' imghvr-shutter-out-']:hover .flip-back,
[class^=imghvr-shutter-out-]:hover .flip-back {
    opacity: 1;
    -webkit-transition-delay: 105ms;
    -moz-transition-delay: 105ms;
    transition-delay: 105ms
}

.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0
}

.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0
}

.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%
}

.imghvr-shutter-out-diag-2:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.imghvr-shutter-out-diag-2:hover:before {
    top: -35%;
    bottom: -35%
}

[class*=' imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:before,
[class^=imghvr-shutter-in-]:after,
[class^=imghvr-shutter-in-]:before {
    position: absolute;
    content: ''
}

[class*=' imghvr-shutter-in-']:after,
[class^=imghvr-shutter-in-]:after {
    top: 0;
    left: 0
}

[class*=' imghvr-shutter-in-']:before,
[class^=imghvr-shutter-in-]:before {
    right: 0;
    bottom: 0
}

[class*=' imghvr-shutter-in-'] .flip-back,
[class^=imghvr-shutter-in-] .flip-back {
    opacity: 0;
    z-index: 1
}

[class*=' imghvr-shutter-in-']:hover .flip-back,
[class^=imghvr-shutter-in-]:hover .flip-back {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.imghvr-shutter-in-horiz:after,
.imghvr-shutter-in-horiz:before {
    width: 0;
    height: 100%
}

.imghvr-shutter-in-horiz:hover:after,
.imghvr-shutter-in-horiz:hover:before {
    width: 50%
}

.imghvr-shutter-in-vert:after,
.imghvr-shutter-in-vert:before {
    height: 0;
    width: 100%
}

.imghvr-shutter-in-vert:hover:after,
.imghvr-shutter-in-vert:hover:before {
    height: 50%
}

.imghvr-shutter-in-out-horiz:after,
.imghvr-shutter-in-out-horiz:before {
    width: 0;
    height: 100%;
    opacity: .75
}

.imghvr-shutter-in-out-horiz:hover:after,
.imghvr-shutter-in-out-horiz:hover:before {
    width: 100%
}

.imghvr-shutter-in-out-vert:after,
.imghvr-shutter-in-out-vert:before {
    height: 0;
    width: 100%;
    opacity: .75
}

.imghvr-shutter-in-out-vert:hover:after,
.imghvr-shutter-in-out-vert:hover:before {
    height: 100%
}

.imghvr-shutter-in-out-diag-1:after,
.imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .75
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    -moz-transform: skew(-45deg) translateX(-150%);
    -ms-transform: skew(-45deg) translateX(-150%);
    -o-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%)
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
    -moz-transform: skew(-45deg) translateX(150%);
    -ms-transform: skew(-45deg) translateX(150%);
    -o-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%)
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    -moz-transform: skew(-45deg) translateX(-50%);
    -ms-transform: skew(-45deg) translateX(-50%);
    -o-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%)
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    -moz-transform: skew(-45deg) translateX(50%);
    -ms-transform: skew(-45deg) translateX(50%);
    -o-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%)
}

.imghvr-shutter-in-out-diag-2:after,
.imghvr-shutter-in-out-diag-2:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .75
}

.imghvr-shutter-in-out-diag-2:after {
    -webkit-transform: skew(45deg) translateX(-100%);
    -moz-transform: skew(45deg) translateX(-100%);
    -ms-transform: skew(45deg) translateX(-100%);
    -o-transform: skew(45deg) translateX(-100%);
    transform: skew(45deg) translateX(-100%)
}

.imghvr-shutter-in-out-diag-2:before {
    -webkit-transform: skew(45deg) translateX(100%);
    -moz-transform: skew(45deg) translateX(100%);
    -ms-transform: skew(45deg) translateX(100%);
    -o-transform: skew(45deg) translateX(100%);
    transform: skew(45deg) translateX(100%)
}

.imghvr-shutter-in-out-diag-2:hover:after,
.imghvr-shutter-in-out-diag-2:hover:before {
    -webkit-transform: skew(45deg) translateX(0);
    -moz-transform: skew(45deg) translateX(0);
    -ms-transform: skew(45deg) translateX(0);
    -o-transform: skew(45deg) translateX(0);
    transform: skew(45deg) translateX(0)
}

[class*=' imghvr-fold'],
[class^=imghvr-fold] {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

[class*=' imghvr-fold'] .flip-front,
[class^=imghvr-fold] .flip-front {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0
}

[class*=' imghvr-fold'] .flip-back,
[class^=imghvr-fold] .flip-back {
    z-index: 1;
    opacity: 0
}

[class*=' imghvr-fold']:hover>.flip-front,
[class^=imghvr-fold]:hover>.flip-front {
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

[class*=' imghvr-fold']:hover .flip-back,
[class^=imghvr-fold]:hover .flip-back {
    -webkit-transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    -moz-transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    -ms-transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    -o-transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    transform: rotateX(0) translate3d(0, 0, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}

.imghvr-fold-up>.flip-front {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.imghvr-fold-up .flip-back {
    -webkit-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    -moz-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    -ms-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    -o-transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(.6);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-fold-up:hover>.flip-front {
    -webkit-transform: rotateX(90deg) scale(.6) translateY(50%);
    -moz-transform: rotateX(90deg) scale(.6) translateY(50%);
    -ms-transform: rotateX(90deg) scale(.6) translateY(50%);
    -o-transform: rotateX(90deg) scale(.6) translateY(50%);
    transform: rotateX(90deg) scale(.6) translateY(50%)
}

.imghvr-fold-down>.flip-front {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-fold-down .flip-back {
    -webkit-transform: rotateX(90deg) translate3d(0, 50%, 0) scale(.6);
    -moz-transform: rotateX(90deg) translate3d(0, 50%, 0) scale(.6);
    -ms-transform: rotateX(90deg) translate3d(0, 50%, 0) scale(.6);
    -o-transform: rotateX(90deg) translate3d(0, 50%, 0) scale(.6);
    transform: rotateX(90deg) translate3d(0, 50%, 0) scale(.6);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.imghvr-fold-down:hover>.flip-front {
    -webkit-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    -moz-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    -ms-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    -o-transform: rotateX(-90deg) scale(.6) translateY(-50%);
    transform: rotateX(-90deg) scale(.6) translateY(-50%)
}

.imghvr-fold-left>.flip-front {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-fold-left .flip-back {
    -webkit-transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(.6);
    -moz-transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(.6);
    -ms-transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(.6);
    -o-transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(.6);
    transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(.6);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-fold-left:hover>.flip-front {
    -webkit-transform: rotateY(-90deg) scale(.6) translateX(50%);
    -moz-transform: rotateY(-90deg) scale(.6) translateX(50%);
    -ms-transform: rotateY(-90deg) scale(.6) translateX(50%);
    -o-transform: rotateY(-90deg) scale(.6) translateX(50%);
    transform: rotateY(-90deg) scale(.6) translateX(50%)
}

.imghvr-fold-right>.flip-front {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.imghvr-fold-right .flip-back {
    -webkit-transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(.6);
    -moz-transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(.6);
    -ms-transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(.6);
    -o-transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(.6);
    transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(.6);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.imghvr-fold-right:hover>.flip-front {
    -webkit-transform: rotateY(90deg) scale(.6) translateX(-50%);
    -moz-transform: rotateY(90deg) scale(.6) translateX(-50%);
    -ms-transform: rotateY(90deg) scale(.6) translateX(-50%);
    -o-transform: rotateY(90deg) scale(.6) translateX(-50%);
    transform: rotateY(90deg) scale(.6) translateX(-50%)
}

.imghvr-zoom-in .flip-back {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.imghvr-zoom-in:hover .flip-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

[class*=' imghvr-zoom-out'] .flip-back,
[class^=imghvr-zoom-out] .flip-back {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0
}

[class*=' imghvr-zoom-out'].hover .flip-back,
[class*=' imghvr-zoom-out']:hover .flip-back,
[class^=imghvr-zoom-out].hover .flip-back,
[class^=imghvr-zoom-out]:hover .flip-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    transition-delay: .35s
}

.imghvr-zoom-out:hover>.flip-front {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.imghvr-zoom-out-up.hover>.flip-front,
.imghvr-zoom-out-up:hover>.flip-front {
    -webkit-animation: imghvr-zoom-out-up .4025s linear;
    -moz-animation: imghvr-zoom-out-up .4025s linear;
    animation: imghvr-zoom-out-up .4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        -moz-transform: scale(.8) translateY(0);
        -ms-transform: scale(.8) translateY(0);
        -o-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateY(-150%);
        -moz-transform: scale(.8) translateY(-150%);
        -ms-transform: scale(.8) translateY(-150%);
        -o-transform: scale(.8) translateY(-150%);
        transform: scale(.8) translateY(-150%);
        opacity: .5
    }
}

@keyframes imghvr-zoom-out-up {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        -moz-transform: scale(.8) translateY(0);
        -ms-transform: scale(.8) translateY(0);
        -o-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateY(-150%);
        -moz-transform: scale(.8) translateY(-150%);
        -ms-transform: scale(.8) translateY(-150%);
        -o-transform: scale(.8) translateY(-150%);
        transform: scale(.8) translateY(-150%);
        opacity: .5
    }
}

.imghvr-zoom-out-down.hover>.flip-front,
.imghvr-zoom-out-down:hover>.flip-front {
    -webkit-animation: imghvr-zoom-out-down .4025s linear;
    -moz-animation: imghvr-zoom-out-down .4025s linear;
    animation: imghvr-zoom-out-down .4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        -moz-transform: scale(.8) translateY(0);
        -ms-transform: scale(.8) translateY(0);
        -o-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateY(150%);
        -moz-transform: scale(.8) translateY(150%);
        -ms-transform: scale(.8) translateY(150%);
        -o-transform: scale(.8) translateY(150%);
        transform: scale(.8) translateY(150%);
        opacity: .5
    }
}

@keyframes imghvr-zoom-out-down {
    50% {
        -webkit-transform: scale(.8) translateY(0);
        -moz-transform: scale(.8) translateY(0);
        -ms-transform: scale(.8) translateY(0);
        -o-transform: scale(.8) translateY(0);
        transform: scale(.8) translateY(0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateY(150%);
        -moz-transform: scale(.8) translateY(150%);
        -ms-transform: scale(.8) translateY(150%);
        -o-transform: scale(.8) translateY(150%);
        transform: scale(.8) translateY(150%);
        opacity: .5
    }
}

.imghvr-zoom-out-left.hover>.flip-front,
.imghvr-zoom-out-left:hover>.flip-front {
    -webkit-animation: imghvr-zoom-out-left .4 025s linear;
    -moz-animation: imghvr-zoom-out-left .4025s linear;
    animation: imghvr-zoom-out-left .4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        -moz-transform: scale(.8) translateX(0);
        -ms-transform: scale(.8) translateX(0);
        -o-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateX(-150%);
        -moz-transform: scale(.8) translateX(-150%);
        -ms-transform: scale(.8) translateX(-150%);
        -o-transform: scale(.8) translateX(-150%);
        transform: scale(.8) translateX(-150%);
        opacity: .5
    }
}

@keyframes imghvr-zoom-out-left {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        -moz-transform: scale(.8) translateX(0);
        -ms-transform: scale(.8) translateX(0);
        -o-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateX(-150%);
        -moz-transform: scale(.8) translateX(-150%);
        -ms-transform: scale(.8) translateX(-150%);
        -o-transform: scale(.8) translateX(-150%);
        transform: scale(.8) translateX(-150%);
        opacity: .5
    }
}

.imghvr-zoom-out-right.hover>.flip-front,
.imghvr-zoom-out-right:hover>.flip-front {
    -webkit-animation: imghvr-zoom-out-right .4025s linear;
    -moz-animation: imghvr-zoom-out-right .4025s linear;
    animation: imghvr-zoom-out-right .4025s linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        -moz-transform: scale(.8) translateX(0);
        -ms-transform: scale(.8) translateX(0);
        -o-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateX(150%);
        -moz-transform: scale(.8) translateX(150%);
        -ms-transform: scale(.8) translateX(150%);
        -o-transform: scale(.8) translateX(150%);
        transform: scale(.8) translateX(150%);
        opacity: .5
    }
}

@keyframes imghvr-zoom-out-right {
    50% {
        -webkit-transform: scale(.8) translateX(0);
        -moz-transform: scale(.8) translateX(0);
        -ms-transform: scale(.8) translateX(0);
        -o-transform: scale(.8) translateX(0);
        transform: scale(.8) translateX(0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(.8) translateX(150%);
        -moz-transform: scale(.8) translateX(150%);
        -ms-transform: scale(.8) translateX(150%);
        -o-transform: scale(.8) translateX(150%);
        transform: scale(.8) translateX(150%);
        opacity: .5
    }
}

.imghvr-zoom-out-flip-horiz {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

.imghvr-zoom-out-flip-horiz .flip-back {
    opacity: 0;
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(.5);
    -moz-transform: rotateX(90deg) translateY(-100%) scale(.5);
    -ms-transform: rotateX(90deg) translateY(-100%) scale(.5);
    -o-transform: rotateX(90deg) translateY(-100%) scale(.5);
    transform: rotateX(90deg) translateY(-100%) scale(.5)
}

.imghvr-zoom-out-flip-horiz.hover>.flip-front,
.imghvr-zoom-out-flip-horiz:hover>.flip-front {
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(.5);
    -moz-transform: rotateX(-100deg) translateY(50%) scale(.5);
    -ms-transform: rotateX(-100deg) translateY(50%) scale(.5);
    -o-transform: rotateX(-100deg) translateY(50%) scale(.5);
    transform: rotateX(-100deg) translateY(50%) scale(.5);
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.imghvr-zoom-out-flip-horiz.hover .flip-back,
.imghvr-zoom-out-flip-horiz:hover .flip-back {
    -webkit-transform: rotateX(0) translateY(0) scale(1);
    -moz-transform: rotateX(0) translateY(0) scale(1);
    -ms-transform: rotateX(0) translateY(0) scale(1);
    -o-transform: rotateX(0) translateY(0) scale(1);
    transform: rotateX(0) translateY(0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    transition-delay: .35s
}

.imghvr-zoom-out-flip-vert {
    -webkit-perspective: 50em;
    -moz-perspective: 50em;
    perspective: 50em
}

.imghvr-zoom-out-flip-vert .flip-back {
    opacity: 0;
    -webkit-transform: rotateY(90deg) translate(50%, 0) scale(. 5);
    -moz-transform: rotateY(90deg) translate(50%, 0) scale(.5);
    -ms-transform: rotateY(90deg) translate(50%, 0) scale(.5);
    -o-transform: rotateY(90deg) translate(50%, 0) scale(.5);
    transform: rotateY(90deg) translate(50%, 0) scale(.5)
}

.imghvr-zoom-out-flip-vert.hover>.flip-front,
.imghvr-zoom-out-flip-vert:hover>.flip-front {
    -webkit-transform: rotateY(-100deg) translateX(50%) scale(.5);
    -moz-transform: rotateY(-100deg) translateX(50%) scale(.5);
    -ms-transform: rotateY(-100deg) translateX(50%) scale(.5);
    -o-transform: rotateY(-100deg) translateX(50%) scale(.5);
    transform: rotateY(-100deg) translateX(50%) scale(.5);
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.imghvr-zoom-out-flip-vert.hover .flip-back,
.imghvr-zoom-out-flip-vert:hover .flip-back {
    -webkit-transform: rotateY(0) translate(0, 0) scale(1);
    -moz-transform: rotateY(0) translate(0, 0) scale(1);
    -ms-transform: rotateY(0) translate(0, 0) scale(1);
    -o-transform: rotateY(0) translate(0, 0) scale(1);
    transform: rotateY(0) translate(0, 0) scale(1);
    opacity: 1;
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    transition-delay: .35s
}

.imghvr-blur .flip-back {
    opacity: 0
}

.imghvr-blur:hover>.flip-front {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
}

.imghvr-blur:hover .flip-back {
    opacity: 1;
    -webkit-transition-delay: .21s;
    -moz-transition-delay: .21s;
    transition-delay: .21s
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body{-webkit-font-smoothing:antialiased}a{text-decoration:none;outline:none;cursor:pointer;color:#333}a:focus,a:hover,a:active{text-decoration:none;outline:none;transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;-o-transition:all 0.4s ease-in-out 0s;-ms-transition:all 0.4s ease-in-out 0s}p{margin-bottom:15px}ul{list-style:none;padding:0}ul:last-child, ol li:last-child{margin-bottom:0px}ol
li{margin-bottom:0px}ul.nav>li{display:inline-block}img,video{max-width:100%;height:auto}img{display:block;margin:0
auto}select{height:40px;line-height:40px;padding:0
10px}select:focus{outline:0}input:focus{outline:0}span:focus{outline:0}::selection{color:#fff}pre{background:#eee none repeat scroll 0 0;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}table td, table
th{border:1px
solid #e1e1e1;padding:5px
10px}input{border:1px
solid #ccc}table{margin-bottom:15px}.form-control:focus{box-shadow:none}.btn-default{background-color:#222}.before-icon{margin-right:4px}ul.nav.top-meta-list,ul.nav.bottom-meta-list{display:inline-block}ul.nav.bottom-meta-list.meta-left,ul.nav.top-meta-list.meta-left{float:left;text-align:left}ul.nav.bottom-meta-list.meta-left,ul.nav.bottom-meta-list.meta-right{width:50%}.bottom-meta>ul.nav.bottom-meta-list.meta-left:last-child,.bottom-meta>ul.nav.bottom-meta-list.meta-right:last-child{width:100%}ul.nav.bottom-meta-list.meta-right,ul.nav.top-meta-list.meta-right{text-align:right}ul.nav.meta-right{float:right}ul.nav.top-meta-list>li,ul.nav.bottom-meta-list>li{vertical-align:middle;display:inline-block;margin-right:8px}.text-center .blog-inner> div > ul.nav.meta-left:last-child:first-child,
.text-center .blog-inner> div ul.nav.meta-right:last-child:first-child{text-align:center;display:inline-block;float:none}.top-meta ul li i, .bottom-meta ul li
i{margin-right:5px;vertical-align:middle}ul.nav.top-meta-list>li:last-child{margin-right:0}.post-author a>span{display:inline-block;vertical-align:middle;margin-right:10px}.blog-inner .bottom-meta .post-author, .blog-inner .top-meta .post-author{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blog-style-modern .post-author a>span{font-weight:600;font-size:12px;text-transform:uppercase}ul.post-pagination>li>a,ul.post-pagination>li>span{padding:6px;background:#333;color:#fff;border-radius:4px;margin:4px}.post-thumb{position:relative}.post-overlay-items{position:absolute;bottom:0;padding:10px;left:0;right:0}.blog-wrapper{clear:both}.isotope{width:auto}.isotope .isotope-item{float:left;min-height:1px}.infinite-load>.post-pagination-wrap{display:none}.isotope #infscr-loading{position:absolute;left:0;right:0;bottom:0;text-align:center}.isotope #infscr-loading>img{max-width:100px;transition:all ease 0.35s}@-webkit-keyframes
egovenzFadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes
egovenzFadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.egovenz-animate{opacity:0;visibility:hidden}.egovenz-animate.run-animate{opacity:1;visibility:visible;animation-duration:0.7s;animation-name:egovenzFadeInUp}.blog-wrapper .owl-next{right:-10px}.blog-wrapper .owl-prev{left:-10px}.animate-title{font-size:40px}.circle-progress-wrapper>*{margin-bottom:20px}.circle-progress-wrapper>*:last-child{margin-bottom:0}.circle-progress-circle{position:relative}.progress-value{display:block;font-size:26px;font-weight:600;left:0;position:absolute;right:0;top:50%;padding:0
20px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}.day-counter{display:block}.day-counter>*:last-child{margin-right:0}.day-counter>*{display:inline-block;margin-right:20px;height:150px;width:150px;padding:0
20px}.day-counter .counter-item{top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);position:relative;line-height:1}.day-counter .counter-item>h3{line-height:unset;margin-bottom:14px;font-size:35px}.day-counter-dark .day-counter .counter-item>h3{color:#fff}.day-counter-light .day-counter>*{background:#fff none repeat scroll 0 0}.day-counter-dark .day-counter>*{background:#333 none repeat scroll 0 0;color:#fff}.day-counter-transparent .day-counter>*{background:transparent}.day-counter .rounded-0{border:1px
solid #eaeaea}.day-counter
.rounded{border:1px
solid #eaeaea}.day-counter-classic .day-counter>div{background:#f7f7f7;position:relative;overflow:hidden}.day-counter-classic .day-counter>div:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:15px;height:3px;background:#000}.day-counter .rounded-circle{border:1px
solid #eaeaea;background:#f7f7f7}.day-counter-modern .day-counter>*:after{content:"";width:150%;height:100px;background:rgba(0, 0, 0, 0.1);display:block;transform:rotate(-40deg);position:absolute;bottom:-10%;left:14%;z-index:0}.day-counter-modern .day-counter>*{position:relative;overflow:hidden}.day-counter-modern .counter-item{z-index:1}.day-counter-classic-pro .day-counter{position:relative}.day-counter-classic-pro .day-counter:after{content:"";width:100%;border-bottom:1.5px dashed #eaeaea;display:block;position:absolute;top:50%;transform:translateY(-50%)}.day-counter-classic-pro .day-counter>*{border:1px
dashed #eaeaea;margin:0
10px;background:#fff;z-index:1;position:relative}.flip-box-icon{line-height:1;transition:all ease 0.35s;-webkit-transition:all ease 0.35s;-moz-transition:all ease 0.35s}.flip-box-wrapper .flip-box-icon>span.flip-icon-middle{line-height:2}.flip-box-wrapper.text-right .flip-box-icon>span{margin-left:auto;margin-right:0}.flip-box-wrapper .flip-box-title .section-title{color:inherit}.flip-front>*,.flip-back>*{margin-bottom:20px}.flip-box-wrapper .flip-front > *:last-child, .flip-box-wrapper .flip-back>*:last-child{margin-bottom:0}.flip-box-wrapper .flip-front > div , .flip-box-wrapper .flip-back>div{padding:0
30px}.flip-box-wrapper .flip-front>div.flip-box-thumb{padding:0}.flip-box-wrapper .flip-box-thumb{padding:0
!important}.flip-box-wrapper{display:block}body .elementor-widget.elementor-widget-egovenzflipbox{margin-bottom:30px !important}.flip-box-content{font-size:15px}.imghvr-flip-diag-1 .flip-back{opacity:0}.imghvr-flip-diag-1:hover .flip-back{opacity:1}.flip-box-inner.imghvr-flip-3d-horz>*{box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;border-radius:5px}.flip-box-title{position:relative;padding-bottom:20px;margin-bottom:15px}.flip-box-title:after{content:"";width:15px;height:3px;background:#fff;position:absolute;bottom:0;left:0;right:0;margin:0
auto}.icon-wrapper .icon-parent>span{transition:all ease 0.35s;margin-left:0}.text-center.icon-wrapper .icon-parent>span{margin:0
auto}.text-right.icon-wrapper .icon-parent>span{margin-left:auto;margin-right:0}.icon-wrapper .icon-parent .icon-middle{line-height:2;display:block}.icon-list-wrapper .icon-parent>span{margin-right:13px;-webkit-transition:all ease 0.35s;transition:all ease 0.35s}.icon-list-wrapper li.icon-parent{margin-bottom:15px;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;color:#444;font-weight:600}.icon-list-wrapper li.icon-parent:last-child{margin-bottom:0}.icon-dark{color:#000}.icon-light{color:#fff}.section-title-wrapper .title-separator{background-color:#333;display:block;height:2px;position:relative;width:50px;border-radius:0 15px 0 15px}.section-title-wrapper.text-center .title-separator{margin:0
auto}.section-title-wrapper.text-left .title-separator{margin-right:auto}.section-title-wrapper.text-right .title-separator{margin-left:auto}.section-title-wrapper{margin-bottom:35px}.title-separator.separator-img{background:transparent;height:auto;width:auto;max-width:200px}.title-separator.separator-img>img{max-height:50px}.text-left .title-separator.separator-img>img{margin-left:0}.text-right .title-separator.separator-img>img{margin-right:0}.section-title-wrapper .title-wrap>*{display:block;margin-bottom:15px}.section-title-wrapper .title-separator.separator-border:before, .section-title-wrapper .title-separator.separator-border:after{content:"";position:absolute;left:54px;width:14px;height:2px;background:#000;display:block}.section-title-wrapper.border-light .title-separator.separator-border:before,
.section-title-wrapper.border-light .title-separator.separator-border:after{background:#fff}.section-title-wrapper .title-separator.separator-border:after{right:auto;left:71px;width:7px}.section-title-wrapper.text-right .title-separator.separator-border:before{right:54px;left:auto}.section-title-wrapper.text-right .title-separator.separator-border:after{right:71px;left:auto}.section-title-wrapper .title-wrap>.section-title{margin-bottom:20px}.section-title-wrapper .title-wrap>*:last-child{margin-bottom:0}.section-title-wrapper .title-wrap{margin-bottom:35px}.section-title-wrapper .section-description{max-width:800px;margin:0;font-size:18px;line-height:34px}.section-title-wrapper.text-center .section-description{text-align:center;margin:0
auto}.section-title-wrapper.text-left .section-description{text-align:left;margin:inherit;max-width:inherit;margin-left:auto;margin-right:0}.section-title-wrapper.text-right .section-description{text-align:right;float:right}.section-title-wrapper .section-description
a.btn{margin-top:35px}.section-description span.lead.d-block{margin-bottom:20px;color:#616161;font-weight:500;font-size:20px;line-height:30px}.section-title-wrapper .title-wrap>.section-title{position:relative}span.title-suffix{font-weight:300}.portfolio-inner>*{margin-bottom:15px}.portfolio-inner{margin-bottom:30px}.isotope-item .portfolio-inner{margin-bottom:0}.portfolio-inner .post-category{text-transform:uppercase}.portfolio-style-default .portfolio-inner .portfolio-content-wrap{padding:35px
25px;position:relative;margin-top:-50px;max-width:95%;z-index:1;border:1px
solid #eaeaea;font-size:14px;border-top-right-radius:15px;border-bottom-left-radius:15px;background:#fff}.portfolio-style-default .portfolio-overlay{color:#fff}.portfolio-wrapper.portfolio-style-default .post-overlay-items,
.portfolio-wrapper.portfolio-style-default .post-overlay-items
a{color:#fff !important}.portfolio-wrapper.portfolio-style-default .link-icon, .portfolio-wrapper.portfolio-style-default .zoom-icon{padding:10px
13px;border-radius:5px}.portfolio-style-default .portfolio-overlay-wrap:before{background:rgba(0, 0, 0, 0.6)}.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title{position:relative}.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title
h4{font-size:20px;line-height:30px}.portfolio-style-default .portfolio-inner .portfolio-content-wrap .portfolio-title
h3{font-size:20px;margin-bottom:0}.portfolio-style-default .portfolio-inner:hover .abs-title-icon{color:#151515}.portfolio-style-default .portfolio-inner:hover .abs-title-icon,
.portfolio-style-default .portfolio-inner .abs-title-icon{transition:all .3s ease-in-out;margin-right:15px}.portfolio-style-default .portfolio-inner:hover .portfolio-content-wrap,
.portfolio-style-default .portfolio-inner .portfolio-content-wrap{transition:all .3s ease-in-out}.portfolio-style-default .portfolio-inner .post-thumb{border-radius:5px}.portfolio-style-default .portfolio-inner .post-thumb
img{transition:all .5s ease-in-out;border-radius:6px}.portfolio-style-default .post-thumb.portfolio-overlay-wrap{border-radius:6px}.portfolio-wrapper.portfolio-style-default .post-overlay-active:before{background:rgba(0,0,0,0.8)}.portfolio-link-icon,.portfolio-popup-icon{display:inline-block;margin:0
5px;border-radius:5px}.portfolio-link-icon a, .portfolio-popup-icon
a{padding:10px
10px}.portfolio-style-default .portfolio-inner:hover .post-thumb
img{animation-name:imagemove;animation-duration:3s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:none;animation-play-state:running}@keyframes
imagemove{0%{-webkit-transform:rotate(0deg) scale(1);-moz-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);-o-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1)}100%{-webkit-transform:rotate(5deg) scale(1.1);-moz-transform:rotate(5deg) scale(1.1);-ms-transform:rotate(5deg) scale(1.1);-o-transform:rotate(5deg) scale(1.1);transform:rotate(5deg) scale(1.1)}}.portfolio-wrapper ul.nav.m-auto.d-block > li
a{padding:10px
25px;margin-right:10px;border:1px
solid #eaeaea;display:inline-block;background:#000;color:#fff;border-radius:5px}.portfolio-wrapper .isotope-filter{margin-bottom:40px}.archive-template article.egovenz-portfolio>.portfolio-archive>a{display:block;margin-left:-30px;margin-right:-30px;margin-top:-30px;margin-bottom:30px}.portfolio-archive-title>h4{margin-bottom:0;text-align:center}.portfolio-wrapper .post-overlay-active:before{content:"";bottom:0;position:absolute;max-width:100%;left:0;right:0;top:0;background:rgba(0,0,0,0.5);opacity:0;transition:all .3s ease-in-out}.portfolio-wrapper .portfolio-inner:hover .post-overlay-active:before{opacity:1;z-index:1;transition:all .3s ease-in-out}.portfolio-wrapper .post-overlay-active{position:relative}.post-overlay-items>*{z-index:1;position:relative}.portfolio-inner .post-thumb{overflow:hidden}.portfolio-wrapper .post-overlay-items{position:absolute;padding:0
15px;z-index:1}.portfolio-wrapper .post-overlay-items>*:last-child{margin-right:0}.portfolio-wrapper .post-overlay-items>.portfolio-icons>*{line-height:1;display:inline-block}.portfolio-inner span.before-icon{display:none}.post-overlay-items.overlay-top-left{left:0;right:auto;text-align:left;top:30px;width:100%}.post-overlay-items.overlay-top-right{right:0;text-align:right;left:auto;top:30px;width:100%}.post-overlay-items.overlay-bottom-left{left:0;bottom:30px;right:auto;width:100%;text-align:left}.post-overlay-items.overlay-bottom-right{right:0;text-align:right;left:auto;width:100%;bottom:30px}.post-overlay-items.overlay-center{top:50%;transform:translateY(-50%);padding:0
30px;bottom:auto}.portfolio-inner:hover .post-overlay-items{opacity:1;transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s}.portfolio-inner .post-overlay-items{opacity:0}.portfolio-wrapper.portfolio-style-classic .post-overlay-active:before{content:'';transition:all 150ms ease-in-out 200ms;position:absolute;width:100%;bottom:0;top:auto;height:50%;background:rgba(255, 255, 255, 0.95);right:-100%;left:auto}.portfolio-wrapper.portfolio-style-classic .portfolio-inner:hover .post-overlay-active:before{right:0;opacity:1;width:100%;height:50%;transition:all .8s}.portfolio-wrapper.portfolio-style-classic .post-overlay-active:after{content:'';transition:all 150ms ease-in-out 200ms;position:absolute;background:rgba(255, 255, 255, 0.95);top:0;height:50%;width:100%;left:-100%}.portfolio-wrapper.portfolio-style-classic .portfolio-inner:hover .post-overlay-active:after{left:0;opacity:1;transition:all .8s}.portfolio-style-classic .post-overlay-items>*:nth-child(odd):before{content:'';background:#f7f7f7;width:100%;top:0;bottom:0;position:absolute;transition:right 600ms ease-in-out 0s;right:100%}.portfolio-style-classic .portfolio-inner:hover .post-overlay-items>*:nth-child(odd):before{right:-100%}.portfolio-style-classic .post-overlay-items>*:nth-child(even):before{content:'';background:#f7f7f7;position:absolute;width:100%;bottom:0;transition:left 600ms ease-in-out 0s;left:100%;top:0;right:auto}.portfolio-style-classic .portfolio-inner:hover .post-overlay-items>*:nth-child(even):before{left:-100%}.portfolio-style-classic .post-overlay-items{overflow:hidden;padding:0;width:auto;margin:0
30px}.portfolio-style-classic .post-overlay-items > .portfolio-popup-icon,
.portfolio-style-classic .post-overlay-items>.portfolio-link-icon{display:block;width:100%;margin:0;margin-bottom:10px}.portfolio-style-classic .post-overlay-items > .portfolio-popup-icon a,
.portfolio-style-classic .post-overlay-items > .portfolio-link-icon
a{display:inline-block;background:rgba(0, 0, 0,0.05);color:#fff;width:50px;height:50px;padding:0;line-height:50px;border-radius:50%;text-align:center}.portfolio-style-classic .post-overlay-items > div:last-child
a{margin-bottom:0}.portfolio-wrapper.portfolio-style-modern .portfolio-inner:hover .post-overlay-active:before{background:rgba(0, 0, 0, 0);transition:all 150ms ease-in-out 200ms}.portfolio-wrapper.portfolio-style-modern .portfolio-inner:hover .post-overlay-active:before{background:rgba(44, 44, 57, 0.2);transition:all 150ms ease-in-out 200ms}.portfolio-style-modern .post-overlay-items{opacity:0;background-color:#fff;width:90%;margin:0
auto;left:50%;padding:15px
21px}.portfolio-style-modern .portfolio-inner:hover .post-overlay-items{opacity:1;transform:translateX(-50%) scale(1);transition:all 150ms ease-in-out 200ms}.portfolio-style-modern .post-overlay-items.overlay-center{transform:translate(-50%, -50%);padding:20px
15px}.portfolio-style-modern .ti-link:before{content:"\e628"}.portfolio-style-modern .post-overlay-items> .portfolio-link-icon,
.portfolio-style-modern .post-overlay-items>.portfolio-popup-icon{margin-left:0;display:inline-flex;margin-bottom:0}.portfolio-style-modern .post-overlay-items> .portfolio-link-icon a,
.portfolio-style-modern .post-overlay-items> .portfolio-popup-icon
a{background:#000;color:#fff !important;width:35px;text-align:center;height:35px;line-height:35px;padding:0;border-radius:50%}.portfolio-style-modern .post-overlay-items> .portfolio-link-icon a:hover,
.portfolio-style-modern .post-overlay-items> .portfolio-popup-icon a:hover{background:#000;color:#fff !important}.portfolio-inner .post-overlay-items>*:last-child{margin-bottom:0}.portfolio-inner .post-overlay-items>*{margin-bottom:12px}.portfolio-inner .post-overlay-active > .post-overlay-items .entry-title{margin-top:0;margin-bottom:11px}.portfolio-inner .post-overlay-items>* .post-title-head, .portfolio-inner .post-overlay-items>* .post-title-head
a{margin-bottom:0;line-height:1;display:inline-block}.portfolio-style-modern .post-overlay-items.overlay-top-left,
.portfolio-style-modern .post-overlay-items.overlay-top-right,
.portfolio-style-modern .post-overlay-items.overlay-bottom-left,
.portfolio-style-modern .post-overlay-items.overlay-bottom-right{width:90%;bottom:auto;left:50%;transform:translateX(-50%) scale(0);padding:25px;transition:all 150ms ease-in-out 200ms}.portfolio-style-modern a.read-more{position:relative;font-size:12px;font-weight:600}.portfolio-style-modern a.read-more:before{content:'';width:100%;height:2px;position:absolute;bottom:-1px;left:0;background:#000;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.portfolio-style-modern a.read-more:after{content:'';width:0%;height:2px;position:absolute;bottom:-1px;left:0;background:red;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.portfolio-style-modern .portfolio-inner a.read-more:hover:after{width:100%;z-index:1;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.portfolio-style-modern .post-overlay-items.overlay-top-left,
.portfolio-style-modern .post-overlay-items.overlay-top-right{top:5%}.portfolio-style-modern .post-overlay-items.overlay-bottom-left,
.portfolio-style-modern .post-overlay-items.overlay-bottom-right{bottom:5%}.portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items{transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;opacity:1;background:#fff;left:15px;right:15px;top:15px;bottom:15px;width:auto;padding:20px
30px;transform:translateY(0)}.portfolio-style-classic-pro .post-overlay-items{transform:translateY(100%);transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;opacity:1;left:15px;right:15px;bottom:0}.portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items.overlay-top-right,
.portfolio-style-classic-pro .portfolio-inner:hover .post-overlay-items.overlay-top-left{transform:translateY(0)}.portfolio-style-classic-pro .post-overlay-items.overlay-top-right,
.portfolio-style-classic-pro .post-overlay-items.overlay-top-left{transform:translateY(-100%)}.portfolio-single .portfolio-title{color:#000}.portfolio-meta-title-wrap{color:#000}.portfolio-meta-list>li{margin-bottom:11px}.portfolio-meta-title-wrap>*{margin-bottom:5px}.portfolio-meta-title-wrap
h6{font-size:14px;font-weight:300;text-transform:none;line-height:24px;color:#949494;margin-bottom:0}.portfolio-info-wrap{padding:30px
0}.single-egovenz-portfolio .custom-post-nav{margin-top:20px}.portfolio-model-1 .portfolio-meta-list>li{margin-bottom:20px}.portfolio-model-1 .portfolio-meta{padding:50px
40px;background:#fff;-webkit-box-shadow:1px 5px 40px 0 rgba(72,73,121,0.15);-moz-box-shadow:1px 5px 40px 0 rgba(72,73,121,0.15);box-shadow:1px 5px 40px 0 rgba(72,73,121,0.15);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.portfolio-meta-list>li > span, .portfolio-meta-list>li
a{color:#000;font-size:14px;font-weight:700;line-height:24px}.portfolio-model-1 .portfolio-meta-list>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.portfolio-model-1 .portfolio-meta ul.social-icons>li>a{background:#fff;-webkit-box-shadow:0px 3px 10px 0px rgba(0,0,0,0.15);-moz-box-shadow:0px 3px 10px 0px rgba(0,0,0,0.15);-ms-box-shadow:0px 3px 10px 0px rgba(0,0,0,0.15);box-shadow:0px 3px 10px 0px rgba(0,0,0,0.15);border-radius:50%;font-size:10px;width:30px;height:30px;line-height:31px}span.portfolio-meta-icon{margin-right:10px}ul.nav.portfolio-share.social-icons{margin-top:10px}.portfolio-model-2 .row.portfolio-details{padding-top:50px}.portfolio-single .grid-layout .isotope>article{opacity:1}.portfolio-grid-gallery.grid-layout
article{padding:15px;background:#f2f2f2}.portfolio-grid-gallery.grid-layout article img.cpt-img{width:100%}.portfolio-single .grid-layout .isotope > article
figure{margin-bottom:0}.portfolio-single.portfolio-model-2 .portfolio-details .portfolio-meta-wrap{padding:40px;border-radius:5px}.portfolio-single.portfolio-model-2 span.portfolio-meta-icon,
.portfolio-single.portfolio-model-2 .portfolio-meta-title-wrap h6,
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li > span,
.portfolio-single.portfolio-model-2 .portfolio-meta-list>li
a{color:#fff}.portfolio-model-2 .portfolio-meta-list>li{color:#fff;font-size:15px;font-weight:500;margin:0;padding-bottom:20px;display:block;clear:both}.portfolio-model-2 .portfolio-meta-list > li .portfolio-meta-title-wrap{display:inline-block;margin-right:15px}.portfolio-model-2 ul.portfolio-tags.nav{display:inline-block}.portfolio-model-2 .portfolio-meta-list > li ul.portfolio-categories.nav{display:inline-block}.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons a:hover{color:#000 !important}.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons
a{color:#000;border-radius:5px;width:30px;height:30px;line-height:30px;text-align:center;font-size:12px}.portfolio-single.portfolio-model-2 .portfolio-meta-list>li .social-icons a>i{line-height:30px}.portfolio-single.portfolio-model-2 .portfolio-meta-title-wrap
h6{text-decoration:underline;text-decoration-style:dashed;text-decoration-color:#dee2e6}.portfolio-single.portfolio-model-2 .portfolio-meta-list>li a:hover{color:inherit !important;text-decoration:underline}.portfolio-model-4 .portfolio-format .portfolio-image{margin-bottom:0px}.portfolio-model-4 .portfolio-info .portfolio-title{margin-bottom:30px}.portfolio-model-4 .portfolio-info .portfolio-title
h3{font-size:34px;font-weight:900}.portfolio-model-4 .portfolio-info .portfolio-content{margin-bottom:50px}.portfolio-model-4 .portfolio-info .portfolio-meta{border:5px
dashed #e1e1e1;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;padding:50px;width:100%}.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>*{display:inline-block;width:50%}.portfolio-model-4 .portfolio-info .portfolio-meta h6:before{content:"\f0a9";font-family:Fontawesome;padding-right:14px}.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>.entry-url{display:inline;width:auto;float:none;padding:10px
30px;border-radius:26px}.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-list>li>.entry-url:hover{background:#000;color:#fff}.portfolio-model-4 .portfolio-meta-list>li{display:flex}.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-share>li>a{background:transparent;box-shadow:unset;-webkit-box-shadow:unset;-moz-box-shadow:unset;-ms-box-shadow:unset;-o-box-shadow:unset}.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-share>li>a>i{font-size:18px}.portfolio-model-4 .portfolio-info .portfolio-meta .portfolio-meta-icon{display:none}.portfolio-meta ul.social-icons>li>a{background:#f7f7f7}@media only screen and (max-width:767px){.portfolio-wrapper .portfolio-inner
img{width:100%}}.feature-box-wrapper{position:relative;padding:35px
30px;margin-bottom:30px}.feature-box-wrapper.hover-bottom:hover{transform:translateY(10px);transition: .5s ease}.feature-box-wrapper.hover-bottom{transition: .5s ease !important}.feature-box-inner{display:inline-block}.hover-bottom  .feature-box-inner:hover:before{height:100%;top:0px;transition:1s ease}.hover-bottom .feature-box-inner:before{position:absolute;content:'';background:#f6f7f9;width:100%;height:0%;left:0px;bottom:0px;right:0px;transition:1s ease;z-index:0}.hover-bottom .feature-box-inner>*{z-index:1;position:relative}.hover-bottom .feature-box-inner:after{content:'';width:0;height:4px;position:absolute;bottom:0;left:0;background-color:#000;background-image:-webkit-gradient(linear,left top,right top,from(#000000),to(#063389));background-image:-webkit-linear-gradient(left,#000000,#063389);background-image:-moz-linear-gradient(left,#000000,#063389);background-image:-ms-linear-gradient(left,#000000,#063389);background-image:-o-linear-gradient(left,#000000,#063389);background-image:linear-gradient(left,#000000,#063389);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000',endColorStr='#063389',gradientType='1');-webkit-transition:all .3s linear 0ms;-khtml-transition:all .3s linear 0ms;-moz-transition:all .3s linear 0ms;-ms-transition:all .3s linear 0ms;-o-transition:all .3s linear 0ms;transition:all .3s linear 0ms}.feature-box-wrapper.hover-bottom:hover .feature-box-inner:after{width:100%}.feature-box-wrapper .feature-box-icon>span{line-height:1}.feature-box-wrapper .feature-box-icon>span.fbox-icon-middle{line-height:2;display:inline-block}.feature-box-wrapper .media .align-self-center .feature-box-icon>span.fbox-icon-middle{box-shadow:7px 5px 30px 0 rgba(72,73,121,0.15)}h1.feature-box-title,h2.feature-box-title,h3.feature-box-title,h4.feature-box-title,h5.feature-box-title,h6.feature-box-title{margin-bottom:0}.feature-box-wrapper.hover-border:after{content:"";position:absolute;left:00px;top:0px;right:00px;bottom:0px;background:#fff;opacity:1;transform:scale(1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;-o-transition:all 0.4s ease-in-out 0s;-ms-transition:all 0.4s ease-in-out 0s}.feature-box-wrapper.hover-border:hover:after{opacity:0;transform:scale(0);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;-o-transition:all 0.4s ease-in-out 0s;-ms-transition:all 0.4s ease-in-out 0s}.feature-box-wrapper.hover-border .feature-box-inner, .feature-box-wrapper.hover-border .feature-box-inner
a{color:#383838 !important}.feature-box-wrapper.hover-border:hover .feature-box-inner,
.feature-box-wrapper.hover-border:hover .feature-box-inner
a{color:#fff !important}.feature-box-wrapper.hover-border{position:relative;overflow:hidden;transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;-o-transition:all 0.4s ease-in-out 0s;-ms-transition:all 0.4s ease-in-out 0s}.feature-box-wrapper.hover-border:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:rgb(0, 0, 0,0.55);z-index:0;opacity:0.5;transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;-o-transition:all 0.4s ease-in-out 0s;-ms-transition:all 0.4s ease-in-out 0s}.feature-box-wrapper.hover-border:hover:before{opacity:1;transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;-o-transition:all 0.4s ease-in-out 0s;-ms-transition:all 0.4s ease-in-out 0s}.feature-box-wrapper.hover-border .feature-box-inner>*{position:relative;z-index:1}.feature-box-wrapper.feature-v-mid>.media{-ms-flex-align:center!important;align-items:center!important}.feature-box-classic{border:1px
solid #f2f2f2}.feature-box-wrapper.contact-box.feature-box-classic{box-shadow:0px 0px 20px rgba(0, 0, 0, 0.05);border:0}.feature-box-wrapper.contact-box .feature-box-title{border-bottom:1px solid;padding-bottom:10px;font-weight:bold}.contact-box .feature-box-image:before{position:absolute;content:'';background:#ffc4c8;width:30px;height:30px;left:10px;bottom:10px;border-radius:50%;z-index:-1;-webkit-animation:zoom-fade-two 5s infinite linear;animation:zoom-fade-two 5s infinite linear}.feature-box-wrapper.contact-box.feature-box-classic:hover .feature-box-inner .feature-box-title,.feature-box-wrapper.contact-box.feature-box-classic:hover{color:#fff !important}.feature-box-wrapper.contact-box.feature-box-classic:hover
img{filter:invert(100%)}@-webkit-keyframes zoom-fade-two{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes zoom-fade-two{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.contact-box .feature-box-image{position:relative;z-index:9}.feature-box-modern{-moz-box-shadow:1px 2px 20px 0px rgba(230, 230, 230, 0.8);-ms-box-shadow:1px 2px 20px 0px rgba(230, 230, 230, 0.8);-o-box-shadow:1px 2px 20px 0px rgba(230, 230, 230, 0.8);-webkit-box-shadow:1px 2px 20px 0px rgba(230, 230, 230, 0.8);box-shadow:1px 2px 20px 0px rgba(230, 230, 230, 0.8)}.feature-box-wrapper.feature-box-modern:after,.feature-box-wrapper.feature-box-modern:before{content:"";position:absolute;width:2px;height:15px;background:black;right:0;top:20px}.feature-box-wrapper.feature-box-modern:before{top:40px;height:30px}.feature-box-modern:hover .feature-box-icon
span{transform:scale(1);animation:pulse-theme 1s infinite}@keyframes pulse-theme{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(223, 25, 58, 0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(223, 25, 58, 0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(223, 25, 58, 0)}}.feature-box-classic-pro{border-radius:10px;padding:35px
30px}.icon-icon-light{color:#fff}.icon-icon-dark{color:#000}.feature-box-inner>*{margin-bottom:15px}.fbox-number{font-size:40px;line-height:40px;font-weight:600}.feature-box-inner>*:last-child{margin-bottom:0px}.text-left .feature-box-image
img{margin-left:0}.text-right .feature-box-image
img{margin-right:0}.feature-box-image.fbox-img-overlay-overlay{position:relative}.feature-box-wrapper .fbox-img-overlay-overlay:before{content:"";position:absolute;background:rgba(0,0,0,0.7);left:0;right:0;top:0;bottom:0;opacity:0;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.feature-box-wrapper:hover .fbox-img-overlay-overlay:before{opacity:1;transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.feature-box-image{overflow:hidden}.fbox-img-overlay-zoomin
img{-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.fbox-img-overlay-zoomin:hover
img{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.fbox-img-overlay-grayscale
img{filter:grayscale(0%);-webkit-filter:grayscale(0%);filter:none;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.fbox-img-overlay-grayscale:hover
img{filter:grayscale(100%);-webkit-filter:grayscale(100%);filter:gray;-webkit-transition:all .6s ease;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s}.fbox-img-overlay-blur
img{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}.fbox-img-overlay-blur:hover
img{-webkit-filter:blur(2px);-moz-filter:all .25s ease;-o-filter:all .25s ease;-ms-filter:all .25s ease;filter:blur(2px)}.feature-btn
a{border:1px
solid #e7e7e7;border-radius:50%;font-size:13px;line-height:46px;height:46px;width:46px;display:inline-block}.max-width-none .elementor-image
img{max-width:none !important}.feature-box-wrapper.hover-style-1:hover{box-shadow:0 3px 30px rgba(110,122,182,0.1);transform:translate3d(0, -20px, 0);transition: .35s}.feature-box-wrapper.hover-style-1:hover .feature-box-image{-webkit-transform:rotateY(360deg);-khtml-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-webkit-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;-o-transition:all 300ms linear 0ms}.feature-box-wrapper>.media>*:first-child{margin-right:30px}.feature-box-wrapper.list-fullwidth-active>.media{margin-bottom:20px;-ms-flex-align:center!important;align-items:center!important}.feature-box-wrapper.list-fullwidth-active:hover{transform:translateY(-10px);box-shadow:0px 25px 25px 0px rgba(0, 0, 0, 0.1);transition: .5s ease}.feature-box-wrapper.list-fullwidth-active{position:relative;transition: .5s ease}.feature-box-wrapper.list-fullwidth-active .feature-box-btn{position:absolute;bottom:-18px;opacity:0;transform:scale(.5);transition: .5s ease}.feature-box-wrapper.list-fullwidth-active:hover .feature-box-btn{opacity:1;transform:scale(1);transition: .5s ease}.list-fullwidth-active .feature-box-title{position:relative;display:inline;background-image:linear-gradient(120deg, #000 0%, #eaeaea 100%);background-repeat:no-repeat;background-size:100% 0.4em;background-position:0 92%;transition:background-size 0.25s ease-in}label{width:100%;display:block}input.wpcf7-form-control{width:100%;height:45px;line-height:45px;border:1px
solid #eaeaea}input.wpcf7-form-control,textarea.wpcf7-form-control{padding:0
15px}textarea{width:100%;height:140px;border:1px
solid #eaeaea}.wpcf7-form-control-wrap{position:relative;height:40px;line-height:40px;display:inline-block;width:100%}span.wpcf7-form-control-wrap{margin-bottom:10px}form.wpcf7-form>p{margin-bottom:25px}textarea:focus{outline:0}.cf-default input.wpcf7-form-control, .cf-default textarea.wpcf7-form-control{-webkit-box-shadow:0 7px 30px 0 rgba(0,0,0,.08);-moz-box-shadow:0 7px 30px 0 rgba(0,0,0,.08);box-shadow:0 7px 30px 0 rgba(0,0,0,.08);border-radius:7px;border:0}.contact-form-wrapper .wpcf7 input[type="submit"]{display:inline-block;width:auto;position:relative;padding:0
34px}span.submit-icon:after{content:"\e75a";position:absolute;left:30px;line-height:2;font-family:themify;color:#fff;top:50%;transform:translateY(-50%)}span.submit-icon{position:relative}.contact-form-wrapper .wpcf7 .submit-icon input[type="submit"]{padding-left:60px}.cf-classic input.wpcf7-form-control, .cf-classic textarea.wpcf7-form-control{border-bottom:2px solid #eaeaea !important;border:0}.cf-modern input.wpcf7-form-control, .cf-modern textarea.wpcf7-form-control{border-radius:30px}.contact-form-title{margin-bottom:30px}.cf-classic-pro input.wpcf7-form-control, .cf-classic-pro textarea.wpcf7-form-control{background:#f9f9f9;border:0;min-height:50px}.cf-classic-pro input.wpcf7-form-control::placeholder{font-style:italic}.contact-info-wrapper{margin-bottom:30px}.contact-info-wrapper>*{margin-bottom:15px}.contact-info-wrapper>*:last-child{margin-bottom:0px}.contact-info-wrapper.contact-info-style-classic{padding:60px
30px;border:1px
solid #f2f2f2}.contact-info-wrapper.contact-info-style-modern{padding:30px;box-shadow:0px 5px 14px 0px rgba(130, 136, 147, 0.1)}.contact-info-wrapper.contact-info-style-modern{padding:50px
30px;box-shadow:0px 0 36px 0px rgba(130, 136, 147, 0.15);border-radiusL 5px;transition: .5s ease}.contact-info-inner{display:inline}.contact-info-wrapper.contact-info-style-modern:hover{transform:translateY(-10px);box-shadow:0px 25px 25px 0px rgba(0, 0, 0, 0.1);transition: .5s ease}.contact-info-style-modern .contact-info-title{position:relative;display:block;background-image:linear-gradient(120deg, rgb(0, 0, 0) 0%, rgb(234, 234, 234) 100%);background-size:100% 0.2em;background-repeat:no-repeat;background-position:0px 100%;transition:background-size 0.25s ease-in 0s;margin-bottom:25px !important;padding-bottom:20px !important}.contact-info-style-modern.contact-info-wrapper>*{margin-bottom:20px}.contact-info-style-modern.contact-info-wrapper>*:last-child{margin-bottom:0}.contact-info-wrapper.contact-info-style-modern{position:relative}.contact-info-wrapper.contact-info-style-modern:after{content:"\f0f7";position:absolute;font-family:fontAwesome;width:65px;height:65px;text-align:center;line-height:65px;background:#000;border-radius:50%;right:-17px;margin:0
auto;bottom:-16px;color:#fff;font-size:24px;box-shadow:0 16px 32px rgba(0, 0, 0, 0.2);opacity:0;transform:scale(0);transition: .5s ease}.contact-info-wrapper.contact-info-style-modern:hover:after{opacity:1;transform:scale(1);transition: .5s ease}.contact-info-wrapper.contact-info-style-classic-pro{background:#f9f9f9;padding:60px
30px}.contact-info-wrapper ul.social-icons>li>a
i{width:30px;height:30px;line-height:30px;font-size:12px}.contact-info-wrapper ul.social-icons>li>a{width:30px;height:30px;line-height:30px}.contact-info-wrapper > div span[class^="ti-"]{font-weight:700;float:left;line-height:29px}.contact-info-wrapper > div .contact-info-inner{display:table-cell;vertical-align:middle}.contact-info-wrapper.contact-info-style-modern > div span[class^="ti-"]{font-size:17px;line-height:24px;vertical-align:middle}.contact-info-wrapper .contact-mail
a{font-weight:600}.contact-info-wrapper>*.contact-info{margin-bottom:15px}.contact-info-wrapper .contact-phone>span:last-child{text-decoration:underline}.contact-info-wrapper .contact-info-title{position:relative;padding-bottom:18px;margin-bottom:18px}.contact-info-wrapper:not(.contact-info-style-modern ) .contact-info-title:after{content:"";position:absolute;left:0;width:20px;height:3px;bottom:0;background:#000}.counter-wrapper>*{margin-bottom:10px}.counter-style-default span.counter-up{font-size:45px;line-height:1}.counter-wrapper>*:last-child{margin-bottom:0px}.counter-wrapper{margin-bottom:30px}.counter-value span.counter-suffix{padding-left:10px;font-weight:100;font-size:20px;line-height:1}.suffix-light .counter-value span.counter-suffix{color:#fff}.counter-style-default .counter-title-head{font-weight:300}.counter-style-classic{box-shadow:0px 20px 60px 0px rgba(0,11,40,0.06);padding:30px}.counter-style-modern{border:1px
solid #f1f6f8;background:#fbfbfd;padding:30px}.counter-style-classic-pro .counter-value span.counter-up{font-size:40px;line-height:1}.counter-style-classic-pro .counter-value span.counter-suffix{font-size:45px;font-weight:700;color:#383838}.counter-wrapper.counter-style-classic-pro .counter-content
p{font-weight:700;font-size:18px;line-height:22px;margin-bottom: .5rem}.image-grid-wrapper>.row:last-child{margin-bottom:0}.image-grid-wrapper>.row{margin-bottom:30px}.image-grid-wrapper .owl-carousel div[class^="col-"]{padding:0;width:auto;max-width:100%}.image-grid-1 .image-grid-inner{padding:25px;border:1px
solid rgb(234, 234, 234,0.1)}.image-grid-wrapper.image-grid-1 .owl-carousel .owl-stage-outer{padding-top:13px}.image-grid-1 .image-grid-inner:hover{transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s}.image-grid-1 .image-grid-inner:hover
img{transform:scale(1.1);transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;opacity:1}.image-grid-1 .image-grid-inner
img{transform:scale(0.8) rotate(20deg);transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;opacity:0.5}.image-grid-wrapper.image-grid-2 .image-grid-inner{overflow:hidden}.image-grid-wrapper.image-grid-2.custom .image-grid-inner{overflow:hidden;border:1px
solid #fbfbfb;padding:25px}.image-grid-inner:after{content:"";display:block;width:22px;height:22px;border-radius:50%;background:#000;-webkit-animation:pulse2 1s linear infinite;-moz-animation:pulse2 1s linear infinite;-ms-animation:pulse2 1s linear infinite;animation:pulse2 1s linear infinite;position:absolute;right:-8px;top:-8px}@keyframes "pulse2"{0%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-o-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@-moz-keyframes
pulse2{0%{-moz-transform:scale(1.1);transform:scale(1.1)}50%{-moz-transform:scale(0.8);transform:scale(0.8)}100%{-moz-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "pulse2"{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-ms-keyframes "pulse2"{0%{-ms-transform:scale(1.1);transform:scale(1.1)}50%{-ms-transform:scale(0.8);transform:scale(0.8)}100%{-ms-transform:scale(1);transform:scale(1)}}.image-grid-wrapper.image-grid-2 .image-grid-inner:hover
img{-webkit-filter:grayscale(0%);filter:gray;opacity:1;-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;-webkit-animation:clientSlider 550ms forwards;-moz-animation:clientSlider 550ms forwards;-ms-animation:clientSlider 550ms forwards;-o-animation:clientSlider 550ms forwards;animation:clientSlider 550ms forwards}.image-grid-wrapper.image-grid-2 .image-grid-inner
img{-webkit-filter:grayscale(100%);filter:gray;-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}@-webkit-keyframes
clientSlider{49%{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}50%{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}51%{opacity:1}}@-moz-keyframes
clientSlider{49%{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}50%{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}51%{opacity:1}}@-ms-keyframes
clientSlider{49%{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}50%{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}51%{opacity:1}}@-o-keyframes
clientSlider{49%{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}50%{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}51%{opacity:1}}@keyframes
clientSlider{49%{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}50%{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}51%{opacity:1}}.image-grid-2 .image-grid-inner:after{display:none}.image-grid-3 .image-grid-inner{padding:25px;box-shadow:0 15px 15px 0 rgba(0, 0, 0, 0.03);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}.image-grid-3 .owl-stage-outer .image-grid-inner{margin:0
20px 50px 20px}.image-grid-3 .image-grid-inner:after{display:none}.image-grid-3 .image-grid-inner:hover{box-shadow:0 15px 15px 0 rgba(0, 0, 0, 0.05);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}ul.nav.social-icons{display:inline-block}ul.social-icons>li{text-align:center;text-align:-webkit-center;padding:0}ul.social-icons>li>a{display:inline-block;height:40px;line-height:40px;margin-right:5px;width:40px;padding:0;background:#fff;text-align:center;transition:all ease 0.35s;-webkit-transition:all ease 0.35s;-moz-transition:all ease 0.35s;-ms-transition:all ease 0.35s}article ul.social-icons>li>a{background:transparent;border:solid 1px #d5eaea}ul.social-icons.social-transparent > li
a{background:transparent;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;-ms-border-radius:0;box-shadow:unset;-webkit-box-shadow:unset;-moz-box-shadow:unset;-ms-box-shadow:unset;-o-box-shadow:unset}ul.social-icons.social-circled > li
a{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}ul.social-icons.social-rounded > li
a{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}ul.social-icons.social-white > li a, ul.social-icons.social-h-white > li a:hover{color:#fff}ul.social-icons.social-black > li a, ul.social-icons.social-h-black > li a:hover{color:#333}ul.social-icons.social-bg-white > li a, ul.social-icons.social-hbg-white > li a:hover{background-color:#fff}ul.social-icons.social-bg-black > li a, ul.social-icons.social-hbg-black > li a:hover{background-color:#333}ul.social-icons.social-bg-light > li a, ul.social-icons.social-hbg-light > li a:hover{background:rgba(255, 255, 255, 0.5)}ul.social-icons.social-bg-dark > li a, ul.social-icons.social-hbg-dark > li a:hover{background:rgba(0, 0, 0, 0.5)}ul.social-icons.social-own > li a.social-fb, ul.social-icons.social-h-own > li a.social-fb:hover,
article.post ul.social-icons>li>a.social-fb,ul.social-icons>li>a.share-fb:hover{color:#3b5999}ul.social-icons.social-own > li a.social-twitter, ul.social-icons.social-h-own > li a.social-twitter:hover,
article.post ul.social-icons>li>a.social-twitter,ul.social-icons>li>a.share-twitter:hover{color:#55acee}ul.social-icons.social-own > li a.social-instagram, ul.social-icons.social-h-own > li a.social-instagram:hover ,
article.post ul.social-icons>li>a.social-instagram,ul.social-icons>li>a.share-instagram:hover{color:#e4405f}ul.social-icons.social-own > li a.social-linkedin, ul.social-icons.social-h-own > li a.social-linkedin:hover ,
article.post ul.social-icons>li>a.social-linkedin,ul.social-icons>li>a.share-linkedin:hover,ul.social-icons>li>a.share-linkedin:hover{color:#0077B5}ul.social-icons.social-own > li a.social-pinterest, ul.social-icons.social-h-own > li a.social-pinterest:hover,
article.post ul.social-icons>li>a.social-pinterest,ul.social-icons>li>a.share-pinterest:hover{color:#bd081c}ul.social-icons.social-own > li a.social-youtube, ul.social-icons.social-h-own > li a:hover.social-youtube,
article.post ul.social-icons>li>a.social-youtube,ul.social-icons>li>a.share-youtube:hover{color:#cd201f}ul.social-icons.social-own > li a.social-vimeo, ul.social-icons.social-h-own > li a.social-vimeo:hover,
article.post ul.social-icons>li>a.social-vimeo,ul.social-icons>li>a.share-vimeo:hover{color:#1ab7ea}ul.social-icons.social-own > li a.social-soundcloud, ul.social-icons.social-h-own > li a.social-soundcloud:hover ,
article.post ul.social-icons>li>a.social-soundcloud,ul.social-icons>li>a.share-soundcloud:hover{color:#f30}ul.social-icons.social-own > li a.social-yahoo, ul.social-icons.social-h-own > li a.social-yahoo:hover,
article.post ul.social-icons>li>a.social-yahoo,ul.social-icons>li>a.share-yahoo:hover{color:#410093}ul.social-icons.social-own > li a.social-tumblr, ul.social-icons.social-h-own > li a.social-tumblr:hover ,
article.post ul.social-icons>li>a.social-tumblr,ul.social-icons>li>a.share-tumblr:hover{color:#34465d}ul.social-icons.social-own > li a.social-paypal, ul.social-icons.social-h-own > li a.social-paypal:hover,
article.post ul.social-icons>li>a.social-paypal,ul.social-icons>li>a.share-paypal:hover{color:#003087}ul.social-icons.social-own > li a.social-mailto, ul.social-icons.social-h-own > li a.social-mailto:hover ,
article.post ul.social-mailto>li>a.social-mailto,ul.social-icons>li>a.share-mailto:hover{color:#ffa500}ul.social-icons.social-own > li a.social-flickr, ul.social-icons.social-h-own > li a.social-flickr:hover,
article.post ul.social-icons>li>a.social-flickr,ul.social-icons>li>a.share-flickr:hover{color:#ff0084}ul.social-icons.social-own > li a.social-dribbble, ul.social-icons.social-h-own > li a.social-dribbble:hover,
article.post ul.social-icons>li>a.social-dribble,ul.social-icons>li>a.share-dribble:hover{color:#ea4c89}ul.social-icons.social-own > li a.social-rss, ul.social-icons.social-h-own > li a.social-rss:hover,
article.post ul.social-icons>li>a.social-rss,ul.social-icons>li>a.share-rss:hover{color:#f60}ul.social-icons.social-bg-own > li a.social-fb, ul.social-icons.social-hbg-own > li a.social-fb:hover,
article.post ul.social-icons>li>a.social-fb:hover{background:#3b5999}ul.social-icons.social-bg-own > li a.social-twitter, ul.social-icons.social-hbg-own > li a.social-twitter:hover,
article.post ul.social-icons>li>a.social-twitter:hover{background:#55acee}ul.social-icons.social-bg-own > li a.social-instagram, ul.social-icons.social-hbg-own > li a.social-instagram:hover ,
article.post ul.social-icons>li>a.social-instagram:hover{background:#e4405f}ul.social-icons.social-bg-own > li a.social-linkedin, ul.social-icons.social-hbg-own > li a.social-linkedin:hover ,
article.post ul.social-icons>li>a.social-linkedin:hover{background:#0077B5}ul.social-icons.social-bg-own > li a.social-pinterest, ul.social-icons.social-hbg-own > li a.social-pinterest:hover ,
article.post ul.social-icons>li>a.social-pinterest:hover{background:#bd081c}ul.social-icons.social-bg-own > li a.social-youtube, ul.social-icons.social-hbg-own > li a.social-youtube:hover,
article.post ul.social-icons>li>a.social-youtube:hover{background:#cd201f}ul.social-icons.social-bg-own > li a.social-vimeo, ul.social-icons.social-hbg-own > li a.social-vimeo:hover,
article.post ul.social-icons>li>a.social-vimeo:hover{background:#1ab7ea}ul.social-icons.social-bg-own > li a.social-soundcloud, ul.social-icons.social-hbg-own > li a.social-soundcloud:hover ,
article.post ul.social-icons>li>a.social-soundcloud:hover{background:#f30}ul.social-icons.social-bg-own > li a.social-yahoo, ul.social-icons.social-hbg-own > li a.social-yahoo:hover ,
article.post ul.social-icons>li>a.social-yahoo:hover{background:#410093}ul.social-icons.social-bg-own > li a.social-tumblr, ul.social-icons.social-hbg-own > li a.social-tumblr:hover ,
article.post ul.social-icons>li>a.social-tumblr:hover{background:#34465d}ul.social-icons.social-bg-own > li a.social-paypal, ul.social-icons.social-hbg-own > li a.social-paypal:hover ,
article.post ul.social-icons>li>a.social-paypal:hover{background:#003087}ul.social-icons.social-bg-own > li a.social-mailto, ul.social-icons.social-hbg-own > li a.social-mailto:hover ,
article.post ul.social-icons>li>a.social-mailto:hover{background:#ffa500}ul.social-icons.social-bg-own > li a.social-flickr, ul.social-icons.social-hbg-own > li a.social-flickr:hover,
article.post ul.social-icons>li>a.social-flickr:hover{background:#ff0084}ul.social-icons.social-bg-own > li a.social-dribbble, ul.social-icons.social-hbg-own > li a.social-dribbble:hover ,
article.post ul.social-icons>li>a.social-dribble:hover{background:#ea4c89}ul.social-icons.social-bg-own > li a.social-rss, ul.social-icons.social-hbg-own > li a.social-rss:hover ,
article.post ul.social-icons>li>a.social-rss:hover{background:#f60}ul.social-icons.social-bg-own > li a.social-bloglovin, ul.social-icons.social-hbg-own > li a.social-bloglovin:hover{background:#00BFF8}ul.social-icons.social-own > li a.social-bloglovin, ul.social-icons.social-h-own > li a.social-bloglovin:hover{color:#00BFF8}ul.social-icons.social-bg-transparent > li a,
ul.social-icons.social-hbg-transparent > li a:hover{background:transparent;border:transparent}ul.social-icons.social-h-white > li a:hover{color:#fff}ul.social-icons.social-h-black > li a:hover{color:#333}ul.social-icons.social-hbg-white > li a:hover{background-color:#fff}ul.social-icons.social-hbg-black > li a:hover{background-color:#333}ul.social-icons.social-hbg-light > li a:hover{background:rgba(255, 255, 255, 0.5)}ul.social-icons.social-hbg-dark > li a:hover{background:rgba(0, 0, 0, 0.5)}article.post ul.social-icons>li>a:hover{color:#fff !important}.timeline{list-style:none;padding:20px
0 20px;position:relative}.timeline:before{top:22px;bottom:42px;position:absolute;content:" ";width:1px;border-right:1px dotted #eaeaea;left:50%;margin-left:-0.5px}.timeline-title{margin-bottom:18px}.timeline>li{margin-bottom:40px;position:relative}.timeline>li:before,.timeline>li:after{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li:before,.timeline>li:after{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-panel{width:50%;float:left;border-radius:2px;padding:30px;position:relative;-webkit-box-shadow:-1px 0px 12px 0 rgba(38,59,94,0.1);box-shadow:-1px 0px 12px 0 rgba(38,59,94,0.1)}.timeline>li:not(.timeline-inverted){padding-right:90px}.timeline>li.timeline-inverted{padding-left:90px}.timeline>li>.timeline-panel:before{position:absolute;top:26px;right:-15px;display:inline-block;border-top:15px solid transparent;border-left:15px solid #eaeaea;border-right:0 solid #eaeaea;border-bottom:15px solid transparent;content:" "}.timeline>li>.timeline-panel:after{position:absolute;top:27px;right:-14px;display:inline-block;border-top:14px solid transparent;border-left:14px solid #fff;border-right:0 solid #fff;border-bottom:14px solid transparent;content:" "}.timeline>li>.timeline-badge,.timeline-sep-title{width:50px;height:50px;line-height:50px;font-size:1.4em;text-align:center;position:absolute;top:16px;left:50%;margin-left:-25px}.timeline>li.timeline-inverted>.timeline-panel{float:right}.timeline>li.timeline-inverted>.timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}.timeline>li.timeline-inverted>.timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline-title{margin-top:0;color:inherit}.timeline-body>p,.timeline-body>ul{margin-bottom:0}.timeline-body>p+p{margin-top:5px}.timeline>li>.timeline-sep-title{margin-left:50px;width:auto;word-wrap:break-word;text-align:left;height:auto;font-size:28px;line-height:35px}.timeline>li.timeline-inverted>.timeline-sep-title{right:50%;left:0;text-align:right;margin-right:50px}.timeline-sep-title>span{display:block;font-size:15px;line-height:2;color:#000;font-weight:400;margin-top:15px}.timeline.tl-border-solid:before{border-right-style:solid}.timeline-wrapper > ul.timeline > li .separator-shape-custom,
.timeline-wrapper > ul.timeline > li.sep-img-activated .timeline-badge{background:transparent !important}.timeline.tl-left-layout>li>.timeline-sep-title{text-align:left}.separator-shape-custom>i,.separator-shape-custom>img,.separator-shape-custom>.separator-text{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.timeline-style-2 .timeline>li>.timeline-panel{box-shadow:none;-webkit-box-shadow:none;border:1px
dashed;border-radius:10px}.timeline-style-3 .timeline>li>.timeline-panel{box-shadow:none;-webkit-box-shadow:none;border:1px
solid #eaeaea}.timeline-style-3 .timeline > li > .timeline-panel .timeline-heading,
.timeline-style-3 .timeline > li > .timeline-panel .timeline-body{text-align:right}.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-heading,
.timeline-style-3 .timeline > li.timeline-inverted > .timeline-panel .timeline-body{text-align:initial}.timeline-style-3 .timeline>li>.timeline-sep-title{color:#fff;font-size:14px;padding:5px
0}@media only screen and (max-width:767px){.timeline>li>.timeline-sep-title{font-size:25px;width:100%;position:relative;height:100%;left:auto;right:auto;top:auto;bottom:auto;margin:0;padding-left:80px}.timeline>li>.timeline-panel{float:none !important;width:80%;margin-left:60px}h4.timeline-title{font-size:16px;line-height:21px}.timeline>li:not(.timeline-inverted){padding:0}.timeline:before{left:5%;border-right:2px dotted #eaeaea}.timeline>li>.timeline-badge{left:5%;right:auto;display:inline-block;margin-left:-23px}.timeline>li.timeline-inverted>.timeline-sep-title{text-align:left;right:auto;padding-left:80px}.timeline>li.timeline-inverted{padding-left:0}.timeline>li.timeline-inverted>.timeline-panel:after,.timeline>li>.timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline>li>.timeline-panel:before{display:none}.timeline-sep-title>span{margin-bottom:15px;margin-top:0}}.popup-trigger-img>img{display:inline-block}.blog-inner{margin-bottom:30px}.blog-wrapper.blog-light .blog-inner{background:#fff}.isotope-item .blog-inner{margin-bottom:0 !important}.owl-stage .blog-inner{margin-bottom:0}.blog-inner>*{margin-bottom:15px}.blog-inner>*{word-break:break-all}.blog-inner>*:last-child{margin-bottom:0px}.blog-wrapper .post-thumb.post-overlay-active .post-overlay-items:after{content:" ";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.65);-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:5px}.blog-wrapper.blog-style-default .post-thumb.post-overlay-active:before{display:none}.blog-inner:hover .post-thumb.post-overlay-active img,
.blog-inner:hover .post-thumb.post-overlay-active::after{-webkit-transform:scale(1.1);transform:scale(1.1)}.blog-inner .post-thumb.post-overlay-active img,
.blog-inner:hover .post-thumb.post-overlay-active::after{-webkit-transition:all .3s ease;transition:all .3s ease}.blog-style-default .post-overlay-active .post-date{border:4px
solid hsla(0,0%,100%,.2);padding:10px}.blog-wrapper .post-thumb.post-overlay-active:before{content:"";position:absolute;top:0;left:-250px;bottom:0;transform:skewX(-36deg);transition:all 0.5s ease 0s;bottom:0;background-image:-webkit-linear-gradient(120deg,rgba(0, 0, 0,0.8) 0,rgba(0, 0, 0,0.1) 100%);background-image:-moz-linear-gradient(120deg,rgba(0, 0, 0,0.8) 0,rgba(0, 0, 0,0.1) 100%);background-image:-o-linear-gradient(120deg,rgba(0, 0, 0,0.8) 0,rgba(0, 0, 0,0.1) 100%);background-image:linear-gradient(120deg,rgba(0, 0, 0,0.8) 0,rgba(0, 0, 0,0.1) 100%);width:0}.blog-wrapper .blog-inner:hover .post-thumb.post-overlay-active:before{width:200%}.blog-wrapper .post-thumb.post-overlay-active .post-overlay-items{padding:10px
20px}.blog-wrapper.blog-style-modern .post-thumb.post-overlay-active .post-overlay-items{top:0;padding:25px
25px}.blog-wrapper .post-overlay-items> .post-more a.read-more{color:#fff !important;text-decoration:none;display:inline-block;padding:6px
16px;background:#000;color:#fff;border-radius:5px;text-transform:capitalize}.blog-wrapper .post-overlay-items> .post-more a.read-more:hover{background:#fff;color:#000 !important}.blog-wrapper .post-overlay-items a,
.blog-wrapper .post-overlay-items a:hover{color:#fff}.post-overlay-items .post-category
a{background:#000;padding:2px
10px;border-radius:5px}.blog-wrapper .post-overlay-items .post-date
a{color:#fff !important}.blog-wrapper .post-overlay-items ul.nav.top-meta-list,
.blog-wrapper .post-overlay-items ul.nav.top-meta-list
a{font-size:11.5px;text-transform:capitalize}.blog-wrapper .post-overlay-items .post-category>span.before-icon{display:none}.blog-inner>.post-thumb.post-overlay-active{overflow:hidden}.blog-inner>.post-thumb.post-overlay-active:last-child{border-radius:7px}.blog-inner .post-thumb.post-overlay-active img, .blog-inner .post-thumb.post-overlay-active::after{border-radius:7px}.blog-style-modern .blog-inner .post-thumb.post-overlay-active img, .blog-style-modern .blog-inner .post-thumb.post-overlay-active::after{border-radius:0}.blog-style-default .blog-inner{padding:0}.blog-wrapper.blog-style-default .post-date a,
.blog-wrapper.blog-style-default .post-category
a{color:#444;font-size:13px;letter-spacing:0.00em;line-height:20px;text-transform:capitalize;font-weight:900}.blog-wrapper.blog-style-default .post-category span.before-icon{display:none}.blog-wrapper.blog-style-default .post-category
a{padding-right:5px;padding-left:5px}.blog-style-default .entry-title:before{content:"";position:absolute;width:100%;height:2px;display:block;bottom:-27px;background:rgba(36, 53, 90,0.05)}.blog-style-default .entry-title:after{content:"";width:50px;height:5px;background:#000;display:block;position:absolute;bottom:-28px}.blog-style-default .entry-title{max-width:84%;position:relative}.blog-style-default .post-thumb
img{border-radius:5px}.blog-style-default .post-thumb{-webkit-box-shadow:0 30px 40px -35px rgba(42, 38, 66, 0.48);box-shadow:0 30px 40px -35px rgba(42, 38, 66, 0.48);overflow:visible}.blog-wrapper.blog-style-default a.read-more{text-decoration:none;padding:8px
25px;border-radius:5px;display:inline-block;color:#fff !important}.blog-wrapper.blog-style-default a.read-more:hover{background-image:-webkit-linear-gradient(120deg,#000 0,#000 100%);background-image:linear-gradient(120deg,#000 0,#000 100%)}.post-overlay-active > .post-overlay-items .entry-title{margin:15px
0}.blog-style-classic .blog-inner{box-shadow:0px 16px 32px 0px rgba(194, 194, 194, 0.18);padding:30px;transition:all 0.3s linear;margin-bottom:50px;transition:all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);transform:translateY(-0px);border-radius:5px 5px 5px 5px;overflow:hidden}.blog-style-classic .owl-stage .blog-inner{margin-bottom:30px;margin-left:11px;margin-right:11px}.blog-style-classic .blog-inner .post-category{font-size:0}.blog-style-classic .blog-inner .post-category
a{border:1px
solid #eaeaea;padding:2px
8px;font-size:14px;margin-right:10px}.blog-style-classic .bottom-meta ul li a.read-more{font-size:16px;font-weight:600;position:relative;padding-left:17px}.blog-style-classic .bottom-meta ul li a.read-more:before{content:"";width:13px;height:2px;display:inline-block;position:absolute;top:50%;transform:translateY(-50%);left:0}.blog-style-classic .post-category span.before-icon{display:none}.blog-style-classic .blog-inner .post-thumb
img{transform:scale(1) translateY(0);transition:all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9)}.blog-style-classic .blog-inner .post-thumb{margin:0
-30px;overflow:hidden;backface-visibility:hidden;position:relative}.blog-style-classic .blog-inner:hover .post-thumb
img{transform:scale(1.1) translateY(-12px)}.blog-style-classic .blog-inner>*.post-thumb:first-child{margin-top:-30px}.blog-style-classic .blog-inner:hover{box-shadow:0 0 30px rgba(0, 0, 0, 0.12);transition:all 0.3s linear;transform:translateY(-6px);transition:all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9)}.blog-style-modern .blog-inner{position:relative;z-index:1;overflow:hidden;border-radius:12px;box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);margin-bottom:45px}.blog-style-modern .blog-inner>*.post-thumb{padding:0}.blog-style-modern .blog-inner>*{padding:0
30px}.blog-style-modern .blog-inner>.bottom-meta:last-child{padding-top:20px;position:relative;display:flex}.blog-style-modern .blog-inner>.bottom-meta:last-child:after{content:"";position:absolute;top:0;left:30px;right:30px;margin:0
auto;background:#f2f2f2;height:1px}.blog-style-modern .post-date
a{text-decoration:underline;font-weight:600;font-size:12px}.blog-style-classic-pro .post-details-outer{border:1px
solid #f4f4f4;background-color:#fff;margin-right:20px;margin-left:20px;margin-top:-30px;position:relative;z-index:1;padding:20px;transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;-o-transition:all 0.4s ease-in-out 0s;-ms-transition:all 0.4s ease-in-out 0s}.blog-style-classic-pro .post-date a,
.blog-style-list .post-date
a{background:#eee;color:#fff;padding:7px
15px;font-size:11px;line-height:2;border-radius:3px}.blog-style-classic-pro .post-more,
.blog-style-list a.read-more{text-decoration:underline;font-weight:600}.blog-style-classic-pro .blog-inner:hover .post-details-outer{margin-top:-45px;transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;-o-transition:all 0.4s ease-in-out 0s;-ms-transition:all 0.4s ease-in-out 0s}.blog-style-list .post-thumb{max-width:45%;margin-right:25px;overflow:hidden}.blog-style-list .media-body{padding:20px}.blog-style-list
.media{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;box-shadow:0px 6px 32px 0px rgba(194, 194, 194, 0.30)}.blog-wrapper.blog-style-list .row .blog-inner{margin-bottom:40px;padding-bottom:40px;border-bottom:1px dotted #eaeaea}.blog-wrapper.blog-style-list .row:last-child .blog-inner{margin-bottom:0px;padding-bottom:0px;border-bottom:0px}.post-excerpt{word-break:break-word}.entry-title{word-break:break-word}@media only screen and (max-width:768px){.blog-style-list .post-thumb{max-width:100%;margin-right:0;margin-bottom:20px}.blog-style-list
.media{display:block}}.modal-popup-wrapper .modal-title{text-align:center;width:100%}.white-popup-block{padding:40px
25px;max-width:600px;margin:40px
auto;position:relative;color:#000;background:#fff;border-radius:10px}.egovenz-popup-dismiss span.ti-close{position:absolute;right:-15px;top:-15px;background:#000;color:#fff;width:30px;height:30px;line-height:30px;text-align:center;z-index:1;border-radius:50%}.egovenz-popup-content form.wpcf7-form>p{margin-bottom:0}.egovenz-popup-content span.wpcf7-form-control-wrap{margin-bottom:20px;display:inline-block;width:100%}.white-popup-block.egovenz-popup-content
h4{margin-bottom:25px}.white-popup-block>*.modal-popup-size{background:#FFF;margin:40px
auto;position:relative;padding:40px
20px}a.modal-box-trigger.modal-trigger-icon{font-size:40px;line-height:40px}@media (min-width: 576px){.modal-popup-size.modal-sm{max-width:450px}}.mfp-hide{display:none!important}span.popup-modal-dismiss.ti-close{position:absolute;right:-15px;top:-15px;;line-height:32px;text-align:center;width:32px;height:32px;border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;background:#000;color:#fff;cursor:pointer}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.35s ease-out;-moz-transition:all 0.35s ease-out;transition:all 0.35s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.35s ease-out;-moz-transition:all 0.35s ease-out;transition:all 0.35s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.modal-popup-body input.wpcf7-form-control, .modal-popup-body textarea.wpcf7-form-control{border:2px
solid #eaeaea}div.wpcf7 input[type="file"]{cursor:pointer;padding:0;height:40px;line-height:30px;border:0}.modal-popup-body form.wpcf7-form{margin:0
auto;max-width:80%}.modal-popup-title{margin-bottom:35px;text-align:center;margin-left:auto;margin-right:auto;max-width:80%}.mfp-fade.mfp-bg.mfp-ready{opacity:0.9}.modal-popup-body input.wpcf7-form-control.wpcf7-submit{border:0px}.anim .popup-video-post.popup-trigger-icon{position:relative;width:65px;height:65px;border-radius:100%;background-color:#222;display:flex;justify-content:center;align-items:center;z-index:10;opacity:1;margin:0
auto;color:#fff;font-size:16px}.anim .popup-video-post.popup-trigger-icon:before{content:"";display:block;position:absolute;border-radius:100%;background-color:#111;z-index:-1;opacity:0.6;width:100px;height:100px;top:50%;left:50%;right:0px;transform:translateX(-50%) translateY(-50%)}.anim .popup-video-post.popup-trigger-icon:after{content:"";display:block;position:absolute;border-radius:100%;background-color:#000;z-index:-1;animation:video-toggle-animate 1.9s linear 0s infinite;left:50%;margin:0
auto;top:50%;right:0px;transform:translateX(-50%) translateY(-50%)}@keyframes video-toggle-animate{0%{width:70px;height:70px;opacity:0.8}100%{width:150px;height:150px;opacity:0}}.anim.light .popup-video-post.popup-trigger-icon{border-radius:0}.anim.light .popup-video-post.popup-trigger-icon:after,
.anim.light .popup-video-post.popup-trigger-icon:before,
.anim.light .popup-video-post.popup-trigger-icon{background:#fff;border-radius:0}.anim.light .popup-video-post.popup-trigger-icon:before{background:rgba(255,255,255,0.3) !important;border:1px
solid rgba(234, 234, 234,0.6)}a.popup-video-post.popup-trigger-icon.icon-icon-light{color:#fff}.pricing-table-wrapper{overflow:hidden;position:relative;margin-bottom:30px}.pricing-inner-wrapper{padding:35px
0;border:1px
solid rgba(0, 0, 0, 0.1)}.pricing-inner-wrapper>*:last-child{margin-bottom:0}.pricing-inner-wrapper>*{margin-bottom:20px;padding-left:20px;padding-right:20px}.content-area .page .pricing-table-body
ul{padding:0}ul.pricing-features-list>li{display:inline-block;border:medium none;background:unset;padding-left:0;padding-right:0;padding:5px
0;position:relative;font-size:13px}li.feature-inactive{text-decoration:line-through;text-decoration-color:#000}.pricing-icon>span{font-size:60px}.corner-ribbon{width:180px;position:absolute;top:25px;left:-50px;text-align:center;line-height:30px;letter-spacing:1px;color:#f0f0f0;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);box-shadow:0 0 3px rgba(0,0,0,.3);-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);-moz-box-shadow:0 0 3px rgba(0,0,0,.3);-ms-box-shadow:0 0 3px rgba(0,0,0,.3);-o-box-shadow:0 0 3px rgba(0,0,0,.3);z-index:9}.corner-ribbon.top-left{top:25px;left:-50px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.corner-ribbon.top-right{top:17px;right:-55px;left:auto;transform:rotate(40deg);-webkit-transform:rotate(40deg)}.corner-ribbon.bottom-left{top:auto;bottom:25px;left:-50px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.corner-ribbon.bottom-right{top:auto;right:-50px;bottom:25px;left:auto;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.price-text{font-size:42px;line-height:1;font-weight:500}.pricing-table-info{padding-bottom:27px;margin-bottom:27px;position:relative}.pricing-table-info:after{content:"";width:40%;position:absolute;height:1px;background:#eaeaea;left:0;right:0;margin:0
auto;bottom:0}.pricing-table-wrapper .pricing-title{line-height:1;font-size:18px;font-weight:500;margin-bottom:15px}.price-after
p{position:relative;font-size:14px;color:#555;text-transform:uppercase;margin-top:10px;letter-spacing:1px}.pricing-inner-wrapper>.pricing-image{padding:0;margin-bottom:30px}.pricing-table-wrapper
.btn{color:#fff}.pricing-table-wrapper .btn:hover{color:#fff}.pricing-table-wrapper.price-mar-top-150{margin-top:150px}.pricing-table-wrapper.price-mar-top-200{margin-top:200px}.pricing-table-foot
.btn{margin:0
auto;text-align:center;width:auto;max-width:70%;display:block;border-radius:8px;padding:20px
30px}.pricing-inner-wrapper>.pricing-table-head{margin-bottom:25px}.pricing-style-1 .pricing-inner-wrapper>.pricing-table-head{text-align:center}.pricing-style-1 .pricing-table-info>*>p{margin-bottom:0;line-height:1;display:initial}.pricing-inner-wrapper>*{padding-left:35px;padding-right:35px}.pricing-style-1 ul.pricing-features-list>li{padding:5px
0;position:relative;font-size:14px}.pricing-table-wrapper.pricing-style-1 .pricing-inner-wrapper{border:1px
solid #f2f2f2;padding:55px
0 60px;background:#fff}.pricing-table-wrapper.pricing-style-1
.btn{background:#f5f8fb;color:#000}.pricing-table-wrapper.pricing-style-1 .btn:hover{background:#000;color:#fff}.pricing-table-wrapper .pricing-inner-wrapper>*:last-child{margin-top:30px}@media only screen and (max-width:1023px){.pricing-table-wrapper.price-mar-top-150,.pricing-table-wrapper.price-mar-top-200{margin-top:0px}.pricing-style-1 ul.pricing-features-list>li{text-align:center}}.pricing-style-2 .pricing-title{font-size:24px}.pricing-style-2
.btn{display:block;padding:15px
0;max-width:200px;margin:0
auto;border-radius:10px}.pricing-style-2 .btn:hover{color:#000 !important;background:#fff !important}.pricing-style-2 .pricing-inner-wrapper>.pricing-table-body{margin-bottom:0}.pricing-style-2 .pricing-inner-wrapper>*{padding-left:25px;padding-right:25px;margin-top:15px}.pricing-style-2 .pricing-table-info .price-text{color:#fff}.pricing-style-2 .pricing-table-info
p{margin-bottom:0;color:#fff}.pricing-style-2 .pricing-inner-wrapper{padding:55px
0 55px 0;border:0;background:#000;color:#fff;border-radius:5px}.pricing-style-3 .pricing-inner-wrapper{border:0px
solid;padding:60px
0 60px 0;background:#fff}.pricing-style-3{-webkit-box-shadow:rgba(2, 2, 2, 0.04) 0px 0px 50px;-moz-box-shadow:rgba(2, 2, 2, 0.04) 0px 0px 50px;-ms-box-shadow:rgba(2, 2, 2, 0.04) 0px 0px 50px;-o-box-shadow:rgba(2, 2, 2, 0.04) 0px 0px 50px;box-shadow:rgba(2, 2, 2, 0.04) 0px 0px 50px;border-radius:15px}.owl-stage-outer .pricing-style-3{margin:0
20px 20px 20px;border-radius:10px}.pricing-style-3 .pricing-table-info>*>p{margin-bottom:0;line-height:1;display:initial}.pricing-style-3 ul.pricing-features-list>li:last-child{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none}.pricing-style-3 .pricing-table-info:after{display:none}.pricing-style-3 .pricing-table-info{padding-bottom:0}.pricing-style-3 .price-after
p{color:#d0d0d3;font-size:11px;text-transform:capitalize}.pricing-style-3.text-left ul.pricing-features-list li:before{content:"";width:5px;height:5px;background:red;border-radius:10px;display:block;position:absolute;top:50%;transform:translateY(-50%);left:0}.pricing-style-3.text-left ul.pricing-features-list
li{position:relative;padding-left:25px}.text-left .pricing-table-foot
.btn{margin-left:0}ul.cd-timeline-navigation>li,.events-content>ul>li{list-style:none}.cd-horizontal-timeline{opacity:0;margin:2em
auto;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;transition:opacity 0.2s}.cd-horizontal-timeline .timeline:before{border:none}.cd-horizontal-timeline
.timeline{padding:0}.cd-horizontal-timeline::before{content:'mobile';display:none}.cd-horizontal-timeline.loaded{opacity:1}.cd-horizontal-timeline
.timeline{position:relative;height:100px;width:90%;max-width:800px;margin:0
auto}.cd-horizontal-timeline .events-wrapper{position:relative;height:100%;margin:0
40px;overflow:hidden}.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before{content:'';position:absolute;z-index:2;top:0;height:100%;width:20px}.cd-horizontal-timeline .events-wrapper::before{left:0;background-image:-webkit-linear-gradient( left , #ffffff, rgba(248, 248, 248, 0));background-image:linear-gradient(to right, #ffffff, rgba(248, 248, 248, 0))}.cd-horizontal-timeline .events-wrapper::after{right:0;background-image:-webkit-linear-gradient( right , #ffffff, rgba(248, 248, 248, 0));background-image:linear-gradient(to left, #ffffff, rgba(248, 248, 248, 0))}.cd-horizontal-timeline
.events{position:absolute;z-index:1;left:0;top:49px;height:2px;background:#dfdfdf;-webkit-transition:-webkit-transform 0.4s;-moz-transition:-moz-transform 0.4s;transition:transform 0.4s}.cd-horizontal-timeline .filling-line{position:absolute;z-index:1;left:0;top:0;height:100%;width:100%;background-color:#7b9d6f;-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;transition:transform 0.3s}.cd-horizontal-timeline .events
a{position:absolute;bottom:0;z-index:2;text-align:center;font-size:12px;padding-bottom:15px;color:#383838;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.cd-horizontal-timeline .events a::after{content:'';position:absolute;left:50%;right:auto;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);bottom:-5px;height:12px;width:12px;border-radius:50%;border:2px
solid #dfdfdf;background-color:#f8f8f8;-webkit-transition:background-color 0.3s, border-color 0.3s;-moz-transition:background-color 0.3s, border-color 0.3s;transition:background-color 0.3s, border-color 0.3s}.no-touch .cd-horizontal-timeline .events a:hover::after{background-color:#7b9d6f;border-color:#7b9d6f}.cd-horizontal-timeline .events
a.selected{pointer-events:none}.cd-horizontal-timeline .events a.selected::after{background-color:#7b9d6f;border-color:#7b9d6f}.cd-horizontal-timeline .events a.older-event::after{border-color:#7b9d6f}@media only screen and (min-width: 1100px){.cd-horizontal-timeline{margin:6em
auto}.cd-horizontal-timeline::before{content:'desktop'}}.cd-timeline-navigation
a{position:absolute;z-index:1;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:34px;width:34px;border-radius:50%;border:2px
solid #dfdfdf;overflow:hidden;color:transparent;text-indent:100%;white-space:nowrap;-webkit-transition:border-color 0.3s;-moz-transition:border-color 0.3s;transition:border-color 0.3s}.cd-timeline-navigation a::after{content:">";position:absolute;height:34px;width:34px;line-height:34px;left:-4px;top:16px;bottom:0;right:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#000;display:inline-block}.cd-timeline-navigation
a.prev{left:0;-webkit-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.cd-timeline-navigation
a.next{right:0}.no-touch .cd-timeline-navigation a:hover{border-color:#7b9d6f}.cd-timeline-navigation
a.inactive{cursor:not-allowed}.cd-timeline-navigation a.inactive::after{background-position:0 -16px}.no-touch .cd-timeline-navigation a.inactive:hover{border-color:#dfdfdf}.cd-horizontal-timeline .events-content{position:relative;width:100%;margin:2em
0;overflow:hidden;-webkit-transition:height 0.4s;-moz-transition:height 0.4s;transition:height 0.4s}.cd-horizontal-timeline .events-content
li{position:absolute;z-index:1;width:100%;left:0;top:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);padding:0
5%;opacity:0;-webkit-animation-duration:0.4s;-moz-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.cd-horizontal-timeline .events-content
li.selected{position:relative;z-index:2;opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right{-webkit-animation-name:cd-enter-right;-moz-animation-name:cd-enter-right;animation-name:cd-enter-right}.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left{-webkit-animation-name:cd-enter-left;-moz-animation-name:cd-enter-left;animation-name:cd-enter-left}.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left{-webkit-animation-direction:reverse;-moz-animation-direction:reverse;animation-direction:reverse}.cd-horizontal-timeline .events-content li>*{max-width:800px;margin:0
auto}.cd-horizontal-timeline .events-content
h2{font-weight:bold;font-size:26px;font-family:"Playfair Display",serif;font-weight:700;line-height:1.2}.cd-horizontal-timeline .events-content
em{display:block;font-style:italic;margin:10px
auto}.cd-horizontal-timeline .events-content em::before{content:'- '}.cd-horizontal-timeline .events-content
p{font-size:14px;color:#959595}.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content
p{line-height:1.6}@media only screen and (min-width: 768px){.cd-horizontal-timeline .events-content
h2{font-size:34px}.cd-horizontal-timeline .events-content
em{font-size:20px}.cd-horizontal-timeline .events-content
p{font-size:18px}}@-webkit-keyframes cd-enter-right{0%{opacity:0;-webkit-transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0%)}}@-moz-keyframes cd-enter-right{0%{opacity:0;-moz-transform:translateX(100%)}100%{opacity:1;-moz-transform:translateX(0%)}}@keyframes cd-enter-right{0%{opacity:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes cd-enter-left{0%{opacity:0;-webkit-transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0%)}}@-moz-keyframes cd-enter-left{0%{opacity:0;-moz-transform:translateX(-100%)}100%{opacity:1;-moz-transform:translateX(0%)}}@keyframes cd-enter-left{0%{opacity:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}}.line-chart{box-shadow:0px 0px 60px 0px rgba(0,11,40,0.06);padding:24px}.team-title>*:last-child{margin-bottom:0}.team-title>*{margin-bottom:14px}.team-info>*:last-child{margin-bottom:0}.team-info>*{margin-bottom:30px}.team-info > * ul.nav.social-icons.team-social{padding-left:15px}.team-info-inner>div>*{padding-left:15px}.team-wrapper.text-right .nav.social-icons{display:inline-flex;float:right}.team-inner
p{margin-bottom:0}.team-wrapper .team-inner{margin-bottom:30px}.team-light .team-inner{background:#fff}.team-wrapper .team-inner>*:first-child{padding-top:12px}.team-inner>*{margin-bottom:15px}.team-image-wrap.alignleft{margin-right:25px}.single-egovenz-team span.team-designation{color:#000;font-size:22px;line-height:32px;font-weight:600}.single-egovenz-team .team-content-wrap{color:#131e25}.team-excerpt{font-size:12px}.team-info .team-title
h2{position:relative;display:inline;background-image:linear-gradient(120deg, #000 0%, #eaeaea 100%);background-repeat:no-repeat;background-size:100% 0.2em;background-position:0 79%;transition:background-size 0.25s ease-in;padding:0;border-left:15px solid #fff}.client-name{color:#333;font-size:20px}.team-wrapper .team-inner>.team-thumb{padding-top:0}.team-wrapper.team-dark .team-inner{background:#111 none repeat scroll 0 0;color:#fff;border:none}.team-wrapper.team-dark .team-inner{padding:30px
30px !important;border-radius:10px}.team-wrapper.team-dark.team-default .team-inner>.team-thumb{margin-left:-30px;margin-right:-30px}.team-wrapper.team-dark.team-default .team-inner>.team-thumb:first-child{margin-top:-30px}.team-social-wrap ul.social-icons>li>a{width:33px;height:33px;line-height:35px}.single-egovenz-team .team-social-wrap ul.social-icons>li>a{border:1px
solid #eaeaea;border-radius:5px}.single-egovenz-team .team-social-wrap ul.social-icons>li>a>i{width:33px;height:33px;line-height:33px}.team-dark .client-name ,.team-dark
p{color:#fff}.team-inner>.team-name{margin-bottom:0px}.team-wrapper .owl-carousel div[class^="col-"]{padding:0;width:auto;max-width:100%}.egovenz-content .team-excerpt
p{font-size:14px}.team-name>*{line-height:1;margin-bottom:0}.team-inner>*:last-child{margin-bottom:0}.team-wrapper.team-default .team-inner>.team-thumb{margin-left:0;margin-right:0;overflow:hidden}.team-wrapper.team-default .team-inner>.team-thumb:first-child{margin-top:-20px}.team-wrapper.team-default .team-inner:hover > .team-thumb
img{transform:scale(1.1);-webkit-transition:-webkit-transform 0.4s;-moz-transition:-moz-transform 0.4s;transition:transform 0.4s}.team-wrapper.team-default .team-inner > .team-thumb
img{transform:scale(1);-webkit-transition:-webkit-transform 0.4s;-moz-transition:-moz-transform 0.4s;transition:transform 0.4s}.team-wrapper.team-default .team-inner{padding:20px
0;border:6px
solid #fff;box-shadow:0 8px 20px 0 rgba(16,66,97,.07);position:relative}.team-wrapper.team-default .team-inner:after, .team-wrapper.team-default .team-inner:before{content:"";position:absolute;width:2px;height:15px;background:black;right:0;top:auto;bottom:20px;z-index:1}.team-wrapper.team-default .team-inner:before{bottom:40px;top:auto;height:30px}.team-default.team-light .team-designation>p{color:#000}.egovenz-content .team-wrapper.team-default .team-inner .team-thumb span.overlay-bg{bottom:0;height:100%;position:absolute;top:0;left:0;opacity:0;width:100%;-ms-transform:rotateY(180deg) scale(0.5,0.5);-webkit-transform:rotateY(180deg) scale(0.5,0.5);transform:rotateY(180deg) scale(0.5,0.5);-webkit-transition:all 450ms ease-out 0s;-moz-transition:all 450ms ease-out 0s;-ms-transition:all 450ms ease-out 0s;-o-transition:all 450ms ease-out 0s;transition:all 450ms ease-out 0s}.egovenz-content .team-wrapper.team-default .team-inner:hover .team-thumb span.overlay-bg{opacity:1;transform:rotateY(0deg) scale(1,1);-ms-transform:rotateY(0deg) scale(1,1);-webkit-transform:rotateY(0deg) scale(1,1)}.team-default .team-inner:hover ul.nav.social-icons.team-social li:first-child{-webkit-animation:bounceInDown .2s;animation:bounceInDown .2s}.team-default .team-inner:hover ul.nav.social-icons.team-social li:nth-child(2){-webkit-animation:bounceInDown .4s;animation:bounceInDown .4s}.team-default .team-inner:hover ul.nav.social-icons.team-social li:nth-child(3){-webkit-animation:bounceInDown .6s;animation:bounceInDown .6s}.team-default .team-inner:hover ul.nav.social-icons.team-social li:nth-child(4){-webkit-animation:bounceInDown .8s;animation:bounceInDown .8s}.team-default .team-inner:hover ul.nav.social-icons.team-social li:nth-child(5){-webkit-animation:bounceInDown 1s;animation:bounceInDown 1s}.team-default .team-inner:hover ul.nav.social-icons.team-social li:nth-child(6){-webkit-animation:bounceInDown 1.2s;animation:bounceInDown 1.2s}.team-default .team-inner:hover ul.nav.social-icons.team-social li:nth-child(7){-webkit-animation:bounceInDown 1.4s;animation:bounceInDown 1.4s}.team-default .team-inner:hover ul.nav.social-icons.team-social li:nth-child(8){-webkit-animation:bounceInDown 1.6s;animation:bounceInDown 1.6s}.team-default .team-inner:hover ul.nav.social-icons.team-social li:nth-child(9){-webkit-animation:bounceInDown 1.8s;animation:bounceInDown 1.8s}.team-default.team-light .team-inner a.read-more{background:#F1F4FA;padding:3px
16px;border-radius:5px;display:inline-block;font-weight:400}@-webkit-keyframes
bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes
bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.team-inner ul.social-icons>li>a
i{width:33px;height:33px;line-height:33px}.team-classic .team-thumb
img{-webkit-filter:grayscale(60%);filter:grayscale(60%);-webkit-transition:all 0.8s ease-in;-moz-transition:all 0.8s ease-in;-o-transition:all 0.8s ease-in;transition:all 0.8s ease-in}.team-classic .team-inner:hover .team-thumb
img{-webkit-filter:grayscale(0%);filter:grayscale(0%);-webkit-transition:all 0.8s ease-out;-moz-transition:all 0.8s ease-out;-o-transition:all 0.8s ease-out;transition:all 0.8s ease-out}.team-classic .team-inner{box-shadow:0px 12px 50px 6px rgba(0,0,0,0.05);-webkit-box-shadow:0px 12px 50px 6px rgba(0,0,0,0.05);padding:25px}.team-classic .owl-stage-outer .team-inner{margin:15px
15px 60px 15px}.team-classic .team-thumb:first-child{margin-top:-10px}.team-classic .team-thumb{margin:0
-10px}span.animate-bubble-box{width:100%;height:100%;display:block;position:absolute;background:transparent;z-index:5;left:0;right:0;top:0;bottom:0;text-align:center}span.animate-bubble-box:before{content:"";position:absolute;width:15px;height:15px;background:#000;left:auto;right:auto;bottom:-12px;border-radius:50%}span.animate-bubble-box:after{content:"";position:absolute;width:15px;height:15px;background:#000;left:auto;right:auto;top:-12px;border-radius:50%}span.animate-bubble-box{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-animation:service_hexagon_1 2s infinite linear;-moz-animation:service_hexagon_1 2s infinite linear;-o-animation:service_hexagon_1 2s infinite linear;animation:service_hexagon_1 2s infinite linear;-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;border-radius:50%}.team-inner:hover span.animate-bubble-box{-webkit-animation-play-state:running;-moz-animation-play-state:running;-o-animation-play-state:running;animation-play-state:running}@-webkit-keyframes
service_hexagon_1{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes
service_hexagon_1{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes
service_hexagon_1{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes
service_hexagon_1{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.team-wrapper.team-modern .team-inner>.team-thumb{box-shadow:0 41px 135px rgba(68, 68, 68, 0.02), 0 15px 51px rgba(187, 184, 184, 0.14);max-width:160px;margin-left:auto;margin-right:auto;border-radius:50%;padding:9px}.team-wrapper.team-modern .team-inner > .team-thumb
img{border-radius:50%}.team-wrapper.team-modern .team-inner{box-shadow:0 0 10px rgba(57,59,102,0.07);-webkit-box-shadow:0 0 10px rgba(57,59,102,0.07);border:none;padding:35px
25px}.team-modern .team-name
a{position:relative;padding-bottom:12px;margin-bottom:7px;display:block}.team-modern .team-name a::after{content:"";position:absolute;bottom:0;left:0;right:0;margin:0
auto;width:30px;height:1px;background:#000}.team-modern.text-left .team-name a::after{margin:0}.team-modern.text-right .team-name a::after{margin-right:0;margin-left:auto}.team-inner > .team-name h2,
.team-inner > .team-name h3,
.team-inner > .team-name h4,
.team-inner > .team-name h5,
.team-inner > .team-name
h6{margin-bottom:3px}.team-wrapper.team-modern .owl-item .team-inner{margin-left:10px;margin-right:10px;margin-top:10px}.team-modern .team-social-wrap ul.social-icons>li>a{border:1px
solid #eaeaea;border-radius:50%;font-size:11px;line-height:33px}.team-modern .team-social-wrap ul.social-icons>li>a>i{width:35px;height:35px;line-height:33px}.team-wrapper .team-thumb{position:relative}.team-wrapper .team-overlay{position:absolute;padding:20px;z-index:1;opacity:0;-webkit-transition:all 0.8s ease-out;-moz-transition:all 0.8s ease-out;-o-transition:all 0.8s ease-out;transition:all 0.8s ease-out}.team-inner:hover .team-overlay{opacity:1;-webkit-transition:all 0.8s ease-out;-moz-transition:all 0.8s ease-out;-o-transition:all 0.8s ease-out;transition:all 0.8s ease-out}.team-wrapper .overlay-center{left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.team-wrapper .overlay-top-left{left:0;top:0}.team-wrapper .overlay-top-right{right:0;top:0}.team-wrapper .overlay-bottom-left{left:0;bottom:0}.team-wrapper .overlay-bottom-right{right:0;bottom:0}.team-wrapper .team-overlay>*{margin-bottom:15px}.team-wrapper .team-overlay>*:last-child{margin-bottom:0}.team-wrapper .team-thumb .overlay-bg{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1;opacity:0;-webkit-transition:all 0.8s ease-out;-moz-transition:all 0.8s ease-out;-o-transition:all 0.8s ease-out;transition:all 0.8s ease-out}.team-inner:hover .team-thumb .overlay-bg{opacity:1;-webkit-transition:all 0.8s ease-out;-moz-transition:all 0.8s ease-out;-o-transition:all 0.8s ease-out;transition:all 0.8s ease-out}.team-wrapper .team-thumb .overlay-dark{background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0}.team-wrapper .team-thumb .overlay-light{background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0}.team-list-item .team-thumb{max-width:49%;margin-right:25px}.owl-stage-outer .media.team-list-item{margin:15px
10px}.media.team-list-item{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;box-shadow:0 0px 24px -4px rgba(158, 152, 153, 0.15)}.owl-stage-outer .media.team-list-item .media-body{padding:15px
15px 15px 0}.cloud9-carousel{width:100%;height:460px;margin-top:12px;visibility:hidden}.cloud9-carousel
img{width:50%}@media only screen and (max-width: 1024px){.single-egovenz-team .team-image-wrap, .single-egovenz-team .team-info{width:100%}.single-egovenz-team .team-image-wrap{margin-bottom:40px}}.testimonial-content-wrap{margin-bottom:30px}.testimonial-rating
i{color:#ffc400}.testimonial-wrapper .testimonial-inner{padding:20px
15px}.testimonial-wrapper .owl-carousel div[class^="col-"]{padding:0;width:auto;max-width:100%}.testimonial-wrapper.testimonial-dark .testimonial-inner{background:#333 none repeat scroll 0 0;color:#fff}.testimonial-wrapper.testimonial-dark a.client-name{color:#fff}.testimonial-wrapper .testimonial-info
p{margin-bottom:0}.testimonial-wrapper .testimonial-inner>*{margin-bottom:14px}.testimonial-wrapper .testimonial-inner>*:last-child{margin-bottom:0}.testimonial-info p>*{display:block;margin-bottom:6px;width:100%}.testimonial-info p>*:last-child{margin-right:0;margin-bottom:0}.testimonial-3 .testimonial-info p>.client-designation{line-height:1;font-size:15px}.testimonial-thumb
img{max-width:80px;margin:unset}.text-right .testimonial-thumb
img{margin-left:auto}.text-center .testimonial-thumb
img{margin:0
auto}.testimonial-inner
p{margin-bottom:0}.testimonial-wrapper.testimonial-wrapper a.client-name{font-size:18px;font-weight:bold}.testimonial-wrapper.text-center .owl-dots{text-align:center}.testimonial-rating{font-size:20px}.testimonial-name h1, .testimonial-name h2, .testimonial-name h3, .testimonial-name h4, .testimonial-name h5, .testimonial-name
h6{line-height:1;margin-bottom:0;display:inline-flex}.owl-carousel .owl-stage-outer .testimonial-thumb
img{width:auto}.testimonial-wrapper.testimonial-default .testimonial-inner{background:#fff;padding:35px
45px 35px 45px;box-shadow:0 0px 14px rgba(0,0,0,0.05);-webkit-box-shadow:0 0px 14px rgba(0,0,0,0.05);margin-bottom:50px;position:relative}.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner{margin:15px
10px;background:#000}.testimonial-wrapper.testimonial-default .testimonial-inner>*{position:relative}.testimonial-wrapper.testimonial-default .testimonial-inner:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;z-index:0;border-radius:102% 0% 100% 0% / 45% 100% 0% 9%}.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner>.testimonial-thumb:first-child{float:left;margin-right:15px}.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner>*:not(.testimonial-info){float:none;clear:both}.testimonial-wrapper.testimonial-default .testimonial-inner > *.testimonial-info a.client-name{margin-bottom:0}.testimonial-wrapper.testimonial-default .owl-item .testimonial-inner>.testimonial-thumb{border:3px
solid #fff;border-radius:50%;box-shadow:0 0px 14px rgba(0,0,0,0.09)}.testimonial-wrapper.testimonial-default .testimonial-inner>.testimonial-info:nth-child(2){padding-top:20px}.testimonial-wrapper.testimonial-default .testimonial-inner>*.testimonial-excerpt:before{content:"\f10d";position:absolute;font-family:fontAwesome;font-size:41px;z-index:0;color:#000;opacity:0.1}.testimonial-wrapper.testimonial-default .testimonial-inner>*.testimonial-excerpt>p{position:relative;z-index:1}.testimonial-classic .testimonial-inner{background:#fff;display:flex;flex-direction:column;align-items:center;padding:40px
7%;margin:auto}.testimonial-classic .testimonial-inner>*{transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease}.testimonial-classic .testimonial-info{position:relative}.testimonial-classic .testimonial-info .client-name{margin-bottom:0}.testimonial-classic.testimonial-wrapper a.client-name{font-weight:600;font-size:20px}.testimonial-classic .testimonial-excerpt{font-size:30px;line-height:1.53;font-weight:700;letter-spacing:normal}.testimonial-classic.testimonial-light .testimonial-excerpt{color:#000}.testimonial-classic .owl-prev, .testimonial-classic .owl-next{top:50%;transform:translateY(-50%);border:1px
solid #eaeaea;line-height:50px;width:50px;height:50px;border-radius:50%}.testimonial-classic .owl-prev:before, .testimonial-classic .owl-next:before{line-height:50px !important;font-size:25px !important}.testimonial-classic .owl-prev{left:30px}.testimonial-classic .owl-next{right:30px}.testimonial-wrapper.testimonial-modern .testimonial-inner>*{margin-bottom:24px}.testimonial-wrapper.testimonial-modern .testimonial-inner>.testimonial-thumb{display:inline-block;vertical-align:middle}.testimonial-wrapper.testimonial-modern .testimonial-inner>.testimonial-info{margin-right:0;display:inline-block;vertical-align:middle}.testimonial-wrapper.testimonial-modern .testimonial-name{color:#000}.testimonial-wrapper.testimonial-modern .testimonial-inner>*:last-child{margin-bottom:0}.testimonial-wrapper.testimonial-modern .testimonial-inner>.testimonial-excerpt:first-child{margin-bottom:20px}.testimonial-modern.testimonial-dark .testimonial-rating
i{color:#fff}.testimonial-wrapper.testimonial-modern .testimonial-inner{background:#fff;padding:70px
45px 45px 45px;-webkit-box-shadow:0 0px 14px rgba(0,0,0,0.05);-ms-box-shadow:0 0px 14px rgba(0,0,0,0.05);box-shadow:0 0px 14px rgba(0,0,0,0.05);margin-bottom:30px;margin-top:25px;position:relative}.testimonial-wrapper.testimonial-modern.testimonial-dark .testimonial-inner{background:unset;color:#dfdfdf}.testimonial-wrapper.testimonial-modern .testimonial-inner .testimonial-designation>p{line-height:1}.testimonial-wrapper.testimonial-modern .testimonial-inner>*{position:relative}.testimonial-wrapper.testimonial-modern .testimonial-inner:after{font-family:fontAwesome;position:absolute;font-size:20px;line-height:1;color:#eaeaea;-webkit-transition:0.4s all;transition:0.4s all}.testimonial-wrapper.testimonial-modern .testimonial-inner:after{content:"\f10e";top:-25px;left:auto;right:9%;width:55px;height:55px;line-height:55px;color:#fff;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);background:#000;text-align:center;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%}.testimonial-modern .owl-dot
span{background:#e2e0dd;width:15px;height:15px;border-radius:50%}.testimonial-wrapper.testimonial-modern .testimonial-info .client-name{margin-bottom:0;font-weight:700;text-transform:uppercase;font-size:16px}.testimonial-modern .owl-stage-outer .owl-item
.item{margin:15px}.media.testimonial-list-item .media-body{text-align:left;margin-left:28px}.testimonial-list .testimonial-list-item{padding:25px
30px;-webkit-box-shadow:0 0px 14px rgba(0,0,0,0.05);-ms-box-shadow:0 0px 14px rgba(0,0,0,0.05);box-shadow:0 0px 14px rgba(0,0,0,0.05)}.testimonial-list .owl-item .testimonial-list-item{margin:10px
10px}.testimonial-list .testimonial-list-item .testimonial-thumb{position:relative}.testimonial-list .testimonial-list-item .testimonial-thumb:before,
.single-egovenz-testimonial .testimonial-info .testimonial-img:before{position:absolute;bottom:0;content:"\f10e";font-family:fontAwesome;left:5px;right:0;width:35px;height:35px;line-height:35px;color:#fff;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);background:#000;text-align:center;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%}.single .testimonial-info>.testimonial-img{margin-bottom:30px}.single .testimonial-info>.testimonial-designation-wrap{margin-bottom:30px}.single-egovenz-testimonial .testimonial-info
img{margin:0;border-radius:50%}.single-egovenz-testimonial .testimonial-title
h2{margin-bottom:0;font-size:23px;line-height:30px}.single-egovenz-testimonial
.testimonial{color:#000;padding:30px;border-radius:10px;box-shadow:0px 0px 42px 13px rgba(112,112,112,0.08)}.single .testimonial-info>*:last-child{margin-bottom:0}.single-egovenz-testimonial .testimonial-info .testimonial-img{position:relative}@media only screen and (min-width: 1024px){.single-egovenz-testimonial
.testimonial{max-width:60%;margin:0
auto}}.custom-post-nav .prev-nav-link,
.custom-post-nav .next-nav-link{display:inline-block}.custom-post-nav .prev-nav-link > a,
.custom-post-nav .next-nav-link>a{line-height:1;font-size:10px;background:transparent;color:#000;-webkit-box-shadow:7px 5px 30px 0 rgba(72,73,121,0.15);-moz-box-shadow:7px 5px 30px 0 rgba(72,73,121,0.15);-ms-box-shadow:7px 5px 30px 0 rgba(72,73,121,0.15);box-shadow:10px 6px 37px 0 rgba(72,73,121,0.15);padding:15px
40px;display:inline-block;margin-bottom:0}.custom-post-nav .prev-nav-link > a > i,
.custom-post-nav .next-nav-link>a>i{margin-bottom:5px}.custom-post-nav{margin-top:40px}.custom-post-nav .next-nav-link{text-align:right;float:right}.custom-post-nav .next-nav-link h4,
.custom-post-nav .prev-nav-link
h4{margin-bottom:0;font-size:13px;line-height:20px;padding:0
10px;display:inline-block}.custom-post-nav
a.disabled{display:none}.service-inner{margin-bottom:35px}.service-content{padding:40px
0}.service-inner>*{margin-bottom:20px}.service-wrapper a.read-more.btn{background:transparent;color:#000;padding:0;text-decoration:underline}.service-inner>*:last-child{margin-bottom:0}.service-wrapper.service-default .service-inner{position:relative}.service-wrapper.service-default .service-thumb:nth-child(1) img{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px}.service-wrapper.service-default .service-icon-img-wrap:nth-child(2){position:absolute;top:0;right:0;padding:8px
5px 22px 26px}.service-wrapper.service-default .service-icon-img-wrap:nth-child(2)::before{content:"";height:100%;width:100%;border-radius:0 10px 0 90%;-webkit-border-radius:0 10px 0 90%;-moz-border-radius:0 10px 0 90%;position:absolute;z-index:1;top:0;right:0px}.service-wrapper.service-default .service-icon-img-wrap:nth-child(2) img{position:relative;z-index:1;transform:scale(0.8);-webkit-transform:scale(0.8);-moz-transform:scale(0.8);filter:brightness(0) invert(1)}.service-wrapper.service-default a.read-more.btn:hover::after,
.service-wrapper.service-default a.read-more.btn:focus::after{width:100%}.service-wrapper.service-default a.read-more.btn{transition:0.3s;position:relative;text-decoration:unset;color:#000}.service-wrapper.service-default a.read-more.btn::before{width:100% !important;background:#dfdfdf !important}.service-wrapper.service-default a.read-more.btn::before,
.service-wrapper.service-default a.read-more.btn::after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:3px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transition:width 0.35s ease-in-out;-webkit-transition:width 0.35s ease-in-out;-moz-transition:width 0.35s ease-in-out}.service-classic .service-inner{padding:30px;box-shadow:0 8px 20px 0 rgba(16,66,97,.07);position:relative}.service-classic .service-icon-img-wrap{display:inline-block;-webkit-box-shadow:0px 10px 59.4px 0.6px rgba(143, 143, 143, 0.24);box-shadow:0px 10px 59.4px 0.6px rgba(143, 143, 143, 0.24);height:70px;width:70px;border-radius:50%;text-align:center;line-height:70px;background:#fff;padding:17px;position:absolute;right:10px;bottom:-10px}.service-classic .service-inner>.service-thumb{margin-left:-30px;margin-right:-30px}.service-classic .service-inner>.service-thumb:first-child{margin-top:-30px}.service-modern .service-inner{-webkit-box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;-moz-box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;border:none;border-radius:10px;padding:35px
30px;overflow:hidden;transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;position:relative}.service-modern .service-icon-img-wrap{position:absolute;right:-3px;bottom:3px;transform:rotate(-19deg)}.service-modern .service-icon-img-wrap>img{opacity:0.1}.service-modern .service-icon-img-wrap:after{content:"";width:30px;height:30px;background:#000;display:block;border-radius:33% 67% 81% 19% / 66% 56% 44% 34%;position:absolute;top:-18px}.service-excerpt li
a{position:relative;padding-left:20px;color:inherit}.service-excerpt li a
i{font-size:6px;color:#eee;position:absolute;top:50%;left:0;transform:translateY(-50%)}.service-modern .service-inner:hover{transform:translateY(-10px);transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s}.service-modern .service-inner>.service-thumb{margin-left:-30px;margin-right:-30px}.service-modern .service-inner>.service-thumb:first-child{margin-top:-35px}.service-modern .service-inner:after, .service-modern .service-inner:before{content:"";position:absolute;width:2px;height:15px;background:black;left:0;top:auto;bottom:20px;z-index:1}.service-modern .service-inner:before{bottom:40px;top:auto;height:30px}.media.service-list-item .service-thumb{margin-right:32px;max-width:49%}.service-list-item .media-body>*{margin-bottom:13px}.service-title{color:#000;margin-bottom:25px}.event-inner>*{margin-bottom:15px}.alert.alert-warning.event-closed
span{margin:0
15px}.single-egovenz-events .event-content{margin-bottom:50px}.event-inner>*.event-image-wrap{margin-bottom:50px}.event-img
img{border-radius:10px}.event-details-wrap{border-radius:10px;border:1px
dashed #eaeaea;padding:38px
30px 35px;overflow:hidden}.event-info{padding-bottom:30px}.event-info p, .event-venue
p{padding-bottom:17px;border-bottom:1px dashed #eaeaea}.event-info p:last-child,
.event-venue p:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0}.event-info
h4{margin-bottom:15px}.event-info h4, .event-venue h4, .event-contact-title h4,.event-contact h4,
.event-map
h4{padding:17px
15px 17px 15px;margin-bottom:28px;color:#fff;line-height:1;position:relative;font-size:17px;background:#000}.event-contact span.wpcf7-form-control-wrap{margin-bottom:30px}.event-info,.event-venue,.event-contact-wrap{position:relative}.event-info h4:before,
.event-venue h4:before,
.event-contact h4:before,
.event-map h4:before{font-family:"themify";position:absolute;right:10px;font-size:25px;color:#f7f7f7;z-index:0;transform:translateY(-50%);top:50%;font-weight:100}.event-info h4:before{content:"\e618"}.event-venue h4:before{content:"\e693"}.event-contact h4:before{content:"\e75a"}.event-map h4:before{content:"\e61b"}.event-contact-wrap:before{content:"\e75a";font-family:"themify";position:absolute;bottom:26%;font-size:170px;right:-89px;color:#f7f7f7;z-index:0;transform:rotate(-57deg)}.event-contact-wrap input.wpcf7-form-control,
.event-contact-wrap select.wpcf7-form-control{background:transparent;border-radius:4px}.event-details-wrap
strong{padding-right:8px;color:#252525}.event-contact-form form.wpcf7-form>p{margin-bottom:0px}.event-venue{padding-bottom:30px}.event-inner{margin-bottom:35px;position:relative}.event-inner .post-more>a:hover{color:#252525}.event-inner .post-more>a{font-weight:600;border-bottom:solid 2px}.event-inner>*.post-thumb{margin-bottom:25px}.event-date{display:inline-block;margin-bottom:6px;font-weight:600;font-size:14px}.event-time>span,.event-address>span{padding-right:11px}.event-inner>*:last-child{margin-bottom:0}.event-time,.event-address{line-height:24px;font-size:14px;color:#2f3753}.event-wrapper.event-default .event-inner .event-date{display:inline-block;font-size:16px;font-weight:400;line-height:30px;z-index:3;color:#000;background:transparent !important}.event-classic .event-inner{-webkit-box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;-moz-box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;border:none;border-radius:10px;padding:35px
30px;overflow:hidden;transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;background-color:#fff}.event-classic .event-inner>.post-thumb:first-child{margin-top:-35px}.event-classic .event-inner>.post-thumb{margin-left:-30px;margin-right:-30px}.event-classic .event-inner .event-date{color:#fff;line-height:1;padding:8px
15px;border-radius:4px;font-size:11px;position:relative;font-weight:400;margin-bottom:20px}.event-inner span.event-status{position:absolute;top:10px;right:10px;background:#007bff;color:#fff;padding:0px
9px;border-radius:5px;font-size:11px}.event-classic .event-inner .event-time{position:relative}.event-classic .event-inner .event-date:before{content:"\e6b6";font-family:"themify";margin-right:7px;vertical-align:0px;font-size:11px}.event-wrapper.event-dark .event-inner{background:#111}.event-wrapper.event-modern .event-inner>.post-thumb:first-child{margin-top:-35px}.event-wrapper.event-dark .event-inner .post-title-head > a,
.event-wrapper.event-dark .event-inner .post-excerpt,
.event-wrapper.event-dark .event-inner .post-more>a:hover{color:#fff}.event-wrapper.event-modern .event-inner>.post-thumb{margin-left:-30px;margin-right:-30px;border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden}.event-wrapper.event-modern .event-inner:after{content:"";position:absolute;bottom:0;width:100%;height:4px;background:#000;left:0;right:0}.event-wrapper.event-modern .event-inner{-webkit-box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;-moz-box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;border-radius:10px 10px 0 0;padding:35px
30px;position:relative;background:#fff}.event-wrapper.event-modern .event-date{display:inline-block;padding:8px
15px 8px 15px;font-size:14px;text-align:center;border-radius:8px 8px 8px 8px;position:absolute;top:-22px;background:#fff;color:#000;-webkit-box-shadow:rgb(2 2 2 / 6%) 0px 0px 50px;-moz-box-shadow:rgba(2, 2, 2, 0.06) 0px 0px 50px;box-shadow:rgb(2 2 2 / 6%) 0px 0px 50px;z-index:0}.event-wrapper.event-modern .event-date:after{content:"\e72b";font-family:"themify";position:absolute;top:-30px;left:0;right:0;color:#fff;width:30px;height:30px;line-height:30px;font-size:14px;border-radius:0% 50% 50% 50%;margin:auto;transform:rotate(222deg)}.event-wrapper.event-modern .event-time{padding-left:0;float:none;display:block;font-size:14px;z-index:9999;color:#fff;font-weight:600;position:relative;padding-top:15px;font-family:poppins}.event-wrapper.event-modern .owl-carousel .event-inner .event-date{margin-top:0}.event-wrapper.event-modern .owl-carousel .event-inner .event-date{position:absolute;top:50%;transform:translateY(-50%)}.event-wrapper.event-modern .owl-carousel .event-inner .entry-title,
.event-wrapper.event-modern .owl-carousel .event-inner .post-more{padding-left:106px}.event-list .post-thumb{border-radius:0px;overflow:hidden;margin-right:30px;max-width:25%;border-radius:50%}.event-list .post-thumb
img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.media.event-list-item span.event-status{font-size:11px;font-weight:500;text-decoration:underline}.media.event-list-item .post-more{display:inline-block;float:left;position:absolute;right:30px;top:50%;transform:translateY(-50%)}.event-list-item .post-title-head{font-weight:600}.event-list-item .event-date{font-size:16px;line-height:30px;color:#212639;font-weight:500}.event-list-item .event-address, .event-list-item .event-time{font-size:16px;line-height:30px;color:#212639;font-weight:400}.event-list-item .media-body>*.event-time{float:left}.event-list-item .media-body>*{max-width:75% !important}.media.event-list-item{position:relative;min-height:84px;padding:35px;background-color:#f2f4f7}.media.event-list-item>*{z-index:1;position:relative}.media.event-list-item:after{content:"";background:#fff;left:5px;right:5px;top:5px;bottom:5px;position:absolute;z-index:0}.media.event-list-item:hover:before{height:100%;top:0}.media.event-list-item:before{position:absolute;left:0;top:0%;height:0;width:100%;content:"";background:#dc4549;background:-moz-linear-gradient(to right, #dc4549 0%, #4cc7d6 50%, #f5a93f 100%);background:-webkit-linear-gradient(to right, #dc4549 0%, #4cc7d6 50%, #f5a93f 100%);background:linear-gradient(to right, #dc4549 0%, #4cc7d6 50%, #f5a93f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc4549',endColorstr='#4cc7d6',GradientType=1);-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.media.event-list-item span.event-time{background:transparent !important;color:#000;display:inline-block;letter-spacing:0px}.event-wrapper.event-list
.row{margin-bottom:32px}.event-wrapper.event-list>.row:last-child{margin-bottom:0}.media.event-list-item .post-more a.read-more{padding:6px
16px;border-radius:5px;color:#fff;font-weight:500}.media.event-list-item .post-more a.read-more:hover{background:#000}@media screen and (max-width:767px){.event-list-item .media-body>*{max-width:100% !important}.media.event-list-item .post-more{position:relative;left:auto;display:block;float:none;transform:none;right:auto;clear:both;margin-top:20px}.event-list-item .media-body>*.event-time{float:none}}@media only screen and (max-width:599px){.event-list .post-thumb{margin-bottom:20px;max-width:none;border-radius:unset}.media.event-list-item{display:block;border-bottom:1px solid #eaeaea;padding-bottom:32px}.event-list .post-thumb
img{margin:0}.event-wrapper.event-list > .row:last-child .media.event-list-item{margin-bottom:0;border-bottom:0}.media.event-list-item .post-more{position:relative;float:none;transform:translate(0);top:0}}@media only screen and (max-width:767px){.event-wrapper.event-modern .event-inner{margin-bottom:65px}}.single-egovenz-events .event-title-date-time>span{padding:3px
11px;display:inline-block;border-radius:4px;border:1px
solid #eaeaea;margin-right:6px}.egovenz-toggle-post-wrap{position:relative}.egovenz-toggle-post-wrap .egovenz-popular_posts, .egovenz-toggle-post-wrap .egovenz-recent_posts{position:absolute;left:0px;top:0px;width:100%;height:auto;opacity:0;visibility:hidden;transition:opacity ease 0.35s}.egovenz-toggle-post-wrap .egovenz-recent_posts{position:relative;opacity:1;visibility:visible}.egovenz-toggle-post-wrap.egovenz-active-post .egovenz-recent_posts{position:absolute;opacity:0;visibility:hidden}.egovenz-toggle-post-wrap.egovenz-active-post .egovenz-popular_posts{position:relative;opacity:1;visibility:visible}.egovenz-toggle-post-trigger>ul.nav>li{display:inline-block;vertical-align:middle;padding:0
10px}.egovenz-toggle-post-trigger>ul.nav{display:inline-block}.egovenz-toggle-post-wrap
.switch{position:relative;display:inline-block;width:60px;height:34px;margin-bottom:0}.egovenz-toggle-post-wrap .switch
input{opacity:0;width:0;height:0}.egovenz-toggle-post-wrap .switch
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition: .4s;transition: .4s}.egovenz-toggle-post-wrap .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:white;-webkit-transition: .4s;transition: .4s}.egovenz-toggle-post-wrap .switch input:checked+.slider{background-color:#000}.egovenz-toggle-post-wrap .switch input:focus+.slider{box-shadow:0 0 1px #000}.egovenz-toggle-post-wrap .switch input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.egovenz-toggle-post-wrap .switch
.slider.round{border-radius:34px}.egovenz-toggle-post-wrap .switch .slider.round:before{border-radius:50%}.elementor img.img-thumbnail{border:1px
solid #dee2e6}.popover-wrapper{position:relative;display:inline-block}a.popover-trigger,a.popover-trigger>*{display:inline-block;vertical-align:middle}.popover-content{position:absolute;left:0;top:100%;right:0;border:1px
solid #eaeaea;border-radius: .3rem;word-wrap:break-word;z-index:1060;padding: .5rem .75rem;color:#212529;width:180px;z-index:99999;background:#fff;opacity:0;visibility:hidden;transition:all 0.35s cubic-bezier(0.75, -0.02, 0.2, 0.97)}.popover-wrapper.popover-active .popover-content{opacity:1;visibility:visible;font-weight:600}.popover-wrapper .popover-content
p{margin:0}.popover-content
.arrow{width: .5rem;height:1rem;position:absolute;display:block}.popover-left .popover-content
.arrow{left:calc((.5rem + 1px) * -1);right:auto}.popover-right .popover-content
.arrow{right:calc((.5rem + 1px) * -1);left:auto}.popover-top .popover-content .arrow, .popover-right .popover-content
.arrow{top:100%;transform:translateY(-50%) rotate(90deg);left:0;right:0;margin:0
auto;margin-top:5px}.popover-bottom .popover-content
.arrow{bottom:100%;transform:translateY(-50%) rotate(270deg);left:0;right:0;margin:0
auto;margin-bottom:-11px}.popover-left .popover-content .arrow,
.popover-right .popover-content
.arrow{top:50%;transform:translateY(-50%)}.popover-right .popover-content
.arrow{transform:translateY(-50%) rotate(180deg);right:100%;margin:0;left:auto}.popover-left .popover-content
.arrow{transform:translateY(-50%);right:auto;left:100%;margin:0}.popover-content .arrow::after, .popover-content .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width: .5rem 0 .5rem .5rem}.popover-content .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.popover-content .arrow::after{right:1px;border-left-color:#fff}.popover-wrapper.popover-top .popover-content{top:auto;bottom:100%;margin:0
auto;transform:translateX(-50%) translateY(-15px);left:50%;padding:20px;font-weight:600}.popover-wrapper.popover-top.popover-active .popover-content{transform:translateX(-50%) translateY(-20px)}.popover-wrapper.popover-bottom .popover-content{top:100%;bottom:auto;margin:0
auto;transform:translateX(-50%) translateY(10px);left:50%}.popover-wrapper.popover-bottom.popover-active .popover-content{transform:translateX(-50%) translateY(15px)}.popover-wrapper.popover-left .popover-content{top:50%;transform:translateY(-50%) translateX(5px);left:auto;right:100%;margin-right:20px}.popover-wrapper.popover-left.popover-active .popover-content{transform:translateY(-50%) translateX(0)}.popover-wrapper.popover-right .popover-content{top:50%;transform:translateY(-50%) translateX(-5px);left:100%;right:auto;margin-left:20px}.popover-wrapper.popover-right.popover-active .popover-content{transform:translateY(-50%) translateX(0)}.round-tab-wrapper{border:solid 1px #000;border-radius:50%;position:relative;z-index:1;padding-top:0;width:460px;height:460px;margin:0
48px;background:#fcfffe}.round-tab-head{position:absolute;left:0;right:0;width:100px;height:100px;background:#fff;line-height:100px;-webkit-box-shadow:5px 7px 30px rgba(72, 73, 121, 0.15);-moz-box-shadow:5px 7px 30px rgba(72, 73, 121, 0.15);box-shadow:5px 7px 30px rgba(72, 73, 121, 0.15);border:2px
solid #fff;-webkit-transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;border-radius:50%;transition:all 0.3s;cursor:pointer}.active .round-tab-head{color:#fff}.round-tab-content{position:absolute;max-width:50%;height:auto;vertical-align:middle;transform:translate(-50%,-50%);-webkit-transition:all ease .35s;-moz-transition:all ease .35s;transition:all ease .35s;opacity:0;margin-left:50%;margin-top:50%}.round-tab-item.active .round-tab-content{opacity:1}.elementor .round-tab-head-icon>img{max-width:50%;display:inline-block;vertical-align:middle}.round-tab-wrapper .round-tab-item:first-child .round-tab-head{left:calc(50% - 50px);top:calc( 0% - 50px)}.round-tab-wrapper .round-tab-item:nth-child(5) .round-tab-head{left:calc( 85% - 50px );top:calc( 15% - 50px )}.round-tab-wrapper .round-tab-item:nth-child(2) .round-tab-head{left:calc( 100% - 50px );top:calc( 50% - 50px )}.round-tab-wrapper .round-tab-item:nth-child(6) .round-tab-head{left:calc( 85% - 50px );top:calc( 85% - 50px )}.round-tab-wrapper .round-tab-item:nth-child(3) .round-tab-head{left:calc( 50% - 50px );top:calc( 100% - 50px )}.round-tab-wrapper .round-tab-item:nth-child(7) .round-tab-head{left:calc( 15% - 50px );top:calc( 85% - 50px )}.round-tab-wrapper .round-tab-item:nth-child(4) .round-tab-head{left:calc( 0% - 50px );top:calc( 50% - 50px )}.round-tab-wrapper .round-tab-item:nth-child(8) .round-tab-head{left:calc( 15% - 50px );top:calc( 15% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-2:nth-child(2) .round-tab-head{left:calc( 50% - 50px );top:calc( 100% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-3:nth-child(2) .round-tab-head{left:calc( 100% - 100px );top:calc( 75% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-3:nth-child(3) .round-tab-head{left:calc( 5% - 50px );top:calc( 75% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-5:first-child .round-tab-head{left:calc(10% - 50px);top:calc( 20% - 50px)}.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(2) .round-tab-head{left:calc( 90% - 50px );top:calc( 20% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(3) .round-tab-head{left:calc( 95% - 50px );top:calc( 70% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(4) .round-tab-head{left:calc( 50% - 50px );top:calc( 100% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-5:nth-child(5) .round-tab-head{left:calc( 5% - 50px );top:calc( 70% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-6:first-child .round-tab-head{left:calc( 20% - 50px );top:calc( 10% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(2) .round-tab-head{left:calc( 80% - 50px );top:calc( 10% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(3) .round-tab-head{left:calc( 100% - 50px );top:calc( 50% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(4) .round-tab-head{left:calc( 80% - 50px );top:calc( 90% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(5) .round-tab-head{left:calc( 20% - 50px );top:calc( 90% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-6:nth-child(6) .round-tab-head{left:calc( 0% - 50px );top:calc( 50% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-7:first-child .round-tab-head{left:calc( 15% - 50px );top:calc( 15% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(2) .round-tab-head{left:calc( 60% - 50px );top:calc( 1% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(3) .round-tab-head{left:calc( 95% - 50px );top:calc( 30% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(4) .round-tab-head{left:calc( 95% - 50px );top:calc( 70% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(5) .round-tab-head{left:calc( 65% - 50px );top:calc( 96% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(6) .round-tab-head{left:calc( 18% - 50px );top:calc( 88% - 50px )}.round-tab-wrapper .round-tab-item.round-tab-7:nth-child(6) .round-tab-head{left:calc( 0% - 50px );top:calc( 50% - 50px )}.elementor-widget-container.round-tab-wrapper:after,.elementor-widget-container.round-tab-wrapper:before{content:"";width:460px;height:460px;background:transparent;border-radius:46% 49% 50% 48%;border:1px
solid #000;-webkit-animation-name:Rotate;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:Rotate;-moz-animation-duration:5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:Rotate;-ms-animation-duration:5s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;position:absolute;z-index:-1}.elementor-widget-container.round-tab-wrapper:before{border-radius:50% 48% 49% 45%}@-webkit-keyframes
Rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes
Rotate{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes
Rotate{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}.round-tab-title{font-size:25px;font-weight:600;color:#000}.round-tab-desc
h3{margin-bottom:0;font-weight:800;font-size:40px;padding-top:10px}span.round-tab-head-icon{font-size:25px;color:#000}.active span.round-tab-head-icon{color:#fff}@media only screen and (max-width: 767px){.elementor-widget-container.round-tab-wrapper:after,.elementor-widget-container.round-tab-wrapper:before{display:none}.round-tab-wrapper .round-tab-item{margin:10px
10px}.round-tab-wrapper{width:100%;height:auto;margin:0;border:0}.round-tab-wrapper .round-tab-item .round-tab-head{position:relative;left:auto !important;top:auto !important;right:auto !important;bottom:auto !important}.testimonial-classic .testimonial-excerpt{font-size:15px}}body .elementor-widget-progress .elementor-title{font-family:inherit;font-weight:600}body .elementor-progress-wrapper, body .elementor-progress-bar{overflow:visible !important}.elementor-widget.elementor-widget-progress{margin-bottom:22px !important}.elementor-widget.elementor-widget-progress:last-child{margin-bottom:0px !important}.elementor-progress-percentage{padding-right:15px;color:#000;position:relative;top:-25px;font-weight:700}.egovenz-rain-drops{position:absolute !important;left:0;right:0}.egovenz-rain-drops>canvas,.egovenz-raindrops-wrap>canvas{width:120%}.section-raindrops-actived .egovenz-raindrops-wrap{overflow:hidden;position:absolute !important;left:0;right:0;width:100%}.egovenz-parallax{position:absolute;height:100%;width:100%;left:0;right:0;top:0;background-attachment:fixed;background-size:cover}.toggle-content{overflow:hidden;opacity:0;transition:all .6s}.toggle-content.toggle-content-shown{opacity:1;transition:all .6s}.toggle-btn-wrap a.toggle-content-trigger{font-size:18px;text-decoration:underline;font-weight:600;padding:7px
0px;display:inline-block}section{position:relative}section.float-parallax-started{overflow:hidden}.float-parallax{position:absolute;left:50%;margin:0
auto;text-align:center;z-index:9999;height:auto;width:auto;opacity:0;transition:opacity ease 0.35s}section.elementor-element.rotate-ball-sec .float-parallax{z-index:0}section.float-parallax-started .float-parallax{opacity:1;transition:opacity ease 0.35s}.float-ele-rotation{-webkit-animation:rotation 6s infinite linear}@-webkit-keyframes
rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}section{position:relative}section.float-parallax-started{overflow:hidden}.float-parallax{position:absolute;left:50%;margin:0
auto;text-align:center;z-index:99;height:auto;width:auto;opacity:0;transition:opacity ease 0.35s}section.float-parallax-started .float-parallax{opacity:1;transition:opacity ease 0.35s}.floating-animate-model-1>img{animation-name:floating-animate-model-1;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:floating-animate-model-1;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:floating-animate-model-1;-moz-animation-duration:2s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:floating-animate-model-1;-ms-animation-duration:2s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:floating-animate-model-1;-o-animation-duration:2s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear}@-webkit-keyframes floating-animate-model-1{0%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}100%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}@keyframes floating-animate-model-1{0%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}100%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}.floating-animate-model-2>img{animation-name:floating-animate-model-2;animation-duration:24s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:floating-animate-model-2;-webkit-animation-duration:24s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:floating-animate-model-2;-moz-animation-duration:24s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:floating-animate-model-2;-ms-animation-duration:24s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:floating-animate-model-2;-o-animation-duration:24s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear}@keyframes floating-animate-model-2{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes floating-animate-model-2{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes floating-animate-model-2{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-o-keyframes floating-animate-model-2{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(360deg)}}.floating-animate-model-3>img{animation-name:floating-animate-model-3;animation-duration:7s;animation-iteration-count:infinite;animation-timing-function:linear;-webkit-animation-name:floating-animate-model-3;-webkit-animation-duration:7s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:floating-animate-model-3;-moz-animation-duration:7s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:floating-animate-model-3;-ms-animation-duration:7s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-animation-name:floating-animate-model-3;-o-animation-duration:7s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear}@keyframes floating-animate-model-3{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes floating-animate-model-3{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes floating-animate-model-3{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-o-keyframes floating-animate-model-3{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(360deg)}}.verticalMove{animation:verticalMove 3.5s infinite}@-webkit-keyframes
verticalMove{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}50%{-webkit-transform:translate(0, 20px);transform:translate(0, 20px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes
verticalMove{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}50%{-webkit-transform:translate(0, 20px);transform:translate(0, 20px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.egovenz-faq .elementor-toggle-item{border:1px
solid #eaedf2;margin-bottom:1rem;border-radius:5px}.egovenz-faq .elementor-toggle .elementor-tab-title{font-size:1em;line-height:26px}.zozo-horizontal-slider-wrap{position:relative}.zozo-horizontal-slider-title{position:absolute;background:#000;z-index:1;color:#fff}.zozo-horizontal-slider-title, .zozo-horizontal-slider ul
li{padding:0
10px}.zozo-horizontal-slider-title:after{content:"";width:12px;height:30px;background:#000;position:absolute;right:-12px;border-left:5px solid #fff}.egovenz-header .zozo-horizontal-slider-wrap .jctkr-wrapper{overflow:visible}.egovenz-header .zozo-horizontal-slider-wrap .jctkr-wrapper
a{color:#000}.egovenz-header .zozo-horizontal-slider-wrap{max-width:100%;overflow:hidden;display:inline-block;height:40px;line-height:40px;vertical-align:middle;background:#f2f2f2;border-left:15px solid #f2f2f2;border-right:15px solid #f2f2f2;border-radius:20px}.egovenz-header .jctkr-wrapper ul, .egovenz-header .jctkr-wrapper{height:40px;line-height:40px}.zozo-horizontal-slider-wrap .jctkr-wrapper ul
li{font-family:inherit;font-size:14px}.zozo-horizontal-slider-wrap .jctkr-wrapper ul li:before{content:"\f0f6";font-family:fontAwesome;padding-right:10px;color:#24355a}.w3eden .wpdm-link-template .package-title a, .w3eden .wpdm-link-template .package-title{color:inherit;font-size:inherit;font-weight:500}.widget-area .w3eden .wpdm-link-template .package-title{font-weight:600;font-size:14px !important;line-height:21px !important;color:#000}.single-wpdmpro .entry-meta.top-meta.clearfix, .single-wpdmpro .entry-meta.bottom-meta.clearfix,
.single-wpdmpro .post-navigation-wrapper.clearfix,
.single-wpdmpro .post-comments-wrapper{display:none}.single-wpdmpro .text-right
img.ttip{margin-right:0}.w3eden .fetfont, .w3eden .btn, .w3eden .btn.wpdm-front h3.title, .w3eden .wpdm-social-lock-box .IN-widget a span:last-child, .w3eden #xfilelist .panel-heading, .w3eden .wpdm-frontend-tabs a, .w3eden .alert:before, .w3eden .panel .panel-heading, .w3eden .discount-msg, .w3eden .panel.dashboard-panel h3, .w3eden #wpdm-dashboard-sidebar .list-group-item, .w3eden #package-description .wp-switch-editor, .w3eden .w3eden.author-dashbboard .nav.nav-tabs li a, .w3eden .wpdm_cart thead th, .w3eden #csp .list-group-item, .w3eden .modal-title{font-family:inherit !important}.elementor-text-editor .w3eden>.link-template-default{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eaeaea}.light-menu .elementor-text-editor .w3eden>.link-template-default{border-color:rgba(255,255,255,0.2)}.elementor-text-editor .w3eden:last-child>.link-template-default{padding-bottom:0;margin-bottom:0;border-bottom:0}.elementor-text-editor .w3eden .btn.btn-sm{padding:6px
16px 6px 16px;font-size:10px}.w3eden .btn-primary:hover{box-shadow:none !important}.wpdm-link-template.link-template-default .media-body>div{margin-bottom:3px}.wpdm-link-template.well
.media{-ms-flex-align:center!important;align-items:center!important}.wpdm-link-template.well .media .media-body .package-title{display:block}.wpdm-link-template.well .media>*{padding:0
15px}.w3eden .list-group
.badge{background:#f7f7f7 !important;margin-right:10px;border:1px
solid #eaeaea;align-self:center}body .w3eden .list-group-item{border-color:#eaeaea !important;border-top:1px solid #eaeaea !important}body .w3eden .list-group-item:nth-child(2){border-bottom:unset !important;padding:1.25rem 1.34rem;color:#fff}body .w3eden .list-group-item:nth-child(2) a{color:#fff;position:relative;padding-left:15px;display:block}body .w3eden .list-group-item:nth-child(2) a::before{content:"";width:3px;height:100%;position:absolute;background:rgba(255, 255, 255, 0.6);left:0}body .w3eden .list-group-item:nth-child(4){border-bottom:unset}body .w3eden .list-group-item:last-of-type{border-top:unset !important;padding-top:40px}body .w3eden .list-group-item a.wpdm-download-link.btn{position:absolute;left:50%;transform:translateX(-50%);bottom:0;font-size:14px;text-transform:capitalize;border-radius:4px 4px 0 0;padding:8px
24px}.widget-area .wpdm-lt-card
h3{font-size:16px;line-height:26px}.widget-area .w3eden .link-template-default.thumbnail .wpdm-download-link.btn{padding:0px
10px !important;font-size:12px !important;text-transform:capitalize;line-height:31px !important}.widget-area .link-template-default .media>.ms-3{display:block;width:100%}.widget-area .w3eden .link-template-default.card .package-title{font-size:16px;line-height:26px}.widget-area .w3eden .link-template-default.card{border-color:#eaeaea !important}.widget-area .w3eden .link-template-default.card
.media{display:inherit}.widget-area .w3eden .link-template-default.card .card-body>.media>.media-body{display:flex}.widget-area .w3eden .link-template-default.card .media .wpdmdl-btn{margin-left:64px !important;margin-top:15px}.well.c2a3
.btn{font-size:10px}.widget-area .w3eden .link-template-default.thumbnail{padding:10px
0}.widget-area .wpdm-link-template.link-template-default .media-body>div{margin-bottom:8px}.widget-area .wpdm-link-template.link-template-default
.media{margin-top:22px;border-top:1px solid #eaeaea;padding-top:22px}.widget_wpdm_topdls_widget .w3eden .wpdm-lt-card>.list-group-item:first-of-type{display:none !important}.single.single-wpdmpro
.w3eden{margin-top:40px}.single.single-wpdmpro .w3eden
.card{display:none}.single.single-wpdmpro .wpdm-button-area.card{display:block}@media only screen and (min-width: 1025px){.egovenz-header .zozo-horizontal-slider-wrap{width:600px}}@media only screen and (max-width: 767px){.w3eden .well>.media{display:block}.w3eden .well>.media>*{text-align:left;margin:0
!important}.well.c2a3 .media-body{font-size:11pt;margin-bottom:14px !important}.well.c2a3 .media-body .media-heading{margin-bottom:0 !important;line-height:25px}.w3eden .well>.media>*:first-child{margin-bottom:15px !important}}#bbpress-forums li.bbp-header{color:#fff}#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results{font-size:14px !important;line-height:28px}#bbpress-forums p.bbp-topic-meta span > a,
div.bbp-template-notice p>a{display:inline-block;padding:0
5px}#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums div.bbp-template-notice
img.avatar{border:0
!important;margin-bottom:-4px !important}#bbpress-forums fieldset.bbp-form
legend{font-size:15px;color:#000;font-weight:600}#bbpress-forums fieldset.bbp-form
label{color:#000}div.bbp-submit-wrapper{float:none !important}div.bbp-submit-wrapper
button{padding:8px
25px}#bbpress-forums fieldset.bbp-form{padding:30px
!important}.bbp-login-form .bbp-username input, .bbp-login-form .bbp-email input, .bbp-login-form .bbp-password
input{display:block;width:100%;height:28px}.bbp-login-form .bbp-submit-wrapper{text-align:left !important;margin-bottom:15px}.bbp-login-form .bbp-login-links>*{width:50%;float:left;clear:none !important}.bbp-login-form .bbp-login-links>*:last-child{text-align:right}li.bbp-forum-info,li.bbp-topic-title{width:45% !important}li.bbp-forum-freshness,li.bbp-topic-freshness{width:35% !important}#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{font-size:12px !important;line-height:22px !important}a.button.logout-link{background:#000;color:#fff;padding:5px
16px;border-radius:5px;font-size:14px;display:inline-block;margin-top:17px;font-weight:800}.bbp-breadcrumb{width:100%;background:#df193a;color:#fff;padding:8px
10px 8px 15px}#bbpress-forums .bbp-breadcrumb a, #bbpress-forums .bbp-breadcrumb a:hover{color:#fff}a.bbp-breadcrumb-home{color:#fff}#bbpress-forums li a.bbp-forum-title{font-weight:600}#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body
ul.topic{padding:20px
!important}#bbpress-forums div.bbp-breadcrumb
p{margin-bottom:0 !important}a.bbp-breadcrumb-home:hover{color:#fff}.widget_display_stats dl>dt{clear:left;float:left;width:60%;border-bottom:1px solid #f0f0f0;margin-bottom:5px;padding-bottom:5px}.widget_display_stats dl>dd{float:right;width:40%;text-align:right;border-bottom:1px solid #f0f0f0;margin-bottom:5px;padding-bottom:5px}.area-details .row-title{float:left;width:40%;text-align:left;padding:3px
0px}.area-details .row-value{width:60%;float:right;text-align:right}.area-details
li{clear:both}.area-details .row-title
h6{margin-bottom:0;font-size:15px}.area-details
li{clear:both;border-bottom:1px solid rgba(0,0,0,0.05);display:flex;margin-bottom:16px;padding-bottom:16px}.area-details li:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}html .anwp-pg-wrap{box-sizing:border-box;-ms-overflow-style:scrollbar}.anwp-pg-wrap *,.anwp-pg-wrap :after,.anwp-pg-wrap :before{box-sizing:inherit}.anwp-pg-wrap .d-none{display:none!important}.anwp-pg-wrap .d-inline{display:inline!important}.anwp-pg-wrap .d-inline-block{display:inline-block!important}.anwp-pg-wrap .d-block{display:block!important}.anwp-pg-wrap .d-table{display:table!important}.anwp-pg-wrap .d-table-row{display:table-row!important}.anwp-pg-wrap .d-table-cell{display:table-cell!important}.anwp-pg-wrap .d-flex{display:flex!important}.anwp-pg-wrap .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.anwp-pg-wrap .d-sm-none{display:none!important}.anwp-pg-wrap .d-sm-inline{display:inline!important}.anwp-pg-wrap .d-sm-inline-block{display:inline-block!important}.anwp-pg-wrap .d-sm-block{display:block!important}.anwp-pg-wrap .d-sm-table{display:table!important}.anwp-pg-wrap .d-sm-table-row{display:table-row!important}.anwp-pg-wrap .d-sm-table-cell{display:table-cell!important}.anwp-pg-wrap .d-sm-flex{display:flex!important}.anwp-pg-wrap .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.anwp-pg-wrap .d-md-none{display:none!important}.anwp-pg-wrap .d-md-inline{display:inline!important}.anwp-pg-wrap .d-md-inline-block{display:inline-block!important}.anwp-pg-wrap .d-md-block{display:block!important}.anwp-pg-wrap .d-md-table{display:table!important}.anwp-pg-wrap .d-md-table-row{display:table-row!important}.anwp-pg-wrap .d-md-table-cell{display:table-cell!important}.anwp-pg-wrap .d-md-flex{display:flex!important}.anwp-pg-wrap .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.anwp-pg-wrap .d-lg-none{display:none!important}.anwp-pg-wrap .d-lg-inline{display:inline!important}.anwp-pg-wrap .d-lg-inline-block{display:inline-block!important}.anwp-pg-wrap .d-lg-block{display:block!important}.anwp-pg-wrap .d-lg-table{display:table!important}.anwp-pg-wrap .d-lg-table-row{display:table-row!important}.anwp-pg-wrap .d-lg-table-cell{display:table-cell!important}.anwp-pg-wrap .d-lg-flex{display:flex!important}.anwp-pg-wrap .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.anwp-pg-wrap .d-xl-none{display:none!important}.anwp-pg-wrap .d-xl-inline{display:inline!important}.anwp-pg-wrap .d-xl-inline-block{display:inline-block!important}.anwp-pg-wrap .d-xl-block{display:block!important}.anwp-pg-wrap .d-xl-table{display:table!important}.anwp-pg-wrap .d-xl-table-row{display:table-row!important}.anwp-pg-wrap .d-xl-table-cell{display:table-cell!important}.anwp-pg-wrap .d-xl-flex{display:flex!important}.anwp-pg-wrap .d-xl-inline-flex{display:inline-flex!important}}.anwp-pg-wrap .position-static{position:static!important}.anwp-pg-wrap .position-relative{position:relative!important}.anwp-pg-wrap .position-absolute{position:absolute!important}.anwp-pg-wrap .position-fixed{position:fixed!important}.anwp-pg-wrap .position-sticky{position:-webkit-sticky!important;position:sticky!important}.anwp-pg-wrap .flex-row{flex-direction:row!important}.anwp-pg-wrap .flex-column{flex-direction:column!important}.anwp-pg-wrap .flex-row-reverse{flex-direction:row-reverse!important}.anwp-pg-wrap .flex-column-reverse{flex-direction:column-reverse!important}.anwp-pg-wrap .flex-wrap{flex-wrap:wrap!important}.anwp-pg-wrap .flex-nowrap{flex-wrap:nowrap!important}.anwp-pg-wrap .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.anwp-pg-wrap .flex-fill{flex:1 1 auto!important}.anwp-pg-wrap .flex-grow-0{flex-grow:0!important}.anwp-pg-wrap .flex-grow-1{flex-grow:1!important}.anwp-pg-wrap .flex-shrink-0{flex-shrink:0!important}.anwp-pg-wrap .flex-shrink-1{flex-shrink:1!important}.anwp-pg-wrap .justify-content-start{justify-content:flex-start!important}.anwp-pg-wrap .justify-content-end{justify-content:flex-end!important}.anwp-pg-wrap .justify-content-center{justify-content:center!important}.anwp-pg-wrap .justify-content-between{justify-content:space-between!important}.anwp-pg-wrap .justify-content-around{justify-content:space-around!important}.anwp-pg-wrap .align-items-start{align-items:flex-start!important}.anwp-pg-wrap .align-items-end{align-items:flex-end!important}.anwp-pg-wrap .align-items-center{align-items:center!important}.anwp-pg-wrap .align-items-baseline{align-items:baseline!important}.anwp-pg-wrap .align-items-stretch{align-items:stretch!important}.anwp-pg-wrap .align-content-start{align-content:flex-start!important}.anwp-pg-wrap .align-content-end{align-content:flex-end!important}.anwp-pg-wrap .align-content-center{align-content:center!important}.anwp-pg-wrap .align-content-between{align-content:space-between!important}.anwp-pg-wrap .align-content-around{align-content:space-around!important}.anwp-pg-wrap .align-content-stretch{align-content:stretch!important}.anwp-pg-wrap .align-self-auto{align-self:auto!important}.anwp-pg-wrap .align-self-start{align-self:flex-start!important}.anwp-pg-wrap .align-self-end{align-self:flex-end!important}.anwp-pg-wrap .align-self-center{align-self:center!important}.anwp-pg-wrap .align-self-baseline{align-self:baseline!important}.anwp-pg-wrap .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.anwp-pg-wrap .flex-sm-row{flex-direction:row!important}.anwp-pg-wrap .flex-sm-column{flex-direction:column!important}.anwp-pg-wrap .flex-sm-row-reverse{flex-direction:row-reverse!important}.anwp-pg-wrap .flex-sm-column-reverse{flex-direction:column-reverse!important}.anwp-pg-wrap .flex-sm-wrap{flex-wrap:wrap!important}.anwp-pg-wrap .flex-sm-nowrap{flex-wrap:nowrap!important}.anwp-pg-wrap .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.anwp-pg-wrap .flex-sm-fill{flex:1 1 auto!important}.anwp-pg-wrap .flex-sm-grow-0{flex-grow:0!important}.anwp-pg-wrap .flex-sm-grow-1{flex-grow:1!important}.anwp-pg-wrap .flex-sm-shrink-0{flex-shrink:0!important}.anwp-pg-wrap .flex-sm-shrink-1{flex-shrink:1!important}.anwp-pg-wrap .justify-content-sm-start{justify-content:flex-start!important}.anwp-pg-wrap .justify-content-sm-end{justify-content:flex-end!important}.anwp-pg-wrap .justify-content-sm-center{justify-content:center!important}.anwp-pg-wrap .justify-content-sm-between{justify-content:space-between!important}.anwp-pg-wrap .justify-content-sm-around{justify-content:space-around!important}.anwp-pg-wrap .align-items-sm-start{align-items:flex-start!important}.anwp-pg-wrap .align-items-sm-end{align-items:flex-end!important}.anwp-pg-wrap .align-items-sm-center{align-items:center!important}.anwp-pg-wrap .align-items-sm-baseline{align-items:baseline!important}.anwp-pg-wrap .align-items-sm-stretch{align-items:stretch!important}.anwp-pg-wrap .align-content-sm-start{align-content:flex-start!important}.anwp-pg-wrap .align-content-sm-end{align-content:flex-end!important}.anwp-pg-wrap .align-content-sm-center{align-content:center!important}.anwp-pg-wrap .align-content-sm-between{align-content:space-between!important}.anwp-pg-wrap .align-content-sm-around{align-content:space-around!important}.anwp-pg-wrap .align-content-sm-stretch{align-content:stretch!important}.anwp-pg-wrap .align-self-sm-auto{align-self:auto!important}.anwp-pg-wrap .align-self-sm-start{align-self:flex-start!important}.anwp-pg-wrap .align-self-sm-end{align-self:flex-end!important}.anwp-pg-wrap .align-self-sm-center{align-self:center!important}.anwp-pg-wrap .align-self-sm-baseline{align-self:baseline!important}.anwp-pg-wrap .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.anwp-pg-wrap .flex-md-row{flex-direction:row!important}.anwp-pg-wrap .flex-md-column{flex-direction:column!important}.anwp-pg-wrap .flex-md-row-reverse{flex-direction:row-reverse!important}.anwp-pg-wrap .flex-md-column-reverse{flex-direction:column-reverse!important}.anwp-pg-wrap .flex-md-wrap{flex-wrap:wrap!important}.anwp-pg-wrap .flex-md-nowrap{flex-wrap:nowrap!important}.anwp-pg-wrap .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.anwp-pg-wrap .flex-md-fill{flex:1 1 auto!important}.anwp-pg-wrap .flex-md-grow-0{flex-grow:0!important}.anwp-pg-wrap .flex-md-grow-1{flex-grow:1!important}.anwp-pg-wrap .flex-md-shrink-0{flex-shrink:0!important}.anwp-pg-wrap .flex-md-shrink-1{flex-shrink:1!important}.anwp-pg-wrap .justify-content-md-start{justify-content:flex-start!important}.anwp-pg-wrap .justify-content-md-end{justify-content:flex-end!important}.anwp-pg-wrap .justify-content-md-center{justify-content:center!important}.anwp-pg-wrap .justify-content-md-between{justify-content:space-between!important}.anwp-pg-wrap .justify-content-md-around{justify-content:space-around!important}.anwp-pg-wrap .align-items-md-start{align-items:flex-start!important}.anwp-pg-wrap .align-items-md-end{align-items:flex-end!important}.anwp-pg-wrap .align-items-md-center{align-items:center!important}.anwp-pg-wrap .align-items-md-baseline{align-items:baseline!important}.anwp-pg-wrap .align-items-md-stretch{align-items:stretch!important}.anwp-pg-wrap .align-content-md-start{align-content:flex-start!important}.anwp-pg-wrap .align-content-md-end{align-content:flex-end!important}.anwp-pg-wrap .align-content-md-center{align-content:center!important}.anwp-pg-wrap .align-content-md-between{align-content:space-between!important}.anwp-pg-wrap .align-content-md-around{align-content:space-around!important}.anwp-pg-wrap .align-content-md-stretch{align-content:stretch!important}.anwp-pg-wrap .align-self-md-auto{align-self:auto!important}.anwp-pg-wrap .align-self-md-start{align-self:flex-start!important}.anwp-pg-wrap .align-self-md-end{align-self:flex-end!important}.anwp-pg-wrap .align-self-md-center{align-self:center!important}.anwp-pg-wrap .align-self-md-baseline{align-self:baseline!important}.anwp-pg-wrap .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.anwp-pg-wrap .flex-lg-row{flex-direction:row!important}.anwp-pg-wrap .flex-lg-column{flex-direction:column!important}.anwp-pg-wrap .flex-lg-row-reverse{flex-direction:row-reverse!important}.anwp-pg-wrap .flex-lg-column-reverse{flex-direction:column-reverse!important}.anwp-pg-wrap .flex-lg-wrap{flex-wrap:wrap!important}.anwp-pg-wrap .flex-lg-nowrap{flex-wrap:nowrap!important}.anwp-pg-wrap .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.anwp-pg-wrap .flex-lg-fill{flex:1 1 auto!important}.anwp-pg-wrap .flex-lg-grow-0{flex-grow:0!important}.anwp-pg-wrap .flex-lg-grow-1{flex-grow:1!important}.anwp-pg-wrap .flex-lg-shrink-0{flex-shrink:0!important}.anwp-pg-wrap .flex-lg-shrink-1{flex-shrink:1!important}.anwp-pg-wrap .justify-content-lg-start{justify-content:flex-start!important}.anwp-pg-wrap .justify-content-lg-end{justify-content:flex-end!important}.anwp-pg-wrap .justify-content-lg-center{justify-content:center!important}.anwp-pg-wrap .justify-content-lg-between{justify-content:space-between!important}.anwp-pg-wrap .justify-content-lg-around{justify-content:space-around!important}.anwp-pg-wrap .align-items-lg-start{align-items:flex-start!important}.anwp-pg-wrap .align-items-lg-end{align-items:flex-end!important}.anwp-pg-wrap .align-items-lg-center{align-items:center!important}.anwp-pg-wrap .align-items-lg-baseline{align-items:baseline!important}.anwp-pg-wrap .align-items-lg-stretch{align-items:stretch!important}.anwp-pg-wrap .align-content-lg-start{align-content:flex-start!important}.anwp-pg-wrap .align-content-lg-end{align-content:flex-end!important}.anwp-pg-wrap .align-content-lg-center{align-content:center!important}.anwp-pg-wrap .align-content-lg-between{align-content:space-between!important}.anwp-pg-wrap .align-content-lg-around{align-content:space-around!important}.anwp-pg-wrap .align-content-lg-stretch{align-content:stretch!important}.anwp-pg-wrap .align-self-lg-auto{align-self:auto!important}.anwp-pg-wrap .align-self-lg-start{align-self:flex-start!important}.anwp-pg-wrap .align-self-lg-end{align-self:flex-end!important}.anwp-pg-wrap .align-self-lg-center{align-self:center!important}.anwp-pg-wrap .align-self-lg-baseline{align-self:baseline!important}.anwp-pg-wrap .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.anwp-pg-wrap .flex-xl-row{flex-direction:row!important}.anwp-pg-wrap .flex-xl-column{flex-direction:column!important}.anwp-pg-wrap .flex-xl-row-reverse{flex-direction:row-reverse!important}.anwp-pg-wrap .flex-xl-column-reverse{flex-direction:column-reverse!important}.anwp-pg-wrap .flex-xl-wrap{flex-wrap:wrap!important}.anwp-pg-wrap .flex-xl-nowrap{flex-wrap:nowrap!important}.anwp-pg-wrap .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.anwp-pg-wrap .flex-xl-fill{flex:1 1 auto!important}.anwp-pg-wrap .flex-xl-grow-0{flex-grow:0!important}.anwp-pg-wrap .flex-xl-grow-1{flex-grow:1!important}.anwp-pg-wrap .flex-xl-shrink-0{flex-shrink:0!important}.anwp-pg-wrap .flex-xl-shrink-1{flex-shrink:1!important}.anwp-pg-wrap .justify-content-xl-start{justify-content:flex-start!important}.anwp-pg-wrap .justify-content-xl-end{justify-content:flex-end!important}.anwp-pg-wrap .justify-content-xl-center{justify-content:center!important}.anwp-pg-wrap .justify-content-xl-between{justify-content:space-between!important}.anwp-pg-wrap .justify-content-xl-around{justify-content:space-around!important}.anwp-pg-wrap .align-items-xl-start{align-items:flex-start!important}.anwp-pg-wrap .align-items-xl-end{align-items:flex-end!important}.anwp-pg-wrap .align-items-xl-center{align-items:center!important}.anwp-pg-wrap .align-items-xl-baseline{align-items:baseline!important}.anwp-pg-wrap .align-items-xl-stretch{align-items:stretch!important}.anwp-pg-wrap .align-content-xl-start{align-content:flex-start!important}.anwp-pg-wrap .align-content-xl-end{align-content:flex-end!important}.anwp-pg-wrap .align-content-xl-center{align-content:center!important}.anwp-pg-wrap .align-content-xl-between{align-content:space-between!important}.anwp-pg-wrap .align-content-xl-around{align-content:space-around!important}.anwp-pg-wrap .align-content-xl-stretch{align-content:stretch!important}.anwp-pg-wrap .align-self-xl-auto{align-self:auto!important}.anwp-pg-wrap .align-self-xl-start{align-self:flex-start!important}.anwp-pg-wrap .align-self-xl-end{align-self:flex-end!important}.anwp-pg-wrap .align-self-xl-center{align-self:center!important}.anwp-pg-wrap .align-self-xl-baseline{align-self:baseline!important}.anwp-pg-wrap .align-self-xl-stretch{align-self:stretch!important}}.anwp-pg-wrap .w-25{width:25%!important}.anwp-pg-wrap .w-50{width:50%!important}.anwp-pg-wrap .w-75{width:75%!important}.anwp-pg-wrap .w-100{width:100%!important}.anwp-pg-wrap .w-auto{width:auto!important}.anwp-pg-wrap .h-25{height:25%!important}.anwp-pg-wrap .h-50{height:50%!important}.anwp-pg-wrap .h-75{height:75%!important}.anwp-pg-wrap .h-100{height:100%!important}.anwp-pg-wrap .h-auto{height:auto!important}.anwp-pg-wrap .mw-100{max-width:100%!important}.anwp-pg-wrap .mh-100{max-height:100%!important}.anwp-pg-wrap .min-vw-100{min-width:100vw!important}.anwp-pg-wrap .min-vh-100{min-height:100vh!important}.anwp-pg-wrap .vw-100{width:100vw!important}.anwp-pg-wrap .vh-100{height:100vh!important}.anwp-pg-wrap .m-0{margin:0!important}.anwp-pg-wrap .mt-0,.anwp-pg-wrap .my-0{margin-top:0!important}.anwp-pg-wrap .mr-0,.anwp-pg-wrap .mx-0{margin-right:0!important}.anwp-pg-wrap .mb-0,.anwp-pg-wrap .my-0{margin-bottom:0!important}.anwp-pg-wrap .ml-0,.anwp-pg-wrap .mx-0{margin-left:0!important}.anwp-pg-wrap .m-1{margin:.25rem!important}.anwp-pg-wrap .mt-1,.anwp-pg-wrap .my-1{margin-top:.25rem!important}.anwp-pg-wrap .mr-1,.anwp-pg-wrap .mx-1{margin-right:.25rem!important}.anwp-pg-wrap .mb-1,.anwp-pg-wrap .my-1{margin-bottom:.25rem!important}.anwp-pg-wrap .ml-1,.anwp-pg-wrap .mx-1{margin-left:.25rem!important}.anwp-pg-wrap .m-2{margin:.5rem!important}.anwp-pg-wrap .mt-2,.anwp-pg-wrap .my-2{margin-top:.5rem!important}.anwp-pg-wrap .mr-2,.anwp-pg-wrap .mx-2{margin-right:.5rem!important}.anwp-pg-wrap .mb-2,.anwp-pg-wrap .my-2{margin-bottom:.5rem!important}.anwp-pg-wrap .ml-2,.anwp-pg-wrap .mx-2{margin-left:.5rem!important}.anwp-pg-wrap .m-3{margin:1rem!important}.anwp-pg-wrap .mt-3,.anwp-pg-wrap .my-3{margin-top:1rem!important}.anwp-pg-wrap .mr-3,.anwp-pg-wrap .mx-3{margin-right:1rem!important}.anwp-pg-wrap .mb-3,.anwp-pg-wrap .my-3{margin-bottom:1rem!important}.anwp-pg-wrap .ml-3,.anwp-pg-wrap .mx-3{margin-left:1rem!important}.anwp-pg-wrap .m-4{margin:1.5rem!important}.anwp-pg-wrap .mt-4,.anwp-pg-wrap .my-4{margin-top:1.5rem!important}.anwp-pg-wrap .mr-4,.anwp-pg-wrap .mx-4{margin-right:1.5rem!important}.anwp-pg-wrap .mb-4,.anwp-pg-wrap .my-4{margin-bottom:1.5rem!important}.anwp-pg-wrap .ml-4,.anwp-pg-wrap .mx-4{margin-left:1.5rem!important}.anwp-pg-wrap .m-5{margin:3rem!important}.anwp-pg-wrap .mt-5,.anwp-pg-wrap .my-5{margin-top:3rem!important}.anwp-pg-wrap .mr-5,.anwp-pg-wrap .mx-5{margin-right:3rem!important}.anwp-pg-wrap .mb-5,.anwp-pg-wrap .my-5{margin-bottom:3rem!important}.anwp-pg-wrap .ml-5,.anwp-pg-wrap .mx-5{margin-left:3rem!important}.anwp-pg-wrap .p-0{padding:0!important}.anwp-pg-wrap .pt-0,.anwp-pg-wrap .py-0{padding-top:0!important}.anwp-pg-wrap .pr-0,.anwp-pg-wrap .px-0{padding-right:0!important}.anwp-pg-wrap .pb-0,.anwp-pg-wrap .py-0{padding-bottom:0!important}.anwp-pg-wrap .pl-0,.anwp-pg-wrap .px-0{padding-left:0!important}.anwp-pg-wrap .p-1{padding:.25rem!important}.anwp-pg-wrap .pt-1,.anwp-pg-wrap .py-1{padding-top:.25rem!important}.anwp-pg-wrap .pr-1,.anwp-pg-wrap .px-1{padding-right:.25rem!important}.anwp-pg-wrap .pb-1,.anwp-pg-wrap .py-1{padding-bottom:.25rem!important}.anwp-pg-wrap .pl-1,.anwp-pg-wrap .px-1{padding-left:.25rem!important}.anwp-pg-wrap .p-2{padding:.5rem!important}.anwp-pg-wrap .pt-2,.anwp-pg-wrap .py-2{padding-top:.5rem!important}.anwp-pg-wrap .pr-2,.anwp-pg-wrap .px-2{padding-right:.5rem!important}.anwp-pg-wrap .pb-2,.anwp-pg-wrap .py-2{padding-bottom:.5rem!important}.anwp-pg-wrap .pl-2,.anwp-pg-wrap .px-2{padding-left:.5rem!important}.anwp-pg-wrap .p-3{padding:1rem!important}.anwp-pg-wrap .pt-3,.anwp-pg-wrap .py-3{padding-top:1rem!important}.anwp-pg-wrap .pr-3,.anwp-pg-wrap .px-3{padding-right:1rem!important}.anwp-pg-wrap .pb-3,.anwp-pg-wrap .py-3{padding-bottom:1rem!important}.anwp-pg-wrap .pl-3,.anwp-pg-wrap .px-3{padding-left:1rem!important}.anwp-pg-wrap .p-4{padding:1.5rem!important}.anwp-pg-wrap .pt-4,.anwp-pg-wrap .py-4{padding-top:1.5rem!important}.anwp-pg-wrap .pr-4,.anwp-pg-wrap .px-4{padding-right:1.5rem!important}.anwp-pg-wrap .pb-4,.anwp-pg-wrap .py-4{padding-bottom:1.5rem!important}.anwp-pg-wrap .pl-4,.anwp-pg-wrap .px-4{padding-left:1.5rem!important}.anwp-pg-wrap .p-5{padding:3rem!important}.anwp-pg-wrap .pt-5,.anwp-pg-wrap .py-5{padding-top:3rem!important}.anwp-pg-wrap .pr-5,.anwp-pg-wrap .px-5{padding-right:3rem!important}.anwp-pg-wrap .pb-5,.anwp-pg-wrap .py-5{padding-bottom:3rem!important}.anwp-pg-wrap .pl-5,.anwp-pg-wrap .px-5{padding-left:3rem!important}.anwp-pg-wrap .m-n1{margin:-.25rem!important}.anwp-pg-wrap .mt-n1,.anwp-pg-wrap .my-n1{margin-top:-.25rem!important}.anwp-pg-wrap .mr-n1,.anwp-pg-wrap .mx-n1{margin-right:-.25rem!important}.anwp-pg-wrap .mb-n1,.anwp-pg-wrap .my-n1{margin-bottom:-.25rem!important}.anwp-pg-wrap .ml-n1,.anwp-pg-wrap .mx-n1{margin-left:-.25rem!important}.anwp-pg-wrap .m-n2{margin:-.5rem!important}.anwp-pg-wrap .mt-n2,.anwp-pg-wrap .my-n2{margin-top:-.5rem!important}.anwp-pg-wrap .mr-n2,.anwp-pg-wrap .mx-n2{margin-right:-.5rem!important}.anwp-pg-wrap .mb-n2,.anwp-pg-wrap .my-n2{margin-bottom:-.5rem!important}.anwp-pg-wrap .ml-n2,.anwp-pg-wrap .mx-n2{margin-left:-.5rem!important}.anwp-pg-wrap .m-n3{margin:-1rem!important}.anwp-pg-wrap .mt-n3,.anwp-pg-wrap .my-n3{margin-top:-1rem!important}.anwp-pg-wrap .mr-n3,.anwp-pg-wrap .mx-n3{margin-right:-1rem!important}.anwp-pg-wrap .mb-n3,.anwp-pg-wrap .my-n3{margin-bottom:-1rem!important}.anwp-pg-wrap .ml-n3,.anwp-pg-wrap .mx-n3{margin-left:-1rem!important}.anwp-pg-wrap .m-n4{margin:-1.5rem!important}.anwp-pg-wrap .mt-n4,.anwp-pg-wrap .my-n4{margin-top:-1.5rem!important}.anwp-pg-wrap .mr-n4,.anwp-pg-wrap .mx-n4{margin-right:-1.5rem!important}.anwp-pg-wrap .mb-n4,.anwp-pg-wrap .my-n4{margin-bottom:-1.5rem!important}.anwp-pg-wrap .ml-n4,.anwp-pg-wrap .mx-n4{margin-left:-1.5rem!important}.anwp-pg-wrap .m-n5{margin:-3rem!important}.anwp-pg-wrap .mt-n5,.anwp-pg-wrap .my-n5{margin-top:-3rem!important}.anwp-pg-wrap .mr-n5,.anwp-pg-wrap .mx-n5{margin-right:-3rem!important}.anwp-pg-wrap .mb-n5,.anwp-pg-wrap .my-n5{margin-bottom:-3rem!important}.anwp-pg-wrap .ml-n5,.anwp-pg-wrap .mx-n5{margin-left:-3rem!important}.anwp-pg-wrap .m-auto{margin:auto!important}.anwp-pg-wrap .mt-auto,.anwp-pg-wrap .my-auto{margin-top:auto!important}.anwp-pg-wrap .mr-auto,.anwp-pg-wrap .mx-auto{margin-right:auto!important}.anwp-pg-wrap .mb-auto,.anwp-pg-wrap .my-auto{margin-bottom:auto!important}.anwp-pg-wrap .ml-auto,.anwp-pg-wrap .mx-auto{margin-left:auto!important}@media (min-width:576px){.anwp-pg-wrap .m-sm-0{margin:0!important}.anwp-pg-wrap .mt-sm-0,.anwp-pg-wrap .my-sm-0{margin-top:0!important}.anwp-pg-wrap .mr-sm-0,.anwp-pg-wrap .mx-sm-0{margin-right:0!important}.anwp-pg-wrap .mb-sm-0,.anwp-pg-wrap .my-sm-0{margin-bottom:0!important}.anwp-pg-wrap .ml-sm-0,.anwp-pg-wrap .mx-sm-0{margin-left:0!important}.anwp-pg-wrap .m-sm-1{margin:.25rem!important}.anwp-pg-wrap .mt-sm-1,.anwp-pg-wrap .my-sm-1{margin-top:.25rem!important}.anwp-pg-wrap .mr-sm-1,.anwp-pg-wrap .mx-sm-1{margin-right:.25rem!important}.anwp-pg-wrap .mb-sm-1,.anwp-pg-wrap .my-sm-1{margin-bottom:.25rem!important}.anwp-pg-wrap .ml-sm-1,.anwp-pg-wrap .mx-sm-1{margin-left:.25rem!important}.anwp-pg-wrap .m-sm-2{margin:.5rem!important}.anwp-pg-wrap .mt-sm-2,.anwp-pg-wrap .my-sm-2{margin-top:.5rem!important}.anwp-pg-wrap .mr-sm-2,.anwp-pg-wrap .mx-sm-2{margin-right:.5rem!important}.anwp-pg-wrap .mb-sm-2,.anwp-pg-wrap .my-sm-2{margin-bottom:.5rem!important}.anwp-pg-wrap .ml-sm-2,.anwp-pg-wrap .mx-sm-2{margin-left:.5rem!important}.anwp-pg-wrap .m-sm-3{margin:1rem!important}.anwp-pg-wrap .mt-sm-3,.anwp-pg-wrap .my-sm-3{margin-top:1rem!important}.anwp-pg-wrap .mr-sm-3,.anwp-pg-wrap .mx-sm-3{margin-right:1rem!important}.anwp-pg-wrap .mb-sm-3,.anwp-pg-wrap .my-sm-3{margin-bottom:1rem!important}.anwp-pg-wrap .ml-sm-3,.anwp-pg-wrap .mx-sm-3{margin-left:1rem!important}.anwp-pg-wrap .m-sm-4{margin:1.5rem!important}.anwp-pg-wrap .mt-sm-4,.anwp-pg-wrap .my-sm-4{margin-top:1.5rem!important}.anwp-pg-wrap .mr-sm-4,.anwp-pg-wrap .mx-sm-4{margin-right:1.5rem!important}.anwp-pg-wrap .mb-sm-4,.anwp-pg-wrap .my-sm-4{margin-bottom:1.5rem!important}.anwp-pg-wrap .ml-sm-4,.anwp-pg-wrap .mx-sm-4{margin-left:1.5rem!important}.anwp-pg-wrap .m-sm-5{margin:3rem!important}.anwp-pg-wrap .mt-sm-5,.anwp-pg-wrap .my-sm-5{margin-top:3rem!important}.anwp-pg-wrap .mr-sm-5,.anwp-pg-wrap .mx-sm-5{margin-right:3rem!important}.anwp-pg-wrap .mb-sm-5,.anwp-pg-wrap .my-sm-5{margin-bottom:3rem!important}.anwp-pg-wrap .ml-sm-5,.anwp-pg-wrap .mx-sm-5{margin-left:3rem!important}.anwp-pg-wrap .p-sm-0{padding:0!important}.anwp-pg-wrap .pt-sm-0,.anwp-pg-wrap .py-sm-0{padding-top:0!important}.anwp-pg-wrap .pr-sm-0,.anwp-pg-wrap .px-sm-0{padding-right:0!important}.anwp-pg-wrap .pb-sm-0,.anwp-pg-wrap .py-sm-0{padding-bottom:0!important}.anwp-pg-wrap .pl-sm-0,.anwp-pg-wrap .px-sm-0{padding-left:0!important}.anwp-pg-wrap .p-sm-1{padding:.25rem!important}.anwp-pg-wrap .pt-sm-1,.anwp-pg-wrap .py-sm-1{padding-top:.25rem!important}.anwp-pg-wrap .pr-sm-1,.anwp-pg-wrap .px-sm-1{padding-right:.25rem!important}.anwp-pg-wrap .pb-sm-1,.anwp-pg-wrap .py-sm-1{padding-bottom:.25rem!important}.anwp-pg-wrap .pl-sm-1,.anwp-pg-wrap .px-sm-1{padding-left:.25rem!important}.anwp-pg-wrap .p-sm-2{padding:.5rem!important}.anwp-pg-wrap .pt-sm-2,.anwp-pg-wrap .py-sm-2{padding-top:.5rem!important}.anwp-pg-wrap .pr-sm-2,.anwp-pg-wrap .px-sm-2{padding-right:.5rem!important}.anwp-pg-wrap .pb-sm-2,.anwp-pg-wrap .py-sm-2{padding-bottom:.5rem!important}.anwp-pg-wrap .pl-sm-2,.anwp-pg-wrap .px-sm-2{padding-left:.5rem!important}.anwp-pg-wrap .p-sm-3{padding:1rem!important}.anwp-pg-wrap .pt-sm-3,.anwp-pg-wrap .py-sm-3{padding-top:1rem!important}.anwp-pg-wrap .pr-sm-3,.anwp-pg-wrap .px-sm-3{padding-right:1rem!important}.anwp-pg-wrap .pb-sm-3,.anwp-pg-wrap .py-sm-3{padding-bottom:1rem!important}.anwp-pg-wrap .pl-sm-3,.anwp-pg-wrap .px-sm-3{padding-left:1rem!important}.anwp-pg-wrap .p-sm-4{padding:1.5rem!important}.anwp-pg-wrap .pt-sm-4,.anwp-pg-wrap .py-sm-4{padding-top:1.5rem!important}.anwp-pg-wrap .pr-sm-4,.anwp-pg-wrap .px-sm-4{padding-right:1.5rem!important}.anwp-pg-wrap .pb-sm-4,.anwp-pg-wrap .py-sm-4{padding-bottom:1.5rem!important}.anwp-pg-wrap .pl-sm-4,.anwp-pg-wrap .px-sm-4{padding-left:1.5rem!important}.anwp-pg-wrap .p-sm-5{padding:3rem!important}.anwp-pg-wrap .pt-sm-5,.anwp-pg-wrap .py-sm-5{padding-top:3rem!important}.anwp-pg-wrap .pr-sm-5,.anwp-pg-wrap .px-sm-5{padding-right:3rem!important}.anwp-pg-wrap .pb-sm-5,.anwp-pg-wrap .py-sm-5{padding-bottom:3rem!important}.anwp-pg-wrap .pl-sm-5,.anwp-pg-wrap .px-sm-5{padding-left:3rem!important}.anwp-pg-wrap .m-sm-n1{margin:-.25rem!important}.anwp-pg-wrap .mt-sm-n1,.anwp-pg-wrap .my-sm-n1{margin-top:-.25rem!important}.anwp-pg-wrap .mr-sm-n1,.anwp-pg-wrap .mx-sm-n1{margin-right:-.25rem!important}.anwp-pg-wrap .mb-sm-n1,.anwp-pg-wrap .my-sm-n1{margin-bottom:-.25rem!important}.anwp-pg-wrap .ml-sm-n1,.anwp-pg-wrap .mx-sm-n1{margin-left:-.25rem!important}.anwp-pg-wrap .m-sm-n2{margin:-.5rem!important}.anwp-pg-wrap .mt-sm-n2,.anwp-pg-wrap .my-sm-n2{margin-top:-.5rem!important}.anwp-pg-wrap .mr-sm-n2,.anwp-pg-wrap .mx-sm-n2{margin-right:-.5rem!important}.anwp-pg-wrap .mb-sm-n2,.anwp-pg-wrap .my-sm-n2{margin-bottom:-.5rem!important}.anwp-pg-wrap .ml-sm-n2,.anwp-pg-wrap .mx-sm-n2{margin-left:-.5rem!important}.anwp-pg-wrap .m-sm-n3{margin:-1rem!important}.anwp-pg-wrap .mt-sm-n3,.anwp-pg-wrap .my-sm-n3{margin-top:-1rem!important}.anwp-pg-wrap .mr-sm-n3,.anwp-pg-wrap .mx-sm-n3{margin-right:-1rem!important}.anwp-pg-wrap .mb-sm-n3,.anwp-pg-wrap .my-sm-n3{margin-bottom:-1rem!important}.anwp-pg-wrap .ml-sm-n3,.anwp-pg-wrap .mx-sm-n3{margin-left:-1rem!important}.anwp-pg-wrap .m-sm-n4{margin:-1.5rem!important}.anwp-pg-wrap .mt-sm-n4,.anwp-pg-wrap .my-sm-n4{margin-top:-1.5rem!important}.anwp-pg-wrap .mr-sm-n4,.anwp-pg-wrap .mx-sm-n4{margin-right:-1.5rem!important}.anwp-pg-wrap .mb-sm-n4,.anwp-pg-wrap .my-sm-n4{margin-bottom:-1.5rem!important}.anwp-pg-wrap .ml-sm-n4,.anwp-pg-wrap .mx-sm-n4{margin-left:-1.5rem!important}.anwp-pg-wrap .m-sm-n5{margin:-3rem!important}.anwp-pg-wrap .mt-sm-n5,.anwp-pg-wrap .my-sm-n5{margin-top:-3rem!important}.anwp-pg-wrap .mr-sm-n5,.anwp-pg-wrap .mx-sm-n5{margin-right:-3rem!important}.anwp-pg-wrap .mb-sm-n5,.anwp-pg-wrap .my-sm-n5{margin-bottom:-3rem!important}.anwp-pg-wrap .ml-sm-n5,.anwp-pg-wrap .mx-sm-n5{margin-left:-3rem!important}.anwp-pg-wrap .m-sm-auto{margin:auto!important}.anwp-pg-wrap .mt-sm-auto,.anwp-pg-wrap .my-sm-auto{margin-top:auto!important}.anwp-pg-wrap .mr-sm-auto,.anwp-pg-wrap .mx-sm-auto{margin-right:auto!important}.anwp-pg-wrap .mb-sm-auto,.anwp-pg-wrap .my-sm-auto{margin-bottom:auto!important}.anwp-pg-wrap .ml-sm-auto,.anwp-pg-wrap .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.anwp-pg-wrap .m-md-0{margin:0!important}.anwp-pg-wrap .mt-md-0,.anwp-pg-wrap .my-md-0{margin-top:0!important}.anwp-pg-wrap .mr-md-0,.anwp-pg-wrap .mx-md-0{margin-right:0!important}.anwp-pg-wrap .mb-md-0,.anwp-pg-wrap .my-md-0{margin-bottom:0!important}.anwp-pg-wrap .ml-md-0,.anwp-pg-wrap .mx-md-0{margin-left:0!important}.anwp-pg-wrap .m-md-1{margin:.25rem!important}.anwp-pg-wrap .mt-md-1,.anwp-pg-wrap .my-md-1{margin-top:.25rem!important}.anwp-pg-wrap .mr-md-1,.anwp-pg-wrap .mx-md-1{margin-right:.25rem!important}.anwp-pg-wrap .mb-md-1,.anwp-pg-wrap .my-md-1{margin-bottom:.25rem!important}.anwp-pg-wrap .ml-md-1,.anwp-pg-wrap .mx-md-1{margin-left:.25rem!important}.anwp-pg-wrap .m-md-2{margin:.5rem!important}.anwp-pg-wrap .mt-md-2,.anwp-pg-wrap .my-md-2{margin-top:.5rem!important}.anwp-pg-wrap .mr-md-2,.anwp-pg-wrap .mx-md-2{margin-right:.5rem!important}.anwp-pg-wrap .mb-md-2,.anwp-pg-wrap .my-md-2{margin-bottom:.5rem!important}.anwp-pg-wrap .ml-md-2,.anwp-pg-wrap .mx-md-2{margin-left:.5rem!important}.anwp-pg-wrap .m-md-3{margin:1rem!important}.anwp-pg-wrap .mt-md-3,.anwp-pg-wrap .my-md-3{margin-top:1rem!important}.anwp-pg-wrap .mr-md-3,.anwp-pg-wrap .mx-md-3{margin-right:1rem!important}.anwp-pg-wrap .mb-md-3,.anwp-pg-wrap .my-md-3{margin-bottom:1rem!important}.anwp-pg-wrap .ml-md-3,.anwp-pg-wrap .mx-md-3{margin-left:1rem!important}.anwp-pg-wrap .m-md-4{margin:1.5rem!important}.anwp-pg-wrap .mt-md-4,.anwp-pg-wrap .my-md-4{margin-top:1.5rem!important}.anwp-pg-wrap .mr-md-4,.anwp-pg-wrap .mx-md-4{margin-right:1.5rem!important}.anwp-pg-wrap .mb-md-4,.anwp-pg-wrap .my-md-4{margin-bottom:1.5rem!important}.anwp-pg-wrap .ml-md-4,.anwp-pg-wrap .mx-md-4{margin-left:1.5rem!important}.anwp-pg-wrap .m-md-5{margin:3rem!important}.anwp-pg-wrap .mt-md-5,.anwp-pg-wrap .my-md-5{margin-top:3rem!important}.anwp-pg-wrap .mr-md-5,.anwp-pg-wrap .mx-md-5{margin-right:3rem!important}.anwp-pg-wrap .mb-md-5,.anwp-pg-wrap .my-md-5{margin-bottom:3rem!important}.anwp-pg-wrap .ml-md-5,.anwp-pg-wrap .mx-md-5{margin-left:3rem!important}.anwp-pg-wrap .p-md-0{padding:0!important}.anwp-pg-wrap .pt-md-0,.anwp-pg-wrap .py-md-0{padding-top:0!important}.anwp-pg-wrap .pr-md-0,.anwp-pg-wrap .px-md-0{padding-right:0!important}.anwp-pg-wrap .pb-md-0,.anwp-pg-wrap .py-md-0{padding-bottom:0!important}.anwp-pg-wrap .pl-md-0,.anwp-pg-wrap .px-md-0{padding-left:0!important}.anwp-pg-wrap .p-md-1{padding:.25rem!important}.anwp-pg-wrap .pt-md-1,.anwp-pg-wrap .py-md-1{padding-top:.25rem!important}.anwp-pg-wrap .pr-md-1,.anwp-pg-wrap .px-md-1{padding-right:.25rem!important}.anwp-pg-wrap .pb-md-1,.anwp-pg-wrap .py-md-1{padding-bottom:.25rem!important}.anwp-pg-wrap .pl-md-1,.anwp-pg-wrap .px-md-1{padding-left:.25rem!important}.anwp-pg-wrap .p-md-2{padding:.5rem!important}.anwp-pg-wrap .pt-md-2,.anwp-pg-wrap .py-md-2{padding-top:.5rem!important}.anwp-pg-wrap .pr-md-2,.anwp-pg-wrap .px-md-2{padding-right:.5rem!important}.anwp-pg-wrap .pb-md-2,.anwp-pg-wrap .py-md-2{padding-bottom:.5rem!important}.anwp-pg-wrap .pl-md-2,.anwp-pg-wrap .px-md-2{padding-left:.5rem!important}.anwp-pg-wrap .p-md-3{padding:1rem!important}.anwp-pg-wrap .pt-md-3,.anwp-pg-wrap .py-md-3{padding-top:1rem!important}.anwp-pg-wrap .pr-md-3,.anwp-pg-wrap .px-md-3{padding-right:1rem!important}.anwp-pg-wrap .pb-md-3,.anwp-pg-wrap .py-md-3{padding-bottom:1rem!important}.anwp-pg-wrap .pl-md-3,.anwp-pg-wrap .px-md-3{padding-left:1rem!important}.anwp-pg-wrap .p-md-4{padding:1.5rem!important}.anwp-pg-wrap .pt-md-4,.anwp-pg-wrap .py-md-4{padding-top:1.5rem!important}.anwp-pg-wrap .pr-md-4,.anwp-pg-wrap .px-md-4{padding-right:1.5rem!important}.anwp-pg-wrap .pb-md-4,.anwp-pg-wrap .py-md-4{padding-bottom:1.5rem!important}.anwp-pg-wrap .pl-md-4,.anwp-pg-wrap .px-md-4{padding-left:1.5rem!important}.anwp-pg-wrap .p-md-5{padding:3rem!important}.anwp-pg-wrap .pt-md-5,.anwp-pg-wrap .py-md-5{padding-top:3rem!important}.anwp-pg-wrap .pr-md-5,.anwp-pg-wrap .px-md-5{padding-right:3rem!important}.anwp-pg-wrap .pb-md-5,.anwp-pg-wrap .py-md-5{padding-bottom:3rem!important}.anwp-pg-wrap .pl-md-5,.anwp-pg-wrap .px-md-5{padding-left:3rem!important}.anwp-pg-wrap .m-md-n1{margin:-.25rem!important}.anwp-pg-wrap .mt-md-n1,.anwp-pg-wrap .my-md-n1{margin-top:-.25rem!important}.anwp-pg-wrap .mr-md-n1,.anwp-pg-wrap .mx-md-n1{margin-right:-.25rem!important}.anwp-pg-wrap .mb-md-n1,.anwp-pg-wrap .my-md-n1{margin-bottom:-.25rem!important}.anwp-pg-wrap .ml-md-n1,.anwp-pg-wrap .mx-md-n1{margin-left:-.25rem!important}.anwp-pg-wrap .m-md-n2{margin:-.5rem!important}.anwp-pg-wrap .mt-md-n2,.anwp-pg-wrap .my-md-n2{margin-top:-.5rem!important}.anwp-pg-wrap .mr-md-n2,.anwp-pg-wrap .mx-md-n2{margin-right:-.5rem!important}.anwp-pg-wrap .mb-md-n2,.anwp-pg-wrap .my-md-n2{margin-bottom:-.5rem!important}.anwp-pg-wrap .ml-md-n2,.anwp-pg-wrap .mx-md-n2{margin-left:-.5rem!important}.anwp-pg-wrap .m-md-n3{margin:-1rem!important}.anwp-pg-wrap .mt-md-n3,.anwp-pg-wrap .my-md-n3{margin-top:-1rem!important}.anwp-pg-wrap .mr-md-n3,.anwp-pg-wrap .mx-md-n3{margin-right:-1rem!important}.anwp-pg-wrap .mb-md-n3,.anwp-pg-wrap .my-md-n3{margin-bottom:-1rem!important}.anwp-pg-wrap .ml-md-n3,.anwp-pg-wrap .mx-md-n3{margin-left:-1rem!important}.anwp-pg-wrap .m-md-n4{margin:-1.5rem!important}.anwp-pg-wrap .mt-md-n4,.anwp-pg-wrap .my-md-n4{margin-top:-1.5rem!important}.anwp-pg-wrap .mr-md-n4,.anwp-pg-wrap .mx-md-n4{margin-right:-1.5rem!important}.anwp-pg-wrap .mb-md-n4,.anwp-pg-wrap .my-md-n4{margin-bottom:-1.5rem!important}.anwp-pg-wrap .ml-md-n4,.anwp-pg-wrap .mx-md-n4{margin-left:-1.5rem!important}.anwp-pg-wrap .m-md-n5{margin:-3rem!important}.anwp-pg-wrap .mt-md-n5,.anwp-pg-wrap .my-md-n5{margin-top:-3rem!important}.anwp-pg-wrap .mr-md-n5,.anwp-pg-wrap .mx-md-n5{margin-right:-3rem!important}.anwp-pg-wrap .mb-md-n5,.anwp-pg-wrap .my-md-n5{margin-bottom:-3rem!important}.anwp-pg-wrap .ml-md-n5,.anwp-pg-wrap .mx-md-n5{margin-left:-3rem!important}.anwp-pg-wrap .m-md-auto{margin:auto!important}.anwp-pg-wrap .mt-md-auto,.anwp-pg-wrap .my-md-auto{margin-top:auto!important}.anwp-pg-wrap .mr-md-auto,.anwp-pg-wrap .mx-md-auto{margin-right:auto!important}.anwp-pg-wrap .mb-md-auto,.anwp-pg-wrap .my-md-auto{margin-bottom:auto!important}.anwp-pg-wrap .ml-md-auto,.anwp-pg-wrap .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.anwp-pg-wrap .m-lg-0{margin:0!important}.anwp-pg-wrap .mt-lg-0,.anwp-pg-wrap .my-lg-0{margin-top:0!important}.anwp-pg-wrap .mr-lg-0,.anwp-pg-wrap .mx-lg-0{margin-right:0!important}.anwp-pg-wrap .mb-lg-0,.anwp-pg-wrap .my-lg-0{margin-bottom:0!important}.anwp-pg-wrap .ml-lg-0,.anwp-pg-wrap .mx-lg-0{margin-left:0!important}.anwp-pg-wrap .m-lg-1{margin:.25rem!important}.anwp-pg-wrap .mt-lg-1,.anwp-pg-wrap .my-lg-1{margin-top:.25rem!important}.anwp-pg-wrap .mr-lg-1,.anwp-pg-wrap .mx-lg-1{margin-right:.25rem!important}.anwp-pg-wrap .mb-lg-1,.anwp-pg-wrap .my-lg-1{margin-bottom:.25rem!important}.anwp-pg-wrap .ml-lg-1,.anwp-pg-wrap .mx-lg-1{margin-left:.25rem!important}.anwp-pg-wrap .m-lg-2{margin:.5rem!important}.anwp-pg-wrap .mt-lg-2,.anwp-pg-wrap .my-lg-2{margin-top:.5rem!important}.anwp-pg-wrap .mr-lg-2,.anwp-pg-wrap .mx-lg-2{margin-right:.5rem!important}.anwp-pg-wrap .mb-lg-2,.anwp-pg-wrap .my-lg-2{margin-bottom:.5rem!important}.anwp-pg-wrap .ml-lg-2,.anwp-pg-wrap .mx-lg-2{margin-left:.5rem!important}.anwp-pg-wrap .m-lg-3{margin:1rem!important}.anwp-pg-wrap .mt-lg-3,.anwp-pg-wrap .my-lg-3{margin-top:1rem!important}.anwp-pg-wrap .mr-lg-3,.anwp-pg-wrap .mx-lg-3{margin-right:1rem!important}.anwp-pg-wrap .mb-lg-3,.anwp-pg-wrap .my-lg-3{margin-bottom:1rem!important}.anwp-pg-wrap .ml-lg-3,.anwp-pg-wrap .mx-lg-3{margin-left:1rem!important}.anwp-pg-wrap .m-lg-4{margin:1.5rem!important}.anwp-pg-wrap .mt-lg-4,.anwp-pg-wrap .my-lg-4{margin-top:1.5rem!important}.anwp-pg-wrap .mr-lg-4,.anwp-pg-wrap .mx-lg-4{margin-right:1.5rem!important}.anwp-pg-wrap .mb-lg-4,.anwp-pg-wrap .my-lg-4{margin-bottom:1.5rem!important}.anwp-pg-wrap .ml-lg-4,.anwp-pg-wrap .mx-lg-4{margin-left:1.5rem!important}.anwp-pg-wrap .m-lg-5{margin:3rem!important}.anwp-pg-wrap .mt-lg-5,.anwp-pg-wrap .my-lg-5{margin-top:3rem!important}.anwp-pg-wrap .mr-lg-5,.anwp-pg-wrap .mx-lg-5{margin-right:3rem!important}.anwp-pg-wrap .mb-lg-5,.anwp-pg-wrap .my-lg-5{margin-bottom:3rem!important}.anwp-pg-wrap .ml-lg-5,.anwp-pg-wrap .mx-lg-5{margin-left:3rem!important}.anwp-pg-wrap .p-lg-0{padding:0!important}.anwp-pg-wrap .pt-lg-0,.anwp-pg-wrap .py-lg-0{padding-top:0!important}.anwp-pg-wrap .pr-lg-0,.anwp-pg-wrap .px-lg-0{padding-right:0!important}.anwp-pg-wrap .pb-lg-0,.anwp-pg-wrap .py-lg-0{padding-bottom:0!important}.anwp-pg-wrap .pl-lg-0,.anwp-pg-wrap .px-lg-0{padding-left:0!important}.anwp-pg-wrap .p-lg-1{padding:.25rem!important}.anwp-pg-wrap .pt-lg-1,.anwp-pg-wrap .py-lg-1{padding-top:.25rem!important}.anwp-pg-wrap .pr-lg-1,.anwp-pg-wrap .px-lg-1{padding-right:.25rem!important}.anwp-pg-wrap .pb-lg-1,.anwp-pg-wrap .py-lg-1{padding-bottom:.25rem!important}.anwp-pg-wrap .pl-lg-1,.anwp-pg-wrap .px-lg-1{padding-left:.25rem!important}.anwp-pg-wrap .p-lg-2{padding:.5rem!important}.anwp-pg-wrap .pt-lg-2,.anwp-pg-wrap .py-lg-2{padding-top:.5rem!important}.anwp-pg-wrap .pr-lg-2,.anwp-pg-wrap .px-lg-2{padding-right:.5rem!important}.anwp-pg-wrap .pb-lg-2,.anwp-pg-wrap .py-lg-2{padding-bottom:.5rem!important}.anwp-pg-wrap .pl-lg-2,.anwp-pg-wrap .px-lg-2{padding-left:.5rem!important}.anwp-pg-wrap .p-lg-3{padding:1rem!important}.anwp-pg-wrap .pt-lg-3,.anwp-pg-wrap .py-lg-3{padding-top:1rem!important}.anwp-pg-wrap .pr-lg-3,.anwp-pg-wrap .px-lg-3{padding-right:1rem!important}.anwp-pg-wrap .pb-lg-3,.anwp-pg-wrap .py-lg-3{padding-bottom:1rem!important}.anwp-pg-wrap .pl-lg-3,.anwp-pg-wrap .px-lg-3{padding-left:1rem!important}.anwp-pg-wrap .p-lg-4{padding:1.5rem!important}.anwp-pg-wrap .pt-lg-4,.anwp-pg-wrap .py-lg-4{padding-top:1.5rem!important}.anwp-pg-wrap .pr-lg-4,.anwp-pg-wrap .px-lg-4{padding-right:1.5rem!important}.anwp-pg-wrap .pb-lg-4,.anwp-pg-wrap .py-lg-4{padding-bottom:1.5rem!important}.anwp-pg-wrap .pl-lg-4,.anwp-pg-wrap .px-lg-4{padding-left:1.5rem!important}.anwp-pg-wrap .p-lg-5{padding:3rem!important}.anwp-pg-wrap .pt-lg-5,.anwp-pg-wrap .py-lg-5{padding-top:3rem!important}.anwp-pg-wrap .pr-lg-5,.anwp-pg-wrap .px-lg-5{padding-right:3rem!important}.anwp-pg-wrap .pb-lg-5,.anwp-pg-wrap .py-lg-5{padding-bottom:3rem!important}.anwp-pg-wrap .pl-lg-5,.anwp-pg-wrap .px-lg-5{padding-left:3rem!important}.anwp-pg-wrap .m-lg-n1{margin:-.25rem!important}.anwp-pg-wrap .mt-lg-n1,.anwp-pg-wrap .my-lg-n1{margin-top:-.25rem!important}.anwp-pg-wrap .mr-lg-n1,.anwp-pg-wrap .mx-lg-n1{margin-right:-.25rem!important}.anwp-pg-wrap .mb-lg-n1,.anwp-pg-wrap .my-lg-n1{margin-bottom:-.25rem!important}.anwp-pg-wrap .ml-lg-n1,.anwp-pg-wrap .mx-lg-n1{margin-left:-.25rem!important}.anwp-pg-wrap .m-lg-n2{margin:-.5rem!important}.anwp-pg-wrap .mt-lg-n2,.anwp-pg-wrap .my-lg-n2{margin-top:-.5rem!important}.anwp-pg-wrap .mr-lg-n2,.anwp-pg-wrap .mx-lg-n2{margin-right:-.5rem!important}.anwp-pg-wrap .mb-lg-n2,.anwp-pg-wrap .my-lg-n2{margin-bottom:-.5rem!important}.anwp-pg-wrap .ml-lg-n2,.anwp-pg-wrap .mx-lg-n2{margin-left:-.5rem!important}.anwp-pg-wrap .m-lg-n3{margin:-1rem!important}.anwp-pg-wrap .mt-lg-n3,.anwp-pg-wrap .my-lg-n3{margin-top:-1rem!important}.anwp-pg-wrap .mr-lg-n3,.anwp-pg-wrap .mx-lg-n3{margin-right:-1rem!important}.anwp-pg-wrap .mb-lg-n3,.anwp-pg-wrap .my-lg-n3{margin-bottom:-1rem!important}.anwp-pg-wrap .ml-lg-n3,.anwp-pg-wrap .mx-lg-n3{margin-left:-1rem!important}.anwp-pg-wrap .m-lg-n4{margin:-1.5rem!important}.anwp-pg-wrap .mt-lg-n4,.anwp-pg-wrap .my-lg-n4{margin-top:-1.5rem!important}.anwp-pg-wrap .mr-lg-n4,.anwp-pg-wrap .mx-lg-n4{margin-right:-1.5rem!important}.anwp-pg-wrap .mb-lg-n4,.anwp-pg-wrap .my-lg-n4{margin-bottom:-1.5rem!important}.anwp-pg-wrap .ml-lg-n4,.anwp-pg-wrap .mx-lg-n4{margin-left:-1.5rem!important}.anwp-pg-wrap .m-lg-n5{margin:-3rem!important}.anwp-pg-wrap .mt-lg-n5,.anwp-pg-wrap .my-lg-n5{margin-top:-3rem!important}.anwp-pg-wrap .mr-lg-n5,.anwp-pg-wrap .mx-lg-n5{margin-right:-3rem!important}.anwp-pg-wrap .mb-lg-n5,.anwp-pg-wrap .my-lg-n5{margin-bottom:-3rem!important}.anwp-pg-wrap .ml-lg-n5,.anwp-pg-wrap .mx-lg-n5{margin-left:-3rem!important}.anwp-pg-wrap .m-lg-auto{margin:auto!important}.anwp-pg-wrap .mt-lg-auto,.anwp-pg-wrap .my-lg-auto{margin-top:auto!important}.anwp-pg-wrap .mr-lg-auto,.anwp-pg-wrap .mx-lg-auto{margin-right:auto!important}.anwp-pg-wrap .mb-lg-auto,.anwp-pg-wrap .my-lg-auto{margin-bottom:auto!important}.anwp-pg-wrap .ml-lg-auto,.anwp-pg-wrap .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.anwp-pg-wrap .m-xl-0{margin:0!important}.anwp-pg-wrap .mt-xl-0,.anwp-pg-wrap .my-xl-0{margin-top:0!important}.anwp-pg-wrap .mr-xl-0,.anwp-pg-wrap .mx-xl-0{margin-right:0!important}.anwp-pg-wrap .mb-xl-0,.anwp-pg-wrap .my-xl-0{margin-bottom:0!important}.anwp-pg-wrap .ml-xl-0,.anwp-pg-wrap .mx-xl-0{margin-left:0!important}.anwp-pg-wrap .m-xl-1{margin:.25rem!important}.anwp-pg-wrap .mt-xl-1,.anwp-pg-wrap .my-xl-1{margin-top:.25rem!important}.anwp-pg-wrap .mr-xl-1,.anwp-pg-wrap .mx-xl-1{margin-right:.25rem!important}.anwp-pg-wrap .mb-xl-1,.anwp-pg-wrap .my-xl-1{margin-bottom:.25rem!important}.anwp-pg-wrap .ml-xl-1,.anwp-pg-wrap .mx-xl-1{margin-left:.25rem!important}.anwp-pg-wrap .m-xl-2{margin:.5rem!important}.anwp-pg-wrap .mt-xl-2,.anwp-pg-wrap .my-xl-2{margin-top:.5rem!important}.anwp-pg-wrap .mr-xl-2,.anwp-pg-wrap .mx-xl-2{margin-right:.5rem!important}.anwp-pg-wrap .mb-xl-2,.anwp-pg-wrap .my-xl-2{margin-bottom:.5rem!important}.anwp-pg-wrap .ml-xl-2,.anwp-pg-wrap .mx-xl-2{margin-left:.5rem!important}.anwp-pg-wrap .m-xl-3{margin:1rem!important}.anwp-pg-wrap .mt-xl-3,.anwp-pg-wrap .my-xl-3{margin-top:1rem!important}.anwp-pg-wrap .mr-xl-3,.anwp-pg-wrap .mx-xl-3{margin-right:1rem!important}.anwp-pg-wrap .mb-xl-3,.anwp-pg-wrap .my-xl-3{margin-bottom:1rem!important}.anwp-pg-wrap .ml-xl-3,.anwp-pg-wrap .mx-xl-3{margin-left:1rem!important}.anwp-pg-wrap .m-xl-4{margin:1.5rem!important}.anwp-pg-wrap .mt-xl-4,.anwp-pg-wrap .my-xl-4{margin-top:1.5rem!important}.anwp-pg-wrap .mr-xl-4,.anwp-pg-wrap .mx-xl-4{margin-right:1.5rem!important}.anwp-pg-wrap .mb-xl-4,.anwp-pg-wrap .my-xl-4{margin-bottom:1.5rem!important}.anwp-pg-wrap .ml-xl-4,.anwp-pg-wrap .mx-xl-4{margin-left:1.5rem!important}.anwp-pg-wrap .m-xl-5{margin:3rem!important}.anwp-pg-wrap .mt-xl-5,.anwp-pg-wrap .my-xl-5{margin-top:3rem!important}.anwp-pg-wrap .mr-xl-5,.anwp-pg-wrap .mx-xl-5{margin-right:3rem!important}.anwp-pg-wrap .mb-xl-5,.anwp-pg-wrap .my-xl-5{margin-bottom:3rem!important}.anwp-pg-wrap .ml-xl-5,.anwp-pg-wrap .mx-xl-5{margin-left:3rem!important}.anwp-pg-wrap .p-xl-0{padding:0!important}.anwp-pg-wrap .pt-xl-0,.anwp-pg-wrap .py-xl-0{padding-top:0!important}.anwp-pg-wrap .pr-xl-0,.anwp-pg-wrap .px-xl-0{padding-right:0!important}.anwp-pg-wrap .pb-xl-0,.anwp-pg-wrap .py-xl-0{padding-bottom:0!important}.anwp-pg-wrap .pl-xl-0,.anwp-pg-wrap .px-xl-0{padding-left:0!important}.anwp-pg-wrap .p-xl-1{padding:.25rem!important}.anwp-pg-wrap .pt-xl-1,.anwp-pg-wrap .py-xl-1{padding-top:.25rem!important}.anwp-pg-wrap .pr-xl-1,.anwp-pg-wrap .px-xl-1{padding-right:.25rem!important}.anwp-pg-wrap .pb-xl-1,.anwp-pg-wrap .py-xl-1{padding-bottom:.25rem!important}.anwp-pg-wrap .pl-xl-1,.anwp-pg-wrap .px-xl-1{padding-left:.25rem!important}.anwp-pg-wrap .p-xl-2{padding:.5rem!important}.anwp-pg-wrap .pt-xl-2,.anwp-pg-wrap .py-xl-2{padding-top:.5rem!important}.anwp-pg-wrap .pr-xl-2,.anwp-pg-wrap .px-xl-2{padding-right:.5rem!important}.anwp-pg-wrap .pb-xl-2,.anwp-pg-wrap .py-xl-2{padding-bottom:.5rem!important}.anwp-pg-wrap .pl-xl-2,.anwp-pg-wrap .px-xl-2{padding-left:.5rem!important}.anwp-pg-wrap .p-xl-3{padding:1rem!important}.anwp-pg-wrap .pt-xl-3,.anwp-pg-wrap .py-xl-3{padding-top:1rem!important}.anwp-pg-wrap .pr-xl-3,.anwp-pg-wrap .px-xl-3{padding-right:1rem!important}.anwp-pg-wrap .pb-xl-3,.anwp-pg-wrap .py-xl-3{padding-bottom:1rem!important}.anwp-pg-wrap .pl-xl-3,.anwp-pg-wrap .px-xl-3{padding-left:1rem!important}.anwp-pg-wrap .p-xl-4{padding:1.5rem!important}.anwp-pg-wrap .pt-xl-4,.anwp-pg-wrap .py-xl-4{padding-top:1.5rem!important}.anwp-pg-wrap .pr-xl-4,.anwp-pg-wrap .px-xl-4{padding-right:1.5rem!important}.anwp-pg-wrap .pb-xl-4,.anwp-pg-wrap .py-xl-4{padding-bottom:1.5rem!important}.anwp-pg-wrap .pl-xl-4,.anwp-pg-wrap .px-xl-4{padding-left:1.5rem!important}.anwp-pg-wrap .p-xl-5{padding:3rem!important}.anwp-pg-wrap .pt-xl-5,.anwp-pg-wrap .py-xl-5{padding-top:3rem!important}.anwp-pg-wrap .pr-xl-5,.anwp-pg-wrap .px-xl-5{padding-right:3rem!important}.anwp-pg-wrap .pb-xl-5,.anwp-pg-wrap .py-xl-5{padding-bottom:3rem!important}.anwp-pg-wrap .pl-xl-5,.anwp-pg-wrap .px-xl-5{padding-left:3rem!important}.anwp-pg-wrap .m-xl-n1{margin:-.25rem!important}.anwp-pg-wrap .mt-xl-n1,.anwp-pg-wrap .my-xl-n1{margin-top:-.25rem!important}.anwp-pg-wrap .mr-xl-n1,.anwp-pg-wrap .mx-xl-n1{margin-right:-.25rem!important}.anwp-pg-wrap .mb-xl-n1,.anwp-pg-wrap .my-xl-n1{margin-bottom:-.25rem!important}.anwp-pg-wrap .ml-xl-n1,.anwp-pg-wrap .mx-xl-n1{margin-left:-.25rem!important}.anwp-pg-wrap .m-xl-n2{margin:-.5rem!important}.anwp-pg-wrap .mt-xl-n2,.anwp-pg-wrap .my-xl-n2{margin-top:-.5rem!important}.anwp-pg-wrap .mr-xl-n2,.anwp-pg-wrap .mx-xl-n2{margin-right:-.5rem!important}.anwp-pg-wrap .mb-xl-n2,.anwp-pg-wrap .my-xl-n2{margin-bottom:-.5rem!important}.anwp-pg-wrap .ml-xl-n2,.anwp-pg-wrap .mx-xl-n2{margin-left:-.5rem!important}.anwp-pg-wrap .m-xl-n3{margin:-1rem!important}.anwp-pg-wrap .mt-xl-n3,.anwp-pg-wrap .my-xl-n3{margin-top:-1rem!important}.anwp-pg-wrap .mr-xl-n3,.anwp-pg-wrap .mx-xl-n3{margin-right:-1rem!important}.anwp-pg-wrap .mb-xl-n3,.anwp-pg-wrap .my-xl-n3{margin-bottom:-1rem!important}.anwp-pg-wrap .ml-xl-n3,.anwp-pg-wrap .mx-xl-n3{margin-left:-1rem!important}.anwp-pg-wrap .m-xl-n4{margin:-1.5rem!important}.anwp-pg-wrap .mt-xl-n4,.anwp-pg-wrap .my-xl-n4{margin-top:-1.5rem!important}.anwp-pg-wrap .mr-xl-n4,.anwp-pg-wrap .mx-xl-n4{margin-right:-1.5rem!important}.anwp-pg-wrap .mb-xl-n4,.anwp-pg-wrap .my-xl-n4{margin-bottom:-1.5rem!important}.anwp-pg-wrap .ml-xl-n4,.anwp-pg-wrap .mx-xl-n4{margin-left:-1.5rem!important}.anwp-pg-wrap .m-xl-n5{margin:-3rem!important}.anwp-pg-wrap .mt-xl-n5,.anwp-pg-wrap .my-xl-n5{margin-top:-3rem!important}.anwp-pg-wrap .mr-xl-n5,.anwp-pg-wrap .mx-xl-n5{margin-right:-3rem!important}.anwp-pg-wrap .mb-xl-n5,.anwp-pg-wrap .my-xl-n5{margin-bottom:-3rem!important}.anwp-pg-wrap .ml-xl-n5,.anwp-pg-wrap .mx-xl-n5{margin-left:-3rem!important}.anwp-pg-wrap .m-xl-auto{margin:auto!important}.anwp-pg-wrap .mt-xl-auto,.anwp-pg-wrap .my-xl-auto{margin-top:auto!important}.anwp-pg-wrap .mr-xl-auto,.anwp-pg-wrap .mx-xl-auto{margin-right:auto!important}.anwp-pg-wrap .mb-xl-auto,.anwp-pg-wrap .my-xl-auto{margin-bottom:auto!important}.anwp-pg-wrap .ml-xl-auto,.anwp-pg-wrap .mx-xl-auto{margin-left:auto!important}}.anwp-pg-wrap .text-decoration-none{text-decoration:none!important}.anwp-pg-wrap .anwp-btn-outline-secondary{display:inline-block;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;font-size:1rem;line-height:1.5;-o-border-image:initial;border-image:initial;padding:.375rem .75rem;border-radius:4px;transition:color .15s ease-in-out 0s,background-color .15s ease-in-out 0s,border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;color:#6c757d;border:1px solid #6c757d}.anwp-pg-wrap .anwp-btn-outline-secondary:not(:disabled):not(.disabled){cursor:pointer}.anwp-pg-wrap .anwp-btn-outline-secondary:active,.anwp-pg-wrap .anwp-btn-outline-secondary:focus,.anwp-pg-wrap .anwp-btn-outline-secondary:hover,.anwp-pg-wrap .anwp-btn-outline-secondary[disabled]:active,.anwp-pg-wrap .anwp-btn-outline-secondary[disabled]:focus,.anwp-pg-wrap .anwp-btn-outline-secondary[disabled]:hover{background-color:#f5f5f5;color:#6c757d;border:1px solid #6c757d}.anwp-pg-pagination{display:flex;padding-left:0;list-style:none;border-radius:4px;margin-top:25px}.anwp-pg-pagination-loader{position:absolute;left:50%;top:50%;margin-left:-15px;margin-top:-15px}.anwp-pg-posts-wrapper{position:relative}.anwp-pg-posts-wrapper:not(.anwp-pg-pagination--loading) .anwp-pg-pagination-loader{display:none}.anwp-pg-posts-wrapper.anwp-pg-pagination--loading>:not(.anwp-pg-pagination-loader){opacity:.1}.anwp-page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0085ba;background-color:#fff;border:1px solid #dee2e6}.anwp-page-link:hover{z-index:2;color:#004e6e;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.anwp-page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,133,186,.25)}.anwp-page-item{min-width:32px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.anwp-page-item:first-child .anwp-page-link{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.anwp-page-item:last-child .anwp-page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.anwp-page-item .anwp-page-link--active{z-index:3;color:#fff!important;background-color:#0085ba;border-color:#0085ba}.anwp-page-item .anwp-page-link--disabled{color:#6c757d!important;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6;opacity:.7}.anwp-container,.anwp-container-fluid,.anwp-container-lg,.anwp-container-md,.anwp-container-sm,.anwp-container-xl{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width:576px){.anwp-container,.anwp-container-sm{max-width:540px}}@media (min-width:768px){.anwp-container,.anwp-container-md,.anwp-container-sm{max-width:720px}}@media (min-width:992px){.anwp-container,.anwp-container-lg,.anwp-container-md,.anwp-container-sm{max-width:960px}}@media (min-width:1200px){.anwp-container,.anwp-container-lg,.anwp-container-md,.anwp-container-sm,.anwp-container-xl{max-width:1140px}}.anwp-row{display:flex;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.anwp-no-gutters{margin-right:0;margin-left:0}.anwp-no-gutters>.anwp-col,.anwp-no-gutters>[class*=anwp-col-]{padding-right:0;padding-left:0}.anwp-col,.anwp-col-1,.anwp-col-2,.anwp-col-3,.anwp-col-4,.anwp-col-5,.anwp-col-6,.anwp-col-7,.anwp-col-8,.anwp-col-9,.anwp-col-10,.anwp-col-11,.anwp-col-12,.anwp-col-auto,.anwp-col-lg,.anwp-col-lg-1,.anwp-col-lg-2,.anwp-col-lg-3,.anwp-col-lg-4,.anwp-col-lg-5,.anwp-col-lg-6,.anwp-col-lg-7,.anwp-col-lg-8,.anwp-col-lg-9,.anwp-col-lg-10,.anwp-col-lg-11,.anwp-col-lg-12,.anwp-col-lg-auto,.anwp-col-md,.anwp-col-md-1,.anwp-col-md-2,.anwp-col-md-3,.anwp-col-md-4,.anwp-col-md-5,.anwp-col-md-6,.anwp-col-md-7,.anwp-col-md-8,.anwp-col-md-9,.anwp-col-md-10,.anwp-col-md-11,.anwp-col-md-12,.anwp-col-md-auto,.anwp-col-sm,.anwp-col-sm-1,.anwp-col-sm-2,.anwp-col-sm-3,.anwp-col-sm-4,.anwp-col-sm-5,.anwp-col-sm-6,.anwp-col-sm-7,.anwp-col-sm-8,.anwp-col-sm-9,.anwp-col-sm-10,.anwp-col-sm-11,.anwp-col-sm-12,.anwp-col-sm-auto,.anwp-col-xl,.anwp-col-xl-1,.anwp-col-xl-2,.anwp-col-xl-3,.anwp-col-xl-4,.anwp-col-xl-5,.anwp-col-xl-6,.anwp-col-xl-7,.anwp-col-xl-8,.anwp-col-xl-9,.anwp-col-xl-10,.anwp-col-xl-11,.anwp-col-xl-12,.anwp-col-xl-auto{position:relative;width:100%;padding-right:10px;padding-left:10px}.anwp-col{flex-basis:0;flex-grow:1;max-width:100%}.anwp-row-cols-1>*{flex:0 0 100%;max-width:100%}.anwp-row-cols-2>*{flex:0 0 50%;max-width:50%}.anwp-row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-row-cols-4>*{flex:0 0 25%;max-width:25%}.anwp-row-cols-5>*{flex:0 0 20%;max-width:20%}.anwp-row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-auto{flex:0 0 auto;width:auto;max-width:100%}.anwp-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.anwp-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-3{flex:0 0 25%;max-width:25%}.anwp-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.anwp-col-6{flex:0 0 50%;max-width:50%}.anwp-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.anwp-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.anwp-col-9{flex:0 0 75%;max-width:75%}.anwp-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.anwp-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.anwp-col-12{flex:0 0 100%;max-width:100%}.anwp-order-first{order:-1}.anwp-order-last{order:13}.anwp-order-0{order:0}.anwp-order-1{order:1}.anwp-order-2{order:2}.anwp-order-3{order:3}.anwp-order-4{order:4}.anwp-order-5{order:5}.anwp-order-6{order:6}.anwp-order-7{order:7}.anwp-order-8{order:8}.anwp-order-9{order:9}.anwp-order-10{order:10}.anwp-order-11{order:11}.anwp-order-12{order:12}.anwp-offset-1{margin-left:8.3333333333%}.anwp-offset-2{margin-left:16.6666666667%}.anwp-offset-3{margin-left:25%}.anwp-offset-4{margin-left:33.3333333333%}.anwp-offset-5{margin-left:41.6666666667%}.anwp-offset-6{margin-left:50%}.anwp-offset-7{margin-left:58.3333333333%}.anwp-offset-8{margin-left:66.6666666667%}.anwp-offset-9{margin-left:75%}.anwp-offset-10{margin-left:83.3333333333%}.anwp-offset-11{margin-left:91.6666666667%}@media (min-width:576px){.anwp-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.anwp-row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.anwp-row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.anwp-row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.anwp-row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.anwp-row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.anwp-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.anwp-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-sm-3{flex:0 0 25%;max-width:25%}.anwp-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.anwp-col-sm-6{flex:0 0 50%;max-width:50%}.anwp-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.anwp-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.anwp-col-sm-9{flex:0 0 75%;max-width:75%}.anwp-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.anwp-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.anwp-col-sm-12{flex:0 0 100%;max-width:100%}.anwp-order-sm-first{order:-1}.anwp-order-sm-last{order:13}.anwp-order-sm-0{order:0}.anwp-order-sm-1{order:1}.anwp-order-sm-2{order:2}.anwp-order-sm-3{order:3}.anwp-order-sm-4{order:4}.anwp-order-sm-5{order:5}.anwp-order-sm-6{order:6}.anwp-order-sm-7{order:7}.anwp-order-sm-8{order:8}.anwp-order-sm-9{order:9}.anwp-order-sm-10{order:10}.anwp-order-sm-11{order:11}.anwp-order-sm-12{order:12}.anwp-offset-sm-0{margin-left:0}.anwp-offset-sm-1{margin-left:8.3333333333%}.anwp-offset-sm-2{margin-left:16.6666666667%}.anwp-offset-sm-3{margin-left:25%}.anwp-offset-sm-4{margin-left:33.3333333333%}.anwp-offset-sm-5{margin-left:41.6666666667%}.anwp-offset-sm-6{margin-left:50%}.anwp-offset-sm-7{margin-left:58.3333333333%}.anwp-offset-sm-8{margin-left:66.6666666667%}.anwp-offset-sm-9{margin-left:75%}.anwp-offset-sm-10{margin-left:83.3333333333%}.anwp-offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.anwp-col-md{flex-basis:0;flex-grow:1;max-width:100%}.anwp-row-cols-md-1>*{flex:0 0 100%;max-width:100%}.anwp-row-cols-md-2>*{flex:0 0 50%;max-width:50%}.anwp-row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-row-cols-md-4>*{flex:0 0 25%;max-width:25%}.anwp-row-cols-md-5>*{flex:0 0 20%;max-width:20%}.anwp-row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.anwp-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.anwp-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-md-3{flex:0 0 25%;max-width:25%}.anwp-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.anwp-col-md-6{flex:0 0 50%;max-width:50%}.anwp-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.anwp-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.anwp-col-md-9{flex:0 0 75%;max-width:75%}.anwp-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.anwp-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.anwp-col-md-12{flex:0 0 100%;max-width:100%}.anwp-order-md-first{order:-1}.anwp-order-md-last{order:13}.anwp-order-md-0{order:0}.anwp-order-md-1{order:1}.anwp-order-md-2{order:2}.anwp-order-md-3{order:3}.anwp-order-md-4{order:4}.anwp-order-md-5{order:5}.anwp-order-md-6{order:6}.anwp-order-md-7{order:7}.anwp-order-md-8{order:8}.anwp-order-md-9{order:9}.anwp-order-md-10{order:10}.anwp-order-md-11{order:11}.anwp-order-md-12{order:12}.anwp-offset-md-0{margin-left:0}.anwp-offset-md-1{margin-left:8.3333333333%}.anwp-offset-md-2{margin-left:16.6666666667%}.anwp-offset-md-3{margin-left:25%}.anwp-offset-md-4{margin-left:33.3333333333%}.anwp-offset-md-5{margin-left:41.6666666667%}.anwp-offset-md-6{margin-left:50%}.anwp-offset-md-7{margin-left:58.3333333333%}.anwp-offset-md-8{margin-left:66.6666666667%}.anwp-offset-md-9{margin-left:75%}.anwp-offset-md-10{margin-left:83.3333333333%}.anwp-offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.anwp-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.anwp-row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.anwp-row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.anwp-row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.anwp-row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.anwp-row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.anwp-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.anwp-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-lg-3{flex:0 0 25%;max-width:25%}.anwp-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.anwp-col-lg-6{flex:0 0 50%;max-width:50%}.anwp-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.anwp-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.anwp-col-lg-9{flex:0 0 75%;max-width:75%}.anwp-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.anwp-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.anwp-col-lg-12{flex:0 0 100%;max-width:100%}.anwp-order-lg-first{order:-1}.anwp-order-lg-last{order:13}.anwp-order-lg-0{order:0}.anwp-order-lg-1{order:1}.anwp-order-lg-2{order:2}.anwp-order-lg-3{order:3}.anwp-order-lg-4{order:4}.anwp-order-lg-5{order:5}.anwp-order-lg-6{order:6}.anwp-order-lg-7{order:7}.anwp-order-lg-8{order:8}.anwp-order-lg-9{order:9}.anwp-order-lg-10{order:10}.anwp-order-lg-11{order:11}.anwp-order-lg-12{order:12}.anwp-offset-lg-0{margin-left:0}.anwp-offset-lg-1{margin-left:8.3333333333%}.anwp-offset-lg-2{margin-left:16.6666666667%}.anwp-offset-lg-3{margin-left:25%}.anwp-offset-lg-4{margin-left:33.3333333333%}.anwp-offset-lg-5{margin-left:41.6666666667%}.anwp-offset-lg-6{margin-left:50%}.anwp-offset-lg-7{margin-left:58.3333333333%}.anwp-offset-lg-8{margin-left:66.6666666667%}.anwp-offset-lg-9{margin-left:75%}.anwp-offset-lg-10{margin-left:83.3333333333%}.anwp-offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.anwp-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.anwp-row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.anwp-row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.anwp-row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.anwp-row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.anwp-row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.anwp-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.anwp-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.anwp-col-xl-3{flex:0 0 25%;max-width:25%}.anwp-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.anwp-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.anwp-col-xl-6{flex:0 0 50%;max-width:50%}.anwp-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.anwp-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.anwp-col-xl-9{flex:0 0 75%;max-width:75%}.anwp-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.anwp-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.anwp-col-xl-12{flex:0 0 100%;max-width:100%}.anwp-order-xl-first{order:-1}.anwp-order-xl-last{order:13}.anwp-order-xl-0{order:0}.anwp-order-xl-1{order:1}.anwp-order-xl-2{order:2}.anwp-order-xl-3{order:3}.anwp-order-xl-4{order:4}.anwp-order-xl-5{order:5}.anwp-order-xl-6{order:6}.anwp-order-xl-7{order:7}.anwp-order-xl-8{order:8}.anwp-order-xl-9{order:9}.anwp-order-xl-10{order:10}.anwp-order-xl-11{order:11}.anwp-order-xl-12{order:12}.anwp-offset-xl-0{margin-left:0}.anwp-offset-xl-1{margin-left:8.3333333333%}.anwp-offset-xl-2{margin-left:16.6666666667%}.anwp-offset-xl-3{margin-left:25%}.anwp-offset-xl-4{margin-left:33.3333333333%}.anwp-offset-xl-5{margin-left:41.6666666667%}.anwp-offset-xl-6{margin-left:50%}.anwp-offset-xl-7{margin-left:58.3333333333%}.anwp-offset-xl-8{margin-left:66.6666666667%}.anwp-offset-xl-9{margin-left:75%}.anwp-offset-xl-10{margin-left:83.3333333333%}.anwp-offset-xl-11{margin-left:91.6666666667%}}.anwp-box-border{box-sizing:border-box}.anwp-box-content{box-sizing:content-box}.anwp-link-cover,.anwp-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.anwp-flex-1{flex:1 1 0%}.anwp-flex-auto{flex:1 1 auto}.anwp-flex-initial{flex:0 1 auto}.anwp-flex-none{flex:none}@media (min-width:576px){.anwp-flex-sm-1{flex:1 1 0%}.anwp-flex-sm-auto{flex:1 1 auto}.anwp-flex-sm-initial{flex:0 1 auto}.anwp-flex-sm-none{flex:none}}@media (min-width:768px){.anwp-flex-md-1{flex:1 1 0%}.anwp-flex-md-auto{flex:1 1 auto}.anwp-flex-md-initial{flex:0 1 auto}.anwp-flex-md-none{flex:none}}@media (min-width:992px){.anwp-flex-lg-1{flex:1 1 0%}.anwp-flex-lg-auto{flex:1 1 auto}.anwp-flex-lg-initial{flex:0 1 auto}.anwp-flex-lg-none{flex:none}}@media (min-width:1200px){.anwp-flex-xl-1{flex:1 1 0%}.anwp-flex-xl-auto{flex:1 1 auto}.anwp-flex-xl-initial{flex:0 1 auto}.anwp-flex-xl-none{flex:none}}.anwp-image-background-contain,.anwp-image-background-cover{background-position:50% 50%;background-repeat:no-repeat}.anwp-image-background-cover{background-size:cover}.anwp-image-background-contain{background-size:contain}.anwp-user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.anwp-user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.anwp-user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.anwp-object-contain{-o-object-fit:contain;object-fit:contain}.anwp-object-cover{-o-object-fit:cover;object-fit:cover}.anwp-object-fill{-o-object-fit:fill;object-fit:fill}.anwp-object-none{-o-object-fit:none;object-fit:none}.anwp-object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.anwp-opacity-0{opacity:0}.anwp-opacity-10{opacity:.1}.anwp-opacity-20{opacity:.2}.anwp-opacity-30{opacity:.3}.anwp-opacity-40{opacity:.4}.anwp-opacity-50{opacity:.5}.anwp-opacity-60{opacity:.6}.anwp-opacity-70{opacity:.7}.anwp-opacity-80{opacity:.8}.anwp-opacity-90{opacity:.9}.anwp-opacity-100{opacity:1}.anwp-overflow-auto{overflow:auto}.anwp-overflow-hidden{overflow:hidden}.anwp-overflow-visible{overflow:visible}.anwp-overflow-scroll{overflow:scroll}.anwp-overflow-x-auto{overflow-x:auto}.anwp-overflow-y-auto{overflow-y:auto}.anwp-overflow-x-hidden{overflow-x:hidden}.anwp-overflow-y-hidden{overflow-y:hidden}.anwp-overflow-x-visible{overflow-x:visible}.anwp-overflow-y-visible{overflow-y:visible}.anwp-overflow-x-scroll{overflow-x:scroll}.anwp-overflow-y-scroll{overflow-y:scroll}.anwp-rounded-none{border-radius:0!important}.anwp-rounded-sm{border-radius:.125rem!important}.anwp-rounded{border-radius:.25rem!important}.anwp-rounded-md{border-radius:.375rem!important}.anwp-rounded-lg{border-radius:.5rem!important}.anwp-max-width-1{max-width:1px}.anwp-max-width-100{max-width:100%}.anwp-min-width-0{min-width:0}.anwp-fill-current{fill:currentColor!important}.anwp-stroke-current{stroke:currentColor!important}.anwp-stroke-0{stroke-width:0}.anwp-stroke-1{stroke-width:1}.anwp-stroke-2{stroke-width:2}.anwp-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anwp-text-truncate-multiline{overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;word-break:normal}.anwp-text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.anwp-text-justify{text-align:justify!important}.anwp-text-wrap{white-space:normal!important}.anwp-text-nowrap{white-space:nowrap!important}.anwp-text-left{text-align:left!important}.anwp-text-right{text-align:right!important}.anwp-text-center{text-align:center!important}@media (min-width:576px){.anwp-text-sm-left{text-align:left!important}.anwp-text-sm-right{text-align:right!important}.anwp-text-sm-center{text-align:center!important}}@media (min-width:768px){.anwp-text-md-left{text-align:left!important}.anwp-text-md-right{text-align:right!important}.anwp-text-md-center{text-align:center!important}}@media (min-width:992px){.anwp-text-lg-left{text-align:left!important}.anwp-text-lg-right{text-align:right!important}.anwp-text-lg-center{text-align:center!important}}@media (min-width:1200px){.anwp-text-xl-left{text-align:left!important}.anwp-text-xl-right{text-align:right!important}.anwp-text-xl-center{text-align:center!important}}.anwp-text-lowercase{text-transform:lowercase!important}.anwp-text-uppercase{text-transform:uppercase!important}.anwp-text-capitalize{text-transform:capitalize!important}.anwp-leading-1{line-height:1}.anwp-leading-1-25{line-height:1.25}.anwp-leading-1-5{line-height:1.5}.anwp-leading-2{line-height:2}.anwp-break-normal{overflow-wrap:normal;word-break:normal}.anwp-break-words{overflow-wrap:break-word;word-break:break-word}.anwp-break-all{word-break:break-all}.anwp-z-0{z-index:0!important}.anwp-z-1{z-index:1!important}.anwp-z-2{z-index:2!important}.anwp-pg-wrap .anwp-max-width-1{max-width:1px}.anwp-pg-wrap .anwp-min-width-0{min-width:0}.anwp-pg-wrap .anwp-hidden{visibility:hidden}.anwp-pg-wrap .anwp-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.anwp-pg-wrap .anwp-flex-even{flex:1}@media (min-width:576px){.anwp-pg-wrap .anwp-flex-sm-even{flex:1}}.anwp-pg-wrap .anwp-pg-updated:not(.anwp-pg-published){display:none}.anwp-pg-wrap .anwp-bg-light{background-color:#f8f9fa}.anwp-pg-wrap .anwp-bg-white{background-color:#fff}.anwp-pg-wrap .anwp-bg-secondary{background-color:#6c757d}.anwp-pg-wrap .anwp-bg-primary{background-color:#0085ba}.anwp-pg-wrap .anwp-bg-success{background-color:#388e3c}.anwp-pg-wrap .anwp-bg-info{background-color:#17a2b8}.anwp-pg-wrap .anwp-bg-warning{background-color:#fbc02d}.anwp-pg-wrap .anwp-bg-danger{background-color:#dc3545}.anwp-pg-wrap .anwp-bg-dark{background-color:#343a40}.anwp-pg-wrap .anwp-bg-transparent{background-color:transparent}.anwp-pg-wrap .anwp-link,.anwp-pg-wrap .site-content .anwp-link{transition:color .2s ease-in-out 0s}.anwp-pg-wrap .anwp-link:hover,.anwp-pg-wrap .site-content .anwp-link:hover{color:#0085ba}.bg-dark .anwp-pg-wrap .anwp-link:active,.bg-dark .anwp-pg-wrap .anwp-link:focus,.bg-dark .anwp-pg-wrap .anwp-link:hover,.bg-dark .anwp-pg-wrap .site-content .anwp-link:active,.bg-dark .anwp-pg-wrap .site-content .anwp-link:focus,.bg-dark .anwp-pg-wrap .site-content .anwp-link:hover{color:#80c2dd}.anwp-pg-wrap .anwp-pg-wrap+.anwp-pg-wrap{margin-top:1.5rem}.anwp-pg-wrap .anwp-link-without-effects,.anwp-pg-wrap .anwp-link-without-effects:active,.anwp-pg-wrap .anwp-link-without-effects:focus,.anwp-pg-wrap .anwp-link-without-effects:hover{text-decoration:none!important;box-shadow:none!important;border-bottom:none!important}.anwp-pg-wrap .anwp-pg-swiper-wrapper .swiper-wrapper{overflow:visible!important}.anwp-pg-wrap .anwp-link-cover,.anwp-pg-wrap .anwp-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.anwp-pg-wrap .anwp-image-background-contain,.anwp-pg-wrap .anwp-image-background-cover{background-position:50% 50%;background-repeat:no-repeat}.anwp-pg-wrap .anwp-image-background-cover{background-size:cover}.anwp-pg-wrap .anwp-image-background-contain{background-size:contain}.anwp-pg-wrap .anwp-semi-opacity{opacity:.5}.anwp-pg-wrap .anwp-pg-load-more .anwp-pg-load-more__btn.anwp-pg-load-more--active .anwp-pg-load-more__label,.anwp-pg-wrap .anwp-pg-load-more .anwp-pg-load-more__btn:not(.anwp-pg-load-more--active) .anwp-pg-wave{display:none!important}.anwp-pg-wrap .anwp-pg-wave{margin:0 auto;height:24px;text-align:center;font-size:10px}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect{background-color:rgba(41,41,41,.7);height:80%;width:8px;display:inline-block;-webkit-animation:anwpPGWaveStretchDelay 1.2s ease-in-out infinite;animation:anwpPGWaveStretchDelay 1.2s ease-in-out infinite;margin:0 2px}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes anwpPGWaveStretchDelay{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes anwpPGWaveStretchDelay{0%,40%,to{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.anwp-pg-wrap .anwp-pg-height-150{height:150px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-150{height:300px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-150{height:302px}.anwp-pg-wrap .anwp-pg-height-160{height:160px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-160{height:320px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-160{height:322px}.anwp-pg-wrap .anwp-pg-height-170{height:170px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-170{height:340px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-170{height:342px}.anwp-pg-wrap .anwp-pg-height-180{height:180px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-180{height:360px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-180{height:362px}.anwp-pg-wrap .anwp-pg-height-190{height:190px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-190{height:380px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-190{height:382px}.anwp-pg-wrap .anwp-pg-height-200{height:200px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-200{height:400px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-200{height:402px}.anwp-pg-wrap .anwp-pg-height-210{height:210px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-210{height:420px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-210{height:422px}.anwp-pg-wrap .anwp-pg-height-220{height:220px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-220{height:440px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-220{height:442px}.anwp-pg-wrap .anwp-pg-height-230{height:230px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-230{height:460px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-230{height:462px}.anwp-pg-wrap .anwp-pg-height-240{height:240px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-240{height:480px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-240{height:482px}.anwp-pg-wrap .anwp-pg-height-250{height:250px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-250{height:500px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-250{height:502px}.anwp-pg-wrap .anwp-pg-height-260{height:260px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-260{height:520px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-260{height:522px}.anwp-pg-wrap .anwp-pg-height-270{height:270px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-270{height:540px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-270{height:542px}.anwp-pg-wrap .anwp-pg-height-280{height:280px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-280{height:560px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-280{height:562px}.anwp-pg-wrap .anwp-pg-height-290{height:290px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-290{height:580px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-290{height:582px}.anwp-pg-wrap .anwp-pg-height-300{height:300px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-300{height:600px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-300{height:602px}.anwp-pg-wrap .anwp-pg-height-310{height:310px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-310{height:620px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-310{height:622px}.anwp-pg-wrap .anwp-pg-height-320{height:320px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-320{height:640px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-320{height:642px}.anwp-pg-wrap .anwp-pg-height-330{height:330px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-330{height:660px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-330{height:662px}.anwp-pg-wrap .anwp-pg-height-340{height:340px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-340{height:680px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-340{height:682px}.anwp-pg-wrap .anwp-pg-height-350{height:350px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-350{height:700px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-350{height:702px}.anwp-pg-wrap .anwp-pg-height-360{height:360px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-360{height:720px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-360{height:722px}.anwp-pg-wrap .anwp-pg-height-370{height:370px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-370{height:740px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-370{height:742px}.anwp-pg-wrap .anwp-pg-height-380{height:380px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-380{height:760px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-380{height:762px}.anwp-pg-wrap .anwp-pg-height-390{height:390px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-390{height:780px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-390{height:782px}.anwp-pg-wrap .anwp-pg-height-400{height:400px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-400{height:800px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-400{height:802px}.anwp-pg-wrap .anwp-pg-height-410{height:410px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-410{height:820px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-410{height:822px}.anwp-pg-wrap .anwp-pg-height-420{height:420px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-420{height:840px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-420{height:842px}.anwp-pg-wrap .anwp-pg-height-430{height:430px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-430{height:860px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-430{height:862px}.anwp-pg-wrap .anwp-pg-height-440{height:440px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-440{height:880px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-440{height:882px}.anwp-pg-wrap .anwp-pg-height-450{height:450px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-450{height:900px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-450{height:902px}.anwp-pg-wrap .anwp-pg-height-460{height:460px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-460{height:920px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-460{height:922px}.anwp-pg-wrap .anwp-pg-height-470{height:470px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-470{height:940px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-470{height:942px}.anwp-pg-wrap .anwp-pg-height-480{height:480px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-480{height:960px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-480{height:962px}.anwp-pg-wrap .anwp-pg-height-490{height:490px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-490{height:980px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-490{height:982px}.anwp-pg-wrap .anwp-pg-height-500{height:500px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-500{height:1000px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-500{height:1002px}.anwp-pg-wrap .anwp-pg-height-510{height:510px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-510{height:1020px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-510{height:1022px}.anwp-pg-wrap .anwp-pg-height-520{height:520px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-520{height:1040px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-520{height:1042px}.anwp-pg-wrap .anwp-pg-height-530{height:530px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-530{height:1060px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-530{height:1062px}.anwp-pg-wrap .anwp-pg-height-540{height:540px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-540{height:1080px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-540{height:1082px}.anwp-pg-wrap .anwp-pg-height-550{height:550px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-550{height:1100px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-550{height:1102px}.anwp-pg-wrap .anwp-pg-height-560{height:560px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-560{height:1120px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-560{height:1122px}.anwp-pg-wrap .anwp-pg-height-570{height:570px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-570{height:1140px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-570{height:1142px}.anwp-pg-wrap .anwp-pg-height-580{height:580px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-580{height:1160px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-580{height:1162px}.anwp-pg-wrap .anwp-pg-height-590{height:590px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-590{height:1180px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-590{height:1182px}.anwp-pg-wrap .anwp-pg-height-600{height:600px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-600{height:1200px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-600{height:1202px}.anwp-pg-wrap .anwp-pg-height-610{height:610px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-610{height:1220px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-610{height:1222px}.anwp-pg-wrap .anwp-pg-height-620{height:620px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-620{height:1240px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-620{height:1242px}.anwp-pg-wrap .anwp-pg-height-630{height:630px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-630{height:1260px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-630{height:1262px}.anwp-pg-wrap .anwp-pg-height-640{height:640px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-640{height:1280px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-640{height:1282px}.anwp-pg-wrap .anwp-pg-height-650{height:650px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-650{height:1300px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-650{height:1302px}.anwp-pg-wrap .anwp-pg-height-660{height:660px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-660{height:1320px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-660{height:1322px}.anwp-pg-wrap .anwp-pg-height-670{height:670px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-670{height:1340px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-670{height:1342px}.anwp-pg-wrap .anwp-pg-height-680{height:680px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-680{height:1360px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-680{height:1362px}.anwp-pg-wrap .anwp-pg-height-690{height:690px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-690{height:1380px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-690{height:1382px}.anwp-pg-wrap .anwp-pg-height-700{height:700px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-700{height:1400px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-700{height:1402px}.anwp-pg-wrap .anwp-pg-height-710{height:710px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-710{height:1420px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-710{height:1422px}.anwp-pg-wrap .anwp-pg-height-720{height:720px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-720{height:1440px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-720{height:1442px}.anwp-pg-wrap .anwp-pg-height-730{height:730px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-730{height:1460px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-730{height:1462px}.anwp-pg-wrap .anwp-pg-height-740{height:740px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-740{height:1480px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-740{height:1482px}.anwp-pg-wrap .anwp-pg-height-750{height:750px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-750{height:1500px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-750{height:1502px}.anwp-pg-wrap .anwp-pg-height-760{height:760px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-760{height:1520px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-760{height:1522px}.anwp-pg-wrap .anwp-pg-height-770{height:770px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-770{height:1540px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-770{height:1542px}.anwp-pg-wrap .anwp-pg-height-780{height:780px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-780{height:1560px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-780{height:1562px}.anwp-pg-wrap .anwp-pg-height-790{height:790px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-790{height:1580px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-790{height:1582px}.anwp-pg-wrap .anwp-pg-height-800{height:800px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-800{height:1600px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-800{height:1602px}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-150{height:150px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-150{height:300px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-150{height:302px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-160{height:160px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-160{height:320px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-160{height:322px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-170{height:170px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-170{height:340px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-170{height:342px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-180{height:180px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-180{height:360px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-180{height:362px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-190{height:190px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-190{height:380px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-190{height:382px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-200{height:200px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-200{height:400px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-200{height:402px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-210{height:210px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-210{height:420px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-210{height:422px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-220{height:220px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-220{height:440px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-220{height:442px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-230{height:230px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-230{height:460px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-230{height:462px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-240{height:240px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-240{height:480px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-240{height:482px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-250{height:250px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-250{height:500px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-250{height:502px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-260{height:260px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-260{height:520px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-260{height:522px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-270{height:270px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-270{height:540px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-270{height:542px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-280{height:280px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-280{height:560px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-280{height:562px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-290{height:290px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-290{height:580px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-290{height:582px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-300{height:300px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-300{height:600px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-300{height:602px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-310{height:310px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-310{height:620px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-310{height:622px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-320{height:320px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-320{height:640px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-320{height:642px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-330{height:330px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-330{height:660px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-330{height:662px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-340{height:340px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-340{height:680px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-340{height:682px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-350{height:350px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-350{height:700px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-350{height:702px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-360{height:360px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-360{height:720px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-360{height:722px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-370{height:370px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-370{height:740px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-370{height:742px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-380{height:380px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-380{height:760px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-380{height:762px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-390{height:390px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-390{height:780px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-390{height:782px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-400{height:400px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-400{height:800px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-400{height:802px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-410{height:410px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-410{height:820px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-410{height:822px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-420{height:420px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-420{height:840px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-420{height:842px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-430{height:430px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-430{height:860px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-430{height:862px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-440{height:440px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-440{height:880px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-440{height:882px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-450{height:450px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-450{height:900px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-450{height:902px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-460{height:460px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-460{height:920px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-460{height:922px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-470{height:470px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-470{height:940px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-470{height:942px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-480{height:480px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-480{height:960px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-480{height:962px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-490{height:490px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-490{height:980px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-490{height:982px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-500{height:500px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-500{height:1000px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-500{height:1002px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-510{height:510px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-510{height:1020px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-510{height:1022px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-520{height:520px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-520{height:1040px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-520{height:1042px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-530{height:530px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-530{height:1060px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-530{height:1062px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-540{height:540px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-540{height:1080px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-540{height:1082px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-550{height:550px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-550{height:1100px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-550{height:1102px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-560{height:560px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-560{height:1120px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-560{height:1122px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-570{height:570px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-570{height:1140px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-570{height:1142px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-580{height:580px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-580{height:1160px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-580{height:1162px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-590{height:590px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-590{height:1180px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-590{height:1182px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-600{height:600px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-600{height:1200px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-600{height:1202px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-610{height:610px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-610{height:1220px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-610{height:1222px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-620{height:620px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-620{height:1240px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-620{height:1242px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-630{height:630px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-630{height:1260px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-630{height:1262px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-640{height:640px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-640{height:1280px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-640{height:1282px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-650{height:650px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-650{height:1300px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-650{height:1302px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-660{height:660px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-660{height:1320px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-660{height:1322px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-670{height:670px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-670{height:1340px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-670{height:1342px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-680{height:680px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-680{height:1360px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-680{height:1362px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-690{height:690px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-690{height:1380px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-690{height:1382px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-700{height:700px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-700{height:1400px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-700{height:1402px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-710{height:710px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-710{height:1420px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-710{height:1422px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-720{height:720px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-720{height:1440px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-720{height:1442px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-730{height:730px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-730{height:1460px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-730{height:1462px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-740{height:740px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-740{height:1480px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-740{height:1482px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-750{height:750px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-750{height:1500px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-750{height:1502px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-760{height:760px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-760{height:1520px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-760{height:1522px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-770{height:770px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-770{height:1540px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-770{height:1542px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-780{height:780px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-780{height:1560px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-780{height:1562px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-790{height:790px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-790{height:1580px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-790{height:1582px}}@media (min-width:576px){.anwp-pg-wrap .anwp-pg-sm-height-800{height:800px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-800{height:1600px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-800{height:1602px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-150{height:150px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-150{height:300px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-150{height:302px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-160{height:160px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-160{height:320px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-160{height:322px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-170{height:170px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-170{height:340px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-170{height:342px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-180{height:180px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-180{height:360px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-180{height:362px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-190{height:190px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-190{height:380px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-190{height:382px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-200{height:200px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-200{height:400px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-200{height:402px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-210{height:210px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-210{height:420px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-210{height:422px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-220{height:220px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-220{height:440px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-220{height:442px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-230{height:230px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-230{height:460px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-230{height:462px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-240{height:240px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-240{height:480px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-240{height:482px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-250{height:250px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-250{height:500px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-250{height:502px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-260{height:260px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-260{height:520px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-260{height:522px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-270{height:270px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-270{height:540px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-270{height:542px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-280{height:280px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-280{height:560px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-280{height:562px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-290{height:290px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-290{height:580px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-290{height:582px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-300{height:300px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-300{height:600px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-300{height:602px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-310{height:310px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-310{height:620px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-310{height:622px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-320{height:320px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-320{height:640px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-320{height:642px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-330{height:330px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-330{height:660px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-330{height:662px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-340{height:340px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-340{height:680px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-340{height:682px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-350{height:350px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-350{height:700px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-350{height:702px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-360{height:360px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-360{height:720px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-360{height:722px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-370{height:370px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-370{height:740px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-370{height:742px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-380{height:380px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-380{height:760px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-380{height:762px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-390{height:390px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-390{height:780px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-390{height:782px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-400{height:400px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-400{height:800px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-400{height:802px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-410{height:410px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-410{height:820px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-410{height:822px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-420{height:420px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-420{height:840px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-420{height:842px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-430{height:430px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-430{height:860px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-430{height:862px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-440{height:440px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-440{height:880px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-440{height:882px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-450{height:450px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-450{height:900px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-450{height:902px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-460{height:460px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-460{height:920px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-460{height:922px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-470{height:470px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-470{height:940px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-470{height:942px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-480{height:480px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-480{height:960px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-480{height:962px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-490{height:490px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-490{height:980px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-490{height:982px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-500{height:500px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-500{height:1000px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-500{height:1002px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-510{height:510px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-510{height:1020px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-510{height:1022px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-520{height:520px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-520{height:1040px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-520{height:1042px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-530{height:530px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-530{height:1060px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-530{height:1062px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-540{height:540px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-540{height:1080px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-540{height:1082px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-550{height:550px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-550{height:1100px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-550{height:1102px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-560{height:560px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-560{height:1120px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-560{height:1122px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-570{height:570px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-570{height:1140px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-570{height:1142px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-580{height:580px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-580{height:1160px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-580{height:1162px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-590{height:590px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-590{height:1180px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-590{height:1182px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-600{height:600px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-600{height:1200px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-600{height:1202px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-610{height:610px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-610{height:1220px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-610{height:1222px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-620{height:620px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-620{height:1240px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-620{height:1242px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-630{height:630px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-630{height:1260px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-630{height:1262px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-640{height:640px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-640{height:1280px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-640{height:1282px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-650{height:650px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-650{height:1300px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-650{height:1302px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-660{height:660px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-660{height:1320px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-660{height:1322px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-670{height:670px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-670{height:1340px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-670{height:1342px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-680{height:680px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-680{height:1360px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-680{height:1362px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-690{height:690px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-690{height:1380px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-690{height:1382px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-700{height:700px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-700{height:1400px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-700{height:1402px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-710{height:710px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-710{height:1420px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-710{height:1422px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-720{height:720px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-720{height:1440px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-720{height:1442px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-730{height:730px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-730{height:1460px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-730{height:1462px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-740{height:740px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-740{height:1480px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-740{height:1482px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-750{height:750px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-750{height:1500px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-750{height:1502px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-760{height:760px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-760{height:1520px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-760{height:1522px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-770{height:770px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-770{height:1540px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-770{height:1542px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-780{height:780px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-780{height:1560px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-780{height:1562px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-790{height:790px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-790{height:1580px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-790{height:1582px}}@media (min-width:992px){.anwp-pg-wrap .anwp-pg-lg-height-800{height:800px}.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-800{height:1600px}.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-800{height:1602px}}.anwp-pg-wrap .anwp-pg-icon{display:inline-block;width:16px;height:16px;stroke-width:0;stroke:none;fill:#595959}.anwp-pg-wrap .anwp-pg-icon--trans{fill:transparent}.anwp-pg-wrap .anwp-pg-icon--feather{stroke:currentColor!important;fill:none;stroke-width:2px}.anwp-pg-wrap .anwp-pg-icon--s1em{width:1em;height:1em}.anwp-pg-wrap .anwp-pg-icon--s28{width:28px;height:28px}.anwp-pg-wrap .anwp-pg-icon--s24{width:24px;height:24px}.anwp-pg-wrap .anwp-pg-icon--s18{width:18px;height:18px}.anwp-pg-wrap .anwp-pg-icon--s14{width:14px;height:14px}.anwp-pg-wrap .anwp-pg-icon--s12{width:12px;height:12px}.anwp-pg-wrap .anwp-pg-icon--s8{width:8px;height:8px}.anwp-pg-wrap .anwp-pg-icon--primary{fill:#0085ba}.anwp-pg-wrap .anwp-pg-icon--white{fill:#fff}.anwp-pg-wrap .anwp-pg-icon--danger{fill:#dc3545}.anwp-pg-wrap .anwp-pg-icon--success{fill:#388e3c}.anwp-pg-wrap .anwp-pg-icon.text-secondary{fill:#6c757d;opacity:.5}.elementor-element.elementor-element-edit-mode.elementor-widget.elementor-widget-empty[class*=elementor-widget-anwp-pg-]{min-height:50px}.anwp-pg-pro-element:before,.anwp-pg-pro-promotion-icon:before{content:"pro";position:absolute;top:5px;left:5px;background-color:#d48a0f;color:#fff;font-size:10px;font-style:normal;padding:3px 5px 2px;opacity:.8;text-transform:uppercase;display:inline-block}.anwp-pg-element:after{content:"AnWP";position:absolute;top:5px;right:5px;color:#848484;border:1px solid #969696;border-radius:2px;font-size:9px;font-style:normal;padding:2px 4px;opacity:.9;display:inline-block}.anwp-pg-pro-news-ticker__admin-icon{display:inline-block;width:1em;height:1em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjUgMTguNUguNXYtOGgyN3Y4ek03LjUgMTF2N00xOSAxMy41aDZNMTAgMTMuNWg2TTE5IDE1LjVoNk0xMCAxNS41aDYiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==)}.anwp-pg-simple-grid__admin-icon{display:inline-block;width:1em;height:1em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSA3LjVoLTd2LTdoN3Y3ek03LjUgMTcuNWgtN3YtN2g3djd6TTcuNSAyNy41aC03di03aDd2N3pNMTcuNSA3LjVoLTd2LTdoN3Y3ek0xNy41IDE3LjVoLTd2LTdoN3Y3ek0xNy41IDI3LjVoLTd2LTdoN3Y3ek0yNy41IDcuNWgtN3YtN2g3djd6TTI3LjUgMTcuNWgtN3YtN2g3djd6TTI3LjUgMjcuNWgtN3YtN2g3djd6IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=)}.anwp-pg-light-grid__admin-icon{display:inline-block;width:1em;height:1em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNSA2LjVoLTR2LTRoNHY0ek00LjUgMTMuNWgtNHYtNGg0djR6TTQuNSAyMC41aC00di00aDR2NHpNNC41IDI3LjVoLTR2LTRoNHY0ek0xOC41IDYuNWgtNHYtNGg0djR6TTE4LjUgMTMuNWgtNHYtNGg0djR6TTE4LjUgMjAuNWgtNHYtNGg0djR6TTE4LjUgMjcuNWgtNHYtNGg0djR6TTYgMy41aDVNNiAxMC41aDVNNiAxNy41aDVNNiAyNC41aDVNMjAgMy41aDVNMjAgMTAuNWg1TTIwIDE3LjVoNU0yMCAyNC41aDVNNiA1LjVoNk02IDEyLjVoNk02IDE5LjVoNk02IDI2LjVoNk0yMCA1LjVoNk0yMCAxMi41aDZNMjAgMTkuNWg2TTIwIDI2LjVoNiIgc3Ryb2tlPSIjNkQ3ODgyIi8+PC9zdmc+)}.anwp-pg-classic-grid__admin-icon{display:inline-block;width:1em;height:1em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjUgNy41aC0xMnYtN2gxMnY3ek0yNy41IDIyLjVoLTEydi03aDEydjd6TTEyLjUgMjIuNUguNXYtN2gxMnY3ek0xMi41IDcuNUguNXYtN2gxMnY3ek0wIDExLjVoMTNNMTUgMTEuNWgxM00wIDkuNWgxM00xNSA5LjVoMTNNMTUgMjQuNWgxM00wIDI0LjVoMTNNMTUgMjYuNWgxM00wIDI2LjVoMTMiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==)}.anwp-pg-classic-blog__admin-icon{display:inline-block;width:1em;height:1em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMjQuNWgtMTB2LTloMTB2OXpNMTEuNSAxMi41aC0xMHYtOWgxMHY5ek0xMyAxOC41aDVNMTMgNi41aDVNMTMgMTYuNWgxME0xMyA0LjVoMTBNMTMgMjEuNWgxNE0xMyA5LjVoMTRNMTMgMjMuNWgxNE0xMyAxMS41aDE0IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=)}.anwp-pg-simple-slider__admin-icon{display:inline-block;width:1em;height:1em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjUgMjAuNWgtN3YtMTNoN3YxM3pNMTIuNSAyMC41aC03di0xM2g3djEzek0yNSAxMGwyIDQtMiA0TTMgMThsLTItNCAyLTQiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==)}.anwp-pg-classic-slider__admin-icon{display:inline-block;width:1em;height:1em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1IDEwbDIgNC0yIDRNMyAxOGwtMi00IDItNE0xMi41IDE2LjVoLTd2LTloN3Y5ek0yMi41IDE2LjVoLTd2LTloN3Y5ek01IDIwLjVoOE0xNSAyMC41aDhNNSAxOC41aDhNMTUgMTguNWg4IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=)}.anwp-pg-hero-block__admin-icon{display:inline-block;width:1em;height:1em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjUgMTMuNWgtNnYtNmg2djZ6TTI3LjUgMTMuNWgtNnYtNmg2djZ6TTE5LjUgMjEuNWgtNnYtNmg2djZ6TTI3LjUgMjEuNWgtNnYtNmg2djZ6TTExLjUgMjEuNUguNXYtMTRoMTF2MTR6IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=)}.anwp-grid_card_bg_effect-darken_only .anwp-pg-post-teaser__thumbnail-img{-webkit-transform:none!important;transform:none!important}.anwp-pg-not-ready{opacity:0;visibility:hidden}.anwp-pg-ready .anwp-pg-not-ready{opacity:1;visibility:visible}body:not(.anwp-pg-ready) .anwp-pg-not-ready-0{display:none!important}.elementor-control-section_anwp_pro_promo_tab .elementor-panel-heading-toggle,.elementor-control-section_anwp_pro_promo_tab .elementor-section-title{color:#d48a0f}.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon img{width:24px;height:24px}.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon img{width:36px;height:36px}.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{top:50%;right:50%;margin-top:-16px;margin-right:-16px}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{margin-top:-20px;margin-right:-20px}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{margin-top:-26px;margin-right:-26px}.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{top:auto;bottom:10px;right:10px}.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-wrap .anwp-pg-post-teaser__format-icon{top:10px;right:auto;left:10px}.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-wrap .anwp-pg-post-teaser__format-icon.anwp-pg-post-teaser__format-icon--has-comments{top:30px}.anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:50%;right:50%;margin-top:-16px;margin-right:-16px}.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser__format-icon{margin-top:-20px;margin-right:-20px}.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser__format-icon{margin-top:-26px;margin-right:-26px}.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:auto;right:5px;bottom:5px;margin-top:0;margin-right:0}.anwp-pg-post-teaser__post-icon--position-top-right .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:5px;right:5px;bottom:auto;margin-top:0;margin-right:0}.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:5px;left:5px;right:auto;bottom:auto;margin-top:0;margin-right:0}.anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:10px;right:10px}.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:auto;right:10px;bottom:10px}.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:50%;right:50%;margin-top:-16px;margin-right:-16px}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__format-icon{margin-top:-20px;margin-right:-20px}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__format-icon{margin-top:-26px;margin-right:-26px}.anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:10px;right:10px}.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:auto;right:10px;bottom:10px}.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon{top:50%;right:50%;margin-top:-16px;margin-right:-16px}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__format-icon{margin-top:-20px;margin-right:-20px}.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__format-icon{margin-top:-26px;margin-right:-26px}.anwp-pg-wrap .anwp-pg-no-transform .anwp-pg-post-teaser:hover .anwp-pg-post-teaser__thumbnail-img{-webkit-transform:none!important;transform:none!important}.anwp-pg-wrap .anwp-pg-post-teaser{font-size:16px}.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail{overflow:hidden}.anwp-pg-wrap .anwp-pg-post-teaser__format-icon{top:10px;position:absolute;background-color:rgba(0,0,0,.5);border:2px solid #fff;border-radius:50%;right:10px;left:auto;padding:6px;z-index:1}.anwp-pg-wrap .anwp-pg-post-teaser__format-icon--has-category{top:30px}.anwp-pg-wrap .anwp-pg-post-teaser__format-icon img{width:16px;height:16px}.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-bg{transition:all .4s ease-in-out 0s}.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-img{transition:all .4s ease-in-out 0s;background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.anwp-pg-wrap .anwp-pg-post-teaser:not(.anwp-pg-post-teaser--inner-cover-link):hover .anwp-pg-post-teaser__thumbnail-bg{background:rgba(0,0,0,.4);transition:background-color .4s ease-in-out 0s}.anwp-pg-wrap .anwp-pg-post-teaser:not(.anwp-pg-post-teaser--inner-cover-link):hover .anwp-pg-post-teaser__thumbnail-img{-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s}.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--inner-cover-link .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-bg{background:rgba(0,0,0,.4);transition:background-color .4s ease-in-out 0s}.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--inner-cover-link .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-img{-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s}.anwp-pg-wrap .anwp-pg-post-teaser__top-meta{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.anwp-pg-wrap .anwp-pg-post-teaser__top-meta>span{padding:4px 6px;background-color:rgba(39,52,58,.8);color:#fff;font-size:.75em;line-height:1;text-align:center}.anwp-pg-wrap .anwp-pg-post-teaser__bottom-meta{font-size:.75em;color:#f5f5f5;padding:0 12px}.anwp-pg-wrap .anwp-pg-post-teaser__category-wrapper{color:#fff;font-size:.75em;line-height:1;text-transform:uppercase}.anwp-pg-wrap .anwp-pg-post-teaser__title{font-size:1em;line-height:1.2em;word-spacing:1px;letter-spacing:.5px;text-transform:uppercase;font-weight:500;padding:0 12px;-webkit-transform:translateZ(0);transform:translateZ(0)}.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__title{color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em}.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__muted_bg{position:absolute;bottom:0;left:0;right:0;top:30%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.4) 40%,rgba(0,0,0,.8));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#b3000000",GradientType=0)}.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__bottom-meta:before{position:absolute;content:"";width:40px;border-top:1px solid #fff;top:-4px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__bottom-meta{text-shadow:1px 1px 1px rgba(0,0,0,.7)}.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__muted_bg{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAABpJREFUCJljZGBg8GVgYDBmYmBgMGZgYDgLAAg2AYRjQjgZAAAAAElFTkSuQmCC")}.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__title{color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em}.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__bottom-meta:before{position:absolute;content:"";width:40px;border-top:1px solid #fff;top:-4px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__bottom-meta{text-shadow:1px 1px 1px rgba(0,0,0,.7)}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__top-meta{min-height:20px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-block{background-color:rgba(34,34,34,.6);width:75%}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-meta{top:4px;text-shadow:1px 1px 1px rgba(0,0,0,.7)}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-meta+.anwp-pg-post-teaser__title{margin-bottom:-5px;margin-top:3px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;min-height:2.4em;line-height:1.2em;color:#fff}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail-img{min-height:150px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__top-meta{position:absolute;top:0;left:0;z-index:2}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta{font-size:12px;color:#777;padding:0;overflow:hidden;line-height:1.5}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon{fill:#777}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__title{font-size:1.1em;padding:0;font-weight:700;word-spacing:normal;letter-spacing:normal;text-transform:unset}.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__excerpt{font-size:.9em;line-height:1.2em}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail-img{height:80px!important;width:80px!important}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail{min-width:80px;max-height:80px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.2em;line-height:1em;font-size:.9em;margin-top:2px;padding:0;font-weight:700;word-spacing:normal;letter-spacing:normal;text-transform:unset}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta{font-size:12px;color:#777;padding:0;overflow:hidden;max-height:1.5em;line-height:1.5}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon{fill:#777}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta>.anwp-pg-post-teaser__bottom-meta-item:first-child>.anwp-pg-icon{margin-left:-2px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__category-wrapper{font-size:10px;line-height:12px;display:inline-block;font-weight:500;letter-spacing:.5px;border-radius:2px;white-space:nowrap;border:1px solid;padding:1px 8px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__content{padding-left:12px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-e:hover .anwp-pg-post-teaser__content{background-color:#fafafa}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail-img{height:120px!important;width:120px!important}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail{min-width:120px;max-height:120px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:3.3em;line-height:1.1em;font-size:1em;margin-top:2px;padding:0;font-weight:700;word-spacing:normal;letter-spacing:normal;text-transform:unset}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta{font-size:12px;color:#777;padding:0;overflow:hidden;max-height:1.5em;line-height:1.5}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon{fill:#777}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta>.anwp-pg-post-teaser__bottom-meta-item:first-child>.anwp-pg-icon{margin-left:-2px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__category-wrapper{font-size:10px;line-height:12px;display:inline-block;font-weight:500;letter-spacing:.5px;border-radius:2px;white-space:nowrap;border:1px solid;padding:1px 8px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__content{padding-left:12px}.anwp-pg-wrap .anwp-pg-post-teaser--layout-f:hover .anwp-pg-post-teaser__content{background-color:#fafafa}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__top-meta{position:absolute;top:0;left:0;z-index:2}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__bottom-meta{font-size:12px;color:#777;padding:0;line-height:1.2}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__title{font-size:1.1em;padding:0;font-weight:600;word-spacing:normal;letter-spacing:normal;text-transform:unset}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__excerpt{font-size:.9em;line-height:1.3em}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-classic-bg{background:rgba(0,0,0,.4);transition:background-color .4s ease-in-out 0s}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail-classic-bg{transition:all .4s ease-in-out 0s}.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-read-more__btn{font-size:.9em}.anwp-pg-wrap .anwp-pg-post-teaser__category-column{position:absolute;top:0;right:0}.anwp-pg-wrap .anwp-pg-post-teaser__category-column .anwp-pg-category__wrapper-filled{padding-top:4px;padding-bottom:4px}.anwp-pg-wrap .anwp-pg-post-teaser__category-column .anwp-pg-post-teaser__category-wrapper+.anwp-pg-post-teaser__category-wrapper{margin-top:4px}.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-comments-meta .anwp-pg-post-teaser__category-column,.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-pvc-meta .anwp-pg-post-teaser__category-column{max-width:calc(100% - 50px)}.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-comments-meta.anwp-pg-post-teaser--has-pvc-meta .anwp-pg-post-teaser__category-column{max-width:calc(100% - 100px)}.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thick{margin-top:-10px;margin-bottom:-10px}.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thick .anwp-pg-post-teaser{margin-top:10px;margin-bottom:10px}.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thin{margin:-1px}.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thin .anwp-pg-post-teaser{border:1px solid transparent}.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser+.anwp-pg-post-teaser{margin-top:30px}@media (min-width:768px){.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser__content{padding-left:20px}}.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser__bottom-meta{margin-top:15px;margin-bottom:15px}.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser__bottom-meta{margin-top:10px;margin-bottom:10px}.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser.anwp-pg-post-teaser--with-read-more{height:auto;padding-bottom:10px}.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button{transition:background-color .5s}.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button:hover{background-color:rgba(34,34,34,.4)}.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button.elementor-swiper-button-prev{left:6px;padding:4px}.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button.elementor-swiper-button-next{right:6px;padding:4px}.anwp-pg-wrap .anwp-pg-light-grid{margin-bottom:-20px}.anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser{margin-bottom:20px}.anwp-pg-wrap .anwp-pg-classic-grid{margin-bottom:-20px}.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser{margin-bottom:20px}.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser__content{padding-bottom:20px;border-bottom:1px solid #ddd}.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser__bottom-meta{margin-top:10px;margin-bottom:10px}.anwp-pg-wrap .anwp-pg-hero-block .anwp-pg-hero-main-block .anwp-pg-post-teaser__title{font-size:1.5em}.anwp-pg-wrap .anwp-pg-hero-block.anwp-pg-gutter--thin .anwp-pg-post-teaser{border:1px solid #fff}.anwp-pg-wrap .anwp-pg-widget-header{border:none}.anwp-pg-wrap .anwp-pg-widget-header__title{margin-top:0!important;margin-bottom:0!important;z-index:1;font-weight:400}.anwp-pg-wrap .anwp-pg-widget-header__secondary-line{z-index:0}.anwp-pg-wrap .anwp-pg-widget-header__icon{margin-right:8px}.anwp-pg-widget-header-style--b .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100%;bottom:0}.anwp-pg-widget-header-style--b .anwp-pg-wrap .anwp-pg-widget-header__title{padding:3px 15px}.anwp-pg-widget-header-style--c .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100%;top:0}.anwp-pg-widget-header-style--c .anwp-pg-wrap .anwp-pg-widget-header__title{padding:3px 15px}.anwp-pg-widget-header-style--d .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100%;bottom:0}.anwp-pg-widget-header-style--d .anwp-pg-wrap .anwp-pg-widget-header__title{padding-bottom:5px}.anwp-pg-widget-header-style--e .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100%;top:0}.anwp-pg-widget-header-style--e .anwp-pg-wrap .anwp-pg-widget-header__title{padding-top:5px}.anwp-pg-widget-header-style--f .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;width:100px;bottom:0}.anwp-pg-widget-header-style--f .anwp-pg-wrap .anwp-pg-widget-header__title{padding-bottom:5px}.anwp-pg-widget-header-style--g .anwp-pg-wrap .anwp-pg-widget-header__secondary-line{position:absolute;left:0;top:0;bottom:0}.anwp-pg-widget-header-style--g .anwp-pg-wrap .anwp-pg-widget-header__title{padding-left:10px}.anwp-pg-wrap .anwp-pg-flex-slider .elementor-swiper-button{transition:background-color .5s}.anwp-pg-wrap .anwp-pg-flex-slider .elementor-swiper-button:hover{background-color:rgba(34,34,34,.4)}