/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }
    
.wpmf_folder_permissions_popup{
    z-index: 1042 !important;}

.wpmf_folder_permissions_popup{
    z-index: 1042 !important;}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; 
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.aligncenter.wp-block-wpmf-image-lightbox, .alignright.wp-block-wpmf-image-lightbox, .alignleft.wp-block-wpmf-image-lightbox {
    max-width: 620px;
}

.aligncenter.wp-block-wpmf-image-lightbox {
    margin: 0 auto;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}


/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2021 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.qodef-gutenberg-section{--qi-blocks-columns:1;--qi-blocks-columns-gap:30px;display:flex!important;justify-content:center;margin:0!important;max-width:100%!important;position:relative;width:100%!important}.qodef-gutenberg-section>.qodef-section-video-background{direction:ltr;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.qodef-gutenberg-section>.qodef-section-video-background>*{height:100%;max-width:100%;object-fit:cover;width:100%}@media(max-width:680px){.qodef-gutenberg-section>.qodef-section-video-background.qodef-mobile--hide{display:none}}.qodef-gutenberg-section>.qodef-section-background-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.qodef-gutenberg-section>.qodef-gutenberg-row{display:flex;flex-wrap:wrap;gap:var(--qi-blocks-columns-gap);position:relative;width:100%}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column{width:calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--end>.qodef-gutenberg-column-inner{justify-content:flex-end}.qodef-gutenberg-section .qodef-gutenberg-column{display:flex;min-height:1px;position:relative}.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky{height:max-content;position:sticky;top:0}.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky.qodef-sticky-height--fit-screen{height:100vh}.qodef-gutenberg-section .qodef-gutenberg-column-inner{display:flex;flex-wrap:wrap;position:relative;width:100%}.qodef-gutenberg-section .qodef-gutenberg-column-inner>p{width:100%}.qodef-gutenberg-section.qodef--columns.qodef-col-num--1,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef--columns.qodef-col-num--2,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--columns.qodef-col-num--3,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--columns.qodef-col-num--4,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--columns.qodef-col-num--5,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef--columns.qodef-col-num--6,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--columns.qodef-col-num--7,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef--columns.qodef-col-num--8,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row{opacity:0}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row.qodef--masonry-init{opacity:1}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-masonry-sizer{margin:0;padding:0;width:calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column .qodef-e-inner{height:100%;overflow:hidden}.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column img{height:100%;width:100%}@media(min-width:768px){.qodef-gutenberg-section.qodef--template.qodef-col-layout--50{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--20{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.333333}.qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:1.333333}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.5}}@media(min-width:681px)and (max-width:1024px){.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{order:6}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){order:5}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){order:4}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(4){order:3}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(5){order:2}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(6){order:1}}@media(max-width:680px){.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{order:6}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){order:5}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){order:4}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(4){order:3}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(5){order:2}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(6){order:1}}.qodef-gutenberg-section.qodef-content--boxed>.qodef-gutenberg-row,.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:1100px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended:not([class*=qodef-content--extended-disabled--])>.qodef-gutenberg-row{max-width:100%!important}@media(min-width:1441px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1440 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:1367px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1366 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:1025px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1024 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:769px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:768 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:681px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:680 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 550px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 550px)}@media(min-width:1441px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400>.qodef-gutenberg-row{max-width:1400px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 700px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 700px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300>.qodef-gutenberg-row{max-width:1300px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 650px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 650px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200>.qodef-gutenberg-row{max-width:1200px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 600px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 600px)}}@media(min-width:1025px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000>.qodef-gutenberg-row{max-width:1000px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 500px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 500px)}}@media(min-width:769px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800>.qodef-gutenberg-row{max-width:800px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 400px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 400px)}}.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row{height:100vh}.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row>.qodef-gutenberg-column,.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row>.qodef-gutenberg-column iframe{max-height:100%}@media(max-width:680px){.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row{height:auto}}.qodef-gutenberg-section.qodef-position--top>.qodef-gutenberg-row{align-items:flex-start}.qodef-gutenberg-section.qodef-position--middle>.qodef-gutenberg-row{align-items:center}.qodef-gutenberg-section.qodef-position--bottom>.qodef-gutenberg-row{align-items:flex-end}.qodef-gutenberg-section.qodef-vertical-align--top>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:flex-start;align-items:flex-start}.qodef-gutenberg-section.qodef-vertical-align--middle>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:center;align-items:center}.qodef-gutenberg-section.qodef-vertical-align--bottom>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:flex-end;align-items:flex-end}.qodef-gutenberg-section.qodef-vertical-align--space-between>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-between;align-items:space-between}.qodef-gutenberg-section.qodef-vertical-align--space-around>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-around;align-items:space-around}.qodef-gutenberg-section.qodef-vertical-align--space-evenly>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-evenly;align-items:space-evenly}.qodef-gutenberg-section.qodef--hidden{overflow:hidden}.qodef-gutenberg-section.qodef-gutter--custom,.qodef-gutenberg-section.qodef-gutter--no{--qi-blocks-columns-gap:0px}.qodef-gutenberg-section.qodef-gutter--tiny{--qi-blocks-columns-gap:10px}.qodef-gutenberg-section.qodef-gutter--small{--qi-blocks-columns-gap:20px}.qodef-gutenberg-section.qodef-gutter--normal{--qi-blocks-columns-gap:30px}.qodef-gutenberg-section.qodef-gutter--medium{--qi-blocks-columns-gap:40px}.qodef-gutenberg-section.qodef-gutter--large{--qi-blocks-columns-gap:50px}.qodef-gutenberg-section.qodef-gutter--huge{--qi-blocks-columns-gap:70px}.qodef-gutenberg-section.qodef-row--no-bottom-space>.qodef-gutenberg-row{row-gap:0!important}@media(max-width:1024px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--1024{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--1024.qodef-sticky-height--fit-screen{height:max-content}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--end>.qodef-gutenberg-column-inner{justify-content:flex-end}}@media(max-width:768px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--768{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--768.qodef-sticky-height--fit-screen{height:max-content}}@media(max-width:680px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--680{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--680.qodef-sticky-height--fit-screen{height:max-content}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--end>.qodef-gutenberg-column-inner{justify-content:flex-end}}@media(max-width:1440px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2.5}}@media(max-width:1366px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}}@media(max-width:768px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}}@media(max-width:680px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--2,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}}@media(max-width:1440px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:4}}@media(max-width:1366px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:4}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:4}}@media(max-width:768px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:4}}@media(max-width:680px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:4}}@media(max-width:480px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8>.qodef-gutenberg-row>:is(.qodef-item--huge-square,.qodef-item--landscape){--qi-blocks-columns:4}}@media(max-width:1200px){.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:960px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 480px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 480px)}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:86%}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:7%}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:7%}}
[class*=wp-block-qi-blocks],[class*=wp-block-qi-blocks] *{box-sizing:border-box}body .wp-site-blocks{padding-left:0!important;padding-right:0!important}body .wp-site-blocks footer.wp-block-template-part{margin:0}body .wp-block-group>.qodef-block-container{margin-bottom:0;margin-top:0;max-width:100%}body:not([class*=custom-template-qi-blocks-full-width]) .is-layout-constrained>.qodef-block-container{max-width:100%}body[class*=custom-template-qi-blocks-full-width] .wp-site-blocks{padding:0!important}body[class*=custom-template-qi-blocks-full-width] .wp-site-blocks>*+*{margin:0!important}body[class*=custom-template-qi-blocks-full-width] .wp-block-post-content>.qodef-block-container{max-width:100%}body:not(.wp-admin):not(.editor-styles-wrapper){overflow-x:hidden}@media(min-width:1025px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--desktop{display:none!important}}@media(min-width:681px)and (max-width:1024px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--tablet{display:none!important}}@media(max-width:680px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--mobile{display:none!important}}.qodef-entrance-animation--on{animation-delay:0s;animation-duration:1s;animation-fill-mode:both;visibility:hidden}.qodef-entrance-animation--on.qodef-animation--appeared{visibility:visible}.qodef-entrance-animation--on.qodef-animation-speed--slower{animation-duration:3s}.qodef-entrance-animation--on.qodef-animation-speed--slow{animation-duration:2s}.qodef-entrance-animation--on.qodef-animation-speed--fast{animation-duration:.8s}.qodef-entrance-animation--on.qodef-animation-speed--faster{animation-duration:.5s}.qodef-block-container{box-sizing:border-box;display:inline-block;max-width:100%;position:relative;vertical-align:top!important;width:100%}.qodef-block-container *{box-sizing:border-box}header .qodef-block-container{line-height:1}.qodef-block-container.qodef--adjs-width{overflow:hidden}.qodef-block-container.qodef--adjs-width .qodef-block-swiper{width:calc(100% + 1px)}.qodef-block-container.qodef-width--full-width{max-width:100%;width:100%}.qodef-block-container.qodef-width--custom,.qodef-block-container.qodef-width--inline{max-width:auto;width:auto}@media(max-width:1024px){.qodef-block-container.qodef-width--tablet--full-width{max-width:100%!important;width:100%!important}.qodef-block-container.qodef-width--tablet--inline{max-width:auto!important;width:auto!important}.qodef-block-container.qodef-width--tablet--custom{max-width:auto;width:auto}}@media(max-width:680px){.qodef-block-container.qodef-width--mobile--full-width{max-width:100%!important;width:100%!important}.qodef-block-container.qodef-width--mobile--inline{max-width:auto!important;width:auto!important}.qodef-block-container.qodef-width--mobile--custom{max-width:auto;width:auto}}.qodef-block a{text-decoration:none;transition:color .2s ease-out}.qodef-block img{height:auto;max-width:100%}.qodef-category-separator:after{content:",";margin-right:5px}.qodef-gutenberg-section .wp-block-post-content,.qodef-gutenberg-section footer.wp-block-template-part,.qodef-gutenberg-section header.wp-block-template-part{width:100%}.qodef-gutenberg-section .qodef-gutenberg-column-inner>.wp-block-image>img{max-width:100%!important}.qodef-block-clear:after,.qodef-block-clear:before{content:"";display:table;table-layout:fixed}.qodef-block-clear:after{clear:both}.qodef-block .qodef-m-pagination{display:inline-block;flex-shrink:0;margin:0;position:relative;vertical-align:top;width:100%}.qodef-block .qodef-m-pagination .nav-links{align-items:center;display:flex;justify-content:center;position:relative}.qodef-block .qodef-m-pagination .page-numbers{align-items:center;color:#888;cursor:pointer;display:inline-flex;justify-content:center;margin:0 10px;padding:0}.qodef-block .qodef-m-pagination .page-numbers svg{fill:currentColor;height:auto;max-height:100%;stroke:currentColor;width:1em}.qodef-block .qodef-m-pagination .page-numbers *{display:block;line-height:inherit}.qodef-block .qodef-m-pagination .page-numbers:first-child{margin-left:0}.qodef-block .qodef-m-pagination .page-numbers:last-child{margin-right:0}.qodef-block .qodef-m-pagination :is(.page-numbers.current,.page-numbers:focus,.page-numbers:hover){color:#111}#qodef-comments-template{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-template .qodef-m-comments-not-found{margin:0}#qodef-comments-template label{display:block;margin-bottom:9px;width:100%}#qodef-comments-template input[type=date],#qodef-comments-template input[type=email],#qodef-comments-template input[type=number],#qodef-comments-template input[type=password],#qodef-comments-template input[type=search],#qodef-comments-template input[type=tel],#qodef-comments-template input[type=text],#qodef-comments-template input[type=url],#qodef-comments-template select,#qodef-comments-template textarea{background-color:#0000;border:1px solid #ebebeb;border-radius:0;box-shadow:none;color:#9c9c9c;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:inherit;height:auto;line-height:28px;margin:0;max-width:100%;min-height:auto;outline:0;padding:14px 20px;position:relative;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;vertical-align:top;width:100%}#qodef-comments-template input[type=date]:focus,#qodef-comments-template input[type=email]:focus,#qodef-comments-template input[type=number]:focus,#qodef-comments-template input[type=password]:focus,#qodef-comments-template input[type=search]:focus,#qodef-comments-template input[type=tel]:focus,#qodef-comments-template input[type=text]:focus,#qodef-comments-template input[type=url]:focus,#qodef-comments-template select:focus,#qodef-comments-template textarea:focus{background-color:#0000;border-color:#111;color:#888}#qodef-comments-template input[type=date]::placeholder,#qodef-comments-template input[type=email]::placeholder,#qodef-comments-template input[type=number]::placeholder,#qodef-comments-template input[type=password]::placeholder,#qodef-comments-template input[type=search]::placeholder,#qodef-comments-template input[type=tel]::placeholder,#qodef-comments-template input[type=text]::placeholder,#qodef-comments-template input[type=url]::placeholder,#qodef-comments-template select::placeholder,#qodef-comments-template textarea::placeholder{color:inherit;opacity:1}#qodef-comments-template :is(input[type=checkbox],input[type=radio]){height:1em;margin:0;vertical-align:middle;width:1em}#qodef-comments-template select{-webkit-appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMC44IiBoZWlnaHQ9IjYuMiIgdmlld0JveD0iMCAwIDEwLjggNi4yIj48cGF0aCBkPSJNMTAuNi4zYy4zLjMuMy43IDAgMUw1LjkgNS45Yy0uMS4yLS4zLjMtLjUuM3MtLjQtLjEtLjUtLjNMLjIgMS4zQy0uMSAxLS4xLjYuMi4zcy43LS4zIDEgMGw0LjIgNC4xTDkuNi4zYy4zLS40LjYtLjQgMSAwIiBzdHlsZT0iZmlsbDojYThhN2E3Ii8+PC9zdmc+);background-position:calc(100% - 20px);background-repeat:no-repeat;background-size:auto;display:block;-webkit-user-select:none;user-select:none}#qodef-comments-template select option{color:#9c9c9c}#qodef-comments-template select.qodef-arrow--light{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMC44IiBoZWlnaHQ9IjYuMiIgdmlld0JveD0iMCAwIDEwLjggNi4yIj48cGF0aCBkPSJNMTAuNi4zYy4zLjMuMy43IDAgMUw1LjkgNS45Yy0uMS4yLS4zLjMtLjUuM3MtLjQtLjEtLjUtLjNMLjIgMS4zQy0uMSAxLS4xLjYuMi4zcy43LS4zIDEgMGw0LjIgNC4xTDkuNi4zYy4zLS40LjYtLjQgMSAwIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+)}#qodef-comments-template :is(button[type=submit],input[type=submit]){background-color:#f4f4f4;border:0;border-radius:4px;color:#111;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:500;line-height:2em;margin:0;outline:none;padding:11px 28px;position:relative;text-decoration:none;text-transform:none;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;vertical-align:middle;width:auto}#qodef-comments-template :is(button[type=submit],input[type=submit]) span,#qodef-comments-template :is(button[type=submit],input[type=submit]) span:before{display:block;line-height:inherit}#qodef-comments-template :is(button[type=submit]:focus,button[type=submit]:hover,input[type=submit]:focus,input[type=submit]:hover){background-color:#111;color:#fff}#qodef-comments-template :is(button[type=submit].qodef--with-icon,input[type=submit].qodef--with-icon){align-items:center;display:inline-flex}#qodef-comments-template :is(button[type=submit].qodef--with-icon,input[type=submit].qodef--with-icon) .qodef-m-icon{fill:currentColor;flex-shrink:0;height:auto;margin-left:10px;transform:translateX(0);transition:transform .3s cubic-bezier(0,.53,.18,.98);width:7px}#qodef-comments-template :is(button[type=submit].qodef--with-icon,input[type=submit].qodef--with-icon) .qodef-m-icon svg{display:block;fill:currentColor;height:auto;width:100%}#qodef-comments-template :is(button[type=submit].qodef--with-icon:focus,button[type=submit].qodef--with-icon:hover,input[type=submit].qodef--with-icon:focus,input[type=submit].qodef--with-icon:hover) .qodef-m-icon{transform:translateX(2px)}#qodef-comments-template :is(input,textarea){margin-bottom:26px}#qodef-comments-list{border-bottom:1px solid #ebebeb;display:inline-block;margin-bottom:47px;padding-bottom:60px;position:relative;vertical-align:top;width:100%}#qodef-comments-list .qodef-m-title{margin:0 0 30px}#qodef-comments-list .qodef-m-comments{list-style:none;margin:0;padding:0}#qodef-comments-list .qodef-m-comments>.qodef-comment-item:first-child{border-top:0;margin-top:0;padding-top:0}#qodef-comments-list .qodef-comment-item{border-top:1px solid #ebebeb;margin:45px 0 0;padding:45px 0 0}#qodef-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 55px}#qodef-comments-list .qodef-comment-item .qodef-e-inner{align-items:flex-start;display:flex}#qodef-comments-list .qodef-comment-item .qodef-e-image{flex-shrink:0;margin-right:32px;width:132px}#qodef-comments-list .qodef-comment-item .qodef-e-image img{border-radius:100%;display:block;width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-content{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:3px}#qodef-comments-list .qodef-comment-item .qodef-e-info>*{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-date{color:#9c9c9c;font-size:15px;line-height:1}#qodef-comments-list .qodef-comment-item .qodef-e-date a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-date :is(a:focus,a:hover){color:#888}#qodef-comments-list .qodef-comment-item .qodef-e-links{align-items:center;display:inline-flex;flex-shrink:0;line-height:1}#qodef-comments-list .qodef-comment-item .qodef-e-links a:hover{color:#9c9c9c}#qodef-comments-list .qodef-comment-item .qodef-e-links>*{margin-right:30px;position:relative}#qodef-comments-list .qodef-comment-item .qodef-e-links>* svg{fill:currentColor;flex-shrink:0;height:auto;width:19px}#qodef-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-comments-list .qodef-comment-item .qodef-e-title{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-title a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-text{margin-top:11px}#qodef-comments-list .qodef-comment-item .qodef-e-text *{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-text p{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-text img{margin-bottom:5px;margin-top:5px}#qodef-comments-list .qodef-m-pagination{margin-top:50px}#qodef-comments-list .comment-respond{margin:36px 0 0}#qodef-comments-list .comment-respond .comment-reply-title{margin:0!important}#qodef-comments-list .comment-respond .comment-reply-title small{font-size:60%}#qodef-comments-list .comment-respond .comment-reply-title a{color:inherit;float:right;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .comment-respond p{margin:0}#qodef-comments-list .comment-respond :is(.comment-notes,.logged-in-as){margin:7px 0 31px}#qodef-comments-list .comment-respond :is(.comment-notes,.logged-in-as) a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .comment-respond .comment-form-url{margin-bottom:5px}#qodef-comments-list .comment-respond .comment-form-cookies-consent{color:#9c9c9c;display:flex;font-size:15px;margin-bottom:30px;position:relative}#qodef-comments-list .comment-respond .comment-form-cookies-consent>*{margin:0}#qodef-comments-list .comment-respond .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-right:8px;margin-top:2px}#qodef-comments-list .comment-respond .comment-form-cookies-consent label{color:inherit;font-weight:inherit;line-height:1.1}@media(max-width:1024px){#qodef-comments-list .qodef-comment-item .children{padding-left:40px}}@media(max-width:768px){#qodef-comments-list .qodef-comment-item .children{padding-left:20px}}@media(max-width:680px){#qodef-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}#qodef-comments-list .qodef-comment-item .qodef-e-content{margin-top:32px}#qodef-comments-list .qodef-comment-item .qodef-e-info{flex-direction:column-reverse;flex-wrap:wrap}#qodef-comments-list .qodef-comment-item .qodef-e-info>*{width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-links{margin-bottom:19px}#qodef-comments-list .qodef-comment-item .children{padding-left:3%}#qodef-comments-list .comment-respond .comment-reply-title a{display:block;float:none}}.qi-preview-screen-tablet #qodef-comments-list .qodef-comment-item .children{padding-left:20px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-content{margin-top:32px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-info{flex-direction:column-reverse;flex-wrap:wrap}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-info>*{width:100%}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-links{margin-bottom:19px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .children{padding-left:3%}.qi-preview-screen-mobile #qodef-comments-list .comment-respond .comment-reply-title a{display:block;float:none}#qodef-comments-form{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-form .comment-reply-title{margin:0}#qodef-comments-form .comment-reply-title small{float:right;font-size:60%}#qodef-comments-form .comment-reply-title a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-form .qodef-comment-form p{margin:0}#qodef-comments-form .qodef-comment-form :is(.comment-notes,.logged-in-as){margin:7px 0 31px}#qodef-comments-form .qodef-comment-form :is(.comment-notes,.logged-in-as) a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-form .qodef-comment-form .comment-form-url{margin-bottom:5px}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent{color:#9c9c9c;display:flex;font-size:15px;margin-bottom:30px;position:relative}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent>*{margin:0}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-right:8px;margin-top:2px}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent label{color:inherit;font-weight:inherit;line-height:1.1}@media(max-width:680px){#qodef-comments-form .comment-reply-title small{display:block;float:none}}.qi-preview-screen-mobile #qodef-comments-form .comment-reply-title small{display:block;float:none}.qodef-block-swiper{list-style:none;margin:0 auto;overflow:hidden;padding:0;position:relative;visibility:hidden;z-index:1}.qodef-block-swiper .swiper-slide a:not(.qi-block-button){display:block}.qodef-block-swiper .swiper-slide img{width:100%}.qodef-block-swiper.qodef--centered-zoom .swiper-slide{transform:scale(.85);transition:all .3s ease}.qodef-block-swiper.qodef--centered-zoom :is(.swiper-slide.swiper-slide-active,.swiper-slide.swiper-slide-duplicate-active){transform:scale(1)}.qodef-block-swiper .swiper-pagination-bullet{background:currentColor;border:1px solid #0000;color:#000;opacity:1;transform:matrix(1,0,0,1,0,0);transform-origin:center;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;vertical-align:middle}.qodef-block-swiper .swiper-pagination-bullet-active,.qodef-block-swiper .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef-block-swiper .swiper-button-next,.qodef-block-swiper .swiper-button-prev,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper~.swiper-button-prev,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next{background-image:none!important;color:#111;font-size:26px;height:auto!important;margin:0!important;position:absolute!important;transform:translateY(-50%);transition:color .2s ease-out,background-color .2s ease-out;width:auto!important}.qodef-block-swiper .swiper-button-next svg,.qodef-block-swiper .swiper-button-prev svg,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-block-swiper~.swiper-button-prev svg,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next svg{display:block;fill:currentColor;height:auto;stroke:currentColor;transition:background-color .2s ease-out,color .2s ease-out;width:1em}.qodef-block-swiper .swiper-button-next:after,.qodef-block-swiper .swiper-button-prev:after,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next:after,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev:after,.qodef-block-swiper~.swiper-button-prev:after,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next:after{display:none!important}.qodef-block-swiper .swiper-button-prev{left:30px}.qodef-block-swiper .swiper-button-next{right:30px}.qodef-block-swiper .swiper-button-next:after,.qodef-block-swiper .swiper-button-next:before,.qodef-block-swiper .swiper-button-prev:after,.qodef-block-swiper .swiper-button-prev:before{display:none}.qodef-block-swiper~.swiper-button-prev{left:-50px}.qodef-block-swiper~.swiper-button-prev~.swiper-button-next{right:-50px}.qodef-block-swiper~.qodef-swiper-together-nav{display:flex;justify-content:flex-start;margin-top:30px;position:absolute;width:100%}.qodef-block-swiper~.qodef-swiper-together-nav .qodef-swiper-together-inner{align-items:center;display:flex;justify-content:center}.qodef-block-swiper~.qodef-swiper-together-nav :is(.swiper-button-next,.swiper-button-prev){left:0;position:relative!important;right:0;top:0;transform:none;z-index:15}.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev{margin-right:20px!important}.qodef-block-swiper.qodef--initialized{visibility:visible}.qodef-block-swiper.swiper-container-vertical.qodef--focus-in-viewport,.qodef-block-swiper.swiper-vertical.qodef--focus-in-viewport{height:100vh!important}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical) .swiper-slide{overflow:hidden}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical) .swiper-slide img{height:100%;object-fit:cover;width:100%}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical) .qodef-swiper-nav-wrapper{align-items:center;display:inline-flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:0;top:0}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical) .qodef-swiper-nav-wrapper>*{bottom:auto;left:auto;padding:5px 0;position:relative;right:auto;top:auto;transform:rotate(90deg)}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical) .qodef-swiper-nav-wrapper~.swiper-pagination{right:60px}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical)~.swiper-button-prev{bottom:auto!important;left:50%;right:auto;top:-30px;transform:translateX(-50%) rotate(90deg)}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical)~.swiper-button-prev~.swiper-button-next{bottom:-30px;left:50%;right:auto;top:auto!important;transform:translateX(-50%) rotate(90deg)}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical)~.qodef-swiper-together-nav{flex-direction:column;height:100%;justify-content:center;width:auto!important}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical)~.qodef-swiper-together-nav .qodef-swiper-together-inner{flex-direction:column}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical)~.qodef-swiper-together-nav .swiper-button-prev{margin:0 0 20px!important;transform:rotate(90deg)}:is(.qodef-block-swiper.swiper-container-vertical,.qodef-block-swiper.swiper-vertical)~.qodef-swiper-together-nav .swiper-button-next{transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{bottom:0;justify-content:center;left:0!important;right:auto!important}.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{bottom:0;justify-content:center;left:auto!important;right:0!important}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev svg{margin-left:4px}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next svg{margin-right:4px}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next svg,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next svg{transform:translateX(0);transition:transform .25s cubic-bezier(.37,.08,.02,.93),background-color .2s ease-out,color .2s ease-out;will-change:transform}.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev~.swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev~.swiper-button-next svg{transform:translateX(0);transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out;will-change:transform}.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav :is(.swiper-button-next:hover i,.swiper-button-next:hover svg,.swiper-button-prev:hover i,.swiper-button-prev:hover svg){transition:transform .22s cubic-bezier(.37,.08,.02,.93) .05s,background-color .2s ease-out,color .2s ease-out}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateX(-4px)}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next:hover svg{transform:translateX(4px)}.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media(max-width:1024px){.qodef-block-swiper.qodef-hide-navigation--1024 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--1024 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.swiper-button-prev~.swiper-button-next{display:none}}@media(max-width:768px){.qodef-block-swiper.qodef-hide-navigation--768 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--768 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.swiper-button-prev~.swiper-button-next{display:none}}@media(max-width:680px){.qodef-block-swiper.qodef-hide-navigation--680 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--680 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.swiper-button-prev~.swiper-button-next{display:none}}.qodef-block-swiper.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:flex-start;right:auto!important}.qodef-block-swiper.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:flex-end;left:auto!important}.qodef-swiper-pagination-outside.swiper-pagination{position:relative}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet{background:currentColor;border:1px solid #0000;color:#000;margin:0 6px;opacity:1;transform:matrix(1,0,0,1,0,0);transform-origin:center;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-swiper-pagination-outside.swiper-pagination :is(.swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-pagination-bullet:hover){transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets{counter-reset:section;display:flex;justify-content:center}:is(.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets) .swiper-pagination-bullet{align-items:center;color:#0000;display:flex!important;height:38px;justify-content:center;transform:none;width:38px}:is(.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets) .swiper-pagination-bullet:before{color:#1e1e1e;content:"0" counter(section);counter-increment:section}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#efefef}:is(.swiper-container-vertical,.swiper-vertical)~.qodef-swiper-pagination-outside.swiper-pagination{display:flex;flex-direction:column;left:100%;position:absolute;top:50%;transform:translateY(-50%)}:is(.swiper-container-vertical.qodef--pagination-numbers,.swiper-vertical.qodef--pagination-numbers)>.swiper-pagination-bullets{flex-direction:column}.qodef-navigation-together--top+.qodef-swiper-together-nav{bottom:100%;margin-bottom:30px;margin-top:0!important}.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container{max-width:unset}.fslightbox-container .fslightbox-nav .fslightbox-toolbar{background:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button{color:#fff}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"]{display:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg{fill:currentColor;stroke:none;width:17px}.fslightbox-container :is(.fslightbox-slide-btn-container-next,.fslightbox-slide-btn-container-previous){padding:30px}.fslightbox-container :is(.fslightbox-slide-btn-container-next,.fslightbox-slide-btn-container-previous) .fslightbox-slide-btn{background:none;color:#fff;padding:0;width:30px}.fslightbox-container :is(.fslightbox-slide-btn-container-next,.fslightbox-slide-btn-container-previous) .fslightbox-slide-btn svg{fill:currentColor;stroke:currentColor;width:100%}
/*
|-----------------------------------------------------------------------------------------
| General
|-----------------------------------------------------------------------------------------
*/
.tgr-box-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tgr-box-wrapper h1, .tgr-box-wrapper h2, .tgr-box-wrapper h3, .tgr-box-wrapper h4, .tgr-box-wrapper h5 {
  margin: 0; }

.tgr-box-wrapper img {
  max-width: 100%; }

.tgr-box-wrapper ul, .tgr-box-wrapper li {
  margin: 0;
  padding: 0; }

.tgr-box-wrapper a {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.tgr-disable-page-scroll {
  overflow: hidden !important;
  margin: 0;
  padding: 0; }

.tgr-hide {
  display: none !important; }

.tgr-displayer .tgr-member-content .tgr-member-image {
  display: none !important; }

.tgr-displayer .tgr-member-content ul {
  margin-left: 1.5em;
  margin-bottom: 1em; }

/*
|-----------------------------------------------------------------------------------------
| Grid
|-----------------------------------------------------------------------------------------
*/
.tgr-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px; }
  .tgr-grid * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tgr-grid .tgr-grid-item {
    width: 20%;
    margin: 0;
    padding: 15px 15px 0 15px; }

.tgr-grid-1-col .tgr-grid-item {
  width: 100%; }

.tgr-grid-2-col .tgr-grid-item {
  width: 50%; }

.tgr-grid-3-col .tgr-grid-item {
  width: 33.333%; }

.tgr-grid-4-col .tgr-grid-item {
  width: 25%; }

.tgr-grid-5-col .tgr-grid-item {
  width: 20%; }

.tgr-grid-6-col .tgr-grid-item {
  width: 16.666%; }

@media (max-width: 1560px) {
  .tgr-grid-6-col .tgr-grid-item {
    width: 20%; } }

@media (max-width: 1280px) {
  .tgr-grid-5-col .tgr-grid-item,
  .tgr-grid-6-col .tgr-grid-item {
    width: 25%; } }

@media (max-width: 1024px) {
  .tgr-grid-4-col .tgr-grid-item,
  .tgr-grid-5-col .tgr-grid-item,
  .tgr-grid-6-col .tgr-grid-item {
    width: 33.333%; } }

@media (max-width: 834px) {
  .tgr-grid .tgr-grid-item {
    width: 50%; } }

@media (max-width: 768px) {
  .tgr-grid .tgr-grid-item {
    width: 100%; }
  .tgr-grid.tgr-mobile-2-columns .tgr-grid-item {
    width: 50%; } }

/*
|-----------------------------------------------------------------------------------------
| Icon Animations
|-----------------------------------------------------------------------------------------
*/
.tgr-transition-zoom-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .tgr-transition-zoom-in:hover, .tgr-transition-zoom-in:focus, .tgr-transition-zoom-in:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.tgr-transition-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .tgr-transition-bounce-in:hover, .tgr-transition-bounce-in:focus, .tgr-transition-bounce-in:active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.tgr-transition-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }
  .tgr-transition-float:hover, .tgr-transition-float:focus, .tgr-transition-float:active {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); }

.tgr-animation-float {
  display: inline-block;
  vertical-align: middle; }
  .tgr-animation-float:hover, .tgr-animation-float:focus, .tgr-animation-float:active {
    -webkit-animation-name: tgr-animation-float;
    animation-name: tgr-animation-float;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

@-webkit-keyframes tgr-animation-float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes tgr-animation-float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes tgr-animation-float-reverse {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes tgr-animation-float-reverse {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.tgr-animation-wobble-vertical {
  display: inline-block;
  vertical-align: middle; }
  .tgr-animation-wobble-vertical:hover, .tgr-animation-wobble-vertical:focus, .tgr-animation-wobble-vertical:active {
    -webkit-animation-name: tgr-animation-wobble-vertical;
    animation-name: tgr-animation-wobble-vertical;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

@-webkit-keyframes tgr-animation-wobble-vertical {
  0%, 33.3%, 66.6%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  16.65% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px); }
  49.95% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  83.25% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }

@keyframes tgr-animation-wobble-vertical {
  0%, 33.3%, 66.6%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  16.65% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px); }
  49.95% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  83.25% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); } }

.tgr-animation-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0); }
  .tgr-animation-bounce-in:hover, .tgr-animation-bounce-in:focus, .tgr-animation-bounce-in:active {
    -webkit-animation-name: tgr-animation-bounce-in;
    animation-name: tgr-animation-bounce-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none; }

@-webkit-keyframes tgr-animation-bounce-in {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92); } }

@keyframes tgr-animation-bounce-in {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.84);
    transform: scale(0.84); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92); } }

/*
|-----------------------------------------------------------------------------------------
| Scroll
|-----------------------------------------------------------------------------------------
*/
.tgr-displayer .nano > .nano-content {
  outline: none !important;
  padding-right: 15px; }

.tgr-displayer .nano > .nano-pane {
  width: 6px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .tgr-displayer .nano > .nano-pane .nano-slider {
    width: 6px;
    left: -1px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin: 0; }

/*
|-----------------------------------------------------------------------------------------
| Controls
|-----------------------------------------------------------------------------------------
*/
.tgr-arrow-default {
  width: 48px;
  height: 40px;
  margin-top: -20px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  opacity: 0.6; }
  .tgr-arrow-default:hover {
    opacity: 1 !important; }
  .tgr-arrow-default:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .tgr-arrow-default-top, .tgr-arrow-default-bottom {
    background-color: #666666;
    height: 3px;
    right: 30%;
    position: absolute;
    top: 50%;
    width: 60%; }
    .tgr-arrow-default-top:after, .tgr-arrow-default-bottom:after {
      background-color: #fff;
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s; }
  .tgr-arrow-default-top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right; }
    .tgr-arrow-default-top:after {
      left: 100%;
      right: 0;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .tgr-arrow-default-bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; }
    .tgr-arrow-default-bottom:after {
      left: 0;
      right: 100%;
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
  .tgr-arrow-default:hover .tgr-arrow-default-top:after {
    left: 0;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .tgr-arrow-default:hover .tgr-arrow-default-bottom:after {
    right: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .tgr-arrow-default.tgr-arrow-prev .tgr-arrow-default-top {
    left: 30%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left; }
    .tgr-arrow-default.tgr-arrow-prev .tgr-arrow-default-top:after {
      right: 100%;
      left: 0; }
  .tgr-arrow-default.tgr-arrow-prev .tgr-arrow-default-bottom {
    left: 30%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }
    .tgr-arrow-default.tgr-arrow-prev .tgr-arrow-default-bottom:after {
      top: auto;
      bottom: 0;
      left: 100%;
      right: 0; }
  .tgr-arrow-default.tgr-arrow-prev:hover .tgr-arrow-default-top:after {
    right: 0;
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .tgr-arrow-default.tgr-arrow-prev:hover .tgr-arrow-default-bottom:after {
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.tgr-close-default {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  opacity: 0.6; }
  .tgr-close-default:hover {
    opacity: 1 !important; }
  .tgr-close-default.tgr-arrow-next:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .tgr-close-default-one, .tgr-close-default-two {
    background-color: #666666;
    height: 3px;
    left: 1px;
    position: absolute;
    top: 0px;
    width: 140%; }
    .tgr-close-default-one:after, .tgr-close-default-two:after {
      background-color: #fff;
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s; }
  .tgr-close-default-one {
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left; }
    .tgr-close-default-one:after {
      left: 100%;
      right: 0;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .tgr-close-default-two {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    top: auto;
    bottom: 0px; }
    .tgr-close-default-two:after {
      left: 0;
      right: 100%;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .tgr-close-default:hover .tgr-close-default-one:after {
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .tgr-close-default:hover .tgr-close-default-two:after {
    right: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

/*
|-----------------------------------------------------------------------------------------
| Box and Filter
|-----------------------------------------------------------------------------------------
*/
.tgr-box-wrapper {
  position: relative;
  padding: 10px 0px 0px;
  min-height: 440px;
  font-family: Roboto, Arial, sans-serif;
  overflow: hidden;
  background: transparent; }
  .tgr-box-wrapper .tgr-box {
    opacity: 0; }
  .tgr-box-wrapper .tgr-box-inner {
    line-height: 0;
    /*Fix espacio extra en elementos con inline-block */ }
  .tgr-box-wrapper .tgr-item-inner {
    position: relative;
    overflow: hidden;
    text-align: center;
    float: left;
    /*Importante. Si se agrega un borde hace que se baje un poco y esto lo arregla*/
    width: 100%;
    /*Importante si tiene float left, entonces debe colocarse un ancho de 100% obligatorio*/
    cursor: pointer; }
    .tgr-displayer-none .tgr-item-inner {
      cursor: default; }
  .tgr-box-wrapper .tgr-figure {
    margin: 0; }
  .tgr-box-wrapper img.tgr-img {
    display: block;
    /*Fix espacio extra inferior en imagen */
    width: 100%;
    height: auto;
    margin: 0 auto; }

.tgr-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .tgr-flexbox .tgr-left {
    width: 50%; }
  .tgr-flexbox .tgr-right {
    width: 50%; }

@media (max-width: 834px) {
  .tgr-flexbox {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
    .tgr-flexbox .tgr-left, .tgr-flexbox .tgr-right {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important; } }

.tgr-filter-wrap {
  text-align: center;
  vertical-align: middle;
  padding: 20px 0; }

.tgr-filter {
  display: inline-block;
  margin: 0;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  color: #444444;
  border: 0px solid black;
  border-radius: 0px;
  vertical-align: middle; }
  .tgr-filter .tgr-filter-item {
    position: relative;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    cursor: pointer;
    margin: 0px 5px;
    padding: 10px 24px;
    line-height: 1.4;
    color: inherit;
    border: 0px solid black;
    border-radius: 0px; }
    .tgr-filter .tgr-filter-item:first-child {
      margin-left: 0 !important; }
    .tgr-filter .tgr-filter-item:last-child {
      margin-right: 0 !important; }
    .tgr-filter.tgr-separate-filters .tgr-filter-item {
      margin-bottom: 3px;
      overflow: hidden;
      vertical-align: middle; }
    .tgr-filter-border-bottom-only .tgr-filter-item:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0%;
      height: 0px;
      opacity: 0;
      -webkit-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out; }
    .tgr-filter .tgr-filter-item:hover {
      color: black; }
      .tgr-filter .tgr-filter-item:hover:after {
        left: 0;
        width: 100%;
        height: 2px;
        opacity: 1;
        background: black; }
      .tgr-filter .tgr-filter-item:hover .tgr-filter-checkbox {
        border-color: black; }
  .tgr-filter .tgr-filter-checkbox {
    width: 16px;
    height: 15px;
    font-size: 10px;
    line-height: 13px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    color: inherit;
    margin-top: -2px;
    border: 1px solid #444444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .tgr-filter .tgr-filter-checkbox i {
      opacity: 0.4;
      font-size: inherit;
      color: inherit; }
  .tgr-filter .tgr-filter-count {
    display: inline-block;
    margin-left: 10px; }
  .tgr-filter .tgr-active-filter {
    color: black; }
    .tgr-filter .tgr-active-filter:after {
      left: 0;
      width: 100%;
      height: 2px;
      opacity: 1;
      background: black; }
    .tgr-filter .tgr-active-filter .tgr-filter-checkbox {
      border-color: black; }
      .tgr-filter .tgr-active-filter .tgr-filter-checkbox i {
        opacity: 1; }

.tgr-filter-dropdown {
  position: relative;
  width: 280px;
  padding: 0;
  text-align: left; }
  .tgr-filter-dropdown .tgr-item-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 5px;
    padding: 0 20px; }
    .tgr-filter-dropdown .tgr-item-dropdown i {
      float: right;
      margin-top: 12px;
      font-size: 18px; }
  .tgr-filter-dropdown .tgr-filter {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%; }
    .tgr-filter-dropdown .tgr-filter .tgr-filter-item {
      display: block;
      margin-left: 0px !important;
      margin-right: 0px !important; }

.tgr-anim-zoom-images .tgr-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }

.tgr-anim-zoom-images .tgr-item-inner:hover .tgr-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.tgr-hide-image:not(.tgr-displayer-inline) .tgr-displayer .tgr-flexbox .tgr-left {
  display: none; }

.tgr-hide-image:not(.tgr-displayer-inline) .tgr-displayer .tgr-flexbox .tgr-right {
  width: 100%;
  padding-left: 0;
  padding-top: 0; }

.tgr-flip-card-container {
  perspective: 1800px;
  -webkit-perspective: 1800px;
  -moz-perspective: 1800px;
  -o-perspective: 1800px;
  -ms-perspective: 1800px; }

.tgr-flip-card {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  /* content backface is visible so that static content still appears */
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible; }

.tgr-flip-card.tgr-apply-flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg); }

.tgr-flip-card .tgr-flip-front {
  position: relative; }

.tgr-flip-card .tgr-flip-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.tgr-flip-card .tgr-flip-front, .tgr-flip-card .tgr-flip-back {
  /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: visible; }

.tgr-flip-card .tgr-flip-front, .tgr-flip-card.tgr-apply-flip .tgr-flip-front {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg); }

.tgr-flip-card .tgr-flip-back, .tgr-flip-card.tgr-apply-flip .tgr-flip-back {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg); }

.tgr-flip-card .tgr-flip-front, .tgr-flip-card.tgr-apply-flip .tgr-flip-back {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: tgr-anim-stay-visible 0.5s both;
  -webkit-animation: tgr-anim-stay-visible 0.5s both;
  -moz-animation: tgr-anim-stay-visible 0.5s both;
  -o-animation: tgr-anim-stay-visible 0.5s both;
  -ms-animation: tgr-anim-donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible; }

.tgr-flip-card.tgr-apply-flip .tgr-flip-front, .tgr-flip-card .tgr-flip-back {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: tgr-anim-stay-visible 0.5s both;
  -webkit-animation: tgr-anim-stay-visible 0.5s both;
  -moz-animation: tgr-anim-stay-visible 0.5s both;
  -o-animation: tgr-anim-stay-visible 0.5s both;
  -ms-animation: tgr-anim-donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden; }

@keyframes tgr-anim-stay-visible {
  from {
    visibility: visible; }
  to {
    visibility: visible; } }

@-webkit-keyframes tgr-anim-stay-visible {
  from {
    visibility: visible; }
  to {
    visibility: visible; } }

@-moz-keyframes tgr-anim-stay-visible {
  from {
    visibility: visible; }
  to {
    visibility: visible; } }

@-o-keyframes tgr-anim-stay-visible {
  from {
    visibility: visible; }
  to {
    visibility: visible; } }

@-ms-keyframes tgr-anim-donothing {}.tgr-box-wrapper .tgr-figure {
  font-size: 1em; }
  .tgr-box-wrapper .tgr-figure * {
    margin: 0;
    line-height: 1.5; }

.tgr-box-wrapper .tgr-item-image {
  position: relative;
  overflow: hidden;
  color: white; }
  .tgr-box-wrapper .tgr-item-image .tgr-item-header {
    display: none; }

.tgr-box-wrapper .tgr-figcaption {
  margin: 0;
  padding: 15px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #000;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .tgr-box-wrapper .tgr-figcaption :first-child {
    margin-top: 0; }

.tgr-box-wrapper .tgr-item-image .tgr-item-social,
.tgr-box-wrapper .tgr-item-image .tgr-item-desc,
.tgr-box-wrapper .tgr-figcaption .tgr-item-social,
.tgr-box-wrapper .tgr-figcaption .tgr-item-desc {
  display: none; }

.tgr-box-wrapper .tgr-item-header,
.tgr-box-wrapper .tgr-item-title,
.tgr-box-wrapper .tgr-item-subtitle,
.tgr-box-wrapper .tgr-item-desc,
.tgr-box-wrapper .tgr-item-social {
  position: relative;
  z-index: 30; }

.tgr-box-wrapper .tgr-item-title {
  font-size: 1.5em;
  margin-top: 5px; }
  .tgr-box-wrapper .tgr-item-title * {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important; }

.tgr-box-wrapper .tgr-item-subtitle {
  font-size: 1.1em;
  margin-top: 5px; }
  .tgr-box-wrapper .tgr-item-subtitle * {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important; }

.tgr-box-wrapper .tgr-item-desc {
  width: 100%;
  font-size: inherit;
  margin-top: 15px; }
  .tgr-box-wrapper .tgr-item-desc * {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    width: 100%; }

.tgr-box-wrapper .tgr-item-social {
  list-style: none;
  position: relative;
  margin-top: 15px; }
  .tgr-box-wrapper .tgr-item-social li {
    display: inline-block !important;
    text-align: center;
    margin: 0 5px !important;
    padding: 0 !important; }
    .tgr-box-wrapper .tgr-item-social li:first-child {
      margin-left: 0; }
    .tgr-box-wrapper .tgr-item-social li:last-child {
      margin-right: 0; }
    .tgr-box-wrapper .tgr-item-social li:before {
      display: none; }
    .tgr-box-wrapper .tgr-item-social li a {
      margin: 0px;
      line-height: 1.2em;
      font-size: 1.1em;
      display: inline-block !important;
      text-align: center;
      border-radius: 5px;
      padding: 0 5px;
      font-family: inherit !important;
      color: inherit !important;
      border: none;
      text-decoration: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
      .tgr-box-wrapper .tgr-item-social li a:focus, .tgr-box-wrapper .tgr-item-social li a:active {
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none; }

.tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li {
  -webkit-animation: tgr-animation-float 0.4s linear;
  animation: tgr-animation-float 0.4s linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none; }
  .tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(1) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s; }
  .tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(2) {
    -webkit-animation-delay: 0.23s;
    animation-delay: 0.23s; }
  .tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(3) {
    -webkit-animation-delay: 0.31s;
    animation-delay: 0.31s; }
  .tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(4) {
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s; }
  .tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(5) {
    -webkit-animation-delay: 0.47s;
    animation-delay: 0.47s; }
  .tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(6) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s; }
  .tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(7) {
    -webkit-animation-delay: 0.63s;
    animation-delay: 0.63s; }
  .tgr-box-wrapper .tgr-item-inner.tgr-animate-social-icons:hover .tgr-item-social li:nth-child(7) {
    -webkit-animation-delay: 0.71s;
    animation-delay: 0.71s; }

.tgr-displayer-inline .tgr-grid {
  display: block; }

.tgr-displayer-inline .tgr-grid-item {
  display: inline-block;
  vertical-align: top; }

.tgr-displayer-inline .tgr-item-inner:after {
  display: none !important;
  z-index: 20;
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.tgr-displayer-inline .tgr-grid-item.tgr-active .tgr-item-inner:after {
  opacity: 1; }

.tgr-displayer-inline .tgr-displayer {
  position: relative;
  display: none;
  float: left;
  padding: 36px 40px;
  line-height: 1.5;
  width: 100%;
  width: calc(100% - 15px);
  margin-top: 20px;
  margin-left: 7.5px;
  margin-bottom: 0px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.3); }
  .tgr-displayer-inline .tgr-displayer .tgr-flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .tgr-displayer-inline .tgr-displayer .tgr-left {
    width: 100%; }
  .tgr-displayer-inline .tgr-displayer .tgr-right {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    padding-left: 30px;
    padding-top: 0px; }
  .tgr-displayer-inline .tgr-displayer .tgr-scroll.nano {
    max-height: 360px; }
  @media (max-width: 834px) {
    .tgr-displayer-inline .tgr-displayer {
      padding: 36px 30px; }
      .tgr-displayer-inline .tgr-displayer .tgr-scroll.nano {
        max-height: 280px; }
      .tgr-displayer-inline .tgr-displayer .tgr-right {
        padding-left: 0px;
        min-width: auto;
        max-width: none; } }

.tgr-displayer-inline .tgr-triangle-inline,
.tgr-displayer-inline .tgr-close-inline {
  position: absolute; }

.tgr-displayer-inline .tgr-triangle-inline {
  z-index: 31;
  top: -24px;
  left: 100px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.6); }

.tgr-displayer-inline .tgr-close-inline {
  cursor: pointer;
  top: 10px;
  right: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  z-index: 40; }
  .tgr-displayer-inline .tgr-close-inline:hover {
    opacity: 1; }
  .tgr-displayer-inline .tgr-close-inline:before, .tgr-displayer-inline .tgr-close-inline:after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    content: ' ';
    background: #666666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .tgr-displayer-inline .tgr-close-inline:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media (max-width: 834px) {
    .tgr-team .tgr-box-wrapper.tgr-displayer-inline .tgr-close-inline {
      right: 15px; } }

.tgr-displayer-popup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tgr-displayer-popup .tgr-displayer .tgr-left {
  width: 30%; }

.tgr-displayer-popup .tgr-displayer .tgr-right {
  width: 70%;
  padding-left: 30px; }

.tgr-displayer-popup .tgr-displayer .tgr-member-item {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px; }

.tgr-displayer-popup .tgr-overlay {
  cursor: pointer;
  display: none;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  z-index: 1000000; }
  .tgr-displayer-popup .tgr-overlay.tgr-overlay-close-popup {
    cursor: pointer; }
  .tgr-displayer-popup .tgr-overlay .tgr-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 1, 5, 0.8);
    opacity: 1; }

.tgr-displayer-popup .tgr-popup {
  display: none;
  position: fixed;
  z-index: 1000001;
  left: 50%;
  top: 50%;
  width: 880px;
  height: 520px;
  margin: 0;
  padding: 0;
  max-width: 96%;
  max-height: 100%;
  background: transparent;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: height 0.4s ease-out, top 0.4s ease-out;
  -moz-transition: height 0.4s ease-out, top 0.4s ease-out;
  -ms-transition: height 0.4s ease-out, top 0.4s ease-out;
  -o-transition: height 0.4s ease-out, top 0.4s ease-out;
  transition: height 0.4s ease-out, top 0.4s ease-out; }
  .tgr-displayer-popup .tgr-popup .tgr-popup-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
  .tgr-displayer-popup .tgr-popup.tgr-position-full-screen {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important; }
  .tgr-displayer-popup .tgr-popup.tgr-position-middle-center {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

@media (max-width: 834px) {
  .tgr-displayer-popup .tgr-displayer .tgr-right {
    padding-left: 0px;
    padding-top: 30px; }
  .tgr-displayer-popup .tgr-displayer .tgr-member-item {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 0; }
  .tgr-displayer-popup .tgr-popup .tgr-scroll-inside {
    padding-right: 20px; } }

.tgr-displayer-popup .tgr-arrow {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px; }
  .tgr-displayer-popup .tgr-arrow .tgr-arrow-default-top,
  .tgr-displayer-popup .tgr-arrow .tgr-arrow-default-bottom {
    background-color: #aaaaaa; }
  .tgr-displayer-popup .tgr-arrow.tgr-arrow-prev {
    left: -60px; }
  .tgr-displayer-popup .tgr-arrow.tgr-arrow-next {
    right: -60px; }
  .tgr-displayer-popup .tgr-arrow.tgr-arrow-default {
    width: 48px;
    height: 40px;
    margin-top: -20px; }
  @media (max-width: 1024px) {
    .tgr-displayer-popup .tgr-arrow {
      width: 28px;
      height: 28px;
      top: -36px;
      margin: 0 !important; }
      .tgr-displayer-popup .tgr-arrow.tgr-arrow-default {
        width: 33.6px;
        height: 28px;
        top: -36px; }
      .tgr-displayer-popup .tgr-arrow.tgr-arrow-prev {
        left: -9px; }
      .tgr-displayer-popup .tgr-arrow.tgr-arrow-next {
        left: 33px; } }

.tgr-displayer-popup .tgr-close {
  opacity: 0;
  position: absolute;
  top: -40px;
  right: 0; }
  @media (max-width: 1024px) {
    .tgr-displayer-popup .tgr-close {
      top: -32px; } }
  .tgr-displayer-popup .tgr-close .tgr-close-default-one,
  .tgr-displayer-popup .tgr-close .tgr-close-default-two {
    background-color: #aaaaaa; }

.tgr-displayer-slide-in * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tgr-displayer-slide-in .tgr-displayer .tgr-flexbox {
  width: 100%;
  padding-right: 40px;
  padding-top: 20px; }

.tgr-displayer-slide-in .tgr-displayer .tgr-scroll-inside {
  padding-right: 0 !important; }

.tgr-displayer-slide-in .tgr-displayer .tgr-left {
  width: 100%; }

.tgr-displayer-slide-in .tgr-displayer .tgr-right {
  width: 100%;
  padding-left: 0px;
  padding-top: 30px; }

.tgr-displayer-slide-in .tgr-displayer .tgr-member-item {
  position: absolute;
  top: 44px;
  bottom: 40px;
  left: 40px;
  right: 0; }

.tgr-displayer-slide-in .tgr-scroll {
  max-height: 80%; }

.tgr-displayer-slide-in .tgr-popup {
  width: 100%;
  max-width: 460px;
  height: 100%; }
  .tgr-displayer-slide-in .tgr-popup .tgr-popup-content:before {
    position: absolute;
    top: 43px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15); }
  .tgr-displayer-slide-in .tgr-popup.tgr-position-middle-left {
    top: 0px;
    left: 0px;
    right: auto; }
  .tgr-displayer-slide-in .tgr-popup.tgr-position-middle-right {
    top: 0px;
    right: 0px;
    left: auto; }

@media (max-width: 834px) {
  .tgr-displayer-slide-in .tgr-displayer .tgr-flexbox {
    padding-right: 20px; }
  .tgr-displayer-slide-in .tgr-displayer .tgr-right {
    padding-left: 0px; }
  .tgr-displayer-slide-in .tgr-displayer .tgr-member-item {
    bottom: 20px;
    left: 20px; } }

.tgr-displayer-slide-in .tgr-arrow {
  width: 25px;
  height: 25px;
  top: 8px;
  margin: 0 !important; }
  .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-prev {
    left: 40px; }
  .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-next {
    left: 80px; }
  @media (max-width: 834px) {
    .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-prev {
      left: 20px; }
    .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-next {
      left: 60px; } }
  .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default {
    width: 30px;
    height: 25px;
    top: 8px; }
    .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default .tgr-arrow-default-top,
    .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default .tgr-arrow-default-bottom {
      background-color: #666666; }
      .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default .tgr-arrow-default-top:after,
      .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default .tgr-arrow-default-bottom:after {
        background-color: #000; }
    .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default.tgr-arrow-prev {
      left: 34px; }
    .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default.tgr-arrow-next {
      left: 74px; }
    @media (max-width: 834px) {
      .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default.tgr-arrow-prev {
        left: 14px; }
      .tgr-displayer-slide-in .tgr-arrow.tgr-arrow-default.tgr-arrow-next {
        left: 54px; } }

.tgr-displayer-slide-in .tgr-close {
  opacity: 0;
  position: absolute;
  top: 11px;
  right: 40px; }
  .tgr-displayer-slide-in .tgr-close.tgr-close-default {
    width: 20px;
    height: 20px; }
    .tgr-displayer-slide-in .tgr-close.tgr-close-default .tgr-close-default-one,
    .tgr-displayer-slide-in .tgr-close.tgr-close-default .tgr-close-default-two {
      background-color: #666666; }
      .tgr-displayer-slide-in .tgr-close.tgr-close-default .tgr-close-default-one:after,
      .tgr-displayer-slide-in .tgr-close.tgr-close-default .tgr-close-default-two:after {
        background-color: #000; }
  @media (max-width: 834px) {
    .tgr-displayer-slide-in .tgr-close {
      right: 20px; } }

/*
|-----------------------------------------------------------------------------------------
| Layouts
|-----------------------------------------------------------------------------------------
*/
.tgr-layout-1.tgr-description-visible-hover .tgr-item-image .tgr-item-desc {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.tgr-layout-1 .tgr-figure {
  background: white;
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-1 .tgr-item-image {
  color: white; }

.tgr-layout-1 .tgr-item-desc {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 15px;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0; }

.tgr-layout-1 .tgr-item-social {
  text-align: center;
  padding: 15px 5px 10px !important;
  margin-top: 0 !important; }

.tgr-layout-1 .tgr-figcaption {
  position: relative;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  font-size: 1em; }
  .tgr-layout-1 .tgr-figcaption .tgr-item-social {
    display: block; }

.tgr-layout-1 .tgr-item-inner:hover .tgr-item-image .tgr-item-desc,
.tgr-layout-1 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-item-image .tgr-item-desc {
  opacity: 1; }

.tgr-layout-2 .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-2.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-2 .tgr-item-inner:before {
  content: " ";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 15px solid rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none; }

.tgr-layout-2 .tgr-grid-item.tgr-active .tgr-item-inner:before {
  opacity: 1; }

.tgr-layout-2 .tgr-figure {
  position: relative;
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-2 .tgr-figcaption {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  color: white;
  font-size: 1em;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  background: rgba(0, 0, 0, 0.7); }

.tgr-layout-2 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-2 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.tgr-layout-2.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-2.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-2.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-2.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-3 .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-3.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-3 .tgr-figure {
  position: relative;
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-3 .tgr-figcaption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: opacity 0.5s ease-out, transform 0.4s ease-out;
  transition: opacity 0.5s ease-out, transform 0.4s ease-out;
  transition: opacity 0.5s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  font-size: 1em;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  background: rgba(0, 0, 0, 0.7); }

.tgr-layout-3 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-3 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.tgr-layout-3.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-3.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-3.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-3.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-4 .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-4.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-4 .tgr-figure {
  position: relative;
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-4 .tgr-figcaption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: opacity 0.5s ease-out, transform 0.4s ease-out;
  transition: opacity 0.5s ease-out, transform 0.4s ease-out;
  transition: opacity 0.5s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  color: white;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.7); }

.tgr-layout-4 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-4 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.tgr-layout-4.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-4.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-4.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-4.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-5 .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-5.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-5 .tgr-figure {
  position: relative;
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-5 .tgr-figcaption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(100%) translateY(-100px);
  -ms-transform: translateY(100%) translateY(-100px);
  transform: translateY(100%) translateY(-100px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), black);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), black);
  background: linear-gradient(rgba(0, 0, 0, 0), black); }

.tgr-layout-5 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-5 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important; }

.tgr-layout-6 .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-6.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-6 .tgr-item-inner {
  overflow: visible; }

.tgr-layout-6 .tgr-figure {
  position: relative;
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-6 .tgr-figcaption {
  position: absolute;
  left: 15px;
  bottom: 0px;
  right: 15px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(100%) translateY(-100px);
  -ms-transform: translateY(100%) translateY(-100px);
  transform: translateY(100%) translateY(-100px);
  background: rgba(0, 0, 0, 0.8); }

.tgr-layout-6 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-6 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important; }

.tgr-layout-7.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-7 .tgr-figure {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-7 .tgr-figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #000;
  font-size: 1em; }
  .tgr-layout-7 .tgr-figcaption:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transform: translateY(100%) translateY(0px);
    -ms-transform: translateY(100%) translateY(0px);
    transform: translateY(100%) translateY(0px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tgr-layout-7 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-7 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
  color: white; }
  .tgr-layout-7 .tgr-item-inner:hover .tgr-figcaption:before,
  .tgr-layout-7 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption:before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.tgr-layout-7.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-7.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-7.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-7.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-8 .tgr-item-image .tgr-item-social {
  display: block; }

.tgr-layout-8.tgr-social-icons-visible .tgr-item-image .tgr-item-social {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.tgr-layout-8.tgr-description-visible .tgr-item-image .tgr-item-desc, .tgr-layout-8.tgr-description-visible-hover .tgr-item-image .tgr-item-desc {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.tgr-layout-8.tgr-description-visible .tgr-item-image .tgr-item-desc {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.tgr-layout-8 .tgr-figure {
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-8 .tgr-item-image {
  color: white; }

.tgr-layout-8 .tgr-item-desc {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 15px;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%); }

.tgr-layout-8 .tgr-item-social {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.tgr-layout-8 .tgr-figcaption {
  position: relative;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  background: black; }

.tgr-layout-8 .tgr-item-inner:hover .tgr-item-image .tgr-item-social,
.tgr-layout-8 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-item-image .tgr-item-social {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.tgr-layout-8 .tgr-item-inner:hover .tgr-item-image .tgr-item-desc,
.tgr-layout-8 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-item-image .tgr-item-desc {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.tgr-layout-9.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-9 .tgr-item-inner {
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px; }

.tgr-layout-9 .tgr-figure {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px; }

.tgr-layout-9 .tgr-figcaption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  color: #000;
  font-size: 1em;
  height: 100px;
  -webkit-transition: height 0.4s, -webkit-transform 0.3s ease-out;
  transition: height 0.4s, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, height 0.4s;
  transition: transform 0.3s ease-out, height 0.4s;
  transition: transform 0.3s ease-out, height 0.4s, -webkit-transform 0.3s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), white);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.6), white);
  background: linear-gradient(rgba(255, 255, 255, 0.6), white); }

.tgr-layout-9 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-9 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
  height: 100% !important;
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important; }

.tgr-layout-9.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-9.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-9.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-9.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-10.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-10.tgr-social-icons-hide .tgr-item-image .tgr-item-social {
  display: block; }

.tgr-layout-10.tgr-description-visible .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-10.tgr-description-hide:not(.tgr-description-visible-hover) .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
  display: none; }

.tgr-layout-10 .tgr-item-inner {
  overflow: visible; }
  .tgr-layout-10 .tgr-item-inner:after {
    border: 12px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    top: auto;
    bottom: auto; }
  .tgr-layout-10 .tgr-item-inner.tgr-flip-card-container {
    -webkit-perspective: none;
    perspective: none;
    overflow: visible; }
    .tgr-layout-10 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .tgr-layout-10 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-img {
        display: none;
        width: 25%;
        height: auto;
        border-radius: 100%;
        margin-bottom: 10px; }
      .tgr-layout-10 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
        display: block; }
      .tgr-layout-10 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-social {
        display: block; }

.tgr-layout-10 .tgr-figure {
  overflow: visible;
  position: relative;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-10 .tgr-item-image .tgr-item-social {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: white;
  padding: 15px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }

.tgr-layout-10 .tgr-figcaption {
  width: 100%;
  color: #000;
  font-size: 1em; }

.tgr-layout-10.tgr-social-icons-hide .tgr-item-inner:not(.tgr-flip-card-container):hover .tgr-item-image .tgr-item-social,
.tgr-layout-10.tgr-social-icons-hide .tgr-grid-item.tgr-active .tgr-item-inner:not(.tgr-flip-card-container) .tgr-item-image .tgr-item-social {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.tgr-layout-11.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-11 .tgr-item-inner {
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px; }
  .tgr-layout-11 .tgr-item-inner:after {
    border: 12px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    top: auto;
    bottom: -24px; }

.tgr-layout-11 .tgr-figure {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 120px; }

.tgr-layout-11 .tgr-item-image {
  overflow: visible; }

.tgr-layout-11 img.tgr-img {
  width: 80%;
  max-width: 240px;
  border-radius: 50%; }

.tgr-layout-11 .tgr-figcaption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  color: #000;
  font-size: 1em;
  height: 100px;
  -webkit-transition: height 0.4s, -webkit-transform 0.4s ease-out;
  transition: height 0.4s, -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out, height 0.4s;
  transition: transform 0.4s ease-out, height 0.4s;
  transition: transform 0.4s ease-out, height 0.4s, -webkit-transform 0.4s ease-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(white));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), white);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.6), white);
  background: linear-gradient(rgba(255, 255, 255, 0.6), white); }

.tgr-layout-11 .tgr-item-inner:hover .tgr-figcaption,
.tgr-layout-11 .tgr-grid-item.tgr-active .tgr-item-inner .tgr-figcaption {
  height: 100% !important;
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important; }

.tgr-layout-11.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-11.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-11.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-11.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-12.tgr-social-icons-visible .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-12.tgr-social-icons-hide .tgr-item-image .tgr-item-social {
  display: block; }

.tgr-layout-12.tgr-description-visible .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-12.tgr-description-hide:not(.tgr-description-visible-hover) .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
  display: none; }

.tgr-layout-12 .tgr-item-inner {
  overflow: visible; }
  .tgr-layout-12 .tgr-item-inner:after {
    border: 12px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    top: auto;
    bottom: auto; }
  .tgr-layout-12 .tgr-item-inner.tgr-flip-card-container {
    -webkit-perspective: none;
    perspective: none;
    overflow: visible; }
    .tgr-layout-12 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .tgr-layout-12 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-img {
        display: none;
        width: 25%;
        height: auto;
        border-radius: 100%;
        margin-bottom: 10px; }
      .tgr-layout-12 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
        display: block; }
      .tgr-layout-12 .tgr-item-inner.tgr-flip-card-container .tgr-flip-back .tgr-item-social {
        display: block; }

.tgr-layout-12 .tgr-figure {
  overflow: visible;
  position: relative;
  padding: 40px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-12 .tgr-item-image {
  width: 80%;
  max-width: 240px;
  margin: 10px auto 0;
  overflow: hidden;
  border-radius: 50%; }

.tgr-layout-12 .tgr-item-image .tgr-item-social {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }

.tgr-layout-12 .tgr-figcaption {
  width: 100%;
  color: #000;
  font-size: 1em; }

.tgr-layout-12.tgr-social-icons-hide .tgr-item-inner:not(.tgr-flip-card-container):hover .tgr-item-image .tgr-item-social,
.tgr-layout-12.tgr-social-icons-hide .tgr-grid-item.tgr-active .tgr-item-inner:not(.tgr-flip-card-container) .tgr-item-image .tgr-item-social {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.tgr-layout-13.tgr-description-visible-hover .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-13 .tgr-item-inner {
  overflow: visible; }
  .tgr-layout-13 .tgr-item-inner:after {
    border: 12px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    top: auto;
    bottom: auto; }

.tgr-layout-13 .tgr-flip-card-container {
  -webkit-perspective: none;
  perspective: none;
  overflow: visible; }
  .tgr-layout-13 .tgr-flip-card-container .tgr-flip-front .tgr-figcaption {
    display: none; }
  .tgr-layout-13 .tgr-flip-card-container .tgr-flip-back {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .tgr-layout-13 .tgr-flip-card-container .tgr-flip-back .tgr-figcaption {
      padding-left: 20px;
      padding-right: 20px; }
    .tgr-layout-13 .tgr-flip-card-container .tgr-flip-back .tgr-img {
      display: none;
      width: 25%;
      height: auto;
      border-radius: 100%;
      margin-bottom: 10px; }
    .tgr-layout-13 .tgr-flip-card-container .tgr-flip-back .tgr-item-desc {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .tgr-layout-13 .tgr-flip-card-container .tgr-flip-back .tgr-item-social {
      display: block;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }

.tgr-layout-13 .tgr-figure {
  overflow: visible;
  position: relative; }

.tgr-layout-13 .tgr-item-image {
  overflow: hidden;
  border-radius: 50%;
  border: 0px solid rgba(0, 0, 0, 0.2); }

.tgr-layout-13 .tgr-item-image .tgr-item-social {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }

.tgr-layout-13 .tgr-figcaption {
  width: 100%;
  color: #000;
  font-size: 1em; }

.tgr-layout-14.tgr-headings-hide .tgr-item-image .tgr-item-header {
  display: none; }

.tgr-layout-14 .tgr-item-inner:before {
  border-radius: 50%;
  content: " ";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 12px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s, border 0.5s;
  -o-transition: opacity 0.3s, border 0.5s;
  transition: opacity 0.3s, border 0.5s; }

.tgr-layout-14 .tgr-figure {
  overflow: hidden;
  border-radius: 50%; }

.tgr-layout-14 .tgr-item-image .tgr-item-header {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 25px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.tgr-layout-14 .tgr-figcaption {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  z-index: 20;
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  color: white;
  font-size: 1em;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  background: rgba(0, 0, 0, 0.5); }
  .tgr-layout-14 .tgr-figcaption .tgr-item-desc {
    padding-left: 10px;
    padding-right: 10px; }
  .tgr-layout-14 .tgr-figcaption .tgr-item-social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.tgr-layout-14 .tgr-item-inner:hover .tgr-figcaption {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.tgr-layout-14 .tgr-item-inner:hover .tgr-item-image .tgr-item-header {
  opacity: 0; }

.tgr-layout-14 .tgr-item-inner:hover:before {
  border-width: 0; }

.tgr-layout-14.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-14.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-14.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-14.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-15.tgr-headings-hide .tgr-item-image .tgr-item-header {
  display: none; }

.tgr-layout-15 .tgr-grid-item.tgr-active .tgr-item-inner:before {
  opacity: 1; }

.tgr-layout-15 .tgr-figure {
  overflow: hidden;
  border-radius: 50%; }

.tgr-layout-15 .tgr-item-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  color: #000;
  border-radius: 50%;
  border: 0px solid rgba(0, 0, 0, 0.2); }
  .tgr-layout-15 .tgr-item-image .tgr-item-header {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 25px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1; }

.tgr-layout-15 .tgr-figcaption {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: opacity 0.2s ease-out, transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  color: #000;
  font-size: 1em;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .tgr-layout-15 .tgr-figcaption .tgr-item-desc {
    padding-left: 10px;
    padding-right: 10px; }
  .tgr-layout-15 .tgr-figcaption .tgr-item-social {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.tgr-layout-15 .tgr-item-inner:hover .tgr-figcaption {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.tgr-layout-15 .tgr-item-inner:hover .tgr-item-image .tgr-item-header {
  opacity: 0; }

.tgr-layout-15 .tgr-item-inner:hover .tgr-item-image {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.tgr-layout-15.tgr-social-icons-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-social,
.tgr-layout-15.tgr-social-icons-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-social {
  display: block; }

.tgr-layout-15.tgr-description-visible-hover .tgr-item-inner:hover .tgr-figcaption .tgr-item-desc,
.tgr-layout-15.tgr-description-visible-hover .tgr-grid-item.tgr-active .tgr-figcaption .tgr-item-desc {
  display: block; }

.tgr-layout-16 .tgr-item-inner {
  cursor: default; }

.tgr-layout-16 .tgr-item {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 834px) {
    .tgr-layout-16 .tgr-item {
      padding: 20px; } }

.tgr-layout-16 .tgr-member-image {
  margin-bottom: 20px; }
  .tgr-layout-16 .tgr-member-image img {
    max-width: 100%;
    display: block; }

.tgr-layout-16 .tgr-item .tgr-flexbox .tgr-left {
  width: 320px;
  margin-right: 30px; }

.tgr-layout-16 .tgr-item .tgr-flexbox .tgr-right {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }

.tgr-layout-16.tgr-list-right .tgr-item .tgr-flexbox .tgr-left {
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.tgr-layout-17 .tgr-box-inner {
  overflow-x: auto; }

.tgr-layout-17 .tgr-table {
  display: table;
  text-align: left;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0; }
  .tgr-layout-17 .tgr-table * {
    line-height: 1.5;
    font-size: inherit;
    color: inherit; }
  .tgr-layout-17 .tgr-table .tgr-tr {
    display: table-row; }
  .tgr-layout-17 .tgr-table .tgr-th {
    font-weight: bold; }
  .tgr-layout-17 .tgr-table .tgr-th, .tgr-layout-17 .tgr-table .tgr-td {
    padding: 10px;
    text-align: left;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3);
    display: table-cell;
    vertical-align: middle; }
    .tgr-layout-17 .tgr-table .tgr-th:first-child, .tgr-layout-17 .tgr-table .tgr-td:first-child {
      padding-left: 20px; }
    .tgr-layout-17 .tgr-table .tgr-th:last-child, .tgr-layout-17 .tgr-table .tgr-td:last-child {
      padding-right: 20px; }
  .tgr-layout-17 .tgr-table.tgr-table-bordered .tgr-th, .tgr-layout-17 .tgr-table.tgr-table-bordered .tgr-td {
    border-width: 1px; }
  .tgr-layout-17 .tgr-table.tgr-table-striped .tgr-th, .tgr-layout-17 .tgr-table.tgr-table-striped .tgr-tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.03); }
  .tgr-layout-17 .tgr-table.tgr-table-hover .tgr-tr.tgr-item-inner {
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out; }
    .tgr-layout-17 .tgr-table.tgr-table-hover .tgr-tr.tgr-item-inner:hover {
      background: rgba(0, 0, 0, 0.04); }

.tgr-box-wrapper .tgr-layout-17 .tgr-item-title, .tgr-box-wrapper .tgr-layout-17 .tgr-item-subtitle {
  font-size: inherit !important; }

.tgr-box-wrapper .tgr-layout-17 .tgr-item-inner .tgr-member-fields {
  font-size: inherit !important; }

.tgr-layout-17 .tgr-item-inner {
  float: none;
  width: auto;
  max-width: 400px; }
  .tgr-layout-17.tgr-displayer-inline .tgr-item-inner {
    cursor: default; }

.tgr-layout-17 .tgr-item-image {
  margin-right: 20px;
  max-width: 80px; }
  .tgr-layout-17 .tgr-item-image .tgr-img {
    margin: 0; }

.tgr-layout-17 .tgr-item-desc * {
  margin: 0; }

.tgr-layout-17 .tgr-item-social {
  margin: 0; }

.tgr-layout-17 .tgr-item-social li:first-child {
  margin-left: 5px; }

@media (max-width: 834px) {
  .tgr-layout-17 .tgr-table .tgr-thead {
    display: none !important; }
  .tgr-layout-17 .tgr-table, .tgr-layout-17 .tgr-tr, .tgr-layout-17 .tgr-th, .tgr-layout-17 .tgr-td {
    display: block !important; }
  .tgr-layout-17 .tgr-table .tgr-tr {
    margin-bottom: 15px; }
  .tgr-layout-17 .tgr-table .tgr-tr .tgr-td {
    padding: 5px 10px; }
  .tgr-layout-17 .tgr-table .tgr-tr .tgr-td:first-child {
    border-bottom: none !important;
    padding-top: 15px; }
  .tgr-layout-17 .tgr-table .tgr-tr .tgr-td:last-child {
    padding-bottom: 15px; }
  .tgr-layout-17 .tgr-table .tgr-tr .tgr-td:not(:first-child) {
    border: none !important; }
  .tgr-layout-17 .tgr-table-bordered .tgr-tr .tgr-td {
    border: none !important; }
  .tgr-layout-17 .tgr-table-bordered .tgr-tr.tgr-item {
    border: 1px solid rgba(0, 0, 0, 0.3); } }

/*
|-----------------------------------------------------------------------------------------
| Members
|-----------------------------------------------------------------------------------------
*/
.tgr-member {
  text-align: left; }
  .tgr-member * {
    margin: 0;
    line-height: 1.5; }
  .tgr-member p {
    margin-bottom: 20px; }
  .tgr-box-wrapper .tgr-member a {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .tgr-member .tgr-member-image {
    line-height: 0; }
  .tgr-member .tgr-member-title {
    margin-bottom: 2px;
    font-size: 2.2em; }
    .tgr-member .tgr-member-title * {
      font-family: inherit;
      font-size: inherit;
      color: inherit; }
  .tgr-member .tgr-member-role {
    margin-bottom: 2px;
    font-size: 1em; }
    .tgr-member .tgr-member-role * {
      font-family: inherit;
      font-size: inherit;
      color: inherit; }
  .tgr-member .tgr-member-content {
    margin: 1em 0; }
    .tgr-member .tgr-member-content * {
      font-family: inherit;
      font-size: inherit;
      color: inherit; }
    .tgr-member .tgr-member-content h1, .tgr-member .tgr-member-content h2, .tgr-member .tgr-member-content h3, .tgr-member .tgr-member-content h4 {
      padding: 0;
      font-weight: bold;
      line-height: 1.4;
      margin: 20px 0 10px; }
  .tgr-member .tgr-right > div:first-child {
    padding-top: 0; }

.tgr-member-social {
  padding-top: 15px;
  padding-bottom: 15px; }
  .tgr-left .tgr-member-social {
    text-align: center; }
  .tgr-box-wrapper .tgr-member-social h2, .tgr-box-wrapper .tgr-member-social h3, .tgr-box-wrapper .tgr-member-social h4, .tgr-box-wrapper .tgr-member-social h5 {
    margin: 0 0 10px 0; }
  .tgr-box-wrapper .tgr-table .tgr-member-social h2, .tgr-box-wrapper .tgr-table .tgr-member-social h3, .tgr-box-wrapper .tgr-table .tgr-member-social h4, .tgr-box-wrapper .tgr-table .tgr-member-social h5 {
    display: none; }
  .tgr-member-social ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important; }
    .tgr-member-social ul li {
      display: inline-block;
      text-align: center;
      margin: 0 5px 5px;
      padding: 0; }
      .tgr-member-social ul li:first-child {
        margin-left: 0; }
      .tgr-member-social ul li:last-child {
        margin-right: 0; }
      .tgr-member-social ul li:before {
        display: none; }
      .tgr-member-social ul li a {
        margin: 0px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 39px;
        border: 1px solid #000;
        border-radius: 100%;
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none; }
        .tgr-member-social ul li a:focus, .tgr-member-social ul li a:active {
          text-decoration: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          outline: none; }
        .tgr-member-social ul li a i {
          margin: 0;
          padding: 0; }

.tgr-member-fields {
  padding-top: 15px;
  padding-bottom: 15px; }
  .tgr-table .tgr-member-fields {
    padding-top: 0;
    padding-bottom: 0; }
  .tgr-box-wrapper .tgr-member-fields h2, .tgr-box-wrapper .tgr-member-fields h3, .tgr-box-wrapper .tgr-member-fields h4, .tgr-box-wrapper .tgr-member-fields h5 {
    margin: 0 0 10px 0; }
  .tgr-box-wrapper .tgr-table .tgr-member-fields h2, .tgr-box-wrapper .tgr-table .tgr-member-fields h3, .tgr-box-wrapper .tgr-table .tgr-member-fields h4, .tgr-box-wrapper .tgr-table .tgr-member-fields h5 {
    display: none; }
  .tgr-member-fields p {
    padding: 0;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 25px;
    padding-bottom: 10px;
    font-family: inherit;
    font-size: inherit;
    color: inherit; }
    .tgr-member-fields p:last-child {
      margin-bottom: 0; }
      .tgr-table .tgr-member-fields p:last-child {
        border-bottom: none;
        padding-bottom: 0; }
    .tgr-member-fields p a {
      text-decoration: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .tgr-member-fields p i {
      display: inline-block;
      font-weight: bold; }
      .tgr-member-fields p i + span {
        margin-left: 6px; }
    .tgr-member-fields p span {
      display: inline-block;
      font-weight: bold; }

.tgr-member-skills {
  padding-top: 15px;
  padding-bottom: 15px; }
  .tgr-table .tgr-member-skills {
    padding-top: 0;
    padding-bottom: 0; }
  .tgr-box-wrapper .tgr-member-skills h2, .tgr-box-wrapper .tgr-member-skills h3, .tgr-box-wrapper .tgr-member-skills h4, .tgr-box-wrapper .tgr-member-skills h5 {
    margin: 0 0 10px 0; }
  .tgr-box-wrapper .tgr-table .tgr-member-skills h2, .tgr-box-wrapper .tgr-table .tgr-member-skills h3, .tgr-box-wrapper .tgr-table .tgr-member-skills h4, .tgr-box-wrapper .tgr-table .tgr-member-skills h5 {
    display: none; }
  .tgr-member-skills .tgr-member-skill {
    margin-bottom: 15px; }
    .tgr-member-skills .tgr-member-skill:last-child {
      margin-bottom: 0; }
      .tgr-table .tgr-member-skills .tgr-member-skill:last-child {
        margin-bottom: 7px; }
  .tgr-member-skills .tgr-skill-bg {
    position: relative;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    height: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0; }
  .tgr-member-skills .tgr-skill-percent {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 80%;
    height: 100%; }
    .tgr-member-skills .tgr-skill-percent:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: 40px 40px;
      -webkit-animation: tgr-animate-stripes 2s linear infinite;
      animation: tgr-animate-stripes 2s linear infinite;
      background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

@-webkit-keyframes tgr-animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 80px 0; } }

@keyframes tgr-animate-stripes {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 80px 0; } }

/*
|-----------------------------------------------------------------------------------------
| Teams
|-----------------------------------------------------------------------------------------
*/
/*
|-----------------------------------------------------------------------------------------
| Shortcodes
|-----------------------------------------------------------------------------------------
*/
.teamgrid-shortcode .tgr-member-image {
  max-width: 400px; }

.teamgrid-shortcode .teamgrid-member .tgr-member-image {
  float: left;
  margin: 0 30px 20px 0; }

.teamgrid-shortcode .teamgrid-member .tgr-member-header {
  display: inline-block; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.tgr-icon,
.tgr-icon-fas,
.tgr-icon-far,
.tgr-icon-fal,
.tgr-icon-fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.tgr-icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.tgr-icon-xs {
  font-size: .75em; }

.tgr-icon-sm {
  font-size: .875em; }

.tgr-icon-1x {
  font-size: 1em; }

.tgr-icon-2x {
  font-size: 2em; }

.tgr-icon-3x {
  font-size: 3em; }

.tgr-icon-4x {
  font-size: 4em; }

.tgr-icon-5x {
  font-size: 5em; }

.tgr-icon-6x {
  font-size: 6em; }

.tgr-icon-7x {
  font-size: 7em; }

.tgr-icon-8x {
  font-size: 8em; }

.tgr-icon-9x {
  font-size: 9em; }

.tgr-icon-10x {
  font-size: 10em; }

.tgr-icon-fw {
  text-align: center;
  width: 1.25em; }

.tgr-icon-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .tgr-icon-ul > li {
    position: relative; }

.tgr-icon-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.tgr-icon-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.tgr-icon-pull-left {
  float: left; }

.tgr-icon-pull-right {
  float: right; }

.tgr-icon.tgr-icon-pull-left,
.tgr-icon-fas.tgr-icon-pull-left,
.tgr-icon-far.tgr-icon-pull-left,
.tgr-icon-fal.tgr-icon-pull-left,
.tgr-icon-fab.tgr-icon-pull-left {
  margin-right: .3em; }

.tgr-icon.tgr-icon-pull-right,
.tgr-icon-fas.tgr-icon-pull-right,
.tgr-icon-far.tgr-icon-pull-right,
.tgr-icon-fal.tgr-icon-pull-right,
.tgr-icon-fab.tgr-icon-pull-right {
  margin-left: .3em; }

.tgr-icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.tgr-icon-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(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tgr-icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.tgr-icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.tgr-icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.tgr-icon-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); }

.tgr-icon-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); }

.tgr-icon-flip-both, .tgr-icon-flip-horizontal.tgr-icon-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 .tgr-icon-rotate-90,
:root .tgr-icon-rotate-180,
:root .tgr-icon-rotate-270,
:root .tgr-icon-flip-horizontal,
:root .tgr-icon-flip-vertical,
:root .tgr-icon-flip-both {
  -webkit-filter: none;
  filter: none; }

.tgr-icon-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.tgr-icon-stack-1x,
.tgr-icon-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.tgr-icon-stack-1x {
  line-height: inherit; }

.tgr-icon-stack-2x {
  font-size: 2em; }

.tgr-icon-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.tgr-icon-500px:before {
  content: "\f26e"; }

.tgr-icon-accessible-icon:before {
  content: "\f368"; }

.tgr-icon-accusoft:before {
  content: "\f369"; }

.tgr-icon-acquisitions-incorporated:before {
  content: "\f6af"; }

.tgr-icon-ad:before {
  content: "\f641"; }

.tgr-icon-address-book:before {
  content: "\f2b9"; }

.tgr-icon-address-card:before {
  content: "\f2bb"; }

.tgr-icon-adjust:before {
  content: "\f042"; }

.tgr-icon-adn:before {
  content: "\f170"; }

.tgr-icon-adobe:before {
  content: "\f778"; }

.tgr-icon-adversal:before {
  content: "\f36a"; }

.tgr-icon-affiliatetheme:before {
  content: "\f36b"; }

.tgr-icon-air-freshener:before {
  content: "\f5d0"; }

.tgr-icon-airbnb:before {
  content: "\f834"; }

.tgr-icon-algolia:before {
  content: "\f36c"; }

.tgr-icon-align-center:before {
  content: "\f037"; }

.tgr-icon-align-justify:before {
  content: "\f039"; }

.tgr-icon-align-left:before {
  content: "\f036"; }

.tgr-icon-align-right:before {
  content: "\f038"; }

.tgr-icon-alipay:before {
  content: "\f642"; }

.tgr-icon-allergies:before {
  content: "\f461"; }

.tgr-icon-amazon:before {
  content: "\f270"; }

.tgr-icon-amazon-pay:before {
  content: "\f42c"; }

.tgr-icon-ambulance:before {
  content: "\f0f9"; }

.tgr-icon-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.tgr-icon-amilia:before {
  content: "\f36d"; }

.tgr-icon-anchor:before {
  content: "\f13d"; }

.tgr-icon-android:before {
  content: "\f17b"; }

.tgr-icon-angellist:before {
  content: "\f209"; }

.tgr-icon-angle-double-down:before {
  content: "\f103"; }

.tgr-icon-angle-double-left:before {
  content: "\f100"; }

.tgr-icon-angle-double-right:before {
  content: "\f101"; }

.tgr-icon-angle-double-up:before {
  content: "\f102"; }

.tgr-icon-angle-down:before {
  content: "\f107"; }

.tgr-icon-angle-left:before {
  content: "\f104"; }

.tgr-icon-angle-right:before {
  content: "\f105"; }

.tgr-icon-angle-up:before {
  content: "\f106"; }

.tgr-icon-angry:before {
  content: "\f556"; }

.tgr-icon-angrycreative:before {
  content: "\f36e"; }

.tgr-icon-angular:before {
  content: "\f420"; }

.tgr-icon-ankh:before {
  content: "\f644"; }

.tgr-icon-app-store:before {
  content: "\f36f"; }

.tgr-icon-app-store-ios:before {
  content: "\f370"; }

.tgr-icon-apper:before {
  content: "\f371"; }

.tgr-icon-apple:before {
  content: "\f179"; }

.tgr-icon-apple-alt:before {
  content: "\f5d1"; }

.tgr-icon-apple-pay:before {
  content: "\f415"; }

.tgr-icon-archive:before {
  content: "\f187"; }

.tgr-icon-archway:before {
  content: "\f557"; }

.tgr-icon-arrow-alt-circle-down:before {
  content: "\f358"; }

.tgr-icon-arrow-alt-circle-left:before {
  content: "\f359"; }

.tgr-icon-arrow-alt-circle-right:before {
  content: "\f35a"; }

.tgr-icon-arrow-alt-circle-up:before {
  content: "\f35b"; }

.tgr-icon-arrow-circle-down:before {
  content: "\f0ab"; }

.tgr-icon-arrow-circle-left:before {
  content: "\f0a8"; }

.tgr-icon-arrow-circle-right:before {
  content: "\f0a9"; }

.tgr-icon-arrow-circle-up:before {
  content: "\f0aa"; }

.tgr-icon-arrow-down:before {
  content: "\f063"; }

.tgr-icon-arrow-left:before {
  content: "\f060"; }

.tgr-icon-arrow-right:before {
  content: "\f061"; }

.tgr-icon-arrow-up:before {
  content: "\f062"; }

.tgr-icon-arrows-alt:before {
  content: "\f0b2"; }

.tgr-icon-arrows-alt-h:before {
  content: "\f337"; }

.tgr-icon-arrows-alt-v:before {
  content: "\f338"; }

.tgr-icon-artstation:before {
  content: "\f77a"; }

.tgr-icon-assistive-listening-systems:before {
  content: "\f2a2"; }

.tgr-icon-asterisk:before {
  content: "\f069"; }

.tgr-icon-asymmetrik:before {
  content: "\f372"; }

.tgr-icon-at:before {
  content: "\f1fa"; }

.tgr-icon-atlas:before {
  content: "\f558"; }

.tgr-icon-atlassian:before {
  content: "\f77b"; }

.tgr-icon-atom:before {
  content: "\f5d2"; }

.tgr-icon-audible:before {
  content: "\f373"; }

.tgr-icon-audio-description:before {
  content: "\f29e"; }

.tgr-icon-autoprefixer:before {
  content: "\f41c"; }

.tgr-icon-avianex:before {
  content: "\f374"; }

.tgr-icon-aviato:before {
  content: "\f421"; }

.tgr-icon-award:before {
  content: "\f559"; }

.tgr-icon-aws:before {
  content: "\f375"; }

.tgr-icon-baby:before {
  content: "\f77c"; }

.tgr-icon-baby-carriage:before {
  content: "\f77d"; }

.tgr-icon-backspace:before {
  content: "\f55a"; }

.tgr-icon-backward:before {
  content: "\f04a"; }

.tgr-icon-bacon:before {
  content: "\f7e5"; }

.tgr-icon-balance-scale:before {
  content: "\f24e"; }

.tgr-icon-ban:before {
  content: "\f05e"; }

.tgr-icon-band-aid:before {
  content: "\f462"; }

.tgr-icon-bandcamp:before {
  content: "\f2d5"; }

.tgr-icon-barcode:before {
  content: "\f02a"; }

.tgr-icon-bars:before {
  content: "\f0c9"; }

.tgr-icon-baseball-ball:before {
  content: "\f433"; }

.tgr-icon-basketball-ball:before {
  content: "\f434"; }

.tgr-icon-bath:before {
  content: "\f2cd"; }

.tgr-icon-battery-empty:before {
  content: "\f244"; }

.tgr-icon-battery-full:before {
  content: "\f240"; }

.tgr-icon-battery-half:before {
  content: "\f242"; }

.tgr-icon-battery-quarter:before {
  content: "\f243"; }

.tgr-icon-battery-three-quarters:before {
  content: "\f241"; }

.tgr-icon-battle-net:before {
  content: "\f835"; }

.tgr-icon-bed:before {
  content: "\f236"; }

.tgr-icon-beer:before {
  content: "\f0fc"; }

.tgr-icon-behance:before {
  content: "\f1b4"; }

.tgr-icon-behance-square:before {
  content: "\f1b5"; }

.tgr-icon-bell:before {
  content: "\f0f3"; }

.tgr-icon-bell-slash:before {
  content: "\f1f6"; }

.tgr-icon-bezier-curve:before {
  content: "\f55b"; }

.tgr-icon-bible:before {
  content: "\f647"; }

.tgr-icon-bicycle:before {
  content: "\f206"; }

.tgr-icon-bimobject:before {
  content: "\f378"; }

.tgr-icon-binoculars:before {
  content: "\f1e5"; }

.tgr-icon-biohazard:before {
  content: "\f780"; }

.tgr-icon-birthday-cake:before {
  content: "\f1fd"; }

.tgr-icon-bitbucket:before {
  content: "\f171"; }

.tgr-icon-bitcoin:before {
  content: "\f379"; }

.tgr-icon-bity:before {
  content: "\f37a"; }

.tgr-icon-black-tie:before {
  content: "\f27e"; }

.tgr-icon-blackberry:before {
  content: "\f37b"; }

.tgr-icon-blender:before {
  content: "\f517"; }

.tgr-icon-blender-phone:before {
  content: "\f6b6"; }

.tgr-icon-blind:before {
  content: "\f29d"; }

.tgr-icon-blog:before {
  content: "\f781"; }

.tgr-icon-blogger:before {
  content: "\f37c"; }

.tgr-icon-blogger-b:before {
  content: "\f37d"; }

.tgr-icon-bluetooth:before {
  content: "\f293"; }

.tgr-icon-bluetooth-b:before {
  content: "\f294"; }

.tgr-icon-bold:before {
  content: "\f032"; }

.tgr-icon-bolt:before {
  content: "\f0e7"; }

.tgr-icon-bomb:before {
  content: "\f1e2"; }

.tgr-icon-bone:before {
  content: "\f5d7"; }

.tgr-icon-bong:before {
  content: "\f55c"; }

.tgr-icon-book:before {
  content: "\f02d"; }

.tgr-icon-book-dead:before {
  content: "\f6b7"; }

.tgr-icon-book-medical:before {
  content: "\f7e6"; }

.tgr-icon-book-open:before {
  content: "\f518"; }

.tgr-icon-book-reader:before {
  content: "\f5da"; }

.tgr-icon-bookmark:before {
  content: "\f02e"; }

.tgr-icon-bootstrap:before {
  content: "\f836"; }

.tgr-icon-bowling-ball:before {
  content: "\f436"; }

.tgr-icon-box:before {
  content: "\f466"; }

.tgr-icon-box-open:before {
  content: "\f49e"; }

.tgr-icon-boxes:before {
  content: "\f468"; }

.tgr-icon-braille:before {
  content: "\f2a1"; }

.tgr-icon-brain:before {
  content: "\f5dc"; }

.tgr-icon-bread-slice:before {
  content: "\f7ec"; }

.tgr-icon-briefcase:before {
  content: "\f0b1"; }

.tgr-icon-briefcase-medical:before {
  content: "\f469"; }

.tgr-icon-broadcast-tower:before {
  content: "\f519"; }

.tgr-icon-broom:before {
  content: "\f51a"; }

.tgr-icon-brush:before {
  content: "\f55d"; }

.tgr-icon-btc:before {
  content: "\f15a"; }

.tgr-icon-buffer:before {
  content: "\f837"; }

.tgr-icon-bug:before {
  content: "\f188"; }

.tgr-icon-building:before {
  content: "\f1ad"; }

.tgr-icon-bullhorn:before {
  content: "\f0a1"; }

.tgr-icon-bullseye:before {
  content: "\f140"; }

.tgr-icon-burn:before {
  content: "\f46a"; }

.tgr-icon-buromobelexperte:before {
  content: "\f37f"; }

.tgr-icon-bus:before {
  content: "\f207"; }

.tgr-icon-bus-alt:before {
  content: "\f55e"; }

.tgr-icon-business-time:before {
  content: "\f64a"; }

.tgr-icon-buysellads:before {
  content: "\f20d"; }

.tgr-icon-calculator:before {
  content: "\f1ec"; }

.tgr-icon-calendar:before {
  content: "\f133"; }

.tgr-icon-calendar-alt:before {
  content: "\f073"; }

.tgr-icon-calendar-check:before {
  content: "\f274"; }

.tgr-icon-calendar-day:before {
  content: "\f783"; }

.tgr-icon-calendar-minus:before {
  content: "\f272"; }

.tgr-icon-calendar-plus:before {
  content: "\f271"; }

.tgr-icon-calendar-times:before {
  content: "\f273"; }

.tgr-icon-calendar-week:before {
  content: "\f784"; }

.tgr-icon-camera:before {
  content: "\f030"; }

.tgr-icon-camera-retro:before {
  content: "\f083"; }

.tgr-icon-campground:before {
  content: "\f6bb"; }

.tgr-icon-canadian-maple-leaf:before {
  content: "\f785"; }

.tgr-icon-candy-cane:before {
  content: "\f786"; }

.tgr-icon-cannabis:before {
  content: "\f55f"; }

.tgr-icon-capsules:before {
  content: "\f46b"; }

.tgr-icon-car:before {
  content: "\f1b9"; }

.tgr-icon-car-alt:before {
  content: "\f5de"; }

.tgr-icon-car-battery:before {
  content: "\f5df"; }

.tgr-icon-car-crash:before {
  content: "\f5e1"; }

.tgr-icon-car-side:before {
  content: "\f5e4"; }

.tgr-icon-caret-down:before {
  content: "\f0d7"; }

.tgr-icon-caret-left:before {
  content: "\f0d9"; }

.tgr-icon-caret-right:before {
  content: "\f0da"; }

.tgr-icon-caret-square-down:before {
  content: "\f150"; }

.tgr-icon-caret-square-left:before {
  content: "\f191"; }

.tgr-icon-caret-square-right:before {
  content: "\f152"; }

.tgr-icon-caret-square-up:before {
  content: "\f151"; }

.tgr-icon-caret-up:before {
  content: "\f0d8"; }

.tgr-icon-carrot:before {
  content: "\f787"; }

.tgr-icon-cart-arrow-down:before {
  content: "\f218"; }

.tgr-icon-cart-plus:before {
  content: "\f217"; }

.tgr-icon-cash-register:before {
  content: "\f788"; }

.tgr-icon-cat:before {
  content: "\f6be"; }

.tgr-icon-cc-amazon-pay:before {
  content: "\f42d"; }

.tgr-icon-cc-amex:before {
  content: "\f1f3"; }

.tgr-icon-cc-apple-pay:before {
  content: "\f416"; }

.tgr-icon-cc-diners-club:before {
  content: "\f24c"; }

.tgr-icon-cc-discover:before {
  content: "\f1f2"; }

.tgr-icon-cc-jcb:before {
  content: "\f24b"; }

.tgr-icon-cc-mastercard:before {
  content: "\f1f1"; }

.tgr-icon-cc-paypal:before {
  content: "\f1f4"; }

.tgr-icon-cc-stripe:before {
  content: "\f1f5"; }

.tgr-icon-cc-visa:before {
  content: "\f1f0"; }

.tgr-icon-centercode:before {
  content: "\f380"; }

.tgr-icon-centos:before {
  content: "\f789"; }

.tgr-icon-certificate:before {
  content: "\f0a3"; }

.tgr-icon-chair:before {
  content: "\f6c0"; }

.tgr-icon-chalkboard:before {
  content: "\f51b"; }

.tgr-icon-chalkboard-teacher:before {
  content: "\f51c"; }

.tgr-icon-charging-station:before {
  content: "\f5e7"; }

.tgr-icon-chart-area:before {
  content: "\f1fe"; }

.tgr-icon-chart-bar:before {
  content: "\f080"; }

.tgr-icon-chart-line:before {
  content: "\f201"; }

.tgr-icon-chart-pie:before {
  content: "\f200"; }

.tgr-icon-check:before {
  content: "\f00c"; }

.tgr-icon-check-circle:before {
  content: "\f058"; }

.tgr-icon-check-double:before {
  content: "\f560"; }

.tgr-icon-check-square:before {
  content: "\f14a"; }

.tgr-icon-cheese:before {
  content: "\f7ef"; }

.tgr-icon-chess:before {
  content: "\f439"; }

.tgr-icon-chess-bishop:before {
  content: "\f43a"; }

.tgr-icon-chess-board:before {
  content: "\f43c"; }

.tgr-icon-chess-king:before {
  content: "\f43f"; }

.tgr-icon-chess-knight:before {
  content: "\f441"; }

.tgr-icon-chess-pawn:before {
  content: "\f443"; }

.tgr-icon-chess-queen:before {
  content: "\f445"; }

.tgr-icon-chess-rook:before {
  content: "\f447"; }

.tgr-icon-chevron-circle-down:before {
  content: "\f13a"; }

.tgr-icon-chevron-circle-left:before {
  content: "\f137"; }

.tgr-icon-chevron-circle-right:before {
  content: "\f138"; }

.tgr-icon-chevron-circle-up:before {
  content: "\f139"; }

.tgr-icon-chevron-down:before {
  content: "\f078"; }

.tgr-icon-chevron-left:before {
  content: "\f053"; }

.tgr-icon-chevron-right:before {
  content: "\f054"; }

.tgr-icon-chevron-up:before {
  content: "\f077"; }

.tgr-icon-child:before {
  content: "\f1ae"; }

.tgr-icon-chrome:before {
  content: "\f268"; }

.tgr-icon-chromecast:before {
  content: "\f838"; }

.tgr-icon-church:before {
  content: "\f51d"; }

.tgr-icon-circle:before {
  content: "\f111"; }

.tgr-icon-circle-notch:before {
  content: "\f1ce"; }

.tgr-icon-city:before {
  content: "\f64f"; }

.tgr-icon-clinic-medical:before {
  content: "\f7f2"; }

.tgr-icon-clipboard:before {
  content: "\f328"; }

.tgr-icon-clipboard-check:before {
  content: "\f46c"; }

.tgr-icon-clipboard-list:before {
  content: "\f46d"; }

.tgr-icon-clock:before {
  content: "\f017"; }

.tgr-icon-clone:before {
  content: "\f24d"; }

.tgr-icon-closed-captioning:before {
  content: "\f20a"; }

.tgr-icon-cloud:before {
  content: "\f0c2"; }

.tgr-icon-cloud-download-alt:before {
  content: "\f381"; }

.tgr-icon-cloud-meatball:before {
  content: "\f73b"; }

.tgr-icon-cloud-moon:before {
  content: "\f6c3"; }

.tgr-icon-cloud-moon-rain:before {
  content: "\f73c"; }

.tgr-icon-cloud-rain:before {
  content: "\f73d"; }

.tgr-icon-cloud-showers-heavy:before {
  content: "\f740"; }

.tgr-icon-cloud-sun:before {
  content: "\f6c4"; }

.tgr-icon-cloud-sun-rain:before {
  content: "\f743"; }

.tgr-icon-cloud-upload-alt:before {
  content: "\f382"; }

.tgr-icon-cloudscale:before {
  content: "\f383"; }

.tgr-icon-cloudsmith:before {
  content: "\f384"; }

.tgr-icon-cloudversify:before {
  content: "\f385"; }

.tgr-icon-cocktail:before {
  content: "\f561"; }

.tgr-icon-code:before {
  content: "\f121"; }

.tgr-icon-code-branch:before {
  content: "\f126"; }

.tgr-icon-codepen:before {
  content: "\f1cb"; }

.tgr-icon-codiepie:before {
  content: "\f284"; }

.tgr-icon-coffee:before {
  content: "\f0f4"; }

.tgr-icon-cog:before {
  content: "\f013"; }

.tgr-icon-cogs:before {
  content: "\f085"; }

.tgr-icon-coins:before {
  content: "\f51e"; }

.tgr-icon-columns:before {
  content: "\f0db"; }

.tgr-icon-comment:before {
  content: "\f075"; }

.tgr-icon-comment-alt:before {
  content: "\f27a"; }

.tgr-icon-comment-dollar:before {
  content: "\f651"; }

.tgr-icon-comment-dots:before {
  content: "\f4ad"; }

.tgr-icon-comment-medical:before {
  content: "\f7f5"; }

.tgr-icon-comment-slash:before {
  content: "\f4b3"; }

.tgr-icon-comments:before {
  content: "\f086"; }

.tgr-icon-comments-dollar:before {
  content: "\f653"; }

.tgr-icon-compact-disc:before {
  content: "\f51f"; }

.tgr-icon-compass:before {
  content: "\f14e"; }

.tgr-icon-compress:before {
  content: "\f066"; }

.tgr-icon-compress-arrows-alt:before {
  content: "\f78c"; }

.tgr-icon-concierge-bell:before {
  content: "\f562"; }

.tgr-icon-confluence:before {
  content: "\f78d"; }

.tgr-icon-connectdevelop:before {
  content: "\f20e"; }

.tgr-icon-contao:before {
  content: "\f26d"; }

.tgr-icon-cookie:before {
  content: "\f563"; }

.tgr-icon-cookie-bite:before {
  content: "\f564"; }

.tgr-icon-copy:before {
  content: "\f0c5"; }

.tgr-icon-copyright:before {
  content: "\f1f9"; }

.tgr-icon-couch:before {
  content: "\f4b8"; }

.tgr-icon-cpanel:before {
  content: "\f388"; }

.tgr-icon-creative-commons:before {
  content: "\f25e"; }

.tgr-icon-creative-commons-by:before {
  content: "\f4e7"; }

.tgr-icon-creative-commons-nc:before {
  content: "\f4e8"; }

.tgr-icon-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.tgr-icon-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.tgr-icon-creative-commons-nd:before {
  content: "\f4eb"; }

.tgr-icon-creative-commons-pd:before {
  content: "\f4ec"; }

.tgr-icon-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.tgr-icon-creative-commons-remix:before {
  content: "\f4ee"; }

.tgr-icon-creative-commons-sa:before {
  content: "\f4ef"; }

.tgr-icon-creative-commons-sampling:before {
  content: "\f4f0"; }

.tgr-icon-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.tgr-icon-creative-commons-share:before {
  content: "\f4f2"; }

.tgr-icon-creative-commons-zero:before {
  content: "\f4f3"; }

.tgr-icon-credit-card:before {
  content: "\f09d"; }

.tgr-icon-critical-role:before {
  content: "\f6c9"; }

.tgr-icon-crop:before {
  content: "\f125"; }

.tgr-icon-crop-alt:before {
  content: "\f565"; }

.tgr-icon-cross:before {
  content: "\f654"; }

.tgr-icon-crosshairs:before {
  content: "\f05b"; }

.tgr-icon-crow:before {
  content: "\f520"; }

.tgr-icon-crown:before {
  content: "\f521"; }

.tgr-icon-crutch:before {
  content: "\f7f7"; }

.tgr-icon-css3:before {
  content: "\f13c"; }

.tgr-icon-css3-alt:before {
  content: "\f38b"; }

.tgr-icon-cube:before {
  content: "\f1b2"; }

.tgr-icon-cubes:before {
  content: "\f1b3"; }

.tgr-icon-cut:before {
  content: "\f0c4"; }

.tgr-icon-cuttlefish:before {
  content: "\f38c"; }

.tgr-icon-d-and-d:before {
  content: "\f38d"; }

.tgr-icon-d-and-d-beyond:before {
  content: "\f6ca"; }

.tgr-icon-dashcube:before {
  content: "\f210"; }

.tgr-icon-database:before {
  content: "\f1c0"; }

.tgr-icon-deaf:before {
  content: "\f2a4"; }

.tgr-icon-delicious:before {
  content: "\f1a5"; }

.tgr-icon-democrat:before {
  content: "\f747"; }

.tgr-icon-deploydog:before {
  content: "\f38e"; }

.tgr-icon-deskpro:before {
  content: "\f38f"; }

.tgr-icon-desktop:before {
  content: "\f108"; }

.tgr-icon-dev:before {
  content: "\f6cc"; }

.tgr-icon-deviantart:before {
  content: "\f1bd"; }

.tgr-icon-dharmachakra:before {
  content: "\f655"; }

.tgr-icon-dhl:before {
  content: "\f790"; }

.tgr-icon-diagnoses:before {
  content: "\f470"; }

.tgr-icon-diaspora:before {
  content: "\f791"; }

.tgr-icon-dice:before {
  content: "\f522"; }

.tgr-icon-dice-d20:before {
  content: "\f6cf"; }

.tgr-icon-dice-d6:before {
  content: "\f6d1"; }

.tgr-icon-dice-five:before {
  content: "\f523"; }

.tgr-icon-dice-four:before {
  content: "\f524"; }

.tgr-icon-dice-one:before {
  content: "\f525"; }

.tgr-icon-dice-six:before {
  content: "\f526"; }

.tgr-icon-dice-three:before {
  content: "\f527"; }

.tgr-icon-dice-two:before {
  content: "\f528"; }

.tgr-icon-digg:before {
  content: "\f1a6"; }

.tgr-icon-digital-ocean:before {
  content: "\f391"; }

.tgr-icon-digital-tachograph:before {
  content: "\f566"; }

.tgr-icon-directions:before {
  content: "\f5eb"; }

.tgr-icon-discord:before {
  content: "\f392"; }

.tgr-icon-discourse:before {
  content: "\f393"; }

.tgr-icon-divide:before {
  content: "\f529"; }

.tgr-icon-dizzy:before {
  content: "\f567"; }

.tgr-icon-dna:before {
  content: "\f471"; }

.tgr-icon-dochub:before {
  content: "\f394"; }

.tgr-icon-docker:before {
  content: "\f395"; }

.tgr-icon-dog:before {
  content: "\f6d3"; }

.tgr-icon-dollar-sign:before {
  content: "\f155"; }

.tgr-icon-dolly:before {
  content: "\f472"; }

.tgr-icon-dolly-flatbed:before {
  content: "\f474"; }

.tgr-icon-donate:before {
  content: "\f4b9"; }

.tgr-icon-door-closed:before {
  content: "\f52a"; }

.tgr-icon-door-open:before {
  content: "\f52b"; }

.tgr-icon-dot-circle:before {
  content: "\f192"; }

.tgr-icon-dove:before {
  content: "\f4ba"; }

.tgr-icon-download:before {
  content: "\f019"; }

.tgr-icon-draft2digital:before {
  content: "\f396"; }

.tgr-icon-drafting-compass:before {
  content: "\f568"; }

.tgr-icon-dragon:before {
  content: "\f6d5"; }

.tgr-icon-draw-polygon:before {
  content: "\f5ee"; }

.tgr-icon-dribbble:before {
  content: "\f17d"; }

.tgr-icon-dribbble-square:before {
  content: "\f397"; }

.tgr-icon-dropbox:before {
  content: "\f16b"; }

.tgr-icon-drum:before {
  content: "\f569"; }

.tgr-icon-drum-steelpan:before {
  content: "\f56a"; }

.tgr-icon-drumstick-bite:before {
  content: "\f6d7"; }

.tgr-icon-drupal:before {
  content: "\f1a9"; }

.tgr-icon-dumbbell:before {
  content: "\f44b"; }

.tgr-icon-dumpster:before {
  content: "\f793"; }

.tgr-icon-dumpster-fire:before {
  content: "\f794"; }

.tgr-icon-dungeon:before {
  content: "\f6d9"; }

.tgr-icon-dyalog:before {
  content: "\f399"; }

.tgr-icon-earlybirds:before {
  content: "\f39a"; }

.tgr-icon-ebay:before {
  content: "\f4f4"; }

.tgr-icon-edge:before {
  content: "\f282"; }

.tgr-icon-edit:before {
  content: "\f044"; }

.tgr-icon-egg:before {
  content: "\f7fb"; }

.tgr-icon-eject:before {
  content: "\f052"; }

.tgr-icon-elementor:before {
  content: "\f430"; }

.tgr-icon-ellipsis-h:before {
  content: "\f141"; }

.tgr-icon-ellipsis-v:before {
  content: "\f142"; }

.tgr-icon-ello:before {
  content: "\f5f1"; }

.tgr-icon-ember:before {
  content: "\f423"; }

.tgr-icon-empire:before {
  content: "\f1d1"; }

.tgr-icon-envelope:before {
  content: "\f0e0"; }

.tgr-icon-envelope-open:before {
  content: "\f2b6"; }

.tgr-icon-envelope-open-text:before {
  content: "\f658"; }

.tgr-icon-envelope-square:before {
  content: "\f199"; }

.tgr-icon-envira:before {
  content: "\f299"; }

.tgr-icon-equals:before {
  content: "\f52c"; }

.tgr-icon-eraser:before {
  content: "\f12d"; }

.tgr-icon-erlang:before {
  content: "\f39d"; }

.tgr-icon-ethereum:before {
  content: "\f42e"; }

.tgr-icon-ethernet:before {
  content: "\f796"; }

.tgr-icon-etsy:before {
  content: "\f2d7"; }

.tgr-icon-euro-sign:before {
  content: "\f153"; }

.tgr-icon-evernote:before {
  content: "\f839"; }

.tgr-icon-exchange-alt:before {
  content: "\f362"; }

.tgr-icon-exclamation:before {
  content: "\f12a"; }

.tgr-icon-exclamation-circle:before {
  content: "\f06a"; }

.tgr-icon-exclamation-triangle:before {
  content: "\f071"; }

.tgr-icon-expand:before {
  content: "\f065"; }

.tgr-icon-expand-arrows-alt:before {
  content: "\f31e"; }

.tgr-icon-expeditedssl:before {
  content: "\f23e"; }

.tgr-icon-external-link-alt:before {
  content: "\f35d"; }

.tgr-icon-external-link-square-alt:before {
  content: "\f360"; }

.tgr-icon-eye:before {
  content: "\f06e"; }

.tgr-icon-eye-dropper:before {
  content: "\f1fb"; }

.tgr-icon-eye-slash:before {
  content: "\f070"; }

.tgr-icon-facebook:before {
  content: "\f09a"; }

.tgr-icon-facebook-f:before {
  content: "\f39e"; }

.tgr-icon-facebook-messenger:before {
  content: "\f39f"; }

.tgr-icon-facebook-square:before {
  content: "\f082"; }

.tgr-icon-fantasy-flight-games:before {
  content: "\f6dc"; }

.tgr-icon-fast-backward:before {
  content: "\f049"; }

.tgr-icon-fast-forward:before {
  content: "\f050"; }

.tgr-icon-fax:before {
  content: "\f1ac"; }

.tgr-icon-feather:before {
  content: "\f52d"; }

.tgr-icon-feather-alt:before {
  content: "\f56b"; }

.tgr-icon-fedex:before {
  content: "\f797"; }

.tgr-icon-fedora:before {
  content: "\f798"; }

.tgr-icon-female:before {
  content: "\f182"; }

.tgr-icon-fighter-jet:before {
  content: "\f0fb"; }

.tgr-icon-figma:before {
  content: "\f799"; }

.tgr-icon-file:before {
  content: "\f15b"; }

.tgr-icon-file-alt:before {
  content: "\f15c"; }

.tgr-icon-file-archive:before {
  content: "\f1c6"; }

.tgr-icon-file-audio:before {
  content: "\f1c7"; }

.tgr-icon-file-code:before {
  content: "\f1c9"; }

.tgr-icon-file-contract:before {
  content: "\f56c"; }

.tgr-icon-file-csv:before {
  content: "\f6dd"; }

.tgr-icon-file-download:before {
  content: "\f56d"; }

.tgr-icon-file-excel:before {
  content: "\f1c3"; }

.tgr-icon-file-export:before {
  content: "\f56e"; }

.tgr-icon-file-image:before {
  content: "\f1c5"; }

.tgr-icon-file-import:before {
  content: "\f56f"; }

.tgr-icon-file-invoice:before {
  content: "\f570"; }

.tgr-icon-file-invoice-dollar:before {
  content: "\f571"; }

.tgr-icon-file-medical:before {
  content: "\f477"; }

.tgr-icon-file-medical-alt:before {
  content: "\f478"; }

.tgr-icon-file-pdf:before {
  content: "\f1c1"; }

.tgr-icon-file-powerpoint:before {
  content: "\f1c4"; }

.tgr-icon-file-prescription:before {
  content: "\f572"; }

.tgr-icon-file-signature:before {
  content: "\f573"; }

.tgr-icon-file-upload:before {
  content: "\f574"; }

.tgr-icon-file-video:before {
  content: "\f1c8"; }

.tgr-icon-file-word:before {
  content: "\f1c2"; }

.tgr-icon-fill:before {
  content: "\f575"; }

.tgr-icon-fill-drip:before {
  content: "\f576"; }

.tgr-icon-film:before {
  content: "\f008"; }

.tgr-icon-filter:before {
  content: "\f0b0"; }

.tgr-icon-fingerprint:before {
  content: "\f577"; }

.tgr-icon-fire:before {
  content: "\f06d"; }

.tgr-icon-fire-alt:before {
  content: "\f7e4"; }

.tgr-icon-fire-extinguisher:before {
  content: "\f134"; }

.tgr-icon-firefox:before {
  content: "\f269"; }

.tgr-icon-first-aid:before {
  content: "\f479"; }

.tgr-icon-first-order:before {
  content: "\f2b0"; }

.tgr-icon-first-order-alt:before {
  content: "\f50a"; }

.tgr-icon-firstdraft:before {
  content: "\f3a1"; }

.tgr-icon-fish:before {
  content: "\f578"; }

.tgr-icon-fist-raised:before {
  content: "\f6de"; }

.tgr-icon-flag:before {
  content: "\f024"; }

.tgr-icon-flag-checkered:before {
  content: "\f11e"; }

.tgr-icon-flag-usa:before {
  content: "\f74d"; }

.tgr-icon-flask:before {
  content: "\f0c3"; }

.tgr-icon-flickr:before {
  content: "\f16e"; }

.tgr-icon-flipboard:before {
  content: "\f44d"; }

.tgr-icon-flushed:before {
  content: "\f579"; }

.tgr-icon-fly:before {
  content: "\f417"; }

.tgr-icon-folder:before {
  content: "\f07b"; }

.tgr-icon-folder-minus:before {
  content: "\f65d"; }

.tgr-icon-folder-open:before {
  content: "\f07c"; }

.tgr-icon-folder-plus:before {
  content: "\f65e"; }

.tgr-icon-font:before {
  content: "\f031"; }

.tgr-icon-font-awesome:before {
  content: "\f2b4"; }

.tgr-icon-font-awesome-alt:before {
  content: "\f35c"; }

.tgr-icon-font-awesome-flag:before {
  content: "\f425"; }

.tgr-icon-font-awesome-logo-full:before {
  content: "\f4e6"; }

.tgr-icon-fonticons:before {
  content: "\f280"; }

.tgr-icon-fonticons-fi:before {
  content: "\f3a2"; }

.tgr-icon-football-ball:before {
  content: "\f44e"; }

.tgr-icon-fort-awesome:before {
  content: "\f286"; }

.tgr-icon-fort-awesome-alt:before {
  content: "\f3a3"; }

.tgr-icon-forumbee:before {
  content: "\f211"; }

.tgr-icon-forward:before {
  content: "\f04e"; }

.tgr-icon-foursquare:before {
  content: "\f180"; }

.tgr-icon-free-code-camp:before {
  content: "\f2c5"; }

.tgr-icon-freebsd:before {
  content: "\f3a4"; }

.tgr-icon-frog:before {
  content: "\f52e"; }

.tgr-icon-frown:before {
  content: "\f119"; }

.tgr-icon-frown-open:before {
  content: "\f57a"; }

.tgr-icon-fulcrum:before {
  content: "\f50b"; }

.tgr-icon-funnel-dollar:before {
  content: "\f662"; }

.tgr-icon-futbol:before {
  content: "\f1e3"; }

.tgr-icon-galactic-republic:before {
  content: "\f50c"; }

.tgr-icon-galactic-senate:before {
  content: "\f50d"; }

.tgr-icon-gamepad:before {
  content: "\f11b"; }

.tgr-icon-gas-pump:before {
  content: "\f52f"; }

.tgr-icon-gavel:before {
  content: "\f0e3"; }

.tgr-icon-gem:before {
  content: "\f3a5"; }

.tgr-icon-genderless:before {
  content: "\f22d"; }

.tgr-icon-get-pocket:before {
  content: "\f265"; }

.tgr-icon-gg:before {
  content: "\f260"; }

.tgr-icon-gg-circle:before {
  content: "\f261"; }

.tgr-icon-ghost:before {
  content: "\f6e2"; }

.tgr-icon-gift:before {
  content: "\f06b"; }

.tgr-icon-gifts:before {
  content: "\f79c"; }

.tgr-icon-git:before {
  content: "\f1d3"; }

.tgr-icon-git-square:before {
  content: "\f1d2"; }

.tgr-icon-github:before {
  content: "\f09b"; }

.tgr-icon-github-alt:before {
  content: "\f113"; }

.tgr-icon-github-square:before {
  content: "\f092"; }

.tgr-icon-gitkraken:before {
  content: "\f3a6"; }

.tgr-icon-gitlab:before {
  content: "\f296"; }

.tgr-icon-gitter:before {
  content: "\f426"; }

.tgr-icon-glass-cheers:before {
  content: "\f79f"; }

.tgr-icon-glass-martini:before {
  content: "\f000"; }

.tgr-icon-glass-martini-alt:before {
  content: "\f57b"; }

.tgr-icon-glass-whiskey:before {
  content: "\f7a0"; }

.tgr-icon-glasses:before {
  content: "\f530"; }

.tgr-icon-glide:before {
  content: "\f2a5"; }

.tgr-icon-glide-g:before {
  content: "\f2a6"; }

.tgr-icon-globe:before {
  content: "\f0ac"; }

.tgr-icon-globe-africa:before {
  content: "\f57c"; }

.tgr-icon-globe-americas:before {
  content: "\f57d"; }

.tgr-icon-globe-asia:before {
  content: "\f57e"; }

.tgr-icon-globe-europe:before {
  content: "\f7a2"; }

.tgr-icon-gofore:before {
  content: "\f3a7"; }

.tgr-icon-golf-ball:before {
  content: "\f450"; }

.tgr-icon-goodreads:before {
  content: "\f3a8"; }

.tgr-icon-goodreads-g:before {
  content: "\f3a9"; }

.tgr-icon-google:before {
  content: "\f1a0"; }

.tgr-icon-google-drive:before {
  content: "\f3aa"; }

.tgr-icon-google-play:before {
  content: "\f3ab"; }

.tgr-icon-google-plus:before {
  content: "\f2b3"; }

.tgr-icon-google-plus-g:before {
  content: "\f0d5"; }

.tgr-icon-google-plus-square:before {
  content: "\f0d4"; }

.tgr-icon-google-wallet:before {
  content: "\f1ee"; }

.tgr-icon-gopuram:before {
  content: "\f664"; }

.tgr-icon-graduation-cap:before {
  content: "\f19d"; }

.tgr-icon-gratipay:before {
  content: "\f184"; }

.tgr-icon-grav:before {
  content: "\f2d6"; }

.tgr-icon-greater-than:before {
  content: "\f531"; }

.tgr-icon-greater-than-equal:before {
  content: "\f532"; }

.tgr-icon-grimace:before {
  content: "\f57f"; }

.tgr-icon-grin:before {
  content: "\f580"; }

.tgr-icon-grin-alt:before {
  content: "\f581"; }

.tgr-icon-grin-beam:before {
  content: "\f582"; }

.tgr-icon-grin-beam-sweat:before {
  content: "\f583"; }

.tgr-icon-grin-hearts:before {
  content: "\f584"; }

.tgr-icon-grin-squint:before {
  content: "\f585"; }

.tgr-icon-grin-squint-tears:before {
  content: "\f586"; }

.tgr-icon-grin-stars:before {
  content: "\f587"; }

.tgr-icon-grin-tears:before {
  content: "\f588"; }

.tgr-icon-grin-tongue:before {
  content: "\f589"; }

.tgr-icon-grin-tongue-squint:before {
  content: "\f58a"; }

.tgr-icon-grin-tongue-wink:before {
  content: "\f58b"; }

.tgr-icon-grin-wink:before {
  content: "\f58c"; }

.tgr-icon-grip-horizontal:before {
  content: "\f58d"; }

.tgr-icon-grip-lines:before {
  content: "\f7a4"; }

.tgr-icon-grip-lines-vertical:before {
  content: "\f7a5"; }

.tgr-icon-grip-vertical:before {
  content: "\f58e"; }

.tgr-icon-gripfire:before {
  content: "\f3ac"; }

.tgr-icon-grunt:before {
  content: "\f3ad"; }

.tgr-icon-guitar:before {
  content: "\f7a6"; }

.tgr-icon-gulp:before {
  content: "\f3ae"; }

.tgr-icon-h-square:before {
  content: "\f0fd"; }

.tgr-icon-hacker-news:before {
  content: "\f1d4"; }

.tgr-icon-hacker-news-square:before {
  content: "\f3af"; }

.tgr-icon-hackerrank:before {
  content: "\f5f7"; }

.tgr-icon-hamburger:before {
  content: "\f805"; }

.tgr-icon-hammer:before {
  content: "\f6e3"; }

.tgr-icon-hamsa:before {
  content: "\f665"; }

.tgr-icon-hand-holding:before {
  content: "\f4bd"; }

.tgr-icon-hand-holding-heart:before {
  content: "\f4be"; }

.tgr-icon-hand-holding-usd:before {
  content: "\f4c0"; }

.tgr-icon-hand-lizard:before {
  content: "\f258"; }

.tgr-icon-hand-middle-finger:before {
  content: "\f806"; }

.tgr-icon-hand-paper:before {
  content: "\f256"; }

.tgr-icon-hand-peace:before {
  content: "\f25b"; }

.tgr-icon-hand-point-down:before {
  content: "\f0a7"; }

.tgr-icon-hand-point-left:before {
  content: "\f0a5"; }

.tgr-icon-hand-point-right:before {
  content: "\f0a4"; }

.tgr-icon-hand-point-up:before {
  content: "\f0a6"; }

.tgr-icon-hand-pointer:before {
  content: "\f25a"; }

.tgr-icon-hand-rock:before {
  content: "\f255"; }

.tgr-icon-hand-scissors:before {
  content: "\f257"; }

.tgr-icon-hand-spock:before {
  content: "\f259"; }

.tgr-icon-hands:before {
  content: "\f4c2"; }

.tgr-icon-hands-helping:before {
  content: "\f4c4"; }

.tgr-icon-handshake:before {
  content: "\f2b5"; }

.tgr-icon-hanukiah:before {
  content: "\f6e6"; }

.tgr-icon-hard-hat:before {
  content: "\f807"; }

.tgr-icon-hashtag:before {
  content: "\f292"; }

.tgr-icon-hat-wizard:before {
  content: "\f6e8"; }

.tgr-icon-haykal:before {
  content: "\f666"; }

.tgr-icon-hdd:before {
  content: "\f0a0"; }

.tgr-icon-heading:before {
  content: "\f1dc"; }

.tgr-icon-headphones:before {
  content: "\f025"; }

.tgr-icon-headphones-alt:before {
  content: "\f58f"; }

.tgr-icon-headset:before {
  content: "\f590"; }

.tgr-icon-heart:before {
  content: "\f004"; }

.tgr-icon-heart-broken:before {
  content: "\f7a9"; }

.tgr-icon-heartbeat:before {
  content: "\f21e"; }

.tgr-icon-helicopter:before {
  content: "\f533"; }

.tgr-icon-highlighter:before {
  content: "\f591"; }

.tgr-icon-hiking:before {
  content: "\f6ec"; }

.tgr-icon-hippo:before {
  content: "\f6ed"; }

.tgr-icon-hips:before {
  content: "\f452"; }

.tgr-icon-hire-a-helper:before {
  content: "\f3b0"; }

.tgr-icon-history:before {
  content: "\f1da"; }

.tgr-icon-hockey-puck:before {
  content: "\f453"; }

.tgr-icon-holly-berry:before {
  content: "\f7aa"; }

.tgr-icon-home:before {
  content: "\f015"; }

.tgr-icon-hooli:before {
  content: "\f427"; }

.tgr-icon-hornbill:before {
  content: "\f592"; }

.tgr-icon-horse:before {
  content: "\f6f0"; }

.tgr-icon-horse-head:before {
  content: "\f7ab"; }

.tgr-icon-hospital:before {
  content: "\f0f8"; }

.tgr-icon-hospital-alt:before {
  content: "\f47d"; }

.tgr-icon-hospital-symbol:before {
  content: "\f47e"; }

.tgr-icon-hot-tub:before {
  content: "\f593"; }

.tgr-icon-hotdog:before {
  content: "\f80f"; }

.tgr-icon-hotel:before {
  content: "\f594"; }

.tgr-icon-hotjar:before {
  content: "\f3b1"; }

.tgr-icon-hourglass:before {
  content: "\f254"; }

.tgr-icon-hourglass-end:before {
  content: "\f253"; }

.tgr-icon-hourglass-half:before {
  content: "\f252"; }

.tgr-icon-hourglass-start:before {
  content: "\f251"; }

.tgr-icon-house-damage:before {
  content: "\f6f1"; }

.tgr-icon-houzz:before {
  content: "\f27c"; }

.tgr-icon-hryvnia:before {
  content: "\f6f2"; }

.tgr-icon-html5:before {
  content: "\f13b"; }

.tgr-icon-hubspot:before {
  content: "\f3b2"; }

.tgr-icon-i-cursor:before {
  content: "\f246"; }

.tgr-icon-ice-cream:before {
  content: "\f810"; }

.tgr-icon-icicles:before {
  content: "\f7ad"; }

.tgr-icon-id-badge:before {
  content: "\f2c1"; }

.tgr-icon-id-card:before {
  content: "\f2c2"; }

.tgr-icon-id-card-alt:before {
  content: "\f47f"; }

.tgr-icon-igloo:before {
  content: "\f7ae"; }

.tgr-icon-image:before {
  content: "\f03e"; }

.tgr-icon-images:before {
  content: "\f302"; }

.tgr-icon-imdb:before {
  content: "\f2d8"; }

.tgr-icon-inbox:before {
  content: "\f01c"; }

.tgr-icon-indent:before {
  content: "\f03c"; }

.tgr-icon-industry:before {
  content: "\f275"; }

.tgr-icon-infinity:before {
  content: "\f534"; }

.tgr-icon-info:before {
  content: "\f129"; }

.tgr-icon-info-circle:before {
  content: "\f05a"; }

.tgr-icon-instagram:before {
  content: "\f16d"; }

.tgr-icon-intercom:before {
  content: "\f7af"; }

.tgr-icon-internet-explorer:before {
  content: "\f26b"; }

.tgr-icon-invision:before {
  content: "\f7b0"; }

.tgr-icon-ioxhost:before {
  content: "\f208"; }

.tgr-icon-italic:before {
  content: "\f033"; }

.tgr-icon-itch-io:before {
  content: "\f83a"; }

.tgr-icon-itunes:before {
  content: "\f3b4"; }

.tgr-icon-itunes-note:before {
  content: "\f3b5"; }

.tgr-icon-java:before {
  content: "\f4e4"; }

.tgr-icon-jedi:before {
  content: "\f669"; }

.tgr-icon-jedi-order:before {
  content: "\f50e"; }

.tgr-icon-jenkins:before {
  content: "\f3b6"; }

.tgr-icon-jira:before {
  content: "\f7b1"; }

.tgr-icon-joget:before {
  content: "\f3b7"; }

.tgr-icon-joint:before {
  content: "\f595"; }

.tgr-icon-joomla:before {
  content: "\f1aa"; }

.tgr-icon-journal-whills:before {
  content: "\f66a"; }

.tgr-icon-js:before {
  content: "\f3b8"; }

.tgr-icon-js-square:before {
  content: "\f3b9"; }

.tgr-icon-jsfiddle:before {
  content: "\f1cc"; }

.tgr-icon-kaaba:before {
  content: "\f66b"; }

.tgr-icon-kaggle:before {
  content: "\f5fa"; }

.tgr-icon-key:before {
  content: "\f084"; }

.tgr-icon-keybase:before {
  content: "\f4f5"; }

.tgr-icon-keyboard:before {
  content: "\f11c"; }

.tgr-icon-keycdn:before {
  content: "\f3ba"; }

.tgr-icon-khanda:before {
  content: "\f66d"; }

.tgr-icon-kickstarter:before {
  content: "\f3bb"; }

.tgr-icon-kickstarter-k:before {
  content: "\f3bc"; }

.tgr-icon-kiss:before {
  content: "\f596"; }

.tgr-icon-kiss-beam:before {
  content: "\f597"; }

.tgr-icon-kiss-wink-heart:before {
  content: "\f598"; }

.tgr-icon-kiwi-bird:before {
  content: "\f535"; }

.tgr-icon-korvue:before {
  content: "\f42f"; }

.tgr-icon-landmark:before {
  content: "\f66f"; }

.tgr-icon-language:before {
  content: "\f1ab"; }

.tgr-icon-laptop:before {
  content: "\f109"; }

.tgr-icon-laptop-code:before {
  content: "\f5fc"; }

.tgr-icon-laptop-medical:before {
  content: "\f812"; }

.tgr-icon-laravel:before {
  content: "\f3bd"; }

.tgr-icon-lastfm:before {
  content: "\f202"; }

.tgr-icon-lastfm-square:before {
  content: "\f203"; }

.tgr-icon-laugh:before {
  content: "\f599"; }

.tgr-icon-laugh-beam:before {
  content: "\f59a"; }

.tgr-icon-laugh-squint:before {
  content: "\f59b"; }

.tgr-icon-laugh-wink:before {
  content: "\f59c"; }

.tgr-icon-layer-group:before {
  content: "\f5fd"; }

.tgr-icon-leaf:before {
  content: "\f06c"; }

.tgr-icon-leanpub:before {
  content: "\f212"; }

.tgr-icon-lemon:before {
  content: "\f094"; }

.tgr-icon-less:before {
  content: "\f41d"; }

.tgr-icon-less-than:before {
  content: "\f536"; }

.tgr-icon-less-than-equal:before {
  content: "\f537"; }

.tgr-icon-level-down-alt:before {
  content: "\f3be"; }

.tgr-icon-level-up-alt:before {
  content: "\f3bf"; }

.tgr-icon-life-ring:before {
  content: "\f1cd"; }

.tgr-icon-lightbulb:before {
  content: "\f0eb"; }

.tgr-icon-line:before {
  content: "\f3c0"; }

.tgr-icon-link:before {
  content: "\f0c1"; }

.tgr-icon-linkedin:before {
  content: "\f08c"; }

.tgr-icon-linkedin-in:before {
  content: "\f0e1"; }

.tgr-icon-linode:before {
  content: "\f2b8"; }

.tgr-icon-linux:before {
  content: "\f17c"; }

.tgr-icon-lira-sign:before {
  content: "\f195"; }

.tgr-icon-list:before {
  content: "\f03a"; }

.tgr-icon-list-alt:before {
  content: "\f022"; }

.tgr-icon-list-ol:before {
  content: "\f0cb"; }

.tgr-icon-list-ul:before {
  content: "\f0ca"; }

.tgr-icon-location-arrow:before {
  content: "\f124"; }

.tgr-icon-lock:before {
  content: "\f023"; }

.tgr-icon-lock-open:before {
  content: "\f3c1"; }

.tgr-icon-long-arrow-alt-down:before {
  content: "\f309"; }

.tgr-icon-long-arrow-alt-left:before {
  content: "\f30a"; }

.tgr-icon-long-arrow-alt-right:before {
  content: "\f30b"; }

.tgr-icon-long-arrow-alt-up:before {
  content: "\f30c"; }

.tgr-icon-low-vision:before {
  content: "\f2a8"; }

.tgr-icon-luggage-cart:before {
  content: "\f59d"; }

.tgr-icon-lyft:before {
  content: "\f3c3"; }

.tgr-icon-magento:before {
  content: "\f3c4"; }

.tgr-icon-magic:before {
  content: "\f0d0"; }

.tgr-icon-magnet:before {
  content: "\f076"; }

.tgr-icon-mail-bulk:before {
  content: "\f674"; }

.tgr-icon-mailchimp:before {
  content: "\f59e"; }

.tgr-icon-male:before {
  content: "\f183"; }

.tgr-icon-mandalorian:before {
  content: "\f50f"; }

.tgr-icon-map:before {
  content: "\f279"; }

.tgr-icon-map-marked:before {
  content: "\f59f"; }

.tgr-icon-map-marked-alt:before {
  content: "\f5a0"; }

.tgr-icon-map-marker:before {
  content: "\f041"; }

.tgr-icon-map-marker-alt:before {
  content: "\f3c5"; }

.tgr-icon-map-pin:before {
  content: "\f276"; }

.tgr-icon-map-signs:before {
  content: "\f277"; }

.tgr-icon-markdown:before {
  content: "\f60f"; }

.tgr-icon-marker:before {
  content: "\f5a1"; }

.tgr-icon-mars:before {
  content: "\f222"; }

.tgr-icon-mars-double:before {
  content: "\f227"; }

.tgr-icon-mars-stroke:before {
  content: "\f229"; }

.tgr-icon-mars-stroke-h:before {
  content: "\f22b"; }

.tgr-icon-mars-stroke-v:before {
  content: "\f22a"; }

.tgr-icon-mask:before {
  content: "\f6fa"; }

.tgr-icon-mastodon:before {
  content: "\f4f6"; }

.tgr-icon-maxcdn:before {
  content: "\f136"; }

.tgr-icon-medal:before {
  content: "\f5a2"; }

.tgr-icon-medapps:before {
  content: "\f3c6"; }

.tgr-icon-medium:before {
  content: "\f23a"; }

.tgr-icon-medium-m:before {
  content: "\f3c7"; }

.tgr-icon-medkit:before {
  content: "\f0fa"; }

.tgr-icon-medrt:before {
  content: "\f3c8"; }

.tgr-icon-meetup:before {
  content: "\f2e0"; }

.tgr-icon-megaport:before {
  content: "\f5a3"; }

.tgr-icon-meh:before {
  content: "\f11a"; }

.tgr-icon-meh-blank:before {
  content: "\f5a4"; }

.tgr-icon-meh-rolling-eyes:before {
  content: "\f5a5"; }

.tgr-icon-memory:before {
  content: "\f538"; }

.tgr-icon-mendeley:before {
  content: "\f7b3"; }

.tgr-icon-menorah:before {
  content: "\f676"; }

.tgr-icon-mercury:before {
  content: "\f223"; }

.tgr-icon-meteor:before {
  content: "\f753"; }

.tgr-icon-microchip:before {
  content: "\f2db"; }

.tgr-icon-microphone:before {
  content: "\f130"; }

.tgr-icon-microphone-alt:before {
  content: "\f3c9"; }

.tgr-icon-microphone-alt-slash:before {
  content: "\f539"; }

.tgr-icon-microphone-slash:before {
  content: "\f131"; }

.tgr-icon-microscope:before {
  content: "\f610"; }

.tgr-icon-microsoft:before {
  content: "\f3ca"; }

.tgr-icon-minus:before {
  content: "\f068"; }

.tgr-icon-minus-circle:before {
  content: "\f056"; }

.tgr-icon-minus-square:before {
  content: "\f146"; }

.tgr-icon-mitten:before {
  content: "\f7b5"; }

.tgr-icon-mix:before {
  content: "\f3cb"; }

.tgr-icon-mixcloud:before {
  content: "\f289"; }

.tgr-icon-mizuni:before {
  content: "\f3cc"; }

.tgr-icon-mobile:before {
  content: "\f10b"; }

.tgr-icon-mobile-alt:before {
  content: "\f3cd"; }

.tgr-icon-modx:before {
  content: "\f285"; }

.tgr-icon-monero:before {
  content: "\f3d0"; }

.tgr-icon-money-bill:before {
  content: "\f0d6"; }

.tgr-icon-money-bill-alt:before {
  content: "\f3d1"; }

.tgr-icon-money-bill-wave:before {
  content: "\f53a"; }

.tgr-icon-money-bill-wave-alt:before {
  content: "\f53b"; }

.tgr-icon-money-check:before {
  content: "\f53c"; }

.tgr-icon-money-check-alt:before {
  content: "\f53d"; }

.tgr-icon-monument:before {
  content: "\f5a6"; }

.tgr-icon-moon:before {
  content: "\f186"; }

.tgr-icon-mortar-pestle:before {
  content: "\f5a7"; }

.tgr-icon-mosque:before {
  content: "\f678"; }

.tgr-icon-motorcycle:before {
  content: "\f21c"; }

.tgr-icon-mountain:before {
  content: "\f6fc"; }

.tgr-icon-mouse-pointer:before {
  content: "\f245"; }

.tgr-icon-mug-hot:before {
  content: "\f7b6"; }

.tgr-icon-music:before {
  content: "\f001"; }

.tgr-icon-napster:before {
  content: "\f3d2"; }

.tgr-icon-neos:before {
  content: "\f612"; }

.tgr-icon-network-wired:before {
  content: "\f6ff"; }

.tgr-icon-neuter:before {
  content: "\f22c"; }

.tgr-icon-newspaper:before {
  content: "\f1ea"; }

.tgr-icon-nimblr:before {
  content: "\f5a8"; }

.tgr-icon-nintendo-switch:before {
  content: "\f418"; }

.tgr-icon-node:before {
  content: "\f419"; }

.tgr-icon-node-js:before {
  content: "\f3d3"; }

.tgr-icon-not-equal:before {
  content: "\f53e"; }

.tgr-icon-notes-medical:before {
  content: "\f481"; }

.tgr-icon-npm:before {
  content: "\f3d4"; }

.tgr-icon-ns8:before {
  content: "\f3d5"; }

.tgr-icon-nutritionix:before {
  content: "\f3d6"; }

.tgr-icon-object-group:before {
  content: "\f247"; }

.tgr-icon-object-ungroup:before {
  content: "\f248"; }

.tgr-icon-odnoklassniki:before {
  content: "\f263"; }

.tgr-icon-odnoklassniki-square:before {
  content: "\f264"; }

.tgr-icon-oil-can:before {
  content: "\f613"; }

.tgr-icon-old-republic:before {
  content: "\f510"; }

.tgr-icon-om:before {
  content: "\f679"; }

.tgr-icon-opencart:before {
  content: "\f23d"; }

.tgr-icon-openid:before {
  content: "\f19b"; }

.tgr-icon-opera:before {
  content: "\f26a"; }

.tgr-icon-optin-monster:before {
  content: "\f23c"; }

.tgr-icon-osi:before {
  content: "\f41a"; }

.tgr-icon-otter:before {
  content: "\f700"; }

.tgr-icon-outdent:before {
  content: "\f03b"; }

.tgr-icon-page4:before {
  content: "\f3d7"; }

.tgr-icon-pagelines:before {
  content: "\f18c"; }

.tgr-icon-pager:before {
  content: "\f815"; }

.tgr-icon-paint-brush:before {
  content: "\f1fc"; }

.tgr-icon-paint-roller:before {
  content: "\f5aa"; }

.tgr-icon-palette:before {
  content: "\f53f"; }

.tgr-icon-palfed:before {
  content: "\f3d8"; }

.tgr-icon-pallet:before {
  content: "\f482"; }

.tgr-icon-paper-plane:before {
  content: "\f1d8"; }

.tgr-icon-paperclip:before {
  content: "\f0c6"; }

.tgr-icon-parachute-box:before {
  content: "\f4cd"; }

.tgr-icon-paragraph:before {
  content: "\f1dd"; }

.tgr-icon-parking:before {
  content: "\f540"; }

.tgr-icon-passport:before {
  content: "\f5ab"; }

.tgr-icon-pastafarianism:before {
  content: "\f67b"; }

.tgr-icon-paste:before {
  content: "\f0ea"; }

.tgr-icon-patreon:before {
  content: "\f3d9"; }

.tgr-icon-pause:before {
  content: "\f04c"; }

.tgr-icon-pause-circle:before {
  content: "\f28b"; }

.tgr-icon-paw:before {
  content: "\f1b0"; }

.tgr-icon-paypal:before {
  content: "\f1ed"; }

.tgr-icon-peace:before {
  content: "\f67c"; }

.tgr-icon-pen:before {
  content: "\f304"; }

.tgr-icon-pen-alt:before {
  content: "\f305"; }

.tgr-icon-pen-fancy:before {
  content: "\f5ac"; }

.tgr-icon-pen-nib:before {
  content: "\f5ad"; }

.tgr-icon-pen-square:before {
  content: "\f14b"; }

.tgr-icon-pencil-alt:before {
  content: "\f303"; }

.tgr-icon-pencil-ruler:before {
  content: "\f5ae"; }

.tgr-icon-penny-arcade:before {
  content: "\f704"; }

.tgr-icon-people-carry:before {
  content: "\f4ce"; }

.tgr-icon-pepper-hot:before {
  content: "\f816"; }

.tgr-icon-percent:before {
  content: "\f295"; }

.tgr-icon-percentage:before {
  content: "\f541"; }

.tgr-icon-periscope:before {
  content: "\f3da"; }

.tgr-icon-person-booth:before {
  content: "\f756"; }

.tgr-icon-phabricator:before {
  content: "\f3db"; }

.tgr-icon-phoenix-framework:before {
  content: "\f3dc"; }

.tgr-icon-phoenix-squadron:before {
  content: "\f511"; }

.tgr-icon-phone:before {
  content: "\f095"; }

.tgr-icon-phone-slash:before {
  content: "\f3dd"; }

.tgr-icon-phone-square:before {
  content: "\f098"; }

.tgr-icon-phone-volume:before {
  content: "\f2a0"; }

.tgr-icon-php:before {
  content: "\f457"; }

.tgr-icon-pied-piper:before {
  content: "\f2ae"; }

.tgr-icon-pied-piper-alt:before {
  content: "\f1a8"; }

.tgr-icon-pied-piper-hat:before {
  content: "\f4e5"; }

.tgr-icon-pied-piper-pp:before {
  content: "\f1a7"; }

.tgr-icon-piggy-bank:before {
  content: "\f4d3"; }

.tgr-icon-pills:before {
  content: "\f484"; }

.tgr-icon-pinterest:before {
  content: "\f0d2"; }

.tgr-icon-pinterest-p:before {
  content: "\f231"; }

.tgr-icon-pinterest-square:before {
  content: "\f0d3"; }

.tgr-icon-pizza-slice:before {
  content: "\f818"; }

.tgr-icon-place-of-worship:before {
  content: "\f67f"; }

.tgr-icon-plane:before {
  content: "\f072"; }

.tgr-icon-plane-arrival:before {
  content: "\f5af"; }

.tgr-icon-plane-departure:before {
  content: "\f5b0"; }

.tgr-icon-play:before {
  content: "\f04b"; }

.tgr-icon-play-circle:before {
  content: "\f144"; }

.tgr-icon-playstation:before {
  content: "\f3df"; }

.tgr-icon-plug:before {
  content: "\f1e6"; }

.tgr-icon-plus:before {
  content: "\f067"; }

.tgr-icon-plus-circle:before {
  content: "\f055"; }

.tgr-icon-plus-square:before {
  content: "\f0fe"; }

.tgr-icon-podcast:before {
  content: "\f2ce"; }

.tgr-icon-poll:before {
  content: "\f681"; }

.tgr-icon-poll-h:before {
  content: "\f682"; }

.tgr-icon-poo:before {
  content: "\f2fe"; }

.tgr-icon-poo-storm:before {
  content: "\f75a"; }

.tgr-icon-poop:before {
  content: "\f619"; }

.tgr-icon-portrait:before {
  content: "\f3e0"; }

.tgr-icon-pound-sign:before {
  content: "\f154"; }

.tgr-icon-power-off:before {
  content: "\f011"; }

.tgr-icon-pray:before {
  content: "\f683"; }

.tgr-icon-praying-hands:before {
  content: "\f684"; }

.tgr-icon-prescription:before {
  content: "\f5b1"; }

.tgr-icon-prescription-bottle:before {
  content: "\f485"; }

.tgr-icon-prescription-bottle-alt:before {
  content: "\f486"; }

.tgr-icon-print:before {
  content: "\f02f"; }

.tgr-icon-procedures:before {
  content: "\f487"; }

.tgr-icon-product-hunt:before {
  content: "\f288"; }

.tgr-icon-project-diagram:before {
  content: "\f542"; }

.tgr-icon-pushed:before {
  content: "\f3e1"; }

.tgr-icon-puzzle-piece:before {
  content: "\f12e"; }

.tgr-icon-python:before {
  content: "\f3e2"; }

.tgr-icon-qq:before {
  content: "\f1d6"; }

.tgr-icon-qrcode:before {
  content: "\f029"; }

.tgr-icon-question:before {
  content: "\f128"; }

.tgr-icon-question-circle:before {
  content: "\f059"; }

.tgr-icon-quidditch:before {
  content: "\f458"; }

.tgr-icon-quinscape:before {
  content: "\f459"; }

.tgr-icon-quora:before {
  content: "\f2c4"; }

.tgr-icon-quote-left:before {
  content: "\f10d"; }

.tgr-icon-quote-right:before {
  content: "\f10e"; }

.tgr-icon-quran:before {
  content: "\f687"; }

.tgr-icon-r-project:before {
  content: "\f4f7"; }

.tgr-icon-radiation:before {
  content: "\f7b9"; }

.tgr-icon-radiation-alt:before {
  content: "\f7ba"; }

.tgr-icon-rainbow:before {
  content: "\f75b"; }

.tgr-icon-random:before {
  content: "\f074"; }

.tgr-icon-raspberry-pi:before {
  content: "\f7bb"; }

.tgr-icon-ravelry:before {
  content: "\f2d9"; }

.tgr-icon-react:before {
  content: "\f41b"; }

.tgr-icon-reacteurope:before {
  content: "\f75d"; }

.tgr-icon-readme:before {
  content: "\f4d5"; }

.tgr-icon-rebel:before {
  content: "\f1d0"; }

.tgr-icon-receipt:before {
  content: "\f543"; }

.tgr-icon-recycle:before {
  content: "\f1b8"; }

.tgr-icon-red-river:before {
  content: "\f3e3"; }

.tgr-icon-reddit:before {
  content: "\f1a1"; }

.tgr-icon-reddit-alien:before {
  content: "\f281"; }

.tgr-icon-reddit-square:before {
  content: "\f1a2"; }

.tgr-icon-redhat:before {
  content: "\f7bc"; }

.tgr-icon-redo:before {
  content: "\f01e"; }

.tgr-icon-redo-alt:before {
  content: "\f2f9"; }

.tgr-icon-registered:before {
  content: "\f25d"; }

.tgr-icon-renren:before {
  content: "\f18b"; }

.tgr-icon-reply:before {
  content: "\f3e5"; }

.tgr-icon-reply-all:before {
  content: "\f122"; }

.tgr-icon-replyd:before {
  content: "\f3e6"; }

.tgr-icon-republican:before {
  content: "\f75e"; }

.tgr-icon-researchgate:before {
  content: "\f4f8"; }

.tgr-icon-resolving:before {
  content: "\f3e7"; }

.tgr-icon-restroom:before {
  content: "\f7bd"; }

.tgr-icon-retweet:before {
  content: "\f079"; }

.tgr-icon-rev:before {
  content: "\f5b2"; }

.tgr-icon-ribbon:before {
  content: "\f4d6"; }

.tgr-icon-ring:before {
  content: "\f70b"; }

.tgr-icon-road:before {
  content: "\f018"; }

.tgr-icon-robot:before {
  content: "\f544"; }

.tgr-icon-rocket:before {
  content: "\f135"; }

.tgr-icon-rocketchat:before {
  content: "\f3e8"; }

.tgr-icon-rockrms:before {
  content: "\f3e9"; }

.tgr-icon-route:before {
  content: "\f4d7"; }

.tgr-icon-rss:before {
  content: "\f09e"; }

.tgr-icon-rss-square:before {
  content: "\f143"; }

.tgr-icon-ruble-sign:before {
  content: "\f158"; }

.tgr-icon-ruler:before {
  content: "\f545"; }

.tgr-icon-ruler-combined:before {
  content: "\f546"; }

.tgr-icon-ruler-horizontal:before {
  content: "\f547"; }

.tgr-icon-ruler-vertical:before {
  content: "\f548"; }

.tgr-icon-running:before {
  content: "\f70c"; }

.tgr-icon-rupee-sign:before {
  content: "\f156"; }

.tgr-icon-sad-cry:before {
  content: "\f5b3"; }

.tgr-icon-sad-tear:before {
  content: "\f5b4"; }

.tgr-icon-safari:before {
  content: "\f267"; }

.tgr-icon-salesforce:before {
  content: "\f83b"; }

.tgr-icon-sass:before {
  content: "\f41e"; }

.tgr-icon-satellite:before {
  content: "\f7bf"; }

.tgr-icon-satellite-dish:before {
  content: "\f7c0"; }

.tgr-icon-save:before {
  content: "\f0c7"; }

.tgr-icon-schlix:before {
  content: "\f3ea"; }

.tgr-icon-school:before {
  content: "\f549"; }

.tgr-icon-screwdriver:before {
  content: "\f54a"; }

.tgr-icon-scribd:before {
  content: "\f28a"; }

.tgr-icon-scroll:before {
  content: "\f70e"; }

.tgr-icon-sd-card:before {
  content: "\f7c2"; }

.tgr-icon-search:before {
  content: "\f002"; }

.tgr-icon-search-dollar:before {
  content: "\f688"; }

.tgr-icon-search-location:before {
  content: "\f689"; }

.tgr-icon-search-minus:before {
  content: "\f010"; }

.tgr-icon-search-plus:before {
  content: "\f00e"; }

.tgr-icon-searchengin:before {
  content: "\f3eb"; }

.tgr-icon-seedling:before {
  content: "\f4d8"; }

.tgr-icon-sellcast:before {
  content: "\f2da"; }

.tgr-icon-sellsy:before {
  content: "\f213"; }

.tgr-icon-server:before {
  content: "\f233"; }

.tgr-icon-servicestack:before {
  content: "\f3ec"; }

.tgr-icon-shapes:before {
  content: "\f61f"; }

.tgr-icon-share:before {
  content: "\f064"; }

.tgr-icon-share-alt:before {
  content: "\f1e0"; }

.tgr-icon-share-alt-square:before {
  content: "\f1e1"; }

.tgr-icon-share-square:before {
  content: "\f14d"; }

.tgr-icon-shekel-sign:before {
  content: "\f20b"; }

.tgr-icon-shield-alt:before {
  content: "\f3ed"; }

.tgr-icon-ship:before {
  content: "\f21a"; }

.tgr-icon-shipping-fast:before {
  content: "\f48b"; }

.tgr-icon-shirtsinbulk:before {
  content: "\f214"; }

.tgr-icon-shoe-prints:before {
  content: "\f54b"; }

.tgr-icon-shopping-bag:before {
  content: "\f290"; }

.tgr-icon-shopping-basket:before {
  content: "\f291"; }

.tgr-icon-shopping-cart:before {
  content: "\f07a"; }

.tgr-icon-shopware:before {
  content: "\f5b5"; }

.tgr-icon-shower:before {
  content: "\f2cc"; }

.tgr-icon-shuttle-van:before {
  content: "\f5b6"; }

.tgr-icon-sign:before {
  content: "\f4d9"; }

.tgr-icon-sign-in-alt:before {
  content: "\f2f6"; }

.tgr-icon-sign-language:before {
  content: "\f2a7"; }

.tgr-icon-sign-out-alt:before {
  content: "\f2f5"; }

.tgr-icon-signal:before {
  content: "\f012"; }

.tgr-icon-signature:before {
  content: "\f5b7"; }

.tgr-icon-sim-card:before {
  content: "\f7c4"; }

.tgr-icon-simplybuilt:before {
  content: "\f215"; }

.tgr-icon-sistrix:before {
  content: "\f3ee"; }

.tgr-icon-sitemap:before {
  content: "\f0e8"; }

.tgr-icon-sith:before {
  content: "\f512"; }

.tgr-icon-skating:before {
  content: "\f7c5"; }

.tgr-icon-sketch:before {
  content: "\f7c6"; }

.tgr-icon-skiing:before {
  content: "\f7c9"; }

.tgr-icon-skiing-nordic:before {
  content: "\f7ca"; }

.tgr-icon-skull:before {
  content: "\f54c"; }

.tgr-icon-skull-crossbones:before {
  content: "\f714"; }

.tgr-icon-skyatlas:before {
  content: "\f216"; }

.tgr-icon-skype:before {
  content: "\f17e"; }

.tgr-icon-slack:before {
  content: "\f198"; }

.tgr-icon-slack-hash:before {
  content: "\f3ef"; }

.tgr-icon-slash:before {
  content: "\f715"; }

.tgr-icon-sleigh:before {
  content: "\f7cc"; }

.tgr-icon-sliders-h:before {
  content: "\f1de"; }

.tgr-icon-slideshare:before {
  content: "\f1e7"; }

.tgr-icon-smile:before {
  content: "\f118"; }

.tgr-icon-smile-beam:before {
  content: "\f5b8"; }

.tgr-icon-smile-wink:before {
  content: "\f4da"; }

.tgr-icon-smog:before {
  content: "\f75f"; }

.tgr-icon-smoking:before {
  content: "\f48d"; }

.tgr-icon-smoking-ban:before {
  content: "\f54d"; }

.tgr-icon-sms:before {
  content: "\f7cd"; }

.tgr-icon-snapchat:before {
  content: "\f2ab"; }

.tgr-icon-snapchat-ghost:before {
  content: "\f2ac"; }

.tgr-icon-snapchat-square:before {
  content: "\f2ad"; }

.tgr-icon-snowboarding:before {
  content: "\f7ce"; }

.tgr-icon-snowflake:before {
  content: "\f2dc"; }

.tgr-icon-snowman:before {
  content: "\f7d0"; }

.tgr-icon-snowplow:before {
  content: "\f7d2"; }

.tgr-icon-socks:before {
  content: "\f696"; }

.tgr-icon-solar-panel:before {
  content: "\f5ba"; }

.tgr-icon-sort:before {
  content: "\f0dc"; }

.tgr-icon-sort-alpha-down:before {
  content: "\f15d"; }

.tgr-icon-sort-alpha-up:before {
  content: "\f15e"; }

.tgr-icon-sort-amount-down:before {
  content: "\f160"; }

.tgr-icon-sort-amount-up:before {
  content: "\f161"; }

.tgr-icon-sort-down:before {
  content: "\f0dd"; }

.tgr-icon-sort-numeric-down:before {
  content: "\f162"; }

.tgr-icon-sort-numeric-up:before {
  content: "\f163"; }

.tgr-icon-sort-up:before {
  content: "\f0de"; }

.tgr-icon-soundcloud:before {
  content: "\f1be"; }

.tgr-icon-sourcetree:before {
  content: "\f7d3"; }

.tgr-icon-spa:before {
  content: "\f5bb"; }

.tgr-icon-space-shuttle:before {
  content: "\f197"; }

.tgr-icon-speakap:before {
  content: "\f3f3"; }

.tgr-icon-speaker-deck:before {
  content: "\f83c"; }

.tgr-icon-spider:before {
  content: "\f717"; }

.tgr-icon-spinner:before {
  content: "\f110"; }

.tgr-icon-splotch:before {
  content: "\f5bc"; }

.tgr-icon-spotify:before {
  content: "\f1bc"; }

.tgr-icon-spray-can:before {
  content: "\f5bd"; }

.tgr-icon-square:before {
  content: "\f0c8"; }

.tgr-icon-square-full:before {
  content: "\f45c"; }

.tgr-icon-square-root-alt:before {
  content: "\f698"; }

.tgr-icon-squarespace:before {
  content: "\f5be"; }

.tgr-icon-stack-exchange:before {
  content: "\f18d"; }

.tgr-icon-stack-overflow:before {
  content: "\f16c"; }

.tgr-icon-stamp:before {
  content: "\f5bf"; }

.tgr-icon-star:before {
  content: "\f005"; }

.tgr-icon-star-and-crescent:before {
  content: "\f699"; }

.tgr-icon-star-half:before {
  content: "\f089"; }

.tgr-icon-star-half-alt:before {
  content: "\f5c0"; }

.tgr-icon-star-of-david:before {
  content: "\f69a"; }

.tgr-icon-star-of-life:before {
  content: "\f621"; }

.tgr-icon-staylinked:before {
  content: "\f3f5"; }

.tgr-icon-steam:before {
  content: "\f1b6"; }

.tgr-icon-steam-square:before {
  content: "\f1b7"; }

.tgr-icon-steam-symbol:before {
  content: "\f3f6"; }

.tgr-icon-step-backward:before {
  content: "\f048"; }

.tgr-icon-step-forward:before {
  content: "\f051"; }

.tgr-icon-stethoscope:before {
  content: "\f0f1"; }

.tgr-icon-sticker-mule:before {
  content: "\f3f7"; }

.tgr-icon-sticky-note:before {
  content: "\f249"; }

.tgr-icon-stop:before {
  content: "\f04d"; }

.tgr-icon-stop-circle:before {
  content: "\f28d"; }

.tgr-icon-stopwatch:before {
  content: "\f2f2"; }

.tgr-icon-store:before {
  content: "\f54e"; }

.tgr-icon-store-alt:before {
  content: "\f54f"; }

.tgr-icon-strava:before {
  content: "\f428"; }

.tgr-icon-stream:before {
  content: "\f550"; }

.tgr-icon-street-view:before {
  content: "\f21d"; }

.tgr-icon-strikethrough:before {
  content: "\f0cc"; }

.tgr-icon-stripe:before {
  content: "\f429"; }

.tgr-icon-stripe-s:before {
  content: "\f42a"; }

.tgr-icon-stroopwafel:before {
  content: "\f551"; }

.tgr-icon-studiovinari:before {
  content: "\f3f8"; }

.tgr-icon-stumbleupon:before {
  content: "\f1a4"; }

.tgr-icon-stumbleupon-circle:before {
  content: "\f1a3"; }

.tgr-icon-subscript:before {
  content: "\f12c"; }

.tgr-icon-subway:before {
  content: "\f239"; }

.tgr-icon-suitcase:before {
  content: "\f0f2"; }

.tgr-icon-suitcase-rolling:before {
  content: "\f5c1"; }

.tgr-icon-sun:before {
  content: "\f185"; }

.tgr-icon-superpowers:before {
  content: "\f2dd"; }

.tgr-icon-superscript:before {
  content: "\f12b"; }

.tgr-icon-supple:before {
  content: "\f3f9"; }

.tgr-icon-surprise:before {
  content: "\f5c2"; }

.tgr-icon-suse:before {
  content: "\f7d6"; }

.tgr-icon-swatchbook:before {
  content: "\f5c3"; }

.tgr-icon-swimmer:before {
  content: "\f5c4"; }

.tgr-icon-swimming-pool:before {
  content: "\f5c5"; }

.tgr-icon-symfony:before {
  content: "\f83d"; }

.tgr-icon-synagogue:before {
  content: "\f69b"; }

.tgr-icon-sync:before {
  content: "\f021"; }

.tgr-icon-sync-alt:before {
  content: "\f2f1"; }

.tgr-icon-syringe:before {
  content: "\f48e"; }

.tgr-icon-table:before {
  content: "\f0ce"; }

.tgr-icon-table-tennis:before {
  content: "\f45d"; }

.tgr-icon-tablet:before {
  content: "\f10a"; }

.tgr-icon-tablet-alt:before {
  content: "\f3fa"; }

.tgr-icon-tablets:before {
  content: "\f490"; }

.tgr-icon-tachometer-alt:before {
  content: "\f3fd"; }

.tgr-icon-tag:before {
  content: "\f02b"; }

.tgr-icon-tags:before {
  content: "\f02c"; }

.tgr-icon-tape:before {
  content: "\f4db"; }

.tgr-icon-tasks:before {
  content: "\f0ae"; }

.tgr-icon-taxi:before {
  content: "\f1ba"; }

.tgr-icon-teamspeak:before {
  content: "\f4f9"; }

.tgr-icon-teeth:before {
  content: "\f62e"; }

.tgr-icon-teeth-open:before {
  content: "\f62f"; }

.tgr-icon-telegram:before {
  content: "\f2c6"; }

.tgr-icon-telegram-plane:before {
  content: "\f3fe"; }

.tgr-icon-temperature-high:before {
  content: "\f769"; }

.tgr-icon-temperature-low:before {
  content: "\f76b"; }

.tgr-icon-tencent-weibo:before {
  content: "\f1d5"; }

.tgr-icon-tenge:before {
  content: "\f7d7"; }

.tgr-icon-terminal:before {
  content: "\f120"; }

.tgr-icon-text-height:before {
  content: "\f034"; }

.tgr-icon-text-width:before {
  content: "\f035"; }

.tgr-icon-th:before {
  content: "\f00a"; }

.tgr-icon-th-large:before {
  content: "\f009"; }

.tgr-icon-th-list:before {
  content: "\f00b"; }

.tgr-icon-the-red-yeti:before {
  content: "\f69d"; }

.tgr-icon-theater-masks:before {
  content: "\f630"; }

.tgr-icon-themeco:before {
  content: "\f5c6"; }

.tgr-icon-themeisle:before {
  content: "\f2b2"; }

.tgr-icon-thermometer:before {
  content: "\f491"; }

.tgr-icon-thermometer-empty:before {
  content: "\f2cb"; }

.tgr-icon-thermometer-full:before {
  content: "\f2c7"; }

.tgr-icon-thermometer-half:before {
  content: "\f2c9"; }

.tgr-icon-thermometer-quarter:before {
  content: "\f2ca"; }

.tgr-icon-thermometer-three-quarters:before {
  content: "\f2c8"; }

.tgr-icon-think-peaks:before {
  content: "\f731"; }

.tgr-icon-thumbs-down:before {
  content: "\f165"; }

.tgr-icon-thumbs-up:before {
  content: "\f164"; }

.tgr-icon-thumbtack:before {
  content: "\f08d"; }

.tgr-icon-ticket-alt:before {
  content: "\f3ff"; }

.tgr-icon-times:before {
  content: "\f00d"; }

.tgr-icon-times-circle:before {
  content: "\f057"; }

.tgr-icon-tint:before {
  content: "\f043"; }

.tgr-icon-tint-slash:before {
  content: "\f5c7"; }

.tgr-icon-tired:before {
  content: "\f5c8"; }

.tgr-icon-toggle-off:before {
  content: "\f204"; }

.tgr-icon-toggle-on:before {
  content: "\f205"; }

.tgr-icon-toilet:before {
  content: "\f7d8"; }

.tgr-icon-toilet-paper:before {
  content: "\f71e"; }

.tgr-icon-toolbox:before {
  content: "\f552"; }

.tgr-icon-tools:before {
  content: "\f7d9"; }

.tgr-icon-tooth:before {
  content: "\f5c9"; }

.tgr-icon-torah:before {
  content: "\f6a0"; }

.tgr-icon-torii-gate:before {
  content: "\f6a1"; }

.tgr-icon-tractor:before {
  content: "\f722"; }

.tgr-icon-trade-federation:before {
  content: "\f513"; }

.tgr-icon-trademark:before {
  content: "\f25c"; }

.tgr-icon-traffic-light:before {
  content: "\f637"; }

.tgr-icon-train:before {
  content: "\f238"; }

.tgr-icon-tram:before {
  content: "\f7da"; }

.tgr-icon-transgender:before {
  content: "\f224"; }

.tgr-icon-transgender-alt:before {
  content: "\f225"; }

.tgr-icon-trash:before {
  content: "\f1f8"; }

.tgr-icon-trash-alt:before {
  content: "\f2ed"; }

.tgr-icon-trash-restore:before {
  content: "\f829"; }

.tgr-icon-trash-restore-alt:before {
  content: "\f82a"; }

.tgr-icon-tree:before {
  content: "\f1bb"; }

.tgr-icon-trello:before {
  content: "\f181"; }

.tgr-icon-tripadvisor:before {
  content: "\f262"; }

.tgr-icon-trophy:before {
  content: "\f091"; }

.tgr-icon-truck:before {
  content: "\f0d1"; }

.tgr-icon-truck-loading:before {
  content: "\f4de"; }

.tgr-icon-truck-monster:before {
  content: "\f63b"; }

.tgr-icon-truck-moving:before {
  content: "\f4df"; }

.tgr-icon-truck-pickup:before {
  content: "\f63c"; }

.tgr-icon-tshirt:before {
  content: "\f553"; }

.tgr-icon-tty:before {
  content: "\f1e4"; }

.tgr-icon-tumblr:before {
  content: "\f173"; }

.tgr-icon-tumblr-square:before {
  content: "\f174"; }

.tgr-icon-tv:before {
  content: "\f26c"; }

.tgr-icon-twitch:before {
  content: "\f1e8"; }

.tgr-icon-twitter:before {
  content: "\f099"; }

.tgr-icon-twitter-square:before {
  content: "\f081"; }

.tgr-icon-typo3:before {
  content: "\f42b"; }

.tgr-icon-uber:before {
  content: "\f402"; }

.tgr-icon-ubuntu:before {
  content: "\f7df"; }

.tgr-icon-uikit:before {
  content: "\f403"; }

.tgr-icon-umbrella:before {
  content: "\f0e9"; }

.tgr-icon-umbrella-beach:before {
  content: "\f5ca"; }

.tgr-icon-underline:before {
  content: "\f0cd"; }

.tgr-icon-undo:before {
  content: "\f0e2"; }

.tgr-icon-undo-alt:before {
  content: "\f2ea"; }

.tgr-icon-uniregistry:before {
  content: "\f404"; }

.tgr-icon-universal-access:before {
  content: "\f29a"; }

.tgr-icon-university:before {
  content: "\f19c"; }

.tgr-icon-unlink:before {
  content: "\f127"; }

.tgr-icon-unlock:before {
  content: "\f09c"; }

.tgr-icon-unlock-alt:before {
  content: "\f13e"; }

.tgr-icon-untappd:before {
  content: "\f405"; }

.tgr-icon-upload:before {
  content: "\f093"; }

.tgr-icon-ups:before {
  content: "\f7e0"; }

.tgr-icon-usb:before {
  content: "\f287"; }

.tgr-icon-user:before {
  content: "\f007"; }

.tgr-icon-user-alt:before {
  content: "\f406"; }

.tgr-icon-user-alt-slash:before {
  content: "\f4fa"; }

.tgr-icon-user-astronaut:before {
  content: "\f4fb"; }

.tgr-icon-user-check:before {
  content: "\f4fc"; }

.tgr-icon-user-circle:before {
  content: "\f2bd"; }

.tgr-icon-user-clock:before {
  content: "\f4fd"; }

.tgr-icon-user-cog:before {
  content: "\f4fe"; }

.tgr-icon-user-edit:before {
  content: "\f4ff"; }

.tgr-icon-user-friends:before {
  content: "\f500"; }

.tgr-icon-user-graduate:before {
  content: "\f501"; }

.tgr-icon-user-injured:before {
  content: "\f728"; }

.tgr-icon-user-lock:before {
  content: "\f502"; }

.tgr-icon-user-md:before {
  content: "\f0f0"; }

.tgr-icon-user-minus:before {
  content: "\f503"; }

.tgr-icon-user-ninja:before {
  content: "\f504"; }

.tgr-icon-user-nurse:before {
  content: "\f82f"; }

.tgr-icon-user-plus:before {
  content: "\f234"; }

.tgr-icon-user-secret:before {
  content: "\f21b"; }

.tgr-icon-user-shield:before {
  content: "\f505"; }

.tgr-icon-user-slash:before {
  content: "\f506"; }

.tgr-icon-user-tag:before {
  content: "\f507"; }

.tgr-icon-user-tie:before {
  content: "\f508"; }

.tgr-icon-user-times:before {
  content: "\f235"; }

.tgr-icon-users:before {
  content: "\f0c0"; }

.tgr-icon-users-cog:before {
  content: "\f509"; }

.tgr-icon-usps:before {
  content: "\f7e1"; }

.tgr-icon-ussunnah:before {
  content: "\f407"; }

.tgr-icon-utensil-spoon:before {
  content: "\f2e5"; }

.tgr-icon-utensils:before {
  content: "\f2e7"; }

.tgr-icon-vaadin:before {
  content: "\f408"; }

.tgr-icon-vector-square:before {
  content: "\f5cb"; }

.tgr-icon-venus:before {
  content: "\f221"; }

.tgr-icon-venus-double:before {
  content: "\f226"; }

.tgr-icon-venus-mars:before {
  content: "\f228"; }

.tgr-icon-viacoin:before {
  content: "\f237"; }

.tgr-icon-viadeo:before {
  content: "\f2a9"; }

.tgr-icon-viadeo-square:before {
  content: "\f2aa"; }

.tgr-icon-vial:before {
  content: "\f492"; }

.tgr-icon-vials:before {
  content: "\f493"; }

.tgr-icon-viber:before {
  content: "\f409"; }

.tgr-icon-video:before {
  content: "\f03d"; }

.tgr-icon-video-slash:before {
  content: "\f4e2"; }

.tgr-icon-vihara:before {
  content: "\f6a7"; }

.tgr-icon-vimeo:before {
  content: "\f40a"; }

.tgr-icon-vimeo-square:before {
  content: "\f194"; }

.tgr-icon-vimeo-v:before {
  content: "\f27d"; }

.tgr-icon-vine:before {
  content: "\f1ca"; }

.tgr-icon-vk:before {
  content: "\f189"; }

.tgr-icon-vnv:before {
  content: "\f40b"; }

.tgr-icon-volleyball-ball:before {
  content: "\f45f"; }

.tgr-icon-volume-down:before {
  content: "\f027"; }

.tgr-icon-volume-mute:before {
  content: "\f6a9"; }

.tgr-icon-volume-off:before {
  content: "\f026"; }

.tgr-icon-volume-up:before {
  content: "\f028"; }

.tgr-icon-vote-yea:before {
  content: "\f772"; }

.tgr-icon-vr-cardboard:before {
  content: "\f729"; }

.tgr-icon-vuejs:before {
  content: "\f41f"; }

.tgr-icon-walking:before {
  content: "\f554"; }

.tgr-icon-wallet:before {
  content: "\f555"; }

.tgr-icon-warehouse:before {
  content: "\f494"; }

.tgr-icon-water:before {
  content: "\f773"; }

.tgr-icon-wave-square:before {
  content: "\f83e"; }

.tgr-icon-waze:before {
  content: "\f83f"; }

.tgr-icon-weebly:before {
  content: "\f5cc"; }

.tgr-icon-weibo:before {
  content: "\f18a"; }

.tgr-icon-weight:before {
  content: "\f496"; }

.tgr-icon-weight-hanging:before {
  content: "\f5cd"; }

.tgr-icon-weixin:before {
  content: "\f1d7"; }

.tgr-icon-whatsapp:before {
  content: "\f232"; }

.tgr-icon-whatsapp-square:before {
  content: "\f40c"; }

.tgr-icon-wheelchair:before {
  content: "\f193"; }

.tgr-icon-whmcs:before {
  content: "\f40d"; }

.tgr-icon-wifi:before {
  content: "\f1eb"; }

.tgr-icon-wikipedia-w:before {
  content: "\f266"; }

.tgr-icon-wind:before {
  content: "\f72e"; }

.tgr-icon-window-close:before {
  content: "\f410"; }

.tgr-icon-window-maximize:before {
  content: "\f2d0"; }

.tgr-icon-window-minimize:before {
  content: "\f2d1"; }

.tgr-icon-window-restore:before {
  content: "\f2d2"; }

.tgr-icon-windows:before {
  content: "\f17a"; }

.tgr-icon-wine-bottle:before {
  content: "\f72f"; }

.tgr-icon-wine-glass:before {
  content: "\f4e3"; }

.tgr-icon-wine-glass-alt:before {
  content: "\f5ce"; }

.tgr-icon-wix:before {
  content: "\f5cf"; }

.tgr-icon-wizards-of-the-coast:before {
  content: "\f730"; }

.tgr-icon-wolf-pack-battalion:before {
  content: "\f514"; }

.tgr-icon-won-sign:before {
  content: "\f159"; }

.tgr-icon-wordpress:before {
  content: "\f19a"; }

.tgr-icon-wordpress-simple:before {
  content: "\f411"; }

.tgr-icon-wpbeginner:before {
  content: "\f297"; }

.tgr-icon-wpexplorer:before {
  content: "\f2de"; }

.tgr-icon-wpforms:before {
  content: "\f298"; }

.tgr-icon-wpressr:before {
  content: "\f3e4"; }

.tgr-icon-wrench:before {
  content: "\f0ad"; }

.tgr-icon-x-ray:before {
  content: "\f497"; }

.tgr-icon-xbox:before {
  content: "\f412"; }

.tgr-icon-xing:before {
  content: "\f168"; }

.tgr-icon-xing-square:before {
  content: "\f169"; }

.tgr-icon-y-combinator:before {
  content: "\f23b"; }

.tgr-icon-yahoo:before {
  content: "\f19e"; }

.tgr-icon-yammer:before {
  content: "\f840"; }

.tgr-icon-yandex:before {
  content: "\f413"; }

.tgr-icon-yandex-international:before {
  content: "\f414"; }

.tgr-icon-yarn:before {
  content: "\f7e3"; }

.tgr-icon-yelp:before {
  content: "\f1e9"; }

.tgr-icon-yen-sign:before {
  content: "\f157"; }

.tgr-icon-yin-yang:before {
  content: "\f6ad"; }

.tgr-icon-yoast:before {
  content: "\f2b1"; }

.tgr-icon-youtube:before {
  content: "\f167"; }

.tgr-icon-youtube-square:before {
  content: "\f431"; }

.tgr-icon-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands TeamGrid';
  font-style: normal;
  font-weight: normal;
  
  src: url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-brands-400.eot");
  src: url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-brands-400.woff2") format("woff2"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-brands-400.woff") format("woff"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-brands-400.ttf") format("truetype"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-brands-400.svg#fontawesome") format("svg"); ;font-display:block;}

.tgr-icon-fab {
  font-family: 'Font Awesome 5 Brands TeamGrid'; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free TeamGrid';
  font-style: normal;
  font-weight: 400;
  
  src: url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-regular-400.eot");
  src: url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-regular-400.woff2") format("woff2"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-regular-400.woff") format("woff"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-regular-400.ttf") format("truetype"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-regular-400.svg#fontawesome") format("svg"); ;font-display:block;}

.tgr-icon-far {
  font-family: 'Font Awesome 5 Free TeamGrid';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free TeamGrid';
  font-style: normal;
  font-weight: 900;
  
  src: url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-solid-900.eot");
  src: url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-solid-900.woff2") format("woff2"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-solid-900.woff") format("woff"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-solid-900.ttf") format("truetype"), url("https://studioassociato.it/wp-content/plugins/team-grid-fixed/assets/public/webfonts/fa-solid-900.svg#fontawesome") format("svg"); ;font-display:block;}

.tgr-icon,
.tgr-icon-fas {
  font-family: 'Font Awesome 5 Free TeamGrid';
  font-weight: 900; }



/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.tgr-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tgr-animated.tgr-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.tgr-animated.tgr-hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.tgr-animated.tgr-flipOutX,
.tgr-animated.tgr-flipOutY,
.tgr-animated.tgr-bounceIn,
.tgr-animated.tgr-bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes tgr-bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes tgr-bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.tgr-bounce {
  -webkit-animation-name: tgr-bounce;
  animation-name: tgr-bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes tgr-flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes tgr-flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.tgr-flash {
  -webkit-animation-name: tgr-flash;
  animation-name: tgr-flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes tgr-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tgr-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tgr-pulse {
  -webkit-animation-name: tgr-pulse;
  animation-name: tgr-pulse;
}

@-webkit-keyframes tgr-rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tgr-rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tgr-rubberBand {
  -webkit-animation-name: tgr-rubberBand;
  animation-name: tgr-rubberBand;
}

@-webkit-keyframes tgr-shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes tgr-shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.tgr-shake {
  -webkit-animation-name: tgr-shake;
  animation-name: tgr-shake;
}

@-webkit-keyframes tgr-headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tgr-headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.tgr-headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: tgr-headShake;
  animation-name: tgr-headShake;
}

@-webkit-keyframes tgr-swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes tgr-swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.tgr-swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: tgr-swing;
  animation-name: tgr-swing;
}

@-webkit-keyframes tgr-tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tgr-tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tgr-tada {
  -webkit-animation-name: tgr-tada;
  animation-name: tgr-tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes tgr-wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-wobble {
  -webkit-animation-name: tgr-wobble;
  animation-name: tgr-wobble;
}

@-webkit-keyframes tgr-jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes tgr-jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.tgr-jello {
  -webkit-animation-name: tgr-jello;
  animation-name: tgr-jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes tgr-bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tgr-bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tgr-bounceIn {
  -webkit-animation-name: tgr-bounceIn;
  animation-name: tgr-bounceIn;
}

@-webkit-keyframes tgr-bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-bounceInDown {
  -webkit-animation-name: tgr-bounceInDown;
  animation-name: tgr-bounceInDown;
}

@-webkit-keyframes tgr-bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-bounceInLeft {
  -webkit-animation-name: tgr-bounceInLeft;
  animation-name: tgr-bounceInLeft;
}

@-webkit-keyframes tgr-bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-bounceInRight {
  -webkit-animation-name: tgr-bounceInRight;
  animation-name: tgr-bounceInRight;
}

@-webkit-keyframes tgr-bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tgr-bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tgr-bounceInUp {
  -webkit-animation-name: tgr-bounceInUp;
  animation-name: tgr-bounceInUp;
}

@-webkit-keyframes tgr-bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes tgr-bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.tgr-bounceOut {
  -webkit-animation-name: tgr-bounceOut;
  animation-name: tgr-bounceOut;
}

@-webkit-keyframes tgr-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes tgr-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.tgr-bounceOutDown {
  -webkit-animation-name: tgr-bounceOutDown;
  animation-name: tgr-bounceOutDown;
}

@-webkit-keyframes tgr-bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes tgr-bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.tgr-bounceOutLeft {
  -webkit-animation-name: tgr-bounceOutLeft;
  animation-name: tgr-bounceOutLeft;
}

@-webkit-keyframes tgr-bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes tgr-bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.tgr-bounceOutRight {
  -webkit-animation-name: tgr-bounceOutRight;
  animation-name: tgr-bounceOutRight;
}

@-webkit-keyframes tgr-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes tgr-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.tgr-bounceOutUp {
  -webkit-animation-name: tgr-bounceOutUp;
  animation-name: tgr-bounceOutUp;
}

@-webkit-keyframes tgr-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tgr-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tgr-fadeIn {
  -webkit-animation-name: tgr-fadeIn;
  animation-name: tgr-fadeIn;
}

@-webkit-keyframes tgr-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-fadeInDown {
  -webkit-animation-name: tgr-fadeInDown;
  animation-name: tgr-fadeInDown;
}

@-webkit-keyframes tgr-fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-fadeInDownBig {
  -webkit-animation-name: tgr-fadeInDownBig;
  animation-name: tgr-fadeInDownBig;
}

@-webkit-keyframes tgr-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-fadeInLeft {
  -webkit-animation-name: tgr-fadeInLeft;
  animation-name: tgr-fadeInLeft;
}

@-webkit-keyframes tgr-fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-fadeInLeftBig {
  -webkit-animation-name: tgr-fadeInLeftBig;
  animation-name: tgr-fadeInLeftBig;
}

@-webkit-keyframes tgr-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-fadeInRight {
  -webkit-animation-name: tgr-fadeInRight;
  animation-name: tgr-fadeInRight;
}

@-webkit-keyframes tgr-fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-fadeInRightBig {
  -webkit-animation-name: tgr-fadeInRightBig;
  animation-name: tgr-fadeInRightBig;
}

@-webkit-keyframes tgr-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-fadeInUp {
  -webkit-animation-name: tgr-fadeInUp;
  animation-name: tgr-fadeInUp;
}

@-webkit-keyframes tgr-fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-fadeInUpBig {
  -webkit-animation-name: tgr-fadeInUpBig;
  animation-name: tgr-fadeInUpBig;
}

@-webkit-keyframes tgr-fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes tgr-fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.tgr-fadeOut {
  -webkit-animation-name: tgr-fadeOut;
  animation-name: tgr-fadeOut;
}

@-webkit-keyframes tgr-fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes tgr-fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.tgr-fadeOutDown {
  -webkit-animation-name: tgr-fadeOutDown;
  animation-name: tgr-fadeOutDown;
}

@-webkit-keyframes tgr-fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes tgr-fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.tgr-fadeOutDownBig {
  -webkit-animation-name: tgr-fadeOutDownBig;
  animation-name: tgr-fadeOutDownBig;
}

@-webkit-keyframes tgr-fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes tgr-fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.tgr-fadeOutLeft {
  -webkit-animation-name: tgr-fadeOutLeft;
  animation-name: tgr-fadeOutLeft;
}

@-webkit-keyframes tgr-fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes tgr-fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.tgr-fadeOutLeftBig {
  -webkit-animation-name: tgr-fadeOutLeftBig;
  animation-name: tgr-fadeOutLeftBig;
}

@-webkit-keyframes tgr-fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes tgr-fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.tgr-fadeOutRight {
  -webkit-animation-name: tgr-fadeOutRight;
  animation-name: tgr-fadeOutRight;
}

@-webkit-keyframes tgr-fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes tgr-fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.tgr-fadeOutRightBig {
  -webkit-animation-name: tgr-fadeOutRightBig;
  animation-name: tgr-fadeOutRightBig;
}

@-webkit-keyframes tgr-fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes tgr-fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.tgr-fadeOutUp {
  -webkit-animation-name: tgr-fadeOutUp;
  animation-name: tgr-fadeOutUp;
}

@-webkit-keyframes tgr-fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes tgr-fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.tgr-fadeOutUpBig {
  -webkit-animation-name: tgr-fadeOutUpBig;
  animation-name: tgr-fadeOutUpBig;
}

@-webkit-keyframes tgr-flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes tgr-flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.tgr-animated.tgr-flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: tgr-flip;
  animation-name: tgr-flip;
}

@-webkit-keyframes tgr-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes tgr-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.tgr-flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: tgr-flipInX;
  animation-name: tgr-flipInX;
}

@-webkit-keyframes tgr-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes tgr-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.tgr-flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: tgr-flipInY;
  animation-name: tgr-flipInY;
}

@-webkit-keyframes tgr-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes tgr-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.tgr-flipOutX {
  -webkit-animation-name: tgr-flipOutX;
  animation-name: tgr-flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes tgr-flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes tgr-flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.tgr-flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: tgr-flipOutY;
  animation-name: tgr-flipOutY;
}

@-webkit-keyframes tgr-lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes tgr-lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.tgr-lightSpeedIn {
  -webkit-animation-name: tgr-lightSpeedIn;
  animation-name: tgr-lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes tgr-lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes tgr-lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.tgr-lightSpeedOut {
  -webkit-animation-name: tgr-lightSpeedOut;
  animation-name: tgr-lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes tgr-rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes tgr-rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.tgr-rotateIn {
  -webkit-animation-name: tgr-rotateIn;
  animation-name: tgr-rotateIn;
}

@-webkit-keyframes tgr-rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes tgr-rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.tgr-rotateInDownLeft {
  -webkit-animation-name: tgr-rotateInDownLeft;
  animation-name: tgr-rotateInDownLeft;
}

@-webkit-keyframes tgr-rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes tgr-rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.tgr-rotateInDownRight {
  -webkit-animation-name: tgr-rotateInDownRight;
  animation-name: tgr-rotateInDownRight;
}

@-webkit-keyframes tgr-rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes tgr-rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.tgr-rotateInUpLeft {
  -webkit-animation-name: tgr-rotateInUpLeft;
  animation-name: tgr-rotateInUpLeft;
}

@-webkit-keyframes tgr-rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes tgr-rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.tgr-rotateInUpRight {
  -webkit-animation-name: tgr-rotateInUpRight;
  animation-name: tgr-rotateInUpRight;
}

@-webkit-keyframes tgr-rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes tgr-rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.tgr-rotateOut {
  -webkit-animation-name: tgr-rotateOut;
  animation-name: tgr-rotateOut;
}

@-webkit-keyframes tgr-rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes tgr-rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.tgr-rotateOutDownLeft {
  -webkit-animation-name: tgr-rotateOutDownLeft;
  animation-name: tgr-rotateOutDownLeft;
}

@-webkit-keyframes tgr-rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes tgr-rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.tgr-rotateOutDownRight {
  -webkit-animation-name: tgr-rotateOutDownRight;
  animation-name: tgr-rotateOutDownRight;
}

@-webkit-keyframes tgr-rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes tgr-rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.tgr-rotateOutUpLeft {
  -webkit-animation-name: tgr-rotateOutUpLeft;
  animation-name: tgr-rotateOutUpLeft;
}

@-webkit-keyframes tgr-rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes tgr-rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.tgr-rotateOutUpRight {
  -webkit-animation-name: tgr-rotateOutUpRight;
  animation-name: tgr-rotateOutUpRight;
}

@-webkit-keyframes tgr-hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes tgr-hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.tgr-hinge {
  -webkit-animation-name: tgr-hinge;
  animation-name: tgr-hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes tgr-rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tgr-rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tgr-rollIn {
  -webkit-animation-name: tgr-rollIn;
  animation-name: tgr-rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes tgr-rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes tgr-rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.tgr-rollOut {
  -webkit-animation-name: tgr-rollOut;
  animation-name: tgr-rollOut;
}

@-webkit-keyframes tgr-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes tgr-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.tgr-zoomIn {
  -webkit-animation-name: tgr-zoomIn;
  animation-name: tgr-zoomIn;
}

@-webkit-keyframes tgr-zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes tgr-zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.tgr-zoomInDown {
  -webkit-animation-name: tgr-zoomInDown;
  animation-name: tgr-zoomInDown;
}

@-webkit-keyframes tgr-zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes tgr-zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.tgr-zoomInLeft {
  -webkit-animation-name: tgr-zoomInLeft;
  animation-name: tgr-zoomInLeft;
}

@-webkit-keyframes tgr-zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes tgr-zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.tgr-zoomInRight {
  -webkit-animation-name: tgr-zoomInRight;
  animation-name: tgr-zoomInRight;
}

@-webkit-keyframes tgr-zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes tgr-zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.tgr-zoomInUp {
  -webkit-animation-name: tgr-zoomInUp;
  animation-name: tgr-zoomInUp;
}

@-webkit-keyframes tgr-zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes tgr-zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.tgr-zoomOut {
  -webkit-animation-name: tgr-zoomOut;
  animation-name: tgr-zoomOut;
}

@-webkit-keyframes tgr-zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes tgr-zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.tgr-zoomOutDown {
  -webkit-animation-name: tgr-zoomOutDown;
  animation-name: tgr-zoomOutDown;
}

@-webkit-keyframes tgr-zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes tgr-zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.tgr-zoomOutLeft {
  -webkit-animation-name: tgr-zoomOutLeft;
  animation-name: tgr-zoomOutLeft;
}

@-webkit-keyframes tgr-zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes tgr-zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.tgr-zoomOutRight {
  -webkit-animation-name: tgr-zoomOutRight;
  animation-name: tgr-zoomOutRight;
}

@-webkit-keyframes tgr-zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes tgr-zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.tgr-zoomOutUp {
  -webkit-animation-name: tgr-zoomOutUp;
  animation-name: tgr-zoomOutUp;
}

@-webkit-keyframes tgr-slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tgr-slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tgr-slideInDown {
  -webkit-animation-name: tgr-slideInDown;
  animation-name: tgr-slideInDown;
}

@-webkit-keyframes tgr-slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tgr-slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tgr-slideInLeft {
  -webkit-animation-name: tgr-slideInLeft;
  animation-name: tgr-slideInLeft;
}

@-webkit-keyframes tgr-slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tgr-slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tgr-slideInRight {
  -webkit-animation-name: tgr-slideInRight;
  animation-name: tgr-slideInRight;
}

@-webkit-keyframes tgr-slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tgr-slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tgr-slideInUp {
  -webkit-animation-name: tgr-slideInUp;
  animation-name: tgr-slideInUp;
}

@-webkit-keyframes tgr-slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes tgr-slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.tgr-slideOutDown {
  -webkit-animation-name: tgr-slideOutDown;
  animation-name: tgr-slideOutDown;
}

@-webkit-keyframes tgr-slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes tgr-slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.tgr-slideOutLeft {
  -webkit-animation-name: tgr-slideOutLeft;
  animation-name: tgr-slideOutLeft;
}

@-webkit-keyframes tgr-slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes tgr-slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.tgr-slideOutRight {
  -webkit-animation-name: tgr-slideOutRight;
  animation-name: tgr-slideOutRight;
}

@-webkit-keyframes tgr-slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes tgr-slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.tgr-slideOutUp {
  -webkit-animation-name: tgr-slideOutUp;
  animation-name: tgr-slideOutUp;
}

/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.video-autoplay-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.video-autoplay-wrapper .video-autoplay-iframe,
.video-autoplay-wrapper .video-autoplay-hosted {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-autoplay-wrapper .video-autoplay-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.video-autoplay-wrapper .video-autoplay-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-autoplay-wrapper .video-autoplay-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    transition: all 0.3s ease;
}

.video-autoplay-wrapper .video-autoplay-play-button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-autoplay-wrapper .video-autoplay-overlay:hover .video-autoplay-play-button {
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-autoplay-wrapper .video-autoplay-unmute-button {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.video-autoplay-wrapper.is-muted .video-autoplay-unmute-button {
    opacity: 1;
    visibility: visible;
}

.video-autoplay-wrapper .video-autoplay-unmute-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.video-autoplay-wrapper .video-autoplay-unmute-button.top-right {
    top: 15px;
    right: 15px;
}

.video-autoplay-wrapper .video-autoplay-unmute-button.top-left {
    top: 15px;
    left: 15px;
}

.video-autoplay-wrapper .video-autoplay-unmute-button.bottom-right {
    bottom: 15px;
    right: 15px;
}

.video-autoplay-wrapper .video-autoplay-unmute-button.bottom-left {
    bottom: 15px;
    left: 15px;
}

/* Aspect ratio handling */
.video-autoplay-wrapper {
    aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16 / 9) {
    .video-autoplay-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }
}

/* Mobile specific styles */
.video-autoplay-wrapper.is-mobile.mobile-no-autoplay .video-autoplay-overlay {
    display: block !important;
}

.video-autoplay-wrapper.is-mobile.mobile-no-autoplay .video-autoplay-unmute-button {
    display: none !important;
}

/* Editor styles */
.elementor-editor-active .video-autoplay-wrapper {
    min-height: 300px;
    background: #f5f5f5;
}

.elementor-editor-active .video-autoplay-wrapper:before {
    content: "Video Autoplay Widget";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 16px;
}
