.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;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.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; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; 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; 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; 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;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); 
}
.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;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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;
-webkit-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;
-webkit-box-shadow: none;
box-shadow: none; 
}
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;
filter: alpha(opacity=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;
filter: alpha(opacity=100); 
}
.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;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.mfp-arrow:active {
margin-top: -54px; 
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); 
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
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, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; 
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; 
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
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;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .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) { .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;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
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; 
}
}
.mfp-ie7 .mfp-img {
padding: 0; 
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}@-webkit-keyframes sk-bounce {
0%, 100% { 
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes sk-bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
@-webkit-keyframes blinker {  
0% { opacity: 1.0; }
40% { opacity: 0.0; }
80% { opacity: 0.0; }
100% { opacity: 1.0; }
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, 100% {
-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 bounce {
from, 20%, 53%, 80%, 100% {
-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);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes 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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes 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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes 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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes 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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, 100% {
-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 shake {
from, 100% {
-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);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes 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);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes 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);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes 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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes 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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes 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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes 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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, 100% {
-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 jello {
from, 11.1%, 100% {
-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);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, 100% {
-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, 100% {
-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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, 100% {
-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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes 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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes 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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes 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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes 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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes 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;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes 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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes 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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes 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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes 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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes 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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes 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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes 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;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes 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;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes 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;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes 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;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes 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;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes 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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes 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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes 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);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes 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);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes 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 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);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes 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 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);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes 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 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);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes 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 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);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes 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);
}
100% {
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 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);
}
100% {
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);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-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);
}
100% {
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 zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
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;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-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);
}
100% {
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 zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
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;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes 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);
}
100% {
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 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);
}
100% {
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);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
100% {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.jarallax {
position: relative;
z-index: 0;
}
.jarallax > .jarallax-img {
position: absolute;
object-fit: cover; font-family: 'object-fit: cover;';
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-brands-400.eot);src:url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-brands-400.woff) format("woff"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-brands-400.ttf) format("truetype"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-regular-400.eot);src:url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-regular-400.woff) format("woff"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-regular-400.ttf) format("truetype"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-solid-900.eot);src:url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-solid-900.woff) format("woff"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-solid-900.ttf) format("truetype"),url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}html {
margin-right: 0 !important;
}
body {
margin: 0;
padding: 0;
border: none;
font-family: "Roboto";
font-size: 16px;
line-height: 1.6;
color: #bbb;
background: #101010;
letter-spacing: 0;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
body.scroll_hidden {
overflow: hidden;
height: 100vh;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.clear {
clear: both;
}
.cursor-follower {
position: absolute;
width: 26px;
height: 26px;
z-index: 1111;
-webkit-transition: transform 0.7s cubic-bezier(0.02, 1.2, 0.8, 1);
transition: transform 0.7s cubic-bezier(0.02, 1.2, 0.8, 1);
pointer-events: none;
}
.cursor-follower-inner {
margin: -13px 0 0 -13px;
position: absolute;
background: #4bffa5;
width: 26px;
height: 26px;
opacity: 0.4;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
}
.admin-bar .cursor-follower {
margin-top: -32px;
}
.cursor-follower.hide {
opacity: 0 !important;
}
@media (max-width: 1199px) {
.cursor-follower {
display: none;
}
} .preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 11111;
}
.preloader .spinner {
position: absolute;
left: 50%;
top: 0;
width: 1px;
height: 100%;
}
.preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.preloader .spinner .double-bounce2 {
background: rgba(255, 255, 255, 0.5);
height: 0;
-webkit-animation: loading 1.0s infinite ease-in-out;
animation: loading 1.0s infinite ease-in-out;
} .container {
position: relative;
margin: 0;
overflow: hidden;
}
.container:before {
pointer-events: none;
z-index: 12;
}
.lines {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
font-size: 0;
pointer-events: none;
z-index: 1111;
}
.lines.no-lines .line-col:before {
opacity: 0;
}
.lines .content {
margin-left: -712px;
position: absolute;
left: 50%;
top: 0;
width: 1424px;
}
.lines .line-col {
position: relative;
display: inline-block;
vertical-align: top;
width: 20%;
height: 100vh;
}
.lines .line-col:first-child:before {
background: transparent;
}
.lines .line-col:first-child:after {
left: auto;
right: 0;
width: 1000%;
}
.lines .line-col:first-child .line {
display: none;
}
.lines .line-col:last-child:after {
left: 0;
right: auto;
width: 1000%;
}
.lines .line-col:nth-child(1):before {
-o-transition-delay: 0.6s;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.lines .line-col:nth-child(1):after {
top: 0;
bottom: auto;
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.lines .line-col:nth-child(2):before {
-o-transition-delay: .7s;
-webkit-transition-delay: .7s;
transition-delay: .7s;
}
.lines .line-col:nth-child(2):after {
top: auto;
bottom: 0;
-webkit-transition-delay: 0.45s;
-o-transition-delay: 0.45s;
transition-delay: 0.45s;
}
.lines .line-col:nth-child(3):before {
-o-transition-delay: .4s;
-webkit-transition-delay: .4s;
transition-delay: .4s;
}
.lines .line-col:nth-child(3):after {
top: 0;
bottom: auto;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.lines .line-col:nth-child(4):before {
-o-transition-delay: .5s;
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.lines .line-col:nth-child(4):after {
top: auto;
bottom: 0;
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.lines .line-col:nth-child(5):before {
-o-transition-delay: 0.8s;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.lines .line-col:nth-child(5):after {
top: 0;
bottom: auto;
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.lines .line-col:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 0%;
background: rgba(255, 255, 255, 0.1);
transition: height 0.65s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: height 0.65s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: height 0.65s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: height 0.65s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.lines .line-col:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #1E1E1E;
z-index: 12;
transition: height 0.65s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: height 0.65s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: height 0.65s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: height 0.65s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.lines.finish .line-col:before {
height: 100%;
}
.lines.finish .line-col:after {
height: 0%;
}
.lines.ready {
z-index: 11;
}
.wrapper {
position: relative;
}
.breadcrumbs {
margin: 0;
}
.lines-off .lines .line-col:before {
display: none;
}
.lines-on .lines .line-col:before {
display: block;
}
@media (max-width: 1199px) {
.lines .line-col {
width: 33.333%;
}
.lines .line-col:nth-child(4),
.lines .line-col:nth-child(5) {
display: none;
}
}
@media (max-width: 720px) {
.lines .line-col {
width: 50%;
}
.lines .line-col:nth-child(3),
.lines .line-col:nth-child(4),
.lines .line-col:nth-child(5) {
display: none;
}
} .cols {
position: relative;
}
.cols .col.col-sm {
float: left;
width: 25%;
}
@media (max-width: 720px) {
.cols .col.col-sm {
width: 100%;
}
}
.cols .col.col-lg {
float: left;
width: 75%;
}
@media (max-width: 720px) {
.cols .col.col-lg {
width: 100%;
}
}
.cols .col.col-md {
float: left;
width: 50%;
}
@media (max-width: 720px) {
.cols .col.col-md {
width: 100%;
}
}
.cols:after {
content: '';
display: block;
clear: both;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
margin: 0;
margin-top: 30px;
margin-bottom: 20px;
color: #fff;
}
h1 {
font-size: 34px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
p {
font-size: 16px;
padding: 0;
margin: 20px 0;
}
strong {
font-weight: 700;
}
@media screen and (max-width: 720px) {
h1, h2, h3, h4, h5, h6 {
margin-top: 20px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 13px;
}
p {
margin: 20px 0;
}
} a {
color: #eee;
text-decoration: underline;
outline: none;
}
a:hover {
text-decoration: none;
color: #4bffa5;
} .ink {
display: block;
position: absolute;
background: #4bffa5;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
transition: transform 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: transform 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: transform 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: transform 2s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
}
.ink.ink-animate {
transform: scale(3);
-webkit-transform: scale(3);
-moz-transform: scale(3);
-o-transform: scale(3);
}
.hover-animated .circle {
position: absolute;
width: 100%;
height: 100%;
display: block;
} .bts-center {
text-align: center;
}
.bts-list {
font-size: 0px;
}
.bts-list .btn {
margin-right: 20px;
margin-top: 20px;
}
.bts-list .btn:last-child {
margin-right: 0px;
}
a.btn,
.btn,
.single-post-text input[type="submit"] {
margin-bottom: 10px;
position: relative;
overflow: hidden;
display: inline-block;
vertical-align: middle;
height: 44px;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #4bffa5;
font-weight: 500;
text-decoration: none;
background: none;
border: 2px solid #4bffa5;
cursor: pointer;
transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
a.btn .lnk,
.btn .lnk {
padding: 0 30px;
position: relative;
display: block;
z-index: 2;
pointer-events: none;
}
a.btn:hover,
.btn:hover {
color: #101010;
}
.wp-block-button {
margin: 0 0 15px 0;
}
.wp-block-button__link,
a.wp-block-button__link {
background-color: #4bffa5;
color: #101010;
}
.is-style-outline .wp-block-button__link {
background-color: transparent;
border: 2px solid #4bffa5;
color: #4bffa5;
}
.is-style-outline .wp-block-button__link:hover {
background: #4bffa5;
color: #101010;
}
.wp-block-button__link:hover,
a.wp-block-button__link:hover {
color: #101010;
}
hr.wp-block-separator {
border: none;
border-bottom: 1px solid #333;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #333;
}
.wp-block-table.is-style-stripes {
border-bottom-color: #333;
}
@media screen and (max-width: 720px) {
a.btn, .btn, .single-post-text input[type="submit"] {
font-size: 14px;
}
} form.post-password-form {
max-width: 400px;
margin: 0 auto;
text-align: center;
}
form.post-password-form label {
display: block;
}
form.post-password-form input {
text-align: center;
}
input,
textarea,
button {
display: block;
font-family: "Roboto";
font-size: 16px;
height: 50px;
width: 100%;
color: #eee;
margin-bottom: 30px;
padding: 0;
background: none;
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
resize: none;
outline: 0;
border-radius: 0%;
-moz-border-radius: 0%;
-webkit-border-radius: 0%;
-khtml-border-radius: 0%;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
input:focus,
textarea:focus,
button:focus {
color: #eee;
border-bottom: 1px solid #eee;
}
textarea {
height: 120px;
padding: 0;
padding-top: 15px;
}
button {
padding: 0 30px;
width: auto;
display: inline-block;
vertical-align: top;
text-align: left;
border-bottom: 1px solid #eee;
cursor: pointer;
color: #eee;
}
button:hover {
background: #4bffa5;
}
button.hover-animated {
padding: 0;
}
button.hover-animated:hover {
background: none;
}
label,
legend {
display: inline-block;
padding-bottom: 10px;
font-family: "Roboto";
font-size: 16px;
}
fieldset {
border-width: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline;
}
::-webkit-input-placeholder {
color: #999999;
}
:-moz-placeholder {
color: #999999;
}
::-moz-placeholder {
color: #999999;
}
:-ms-input-placeholder {
color: #999999;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: #eee;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
color: #eee;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: #eee;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
color: #eee;
}
input.error,
textarea.error,
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
border-bottom: 1px solid red !important;
}
label.error,
.wpcf7-not-valid-tip {
display: none !important;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder,
input.wpcf7-not-valid::-moz-placeholder,
textarea.wpcf7-not-valid::-moz-placeholder {
color: red;
}
input.error:-moz-placeholder,
textarea.error:-moz-placeholder,
input.wpcf7-not-valid:-moz-placeholder,
textarea.wpcf7-not-valid:-moz-placeholder {
color: red;
}
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
input.wpcf7-not-valid:-ms-input-placeholder,
textarea.wpcf7-not-valid:-ms-input-placeholder {
color: red;
}
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
input.wpcf7-not-valid::-webkit-input-placeholder,
textarea.wpcf7-not-valid::-webkit-input-placeholder {
color: red;
}
div.wpcf7-response-output {
margin: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline;
}
input[type="checkbox"], input[type="radio"] {
width: auto;
height: auto;
margin-bottom: 10px;
margin-right: 0;
margin-left: 0;
}
input[type="checkbox"] {
-webkit-appearance: checkbox;
appearance: checkbox;
}
input[type="radio"] {
-webkit-appearance: radio;
appearance: radio;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="submit"],
textarea,
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type="file"] {
margin-bottom: 10px;
border: none;
height: auto;
}
select {
margin-bottom: 10px;
width: 100%;
height: 30px;
background: #333;
border: none;
color: #eee;
}
.content-sidebar select, .wp-block-archives-dropdown select {
-webkit-appearance: none;
appearance: none;
-webkit-border-radius: 0px;
background-image: url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/images/arrow.svg);
background-position: calc(100% - 15px) 50%;
background-size: 11px;
background-repeat: no-repeat;
background-color: transparent;
border: 0;
font-size: 14px;
color: #fff;
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
width: 100%;
height: 36px;
padding-left: 15px;
padding-right: 30px;
cursor: pointer;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 1em 0 0;
} ul {
list-style: disc;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 0px;
list-style-position: inside;
}
ol {
list-style: decimal;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 0px;
list-style-position: inside;
}
ul ul, ol ol, ul ol, ol ul {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px;
}
img {
max-width: 100%;
}
.single-post-text img + figure {
margin-top: 20px;
}
.content-sidebar img {
height: auto;
}
.widget.widget_text p {
margin: 0 0 15px 0;
font-size: 14px;
}
.wp-caption-text, .wp-block-image figcaption, .wp-block-video figcaption, .wp-block-embed figcaption {
max-width: 100%;
margin: 0;
padding: 5px 10px 0 10px;
text-align: center;
font-size: 14px;
font-style: italic;
opacity: 0.8;
} code {
padding: 0 4px;
font-size: 14px;
font-style: italic;
color: #4bffa5;
text-decoration: none;
display: inline-block;
vertical-align: middle;
overflow: auto;
max-width: 100%;
white-space: nowrap;
}
pre {
margin: 20px 0;
padding: 0;
max-width: 100%;
overflow: auto;
white-space: pre;
font-size: 14px;
}
mark, ins {
background: #333;
text-decoration: none;
} table {
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
background: none;
border: 1px solid #333;
}
.content-sidebar table caption {
padding: 5px 0;
font-weight: 700;
font-size: 14px;
border-bottom: none;
background: #333;
color: #fff;
}
.content-sidebar th {
padding: 5px 0;
font-size: 12px;
font-weight: 700;
text-align: center;
border: none;
text-transform: uppercase;
}
.content-sidebar td {
border: none;
padding: 5px 0;
font-size: 12px;
background: none;
text-align: center;
border: 1px solid #333;
}
.content-sidebar tfoot td {
border: none;
}
.content-sidebar td.pad {
background: none;
}
.content-sidebar td#today {
background: #4bffa5;
color: #000!important;
font-weight: 700;
}
.single-post-text table {
width: 100%;
margin: 0;
padding: 0;
border-collapse: collapse;
background: none;
border: 1px solid #333;
}
.single-post-text th {
padding: 10px 20px;
font-size: 16px;
font-weight: 700;
border: 1px solid #333;
text-align: left;
}
.single-post-text td {
border: none;
padding: 10px 20px;
font-size: 16px;
background: none;
border: 1px solid #333;
}
.single-post-text td#today {
background: #4bffa5;
color: #000!important;
font-weight: 700;
}
dt {
margin-bottom: 5px;
font-weight: 700;
}
dd {
margin-top: 0;
margin-bottom: 20px;
margin-left: 20px;
}
@media screen and (max-width: 720px) {
.single-post-text th {
padding: 10px;
font-size: 14px;
}
.single-post-text td {
padding: 10px;
font-size: 14px;
}
} .align-center {
text-align: center !important;
}
.align-right {
text-align: right !important;
}
.align-left {
text-align: left !important;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.pull-none {
float: none !important;
}
.alignright {
margin-left: 20px !important;
margin-bottom: 10px !important;
float: right !important;
max-width: 50% !important;
}
.alignleft {
margin-right: 20px !important;
margin-bottom: 10px !important;
float: left !important;
max-width: 50% !important;
}
.aligncenter {
margin-left: auto !important;
margin-right: auto !important;
display: block;
}
.full-width {
max-width: 100%;
width: 100%;
}
.full-max-width {
max-width: 100%;
width: auto;
}
.centrize {
display: table;
table-layout: fixed;
height: 100%;
position: relative;
top: 0;
left: 0;
z-index: 2;
}
.vertical-center {
display: table-cell;
vertical-align: middle;
} .text-uppercase {
text-transform: uppercase;
}
.text-lowercase {
text-transform: lowercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-regular {
font-weight: 400;
}
.text-bold {
font-weight: 700;
}
.text-italic {
font-style: italic;
} blockquote {
font-family: "Roboto";
} .swiper-container {
padding: 0;
position: relative;
overflow: hidden;
}  @-webkit-keyframes loading {
0% {
height: 0;
top: 0;
bottom: auto;
}
50% {
height: 100%;
top: 0;
bottom: auto;
}
51% {
height: 100%;
top: 0;
bottom: auto;
}
52% {
height: 100%;
top: auto;
bottom: 0;
}
100% {
height: 0;
top: auto;
bottom: 0;
}
}
@keyframes loading {
0% {
height: 0;
top: 0;
bottom: auto;
}
50% {
height: 100%;
top: 0;
bottom: auto;
}
51% {
height: 100%;
top: 0;
bottom: auto;
}
52% {
height: 100%;
top: auto;
bottom: 0;
}
100% {
height: 0;
top: auto;
bottom: 0;
}
} @keyframes mouse-anim {
0% {
top: 0px;
}
50% {
top: 10px;
}
100% {
top: 0px;
}
} .header {
padding: 50px;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 100;
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.header.fixed {
padding-top: 30px;
padding-bottom: 30px;
top: 0;
background: #101010;
}
.admin-bar .header {
top: 32px;
}
.header:after {
content: '';
position: relative;
display: block;
clear: both;
}
.header .head-top {
position: relative;
}
.header .menu-btn {
position: relative;
margin: 0 auto;
width: 30px;
height: 20px;
}
.header .menu-btn:before,
.header .menu-btn:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: #FFF;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.header .menu-btn:after {
top: auto;
bottom: 0;
}
.header .menu-btn span {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 2px;
background: #FFF;
margin-top: -1px;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.header .logo {
position: absolute;
overflow: hidden;
top: 50%; font-size: 16px;
line-height: 2.5;
font-weight: 600;
color: rgba(255, 255, 255, 0.5);
white-space: nowrap;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.header .logo img {
max-width: 100%;
max-height: 60px;
width: auto;
height: auto;
display: block;
}
.header .logo a {
color: rgba(255, 255, 255, 0.65);
text-decoration: none;
display: inline-block;
}
.header .logo strong {
color: #FFF;
}
.header .logo .mask-desc {
display: block;
line-height: 2px;
font-size: 12px;
}
.header .top-menu {
text-align: right;
}
.header .top-menu .menu-top-menu-container {
display: inline-block;
}
.header .top-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.header .top-menu ul li {
margin-left: 40px;
display: inline-block;
vertical-align: top;
position: relative;
}
.header .top-menu ul li a {
position: relative;
overflow: hidden;
display: block;
font-size: 1em;
line-height: 2.5;
color: #FFF;
font-weight: 600;
opacity: 0.65;
text-decoration: none;
transition: color 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: color 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-webkit-transition: color 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: color 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.header .top-menu ul li:hover>.sub-menu,
.header .top-menu ul li:hover>.children {
opacity: 1;
pointer-events: auto;
}
.header .top-menu ul li:hover>a,
.header .top-menu ul li.current-menu-item>a,
.header .top-menu ul li.current-menu-parent>a {
opacity: 1;
}
.header .top-menu ul li.menu-item-has-children>a .mask-lnk:after {
content: "\f078";
margin-left: 5px;
position: relative;
top: 0;
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 0.8em;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.header .top-menu-nav .sub-menu,
.header .top-menu-nav .children {
position: absolute;
left: 0;
top: 40px;
padding: 10px 0;
width: 190px;
text-align: left;
background: #1E1E1E;
z-index: 50;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
}
.header .top-menu ul li:last-child .sub-menu,
.header .top-menu-nav .children {
right: 0;
left: auto;
}
.header .top-menu-nav .sub-menu:before,
.header .top-menu-nav .children:before {
content: '';
position: absolute;
left: 10px;
top: -12px;
border: 6px solid transparent;
border-bottom: 6px solid #1E1E1E;
}
.header .top-menu ul li:last-child .sub-menu:before,
.header .top-menu-nav .children:before {
right: 10px;
left: auto;
}
.header .top-menu-nav .sub-menu li,
.header .top-menu-nav .children li {
margin-left: 0;
padding: 8px 20px;
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
height: auto;
}
.header .top-menu-nav .sub-menu li:last-child,
.header .top-menu-nav .children li:last-child {
border-bottom: none;
}
.header .top-menu-nav .sub-menu li a,
.header .top-menu-nav .children li a {
margin-top: 0;
display: block;
font-size: 12px;
color: #FFF;
opacity: 0.5;
line-height: 2;
}
.header .top-menu-nav .sub-menu li .sub-menu,
.header .top-menu-nav .children li .children {
left: 100%;
top: -10px;
background: #242424;
}
.header .top-menu-nav .sub-menu li .sub-menu:before,
.header .top-menu-nav .children li .children:before {
content: '';
position: absolute;
left: -12px;
top: 26px;
border: 6px solid transparent;
border-right: 6px solid #242424;
border-bottom: 6px solid transparent;
}
.background-enabled .header .top-menu ul li.current-menu-item>a {
opacity: 1;
}
.hover-masks .mask-lnk,
.hover-masks-logo .mask-lnk {
position: relative;
top: 0;
left: 0;
width: 100%;
display: block;
transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
-webkit-transition: transform 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
transition: transform 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.hover-masks .mask-lnk.mask-lnk-hover,
.hover-masks-logo .mask-lnk.mask-lnk-hover {
position: absolute;
transform: translateY(100%);
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-o-transform: translateY(100%);
}
.hover-masks a:hover .mask-lnk:nth-child(1),
.hover-masks-logo a:hover .mask-lnk:nth-child(1) {
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
.hover-masks a:hover .mask-lnk.mask-lnk-hover,
.hover-masks-logo a:hover .mask-lnk.mask-lnk-hover {
transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
} .header.active {
padding-top: 4vw;
top: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 100%;
background: #101010;
}
.header.active .menu-btn:before {
opacity: 0;
}
.header.active .menu-btn:after {
bottom: 9px !important;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.header.active .menu-btn span {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.header.active .top-menu {
height: auto;
opacity: 1;
visibility: visible;
}
.header.active .top-menu ul>li>ul li a {
line-height: 20px;
} @media (max-width: 1199px) {
.header .logo {
position: relative;
top: 0;
transform: translateY(0%);
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
}
.header .menu-btn {
display: block;
transform: translateY(50%);
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-o-transform: translateY(50%);
}
.header .top-menu-nav {
display: block;
}
.header .top-menu {
position: relative;
top: 0;
left: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
float: none;
width: auto;
height: 0px;
text-align: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.35s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: opacity 0.35s cubic-bezier(0.165, 0.85, 0.45, 1);
-webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: opacity 0.35s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.header.active .top-menu {
margin-top: 40px;
line-height: normal;
}
.header .top-menu .menu-top-menu-container {
display: block;
}
.header .top-menu {
line-height: normal;
}
.header .top-menu ul li {
margin-left: 0;
padding: 2px 0;
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .top-menu .top-menu-nav > ul > li:first-child,
.header .top-menu .top-menu-nav .menu-all-pages-container > ul > li:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header .top-menu-nav .sub-menu,
.header .top-menu-nav .children {
position: relative;
left: 0;
top: 0;
margin: 5px 0 20px 0;
width: auto;
text-align: center;
pointer-events: none;
display: none;
opacity: 0;
visibility: hidden;
}
.header.active .top-menu-nav .sub-menu,
.header.active .top-menu-nav .children {
opacity: 1;
visibility: visible;
pointer-events: auto;
transition: none;
-webkit-transition: none;
}
.header .top-menu-nav .sub-menu:before,
.header .top-menu-nav .children:before {
margin-left: -6px;
left: 50%;
}
.header .top-menu-nav .sub-menu li .sub-menu,
.header .top-menu-nav .children li .children {
left: 0;
top: 8px;
margin: 0 -20px;
background: #242424;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
}
.header .top-menu-nav .sub-menu li .sub-menu:before,
.header .top-menu-nav .children li .children:before {
left: 50%;
top: -12px;
border: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #242424;
}
.header .top-menu ul li:last-child .sub-menu:before,
.header .top-menu-nav .children:before {
right: 50%;
left: auto;
margin-left: 0;
margin-right: -6px;
}
.header .menu-btn {
display: block;
float: right;
}
.header .top-menu ul li a {
display: inline-block;
vertical-align: top;
}
.header .top-menu ul li.menu-item-has-children > a {
margin: 0 40px;
}
.header .top-menu ul li.menu-item-has-children>a .mask-lnk:after {
display: none;
}
.header .top-menu ul li.menu-item-has-children .open-lnk {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
.header .top-menu ul li.menu-item-has-children .open-lnk:before {
content: "\f067";
position: relative;
top: 0;
left: 0;
width: auto;
height: auto;
line-height: 18px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 12px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
}
.header .top-menu ul li.active.menu-item-has-children > .open-lnk:before {
content: "\f068";
}
.header .top-menu ul li ul li.menu-item-has-children .open-lnk {
top: 8px;
height: 20px;
}
} @media (max-width: 720px) {
.header {
margin: 0;
padding: 0 30px;
top: 30px;
}
.admin-bar .header {
top: 46px;
padding-top: 20px;
}
.admin-bar .header.fixed {
top: 0;
padding-top: 20px;
padding-bottom: 20px;
}
.header .logo {
padding: 0;
max-width: 240px;
}
.header.active .top-menu {
padding-bottom: 30px;
}
.wp-block-media-text {
display: block;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 0;
}
} .section {
position: relative;
padding-top: 70px;
padding-bottom: 70px;
z-index: 12;
max-width: 854px;
margin: 0 auto;
}
.section:first-child {
padding-top: 150px;
}
section.elementor-element .section:first-child {
padding-top: 70px;
}
body .elementor-widget-wrap .elementor-inner-section {
padding-top: 70px;
padding-bottom: 70px;
margin: 0 auto;
width: 100%;
max-width: 854px;
z-index: 12;
}
body .section.resume-widget {
padding: 0;
padding-top: 0!important;
width: auto;
}
.section .content {
position: relative;
}
.section .content .description-col {
width: auto;
}
.section .content .description-col .title,
.section .content .details-col .title {
margin-left: 0;
}
.section .content .description-col .details-list li {
display: inline-block;
vertical-align: top;
width: 30%;
}
.section .content .portfolio-cols {
display: flex;
}
.section .content .portfolio-cols .description-col {
width: 78%;
}
.section .content .portfolio-cols .description-col .details-list li {
display: block;
width: auto;
}
.section .content .portfolio-cols .details-col {
padding-left: 50px;
width: 24%;
}
.description-col > *:last-child {
margin-bottom: 0;
}
.section .content-box {
margin-right: -1px;
padding: 35px;
font-size: 16px;
background: #101010;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.section .content-box .single-post-text>*:first-child {
margin-top: 0;
}
.section .content-box .single-post-text>*:last-child {
margin-bottom: 0;
}
.section .title {
position: relative;
margin: 0 0 35px 35px;
}
.section .title .title_inner {
display: inline-block;
vertical-align: top;
position: relative;
font-size: 24px;
color: #FFF;
font-weight: 600;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.section .comment-respond .title .title_inner {
display: block;
} @media (max-width: 920px) {
.section {
max-width: 670px;
}
}
@media (max-width: 720px) {
.section {
padding-top: 50px;
padding-bottom: 50px;
padding-left: 30px;
padding-right: 30px;
}
body .elementor-widget-wrap .elementor-inner-section {
padding-top: 50px;
padding-bottom: 50px;
padding-left: 30px;
padding-right: 30px;
}
.section .title {
margin: 0 0 30px 0;
}
} .section.started {
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
max-width: 100%;
height: 100vh;
z-index: 11;
}
.section.started.personal {
z-index: 12;
}
.section.started.personal .started-content {
max-width: 100%;
}
.section.started .started-content .logo {
position: relative;
display: inline-block;
top: -100px;
left: -300px;
width: 740px;
height: 600px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-clip-path: polygon(31% 0, 100% 25%, 61% 100%, 0 93%);
clip-path: polygon(31% 0, 100% 25%, 61% 100%, 0 93%);
}
.section.started .started-content .h-title {
margin: 0;
position: absolute;
left: calc(20% + 35px);
bottom: 50px;
max-width: 560px;
font-size: 20px;
font-weight: 300;
color: #FFF;
word-break: break-word;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.section.started.personal .started-content .h-title {
max-width: 29vw;
}
.section.started .started-content .h-title strong,
.section.started .started-content .h-title b {
color: #4bffa5;
}
.section.started .started-content .h-subtitles {
font-size: 38px;
height: 38px;
opacity: 0;
}
.section.started .started-content .h-subtitles.ready {
opacity: 1;
}
.section.started .started-content .h-subtitle,
.section.started .started-content .typed-subtitle,
.section.started .started-content .typed-bread {
margin-top: -45px;
position: absolute;
top: 50%;
left: 0;
width: 100%;
display: block;
font-size: 90px;
line-height: 90px;
font-weight: 500;
color: #FFF;
text-align: center;
}
.section.started .started-content .h-subtitle strong,
.section.started .started-content .typed-subtitle strong {
color: #4bffa5;
}
.section.started.layout-creative {
margin: 0 auto;
margin-bottom: 0;
padding-top: 20% !important;
padding-left: 20%;
padding-right: 20%;
padding-bottom: 70px;
width: auto;
height: auto !important;
}
.section.started.layout-creative .started-content {
padding-left: 0;
padding-right: 0;
display: block;
text-align: left;
}
.section.started .started-content {
padding-left: 0;
padding-right: 0;
margin: 0 auto;
max-width: 854px;
}
.section.started.layout-creative .started-content .h-title {
margin: 0 0 7px 33px;
padding-right: 0;
position: relative;
left: 0;
top: 0;
bottom: auto;
max-width: 800px;
font-size: 44px;
line-height: 1.3;
font-family: "Roboto";
font-weight: 500;
text-transform: none;
letter-spacing: 0em;
}
.section.started.layout-creative .started-content .h-subtitle,
.section.started.layout-creative .started-content .typed-subtitle,
.section.started.layout-creative .started-content .typed-bread,
.section.started.layout-creative .started-content .typed-cursor {
margin-top: 0;
margin-left: 35px;
position: relative;
font-size: 18px;
line-height: 40px;
text-align: left;
color: #999;
}
.section.started.layout-creative .started-content .h-subtitle,
.section.started.layout-creative .started-content .typed-subtitle {
top: 0;
}
.section.started.layout-creative .started-content .h-subtitle p {
font-size: 18px;
line-height: 40px;
}
.section.started.personal {
text-align: center;
}
.section.started.personal .started-content .h-title {
margin-left: -85px;
margin-top: 85px;
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
width: 29vw;
font-size: 1.35vw;
text-align: left;
}
.section.started.personal .started-content .typed-subtitle,
.section.started.personal .started-content .typed-bread {
margin-top: 0;
top: auto;
bottom: 50px;
left: 20%;
line-height: 0.9;
font-size: 6vw;
text-align: left;
}
.section.started.section-title .started-content .h-title {
margin-top: 0;
position: relative;
top: 0;
left: 0;
bottom: 0;
max-width: 100%;
font-size: 90px;
line-height: 1.2;
font-weight: 600;
text-align: center;
}
.section.started.section-title .started-content .h-subtitles {
height: auto;
}
.section.started.section-title .started-content .h-subtitle,
.section.started.section-title .started-content .typed-subtitle,
.section.started.section-title .started-content .typed-bread {
margin-left: -427px;
padding-left: 35px;
position: absolute;
left: 50%;
top: auto;
bottom: 50px;
width: auto;
max-width: 854px;
font-size: 20px;
line-height: 1.5;
font-weight: 400;
text-align: left;
}
.section.started.section-title .started-content .h-subtitle p {
margin: 0;
font-size: 20px;
line-height: 1.5;
}
.section.started .mouse_btn {
font-size: 24px;
color: #4bffa5;
text-align: center;
position: absolute;
width: 20px;
height: 40px;
left: 50%;
bottom: 7%;
margin-left: -10px;
z-index: 2;
}
.section.started .mouse_btn .icon {
position: relative;
top: 0px;
animation: mouse-anim 1s ease-out 0s infinite;
}
.section.started .swiper-nav {
position: absolute;
left: calc(20% + 35px);
bottom: 120px;
width: 66px;
height: 24px;
z-index: 3;
}
.section.started .swiper-nav .swiper-button-prev,
.section.started .swiper-nav .swiper-button-next {
width: 20px;
height: 20px;
margin-top: -10px;
background: none;
font-size: 22px;
color: #FFF;
text-decoration: none;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.section.started .swiper-nav .swiper-button-prev:after,
.section.started .swiper-nav .swiper-button-next:after {
display: none;
}
.section.started.section-title .started-content .typed-bread,
.section.started.layout-creative .started-content .typed-bread {
top: auto;
font-size: 16px;
line-height: 1.9;
color: rgba(255, 255, 255, 0.5);
font-weight: 400;
opacity: 1;
}
.section.started.section-title .started-content .typed-bread a,
.section.started.layout-creative .started-content .typed-bread a {
color: #FFF;
text-decoration: none;
font-weight: 500;
opacity: 1;
}
.section.started .started-content .typed-cursor,
.section.started.layout-creative .mouse_btn,
.section.started.layout-post-creative .mouse_btn {
display: none !important;
}
.section.started .swiper-button-prev,
.section.started .swiper-container-rtl .swiper-button-next {
left: 0;
right: auto;
}
.section.started .swiper-button-next,
.section.started .swiper-container-rtl .swiper-button-prev {
left: auto;
right: 0;
}
.started-carousel {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.started-carousel .swiper-container,
.started-carousel .swiper-wrapper {
height: 100%;
}
.started-carousel .swiper-slide {
opacity: 1 !important;
}
.started-carousel .swiper-slide.first {
z-index: 2;
}
.started-carousel .main-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
clip-path: polygon(0 0, 20% 0, 20% 0, 40% 0, 40% 0, 60% 0, 60% 0, 80% 0, 80% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 80% 100%, 80% 100%, 60% 100%, 60% 100%, 40% 100%, 40% 100%, 20% 100%, 20% 100%, 0 100%);
-webkit-clip-path: polygon(0 0, 20% 0, 20% 0, 40% 0, 40% 0, 60% 0, 60% 0, 80% 0, 80% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 80% 100%, 80% 100%, 60% 100%, 60% 100%, 40% 100%, 40% 100%, 20% 100%, 20% 100%, 0 100%);
transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.started-carousel .swiper-slide.swiper-clip-active .main-img {
clip-path: polygon(0 0, 20% 0, 20% 100%, 40% 100%, 40% 0, 60% 0, 60% 100%, 80% 100%, 80% 0, 100% 0, 100% 0, 100% 100%, 100% 0%, 80% 0%, 80% 100%, 60% 100%, 60% 0%, 40% 0%, 40% 100%, 20% 100%, 20% 0%, 0 0%);
-webkit-clip-path: polygon(0 0, 20% 0, 20% 100%, 40% 100%, 40% 0, 60% 0, 60% 100%, 80% 100%, 80% 0, 100% 0, 100% 0, 100% 100%, 100% 0%, 80% 0%, 80% 100%, 60% 100%, 60% 0%, 40% 0%, 40% 100%, 20% 100%, 20% 0%, 0 0%);
}
.section.started .mouse_btn {
left: auto;
right: calc(20% + 35px);
margin-left: 0;
} @media (min-width: 1200px) {
.section.started .started-content .logo {
top: -11.5vh;
left: -18.5vw;
width: 56vw;
height: 80vh;
}
.section.started.personal .started-content .h-title {
margin-left: 0;
margin-top: 0;
left: 50vw;
top: 60vh;
bottom: auto;
}
} @media (max-width: 1199px) {
.section.started.layout-creative,
.section.started.layout-post-creative {
padding-top: 35vw !important;
padding-left: 50px;
padding-right: 50px;
}
.section.started .started-content .h-title {
left: 50px;
}
.section.started .started-content .h-title br {
display: none;
}
.section.started .started-content .h-subtitle,
.section.started .started-content .typed-subtitle,
.section.started .started-content .typed-bread {
margin-top: -35px;
font-size: 60px;
line-height: 70px;
}
.section.started.section-title .started-content .h-subtitle,
.section.started.section-title .started-content .typed-subtitle,
.section.started.section-title .started-content .typed-bread {
padding-left: 0;
left: 50px;
}
.section.started.personal .started-content .typed-subtitle,
.section.started.personal .started-content .typed-bread {
left: 50px;
width: auto;
}
.section.started .swiper-nav {
left: 50px;
}
.section.started .started-content .logo {
top: -50px;
left: -150px;
width: 640px;
height: 560px;
}
.section.started.personal .started-content .h-title {
margin-left: 15px;
margin-top: 115px;
width: 320px;
max-width: 320px;
font-size: 20px;
}
.section.started.layout-creative .started-content .h-title,
.section.started.layout-creative .started-content .h-subtitle,
.section.started.layout-creative .started-content .typed-subtitle,
.section.started.layout-creative .started-content .typed-bread,
.section.started.layout-creative .started-content .typed-cursor {
margin-left: 0;
}
.section.started .mouse_btn {
left: auto;
right: 120px;
margin-left: 0;
}
} @media (max-width: 720px) {
.section.started {
padding: 0 30px;
}
.section.started.layout-creative,
.section.started.layout-post-creative {
padding-top: 50vw !important;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}
.section.started .started-content .h-title {
left: 0;
bottom: 30px;
padding-right: 50px;
font-size: 17px;
}
.section.started .started-content .h-subtitle,
.section.started .started-content .typed-subtitle,
.section.started .started-content .typed-bread {
margin-top: -20px;
font-size: 30px;
line-height: 40px;
}
.section.started.section-title .started-content .h-title {
padding-left: 0;
padding-right: 0;
font-size: 38px;
}
.section.started.section-title .started-content .typed-bread,
.section.started.layout-creative .started-content .typed-bread {
font-size: 14px;
}
.section.started.layout-creative .started-content .h-title,
.section.started.layout-post-creative .started-content .h-title {
font-size: 23px;
}
.section.started .started-content .logo {
position: absolute;
top: 0;
left: -30px;
width: 110vw;
height: 62vh;
-webkit-clip-path: polygon(25% 0, 100% 25%, 80% 100%, 0 85%);
clip-path: polygon(25% 0, 100% 25%, 80% 100%, 0 85%);
}
.section.started.personal .started-content .h-title {
left: 0;
top: auto;
bottom: 0;
width: 100%;
margin-top: 0;
margin-left: 0;
padding-bottom: 70px;
}
.section.started.personal .started-content .typed-subtitle,
.section.started.personal .started-content .typed-bread {
left: 0;
bottom: 30px;
padding-right: 50px;
font-size: 20px;
line-height: 30px;
}
.section.started .swiper-nav {
left: 30px;
}
.section.started .mouse_btn {
right: 50%;
margin-left: 0;
margin-right: -10px;
bottom: 50px;
}
.section.started.section-title .started-content .h-subtitle,
.section.started.section-title .started-content .typed-subtitle,
.section.started.section-title .started-content .typed-bread {
left: 0;
}
.section.started+.section,
.section.started.layout-creative+.section {
margin-top: 0;
}
} @media (max-width: 340px) {
.section.started .swiper-nav {
bottom: 145px;
}
} @media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 1199px) {
.section.started .started-content .logo {
position: absolute;
left: -30px;
right: -30px;
top: 0;
width: auto;
height: 100%;
-webkit-clip-path: none;
clip-path: none;
}
.section.started.personal .started-content .h-title {
top: auto;
left: 50px;
bottom: 50px;
width: auto;
margin-left: 0;
margin-top: 0;
margin-right: 50px;
}
.section.started.personal .started-content .typed-subtitle,
.section.started.personal .started-content .typed-bread {
display: none;
}
.section.started .swiper-nav {
bottom: 120px;
}
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 670px) {
.section.started.personal .started-content .h-title {
left: 0;
bottom: 30px;
margin-right: 30px;
}
.section.started .swiper-nav {
bottom: 100px;
}
} .section.about .image {
float: left;
width: 160px;
font-size: 0;
}
.section.about .image img {
width: 100%;
height: auto;
}
.section.about .desc {
margin-left: 195px;
}
.section.about .desc .single-post-text:after {
display: none;
}
.section.about .desc p {
word-break: break-word;
}
.section.about .desc p:first-child {
margin-top: 0;
}
.info-list {
margin-bottom: 20px;
}
.info-list ul {
list-style: none;
margin: 0;
padding: 0;
}
.info-list ul li {
display: inline-block;
vertical-align: top;
width: 48%;
margin: 0 0 6px 0;
}
.info-list ul li strong {
font-weight: 400;
color: #4bffa5;
} @media (max-width: 1199px) {
.section.about .image {
width: 120px;
margin-right: 0;
margin-bottom: 25px;
}
.section.about .desc {
margin-left: 145px;
}
} @media (max-width: 720px) {
.section.about .image {
margin: 0 auto 20px auto;
float: none;
width: 100px;
text-align: center;
}
.section.about .desc {
margin-left: 0;
text-align: center;
}
.info-list ul li {
width: 100%;
}
} .section .col:nth-child(odd) {
padding-right: 35px;
}
.section .col:nth-child(even) {
padding-left: 35px;
}
.section .col:nth-child(even) .content-box {
margin-right: -1px;
}
.elementor-row .elementor-inner-column:nth-child(odd),
.elementor-container .elementor-inner-column:nth-child(odd) {
padding-right: 35px;
}
.elementor-row .elementor-inner-column:nth-child(even),
.elementor-container .elementor-inner-column:nth-child(even) {
padding-left: 35px;
}
.elementor-row .elementor-inner-column:nth-child(even) .content-box,
.elementor-container .elementor-inner-column:nth-child(even) .content-box {
margin-right: -1px;
}
.resume-items .resume-item {
position: relative;
margin: 70px 0 0 0;
}
.resume-items .resume-item:first-child {
margin: 0;
}
.resume-items .resume-item .date {
position: relative;
margin: 0 0 5px 0;
display: inline-block;
font-size: 12px;
color: #999;
}
.resume-items .resume-item .name {
margin: 0 0 15px 0;
color: #eee;
font-weight: 500;
}
.resume-items .resume-item.active .date {
color: #4bffa5;
font-weight: 600;
} @media (max-width: 1199px) {
.section .col:nth-child(odd) {
padding-right: 20px;
}
.section .col:nth-child(even) {
padding-left: 20px;
}
.elementor-row .elementor-inner-column:nth-child(odd),
.elementor-container .elementor-inner-column:nth-child(odd) {
padding-right: 20px;
}
.elementor-row .elementor-inner-column:nth-child(even),
.elementor-container .elementor-inner-column:nth-child(even) {
padding-left: 20px;
}
.resume-items .resume-item {
margin: 40px 0 0 0;
}
} @media (max-width: 720px) {
.section .col:nth-child(odd) {
padding-right: 0;
margin-bottom: 40px;
}
.section .col:nth-child(even) {
padding-left: 0;
}
.elementor-row .elementor-inner-column:nth-child(odd),
.elementor-container .elementor-inner-column:nth-child(odd) {
padding-right: 0;
}
.elementor-row .elementor-inner-column:nth-child(even),
.elementor-container .elementor-inner-column:nth-child(even) {
padding-left: 0;
}
} .skills ul {
margin: -35px 0 0 0;
padding: 0;
list-style: none;
font-size: 0;
}
.skills ul li {
position: relative;
padding: 35px 0 0 0;
}
.skills ul li:after {
display: none;
}
.skills ul li:last-child {
padding-bottom: 0;
}
.skills ul li .name {
margin: 0 0 10px 0;
position: relative;
font-size: 16px;
color: #eee;
font-weight: 500;
}
.skills ul li .progress {
display: block;
height: 4px;
position: relative;
width: 100%;
background: rgba(255, 255, 255, 0.1);
}
.skills ul li .progress .percentage {
left: 0;
top: 0;
position: absolute;
height: 4px;
width: 0%;
background: #4bffa5;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.skills ul li .progress .percentage .percent {
position: absolute;
top: -34px;
right: 0;
font-size: 16px;
font-weight: 400;
}
.skills.list ul {
margin: 0 -35px;
}
.skills.list ul li {
padding-top: 0;
padding-bottom: 0;
padding-left: 35px;
padding-right: 35px;
display: inline-block;
vertical-align: top;
width: 50%;
}
.skills.list ul li .name {
padding-left: 35px;
position: relative;
}
.skills.list ul li .name:before {
content: "\f00c";
position: absolute;
left: 0;
top: 3px;
display: inline-block;
color: #4bffa5;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.skills.list ul li .progress {
display: none;
}
.skills.dotted ul {
margin-left: -35px;
margin-right: -35px;
}
.skills.dotted ul li {
padding-left: 35px;
padding-right: 35px;
width: 50%;
display: inline-block;
vertical-align: top;
}
.skills.dotted ul li .progress {
height: 14px;
background: transparent !important;
}
.skills.dotted ul li .progress .percentage {
position: relative;
overflow: hidden;
top: 0;
height: 14px;
background: transparent !important;
z-index: 2;
}
.skills.dotted ul li .progress .dg,
.skills.dotted ul li .progress .da {
position: absolute;
left: 0;
top: 0;
width: 100%;
display: flex;
justify-content: space-between;
height: 14px;
}
.skills.dotted ul li .progress .dg span,
.skills.dotted ul li .progress .da span {
display: block;
width: 14px;
height: 14px;
background: rgba(255, 255, 255, 0.1);
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
-khtml-border-radius: 14px;
}
.skills.dotted ul li .progress .da {
top: 0;
}
.skills.dotted ul li .progress .da span {
background: #4bffa5;
}
.skills.circles ul li {
margin-top: 35px;
padding: 0 0 60px 0;
display: inline-block;
vertical-align: top;
width: 25%;
}
.skills.circles ul li:last-child {
padding-bottom: 40px;
}
.skills.circles ul li .name {
margin: 0 0 0 -45px;
position: absolute;
top: 105px;
left: 50%;
width: 90px;
text-align: center;
}
.skills.circles ul li .progress {
margin: 0 auto;
position: relative;
font-size: 90px;
width: 90px;
height: 90px;
background: #282828;
border-radius: 90px;
-moz-border-radius: 90px;
-webkit-border-radius: 90px;
-khtml-border-radius: 90px;
}
.skills.circles ul li .progress:after {
content: '';
position: absolute;
top: 0.09em;
left: 0.09em;
width: 0.82em;
height: 0.82em;
display: block;
background-color: #101010;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
}
.skills.circles ul li .progress span {
position: absolute;
width: 100%;
left: 0;
top: 0;
width: 100%;
height: 100%;
font-size: 16px;
line-height: 90px;
text-align: center;
white-space: nowrap;
z-index: 2;
}
.skills.circles ul li .progress .percentage {
display: none;
}
.skills.circles ul li .progress .slice {
position: absolute;
width: 1em;
height: 1em;
clip: rect(0em, 1em, 1em, 0.5em);
-webkit-clip: rect(0em, 1em, 1em, 0.5em);
}
.skills.circles .progress.p51 .slice,
.skills.circles .progress.p52 .slice,
.skills.circles .progress.p53 .slice,
.skills.circles .progress.p54 .slice,
.skills.circles .progress.p55 .slice,
.skills.circles .progress.p56 .slice,
.skills.circles .progress.p57 .slice,
.skills.circles .progress.p58 .slice,
.skills.circles .progress.p59 .slice,
.skills.circles .progress.p60 .slice,
.skills.circles .progress.p61 .slice,
.skills.circles .progress.p62 .slice,
.skills.circles .progress.p63 .slice,
.skills.circles .progress.p64 .slice,
.skills.circles .progress.p65 .slice,
.skills.circles .progress.p66 .slice,
.skills.circles .progress.p67 .slice,
.skills.circles .progress.p68 .slice,
.skills.circles .progress.p69 .slice,
.skills.circles .progress.p70 .slice,
.skills.circles .progress.p71 .slice,
.skills.circles .progress.p72 .slice,
.skills.circles .progress.p73 .slice,
.skills.circles .progress.p74 .slice,
.skills.circles .progress.p75 .slice,
.skills.circles .progress.p76 .slice,
.skills.circles .progress.p77 .slice,
.skills.circles .progress.p78 .slice,
.skills.circles .progress.p79 .slice,
.skills.circles .progress.p80 .slice,
.skills.circles .progress.p81 .slice,
.skills.circles .progress.p82 .slice,
.skills.circles .progress.p83 .slice,
.skills.circles .progress.p84 .slice,
.skills.circles .progress.p85 .slice,
.skills.circles .progress.p86 .slice,
.skills.circles .progress.p87 .slice,
.skills.circles .progress.p88 .slice,
.skills.circles .progress.p89 .slice,
.skills.circles .progress.p90 .slice,
.skills.circles .progress.p91 .slice,
.skills.circles .progress.p92 .slice,
.skills.circles .progress.p93 .slice,
.skills.circles .progress.p94 .slice,
.skills.circles .progress.p95 .slice,
.skills.circles .progress.p96 .slice,
.skills.circles .progress.p97 .slice,
.skills.circles .progress.p98 .slice,
.skills.circles .progress.p99 .slice,
.skills.circles .progress.p100 .slice {
clip: rect(auto, auto, auto, auto);
-webkit-clip: rect(auto, auto, auto, auto);
}
.skills.circles .progress .bar,
.skills.circles .progress.p51 .fill,
.skills.circles .progress.p52 .fill,
.skills.circles .progress.p53 .fill,
.skills.circles .progress.p54 .fill,
.skills.circles .progress.p55 .fill,
.skills.circles .progress.p56 .fill,
.skills.circles .progress.p57 .fill,
.skills.circles .progress.p58 .fill,
.skills.circles .progress.p59 .fill,
.skills.circles .progress.p60 .fill,
.skills.circles .progress.p61 .fill,
.skills.circles .progress.p62 .fill,
.skills.circles .progress.p63 .fill,
.skills.circles .progress.p64 .fill,
.skills.circles .progress.p65 .fill,
.skills.circles .progress.p66 .fill,
.skills.circles .progress.p67 .fill,
.skills.circles .progress.p68 .fill,
.skills.circles .progress.p69 .fill,
.skills.circles .progress.p70 .fill,
.skills.circles .progress.p71 .fill,
.skills.circles .progress.p72 .fill,
.skills.circles .progress.p73 .fill,
.skills.circles .progress.p74 .fill,
.skills.circles .progress.p75 .fill,
.skills.circles .progress.p76 .fill,
.skills.circles .progress.p77 .fill,
.skills.circles .progress.p78 .fill,
.skills.circles .progress.p79 .fill,
.skills.circles .progress.p80 .fill,
.skills.circles .progress.p81 .fill,
.skills.circles .progress.p82 .fill,
.skills.circles .progress.p83 .fill,
.skills.circles .progress.p84 .fill,
.skills.circles .progress.p85 .fill,
.skills.circles .progress.p86 .fill,
.skills.circles .progress.p87 .fill,
.skills.circles .progress.p88 .fill,
.skills.circles .progress.p89 .fill,
.skills.circles .progress.p90 .fill,
.skills.circles .progress.p91 .fill,
.skills.circles .progress.p92 .fill,
.skills.circles .progress.p93 .fill,
.skills.circles .progress.p94 .fill,
.skills.circles .progress.p95 .fill,
.skills.circles .progress.p96 .fill,
.skills.circles .progress.p97 .fill,
.skills.circles .progress.p98 .fill,
.skills.circles .progress.p99 .fill,
.skills.circles .progress.p100 .fill {
position: absolute;
width: 0.82em;
height: 0.82em;
clip: rect(0em, 0.5em, 1em, 0em);
-webkit-clip: rect(0em, 0.5em, 1em, 0em);
border: 0.09em solid #4bffa5;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
}
.skills.circles .progress.p51 .bar:after,
.skills.circles .progress.p51 .fill,
.skills.circles .progress.p52 .bar:after,
.skills.circles .progress.p52 .fill,
.skills.circles .progress.p53 .bar:after,
.skills.circles .progress.p53 .fill,
.skills.circles .progress.p54 .bar:after,
.skills.circles .progress.p54 .fill,
.skills.circles .progress.p55 .bar:after,
.skills.circles .progress.p55 .fill,
.skills.circles .progress.p56 .bar:after,
.skills.circles .progress.p56 .fill,
.skills.circles .progress.p57 .bar:after,
.skills.circles .progress.p57 .fill,
.skills.circles .progress.p58 .bar:after,
.skills.circles .progress.p58 .fill,
.skills.circles .progress.p59 .bar:after,
.skills.circles .progress.p59 .fill,
.skills.circles .progress.p60 .bar:after,
.skills.circles .progress.p60 .fill,
.skills.circles .progress.p61 .bar:after,
.skills.circles .progress.p61 .fill,
.skills.circles .progress.p62 .bar:after,
.skills.circles .progress.p62 .fill,
.skills.circles .progress.p63 .bar:after,
.skills.circles .progress.p63 .fill,
.skills.circles .progress.p64 .bar:after,
.skills.circles .progress.p64 .fill,
.skills.circles .progress.p65 .bar:after,
.skills.circles .progress.p65 .fill,
.skills.circles .progress.p66 .bar:after,
.skills.circles .progress.p66 .fill,
.skills.circles .progress.p67 .bar:after,
.skills.circles .progress.p67 .fill,
.skills.circles .progress.p68 .bar:after,
.skills.circles .progress.p68 .fill,
.skills.circles .progress.p69 .bar:after,
.skills.circles .progress.p69 .fill,
.skills.circles .progress.p70 .bar:after,
.skills.circles .progress.p70 .fill,
.skills.circles .progress.p71 .bar:after,
.skills.circles .progress.p71 .fill,
.skills.circles .progress.p72 .bar:after,
.skills.circles .progress.p72 .fill,
.skills.circles .progress.p73 .bar:after,
.skills.circles .progress.p73 .fill,
.skills.circles .progress.p74 .bar:after,
.skills.circles .progress.p74 .fill,
.skills.circles .progress.p75 .bar:after,
.skills.circles .progress.p75 .fill,
.skills.circles .progress.p76 .bar:after,
.skills.circles .progress.p76 .fill,
.skills.circles .progress.p77 .bar:after,
.skills.circles .progress.p77 .fill,
.skills.circles .progress.p78 .bar:after,
.skills.circles .progress.p78 .fill,
.skills.circles .progress.p79 .bar:after,
.skills.circles .progress.p79 .fill,
.skills.circles .progress.p80 .bar:after,
.skills.circles .progress.p80 .fill,
.skills.circles .progress.p81 .bar:after,
.skills.circles .progress.p81 .fill,
.skills.circles .progress.p82 .bar:after,
.skills.circles .progress.p82 .fill,
.skills.circles .progress.p83 .bar:after,
.skills.circles .progress.p83 .fill,
.skills.circles .progress.p84 .bar:after,
.skills.circles .progress.p84 .fill,
.skills.circles .progress.p85 .bar:after,
.skills.circles .progress.p85 .fill,
.skills.circles .progress.p86 .bar:after,
.skills.circles .progress.p86 .fill,
.skills.circles .progress.p87 .bar:after,
.skills.circles .progress.p87 .fill,
.skills.circles .progress.p88 .bar:after,
.skills.circles .progress.p88 .fill,
.skills.circles .progress.p89 .bar:after,
.skills.circles .progress.p89 .fill,
.skills.circles .progress.p90 .bar:after,
.skills.circles .progress.p90 .fill,
.skills.circles .progress.p91 .bar:after,
.skills.circles .progress.p91 .fill,
.skills.circles .progress.p92 .bar:after,
.skills.circles .progress.p92 .fill,
.skills.circles .progress.p93 .bar:after,
.skills.circles .progress.p93 .fill,
.skills.circles .progress.p94 .bar:after,
.skills.circles .progress.p94 .fill,
.skills.circles .progress.p95 .bar:after,
.skills.circles .progress.p95 .fill,
.skills.circles .progress.p96 .bar:after,
.skills.circles .progress.p96 .fill,
.skills.circles .progress.p97 .bar:after,
.skills.circles .progress.p97 .fill,
.skills.circles .progress.p98 .bar:after,
.skills.circles .progress.p98 .fill,
.skills.circles .progress.p99 .bar:after,
.skills.circles .progress.p99 .fill,
.skills.circles .progress.p100 .bar:after,
.skills.circles .progress.p100 .fill {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.skills.circles .progress *,
.skills.circles .progress *:before,
.skills.circles .progress *:after {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.skills.circles .progress.p1 .bar {
transform: rotate(3.6deg);
-webkit-transform: rotate(3.6deg);
-moz-transform: rotate(3.6deg);
-o-transform: rotate(3.6deg);
}
.skills.circles .progress.p2 .bar {
transform: rotate(7.2deg);
-webkit-transform: rotate(7.2deg);
-moz-transform: rotate(7.2deg);
-o-transform: rotate(7.2deg);
}
.skills.circles .progress.p3 .bar {
transform: rotate(10.8deg);
-webkit-transform: rotate(10.8deg);
-moz-transform: rotate(10.8deg);
-o-transform: rotate(10.8deg);
}
.skills.circles .progress.p4 .bar {
transform: rotate(14.4deg);
-webkit-transform: rotate(14.4deg);
-moz-transform: rotate(14.4deg);
-o-transform: rotate(14.4deg);
}
.skills.circles .progress.p5 .bar {
transform: rotate(18deg);
-webkit-transform: rotate(18deg);
-moz-transform: rotate(18deg);
-o-transform: rotate(18deg);
}
.skills.circles .progress.p6 .bar {
transform: rotate(21.6deg);
-webkit-transform: rotate(21.6deg);
-moz-transform: rotate(21.6deg);
-o-transform: rotate(21.6deg);
}
.skills.circles .progress.p7 .bar {
transform: rotate(25.2deg);
-webkit-transform: rotate(25.2deg);
-moz-transform: rotate(25.2deg);
-o-transform: rotate(25.2deg);
}
.skills.circles .progress.p8 .bar {
transform: rotate(28.8deg);
-webkit-transform: rotate(28.8deg);
-moz-transform: rotate(28.8deg);
-o-transform: rotate(28.8deg);
}
.skills.circles .progress.p9 .bar {
transform: rotate(32.4deg);
-webkit-transform: rotate(32.4deg);
-moz-transform: rotate(32.4deg);
-o-transform: rotate(32.4deg);
}
.skills.circles .progress.p10 .bar {
transform: rotate(36deg);
-webkit-transform: rotate(36deg);
-moz-transform: rotate(36deg);
-o-transform: rotate(36deg);
}
.skills.circles .progress.p11 .bar {
transform: rotate(39.6deg);
-webkit-transform: rotate(39.6deg);
-moz-transform: rotate(39.6deg);
-o-transform: rotate(39.6deg);
}
.skills.circles .progress.p12 .bar {
transform: rotate(43.2deg);
-webkit-transform: rotate(43.2deg);
-moz-transform: rotate(43.2deg);
-o-transform: rotate(43.2deg);
}
.skills.circles .progress.p13 .bar {
transform: rotate(46.8deg);
-webkit-transform: rotate(46.8deg);
-moz-transform: rotate(46.8deg);
-o-transform: rotate(46.8deg);
}
.skills.circles .progress.p14 .bar {
transform: rotate(50.4deg);
-webkit-transform: rotate(50.4deg);
-moz-transform: rotate(50.4deg);
-o-transform: rotate(50.4deg);
}
.skills.circles .progress.p15 .bar {
transform: rotate(54deg);
-webkit-transform: rotate(54deg);
-moz-transform: rotate(54deg);
-o-transform: rotate(54deg);
}
.skills.circles .progress.p16 .bar {
transform: rotate(57.6deg);
-webkit-transform: rotate(57.6deg);
-moz-transform: rotate(57.6deg);
-o-transform: rotate(57.6deg);
}
.skills.circles .progress.p17 .bar {
transform: rotate(61.2deg);
-webkit-transform: rotate(61.2deg);
-moz-transform: rotate(61.2deg);
-o-transform: rotate(61.2deg);
}
.skills.circles .progress.p18 .bar {
transform: rotate(64.8deg);
-webkit-transform: rotate(64.8deg);
-moz-transform: rotate(64.8deg);
-o-transform: rotate(64.8deg);
}
.skills.circles .progress.p19 .bar {
transform: rotate(68.4deg);
-webkit-transform: rotate(68.4deg);
-moz-transform: rotate(68.4deg);
-o-transform: rotate(68.4deg);
}
.skills.circles .progress.p20 .bar {
transform: rotate(72deg);
-webkit-transform: rotate(72deg);
-moz-transform: rotate(72deg);
-o-transform: rotate(72deg);
}
.skills.circles .progress.p21 .bar {
transform: rotate(75.6deg);
-webkit-transform: rotate(75.6deg);
-moz-transform: rotate(75.6deg);
-o-transform: rotate(75.6deg);
}
.skills.circles .progress.p22 .bar {
transform: rotate(79.2deg);
-webkit-transform: rotate(79.2deg);
-moz-transform: rotate(79.2deg);
-o-transform: rotate(79.2deg);
}
.skills.circles .progress.p23 .bar {
transform: rotate(82.8deg);
-webkit-transform: rotate(82.8deg);
-moz-transform: rotate(82.8deg);
-o-transform: rotate(82.8deg);
}
.skills.circles .progress.p24 .bar {
transform: rotate(86.4deg);
-webkit-transform: rotate(86.4deg);
-moz-transform: rotate(86.4deg);
-o-transform: rotate(86.4deg);
}
.skills.circles .progress.p25 .bar {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.skills.circles .progress.p26 .bar {
transform: rotate(93.6deg);
-webkit-transform: rotate(93.6deg);
-moz-transform: rotate(93.6deg);
-o-transform: rotate(93.6deg);
}
.skills.circles .progress.p27 .bar {
transform: rotate(97.2deg);
-webkit-transform: rotate(97.2deg);
-moz-transform: rotate(97.2deg);
-o-transform: rotate(97.2deg);
}
.skills.circles .progress.p28 .bar {
transform: rotate(100.8deg);
-webkit-transform: rotate(100.8deg);
-moz-transform: rotate(100.8deg);
-o-transform: rotate(100.8deg);
}
.skills.circles .progress.p29 .bar {
transform: rotate(104.4deg);
-webkit-transform: rotate(104.4deg);
-moz-transform: rotate(104.4deg);
-o-transform: rotate(104.4deg);
}
.skills.circles .progress.p30 .bar {
transform: rotate(108deg);
-webkit-transform: rotate(108deg);
-moz-transform: rotate(108deg);
-o-transform: rotate(108deg);
}
.skills.circles .progress.p31 .bar {
transform: rotate(111.6deg);
-webkit-transform: rotate(111.6deg);
-moz-transform: rotate(111.6deg);
-o-transform: rotate(111.6deg);
}
.skills.circles .progress.p32 .bar {
transform: rotate(115.2deg);
-webkit-transform: rotate(115.2deg);
-moz-transform: rotate(115.2deg);
-o-transform: rotate(115.2deg);
}
.skills.circles .progress.p33 .bar {
transform: rotate(118.8deg);
-webkit-transform: rotate(118.8deg);
-moz-transform: rotate(118.8deg);
-o-transform: rotate(118.8deg);
}
.skills.circles .progress.p34 .bar {
transform: rotate(122.4deg);
-webkit-transform: rotate(122.4deg);
-moz-transform: rotate(122.4deg);
-o-transform: rotate(122.4deg);
}
.skills.circles .progress.p35 .bar {
transform: rotate(126deg);
-webkit-transform: rotate(126deg);
-moz-transform: rotate(126deg);
-o-transform: rotate(126deg);
}
.skills.circles .progress.p36 .bar {
transform: rotate(129.6deg);
-webkit-transform: rotate(129.6deg);
-moz-transform: rotate(129.6deg);
-o-transform: rotate(129.6deg);
}
.skills.circles .progress.p37 .bar {
transform: rotate(133.2deg);
-webkit-transform: rotate(133.2deg);
-moz-transform: rotate(133.2deg);
-o-transform: rotate(133.2deg);
}
.skills.circles .progress.p38 .bar {
transform: rotate(136.8deg);
-webkit-transform: rotate(136.8deg);
-moz-transform: rotate(136.8deg);
-o-transform: rotate(136.8deg);
}
.skills.circles .progress.p39 .bar {
transform: rotate(140.4deg);
-webkit-transform: rotate(140.4deg);
-moz-transform: rotate(140.4deg);
-o-transform: rotate(140.4deg);
}
.skills.circles .progress.p40 .bar {
transform: rotate(144deg);
-webkit-transform: rotate(144deg);
-moz-transform: rotate(144deg);
-o-transform: rotate(144deg);
}
.skills.circles .progress.p41 .bar {
transform: rotate(147.6deg);
-webkit-transform: rotate(147.6deg);
-moz-transform: rotate(147.6deg);
-o-transform: rotate(147.6deg);
}
.skills.circles .progress.p42 .bar {
transform: rotate(151.2deg);
-webkit-transform: rotate(151.2deg);
-moz-transform: rotate(151.2deg);
-o-transform: rotate(151.2deg);
}
.skills.circles .progress.p43 .bar {
transform: rotate(154.8deg);
-webkit-transform: rotate(154.8deg);
-moz-transform: rotate(154.8deg);
-o-transform: rotate(154.8deg);
}
.skills.circles .progress.p44 .bar {
transform: rotate(158.4deg);
-webkit-transform: rotate(158.4deg);
-moz-transform: rotate(158.4deg);
-o-transform: rotate(158.4deg);
}
.skills.circles .progress.p45 .bar {
transform: rotate(162deg);
-webkit-transform: rotate(162deg);
-moz-transform: rotate(162deg);
-o-transform: rotate(162deg);
}
.skills.circles .progress.p46 .bar {
transform: rotate(165.6deg);
-webkit-transform: rotate(165.6deg);
-moz-transform: rotate(165.6deg);
-o-transform: rotate(165.6deg);
}
.skills.circles .progress.p47 .bar {
transform: rotate(169.2deg);
-webkit-transform: rotate(169.2deg);
-moz-transform: rotate(169.2deg);
-o-transform: rotate(169.2deg);
}
.skills.circles .progress.p48 .bar {
transform: rotate(172.8deg);
-webkit-transform: rotate(172.8deg);
-moz-transform: rotate(172.8deg);
-o-transform: rotate(172.8deg);
}
.skills.circles .progress.p49 .bar {
transform: rotate(176.4deg);
-webkit-transform: rotate(176.4deg);
-moz-transform: rotate(176.4deg);
-o-transform: rotate(176.4deg);
}
.skills.circles .progress.p50 .bar {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.skills.circles .progress.p51 .bar {
transform: rotate(183.6deg);
-webkit-transform: rotate(183.6deg);
-moz-transform: rotate(183.6deg);
-o-transform: rotate(183.6deg);
}
.skills.circles .progress.p52 .bar {
transform: rotate(187.2deg);
-webkit-transform: rotate(187.2deg);
-moz-transform: rotate(187.2deg);
-o-transform: rotate(187.2deg);
}
.skills.circles .progress.p53 .bar {
transform: rotate(190.8deg);
-webkit-transform: rotate(190.8deg);
-moz-transform: rotate(190.8deg);
-o-transform: rotate(190.8deg);
}
.skills.circles .progress.p54 .bar {
transform: rotate(194.4deg);
-webkit-transform: rotate(194.4deg);
-moz-transform: rotate(194.4deg);
-o-transform: rotate(194.4deg);
}
.skills.circles .progress.p55 .bar {
transform: rotate(198deg);
-webkit-transform: rotate(198deg);
-moz-transform: rotate(198deg);
-o-transform: rotate(198deg);
}
.skills.circles .progress.p56 .bar {
transform: rotate(201.6deg);
-webkit-transform: rotate(201.6deg);
-moz-transform: rotate(201.6deg);
-o-transform: rotate(201.6deg);
}
.skills.circles .progress.p57 .bar {
transform: rotate(205.2deg);
-webkit-transform: rotate(205.2deg);
-moz-transform: rotate(205.2deg);
-o-transform: rotate(205.2deg);
}
.skills.circles .progress.p58 .bar {
transform: rotate(208.8deg);
-webkit-transform: rotate(208.8deg);
-moz-transform: rotate(208.8deg);
-o-transform: rotate(208.8deg);
}
.skills.circles .progress.p59 .bar {
transform: rotate(212.4deg);
-webkit-transform: rotate(212.4deg);
-moz-transform: rotate(212.4deg);
-o-transform: rotate(212.4deg);
}
.skills.circles .progress.p60 .bar {
transform: rotate(216deg);
-webkit-transform: rotate(216deg);
-moz-transform: rotate(216deg);
-o-transform: rotate(216deg);
}
.skills.circles .progress.p61 .bar {
transform: rotate(219.6deg);
-webkit-transform: rotate(219.6deg);
-moz-transform: rotate(219.6deg);
-o-transform: rotate(219.6deg);
}
.skills.circles .progress.p62 .bar {
transform: rotate(223.2deg);
-webkit-transform: rotate(223.2deg);
-moz-transform: rotate(223.2deg);
-o-transform: rotate(223.2deg);
}
.skills.circles .progress.p63 .bar {
transform: rotate(226.8deg);
-webkit-transform: rotate(226.8deg);
-moz-transform: rotate(226.8deg);
-o-transform: rotate(226.8deg);
}
.skills.circles .progress.p64 .bar {
transform: rotate(230.4deg);
-webkit-transform: rotate(230.4deg);
-moz-transform: rotate(230.4deg);
-o-transform: rotate(230.4deg);
}
.skills.circles .progress.p65 .bar {
transform: rotate(234deg);
-webkit-transform: rotate(234deg);
-moz-transform: rotate(234deg);
-o-transform: rotate(234deg);
}
.skills.circles .progress.p66 .bar {
transform: rotate(237.6deg);
-webkit-transform: rotate(237.6deg);
-moz-transform: rotate(237.6deg);
-o-transform: rotate(237.6deg);
}
.skills.circles .progress.p67 .bar {
transform: rotate(241.2deg);
-webkit-transform: rotate(241.2deg);
-moz-transform: rotate(241.2deg);
-o-transform: rotate(241.2deg);
}
.skills.circles .progress.p68 .bar {
transform: rotate(244.8deg);
-webkit-transform: rotate(244.8deg);
-moz-transform: rotate(244.8deg);
-o-transform: rotate(244.8deg);
}
.skills.circles .progress.p69 .bar {
transform: rotate(248.4deg);
-webkit-transform: rotate(248.4deg);
-moz-transform: rotate(248.4deg);
-o-transform: rotate(248.4deg);
}
.skills.circles .progress.p70 .bar {
transform: rotate(252deg);
-webkit-transform: rotate(252deg);
-moz-transform: rotate(252deg);
-o-transform: rotate(252deg);
}
.skills.circles .progress.p71 .bar {
transform: rotate(255.6deg);
-webkit-transform: rotate(255.6deg);
-moz-transform: rotate(255.6deg);
-o-transform: rotate(255.6deg);
}
.skills.circles .progress.p72 .bar {
transform: rotate(259.2deg);
-webkit-transform: rotate(259.2deg);
-moz-transform: rotate(259.2deg);
-o-transform: rotate(259.2deg);
}
.skills.circles .progress.p73 .bar {
transform: rotate(262.8deg);
-webkit-transform: rotate(262.8deg);
-moz-transform: rotate(262.8deg);
-o-transform: rotate(262.8deg);
}
.skills.circles .progress.p74 .bar {
transform: rotate(266.4deg);
-webkit-transform: rotate(266.4deg);
-moz-transform: rotate(266.4deg);
-o-transform: rotate(266.4deg);
}
.skills.circles .progress.p75 .bar {
transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
}
.skills.circles .progress.p76 .bar {
transform: rotate(273.6deg);
-webkit-transform: rotate(273.6deg);
-moz-transform: rotate(273.6deg);
-o-transform: rotate(273.6deg);
}
.skills.circles .progress.p77 .bar {
transform: rotate(277.2deg);
-webkit-transform: rotate(277.2deg);
-moz-transform: rotate(277.2deg);
-o-transform: rotate(277.2deg);
}
.skills.circles .progress.p78 .bar {
transform: rotate(280.8deg);
-webkit-transform: rotate(280.8deg);
-moz-transform: rotate(280.8deg);
-o-transform: rotate(280.8deg);
}
.skills.circles .progress.p79 .bar {
transform: rotate(284.4deg);
-webkit-transform: rotate(284.4deg);
-moz-transform: rotate(284.4deg);
-o-transform: rotate(284.4deg);
}
.skills.circles .progress.p80 .bar {
transform: rotate(288deg);
-webkit-transform: rotate(288deg);
-moz-transform: rotate(288deg);
-o-transform: rotate(288deg);
}
.skills.circles .progress.p81 .bar {
transform: rotate(291.6deg);
-webkit-transform: rotate(291.6deg);
-moz-transform: rotate(291.6deg);
-o-transform: rotate(291.6deg);
}
.skills.circles .progress.p82 .bar {
transform: rotate(295.2deg);
-webkit-transform: rotate(295.2deg);
-moz-transform: rotate(295.2deg);
-o-transform: rotate(295.2deg);
}
.skills.circles .progress.p83 .bar {
transform: rotate(298.8deg);
-webkit-transform: rotate(298.8deg);
-moz-transform: rotate(298.8deg);
-o-transform: rotate(298.8deg);
}
.skills.circles .progress.p84 .bar {
transform: rotate(302.4deg);
-webkit-transform: rotate(302.4deg);
-moz-transform: rotate(302.4deg);
-o-transform: rotate(302.4deg);
}
.skills.circles .progress.p85 .bar {
transform: rotate(306deg);
-webkit-transform: rotate(306deg);
-moz-transform: rotate(306deg);
-o-transform: rotate(306deg);
}
.skills.circles .progress.p86 .bar {
transform: rotate(309.6deg);
-webkit-transform: rotate(309.6deg);
-moz-transform: rotate(309.6deg);
-o-transform: rotate(309.6deg);
}
.skills.circles .progress.p87 .bar {
transform: rotate(313.2deg);
-webkit-transform: rotate(313.2deg);
-moz-transform: rotate(313.2deg);
-o-transform: rotate(313.2deg);
}
.skills.circles .progress.p88 .bar {
transform: rotate(316.8deg);
-webkit-transform: rotate(316.8deg);
-moz-transform: rotate(316.8deg);
-o-transform: rotate(316.8deg);
}
.skills.circles .progress.p89 .bar {
transform: rotate(320.4deg);
-webkit-transform: rotate(320.4deg);
-moz-transform: rotate(320.4deg);
-o-transform: rotate(320.4deg);
}
.skills.circles .progress.p90 .bar {
transform: rotate(324deg);
-webkit-transform: rotate(324deg);
-moz-transform: rotate(324deg);
-o-transform: rotate(324deg);
}
.skills.circles .progress.p91 .bar {
transform: rotate(327.6deg);
-webkit-transform: rotate(327.6deg);
-moz-transform: rotate(327.6deg);
-o-transform: rotate(327.6deg);
}
.skills.circles .progress.p92 .bar {
transform: rotate(331.2deg);
-webkit-transform: rotate(331.2deg);
-moz-transform: rotate(331.2deg);
-o-transform: rotate(331.2deg);
}
.skills.circles .progress.p93 .bar {
transform: rotate(334.8deg);
-webkit-transform: rotate(334.8deg);
-moz-transform: rotate(334.8deg);
-o-transform: rotate(334.8deg);
}
.skills.circles .progress.p94 .bar {
transform: rotate(338.4deg);
-webkit-transform: rotate(338.4deg);
-moz-transform: rotate(338.4deg);
-o-transform: rotate(338.4deg);
}
.skills.circles .progress.p95 .bar {
transform: rotate(342deg);
-webkit-transform: rotate(342deg);
-moz-transform: rotate(342deg);
-o-transform: rotate(342deg);
}
.skills.circles .progress.p96 .bar {
transform: rotate(345.6deg);
-webkit-transform: rotate(345.6deg);
-moz-transform: rotate(345.6deg);
-o-transform: rotate(345.6deg);
}
.skills.circles .progress.p97 .bar {
transform: rotate(349.2deg);
-webkit-transform: rotate(349.2deg);
-moz-transform: rotate(349.2deg);
-o-transform: rotate(349.2deg);
}
.skills.circles .progress.p98 .bar {
transform: rotate(352.8deg);
-webkit-transform: rotate(352.8deg);
-moz-transform: rotate(352.8deg);
-o-transform: rotate(352.8deg);
}
.skills.circles .progress.p99 .bar {
transform: rotate(356.4deg);
-webkit-transform: rotate(356.4deg);
-moz-transform: rotate(356.4deg);
-o-transform: rotate(356.4deg);
}
.skills.circles .progress.p100 .bar {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
} @media (min-width: 1700px) {
.skills.list ul li {
width: 33.333%;
}
} @media (max-width: 720px) {
.skills ul {
margin: -20px 0 0 0;
}
.skills ul li {
padding: 20px 0 0 0;
}
.skills.dotted ul li {
width: 100%;
}
.skills.circles ul li {
width: 50%;
}
.skills.list ul li {
width: 100%;
}
.skills.list ul li:last-child,
.skills.list ul li:last-child .name {
margin-bottom: 0;
}
} .clients-items {
margin: -35px -35px 0 -35px;
font-size: 0;
}
.clients-items .clients-col {
padding: 35px 35px 0 35px;
display: inline-block;
vertical-align: top;
width: 25%;
}
.clients-item {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
height: 100px;
opacity: 0.4;
transition: opacity 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: opacity 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: opacity 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: opacity 1s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.clients-item a {
text-decoration: none;
}
.clients-item img {
max-width: 100%;
max-height: 100px;
}
.clients-item:hover {
opacity: 1;
} @media (max-width: 720px) {
.clients-items {
margin: -20px -20px 0 -20px;
}
.clients-items .clients-col {
padding: 20px 20px 0 20px;
width: 50%;
}
} .service-items {
margin-top: -70px;
font-size: 0;
text-align: center;
}
.service-items .service-col {
margin-top: 70px;
display: inline-block;
vertical-align: top;
width: 50%;
}
.service-items .service-col:nth-child(odd) .content-box {
margin-right: 35px;
}
.service-items .service-col:nth-child(even) .content-box {
margin-left: 35px;
}
.service-items .service-item .icon {
font-size: 36px;
line-height: normal;
color: #4bffa5;
}
.service-items .service-item .icon svg {
max-width: 36px;
max-height: 36px;
fill: #4bffa5;
}
.service-items .service-item .name {
margin: 15px 0;
color: #eee;
font-weight: 500;
}
.service-items .service-item .text p {
margin: 0;
} @media (max-width: 1199px) {
.service-items {
margin-top: -40px;
}
.service-items .service-col {
margin-top: 40px;
}
.service-items .service-col:nth-child(odd) .content-box {
margin-right: 20px;
}
.service-items .service-col:nth-child(even) .content-box {
margin-left: 20px;
}
} @media (max-width: 720px) {
.service-items .service-col {
width: 100%;
}
.service-items .service-col:nth-child(odd) .content-box {
margin-right: 0;
}
.service-items .service-col:nth-child(even) .content-box {
margin-left: 0;
}
} .section.works {
padding-bottom: 0;
}
.section.works .filter-menu {
margin-bottom: 70px;
}
.section.works .filters {
margin-top: -10px;
}
.section.works .filters input {
display: none;
}
.section.works .filters .btn-group {
display: inline-block;
vertical-align: top;
}
.section.works .filters label {
display: inline-block;
vertical-align: top;
margin-right: 25px;
margin-top: 10px;
font-size: 16px;
color: #eee;
font-weight: 400;
cursor: pointer;
position: relative;
padding-bottom: 0;
transition: color 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: color 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-webkit-transition: color 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: color 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.section.works .filters label.glitch-effect {
color: #4bffa5;
}
.box-items {
position: relative;
margin-left: -50px;
margin-right: -50px;
font-size: 0px;
}
.box-items .box-item {
width: 50%;
margin: 0;
padding: 0 50px 100px 50px;
position: relative;
text-align: center;
font-size: 13px;
float: left;
}
.box-items .box-item .image {
position: relative;
overflow: hidden;
}
.box-items .box-item .image a {
display: block;
font-size: 0;
}
.box-items .box-item .image a img {
width: 100%;
height: auto;
position: relative;
top: 0;
}
.box-items .box-item .info {
text-align: center;
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
}
.box-items .box-item .info .icon {
margin: -12px 0 0 -12px;
position: absolute;
top: 50%;
left: 50%;
color: #101010;
width: 24px;
height: 24px;
font-size: 24px;
text-align: center;
display: inline-block;
opacity: 0;
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-o-transform: translateY(-15px);
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.box-items .box-item .desc {
padding: 20px 20px 0 20px;
position: relative;
display: block;
}
.box-items .box-item .name {
display: block;
font-size: 24px;
font-weight: 600;
color: #eee;
text-decoration: none;
word-wrap: break-word;
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.box-items .box-item .name:hover {
color: #4bffa5;
}
.box-items .box-item .image:hover .icon {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0.35s;
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0.35s;
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0.35s;
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0.35s;
}
.box-items .box-item .category,
.box-items .box-item .date {
margin: 0;
display: block;
font-size: 14px;
color: #bbb;
opacity: 0.65;
}
.box-items .box-item .date a {
text-decoration: none;
}
.single-post-text .details-list li {
margin-bottom: 20px;
padding-left: 0;
font-size: 13px;
text-transform: uppercase;
}
.single-post-text .details-list li:before {
display: none;
}
.single-post-text .details-list li strong {
margin-bottom: 5px;
display: block;
color: #eee;
font-weight: 500;
}
.single-post-text table {
border: 1px solid #333;
}
.blog-items {
float: left;
width: 66.666%;
}
.no-sidebar .blog-items {
float: none;
width: auto;
}
.blog-items.cols {
margin-left: -50px;
margin-right: -50px;
float: none;
width: auto;
font-size: 0;
}
.blog-items.cols .blog-col {
padding: 0 50px;
display: inline-block;
vertical-align: top;
width: 50%;
font-size: 16px;
}
.blog-items.cols .blog-col .blog-item.content-box {
padding: 0!important;
border: none!important;
background: none!important;
text-align: center;
}
.blog-items.cols .blog-col .blog-item .image {
margin-bottom: 30px;
}
.blog-items.cols .blog-col .blog-item .image img {
margin-bottom: 0;
}
.blog-items .blog-item {
margin-bottom: 70px;
}
.blog-items .blog-item .image {
position: relative;
overflow: hidden;
}
.blog-items .blog-item .image a {
display: block;
font-size: 0;
}
.blog-items .blog-item .image a img {
margin-bottom: 30px;
max-width: 100%;
height: auto;
position: relative;
top: 0;
}
.blog-items .blog-item .desc {
position: relative;
display: block;
}
.blog-items .blog-item .desc .name {
display: block;
font-size: 24px;
font-weight: 600;
color: #fff;
text-decoration: none;
word-wrap: break-word;
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.blog-items .blog-item .desc .name:hover {
color: #4bffa5;
}
.blog-items .blog-item .category,
.blog-items .blog-item .date {
margin: 0 0 5px 0;
font-size: 14px;
color: #bbb;
opacity: 0.65;
}
.blog-items .blog-item .category a,
.blog-items .blog-item .date a {
color: #bbb;
text-decoration: none;
}
.blog-items .blog-item .single-post-text {
margin-top: 15px;
}
.blog-items .blog-item .single-post-text p {
margin-top: 0;
margin-bottom: 0;
} @media (max-width: 1199px) {
.section.works .filter-menu {
margin-bottom: 40px;
}
.section .content-box {
padding: 25px;
}
.box-items {
margin-left: -20px;
margin-right: -20px;
}
.box-items .box-item {
width: 50%;
padding: 0 20px 40px 20px;
}
.section .content .portfolio-cols {
display: block;
}
.section .content .portfolio-cols .description-col {
width: 100%;
}
.section .content .portfolio-cols .details-col {
padding: 40px 0 0 0;
width: 100%;
}
.section.works .filters label {
margin-right: 15px;
}
.blog-items {
width: 68.5%;
}
} @media (max-width: 720px) {
.section.works .filters label {
font-size: 14px;
}
.box-items {
margin-left: 0;
margin-right: 0;
}
.box-items .box-item {
padding-left: 0;
padding-right: 0;
float: none;
width: 100%;
}
.box-items .box-item:last-child {
padding-bottom: 0;
}
.blog-items {
float: none;
width: 100%;
}
.blog-items.cols .blog-col {
width: 100%;
}
} .section.contacts .alert-success {
display: none;
}
.section.contacts .alert-success p {
margin: 0;
font-size: 16px;
color: #eee;
}
.map {
position: absolute;
left: 0;
top: -5vh;
width: 100vw;
height: 110vh;
} .pricing-items {
margin: 0 -35px;
font-size: 0;
}
.pricing-items .pricing-col {
padding: 0 35px;
display: inline-block;
vertical-align: top;
width: 50%;
}
.pricing-item {
position: relative;
text-align: center;
}
.pricing-item .icon {
font-size: 36px;
line-height: normal;
color: #4bffa5;
}
.pricing-item .icon svg {
max-width: 36px;
max-height: 36px;
fill: #4bffa5;
}
.pricing-item .name {
margin: 15px 0;
color: #eee;
font-weight: 500;
}
.pricing-item .amount {
margin: 30px 0;
}
.pricing-item .amount .number {
margin: 0;
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 48px;
line-height: 24px;
font-weight: 600;
color: #eee;
}
.pricing-item .amount .number .dollar,
.pricing-item .amount .number .period {
position: absolute;
left: -15px;
top: -5px;
display: inline-block;
vertical-align: top;
font-size: 14px;
line-height: 14px;
color: #999;
font-weight: 400;
}
.pricing-item .amount .number .period {
left: auto;
right: -55px;
top: auto;
bottom: -5px;
width: 50px;
text-align: left;
white-space: nowrap;
}
.pricing-item .feature-list {
margin-bottom: 30px;
}
.pricing-item .feature-list ul {
margin: 0;
padding: 0;
list-style: none;
}
.pricing-item .feature-list ul li {
margin: 10px 0;
}
.pricing-item .feature-list ul li:last-child {
margin-bottom: 0;
border-bottom: none;
}
.pricing-item .feature-list ul li.disable,
.pricing-item .feature-list ul li em {
text-decoration: line-through;
opacity: 0.5;
font-style: normal;
}
.pricing-item .feature-list ul li strong {
margin: 0 0 0 5px;
padding: 0 5px;
display: inline-block;
vertical-align: middle;
font-size: 12px;
color: #101010;
background: #4bffa5;
font-weight: 300;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
} @media (max-width: 720px) {
.pricing-items .pricing-col {
margin-bottom: 40px;
width: 100%;
}
.pricing-items .pricing-col:last-child {
margin-bottom: 0;
}
} .team-items {
margin: 0 -35px;
font-size: 0;
}
.team-items .team-col {
padding: 0 35px;
display: inline-block;
vertical-align: top;
width: 50%;
}
.team-item {
position: relative;
text-align: center;
}
.team-item .image {
font-size: 0;
}
.team-item .image img {
max-width: 100%;
height: auto;
}
.team-item .name {
margin: 30px 0 5px 0;
color: #eee;
font-weight: 500;
}
.team-item .category {
margin: 0 0 5px 0;
position: relative;
display: inline-block;
color: #999;
}
.team-item .soc a {
margin: 0 5px;
display: inline-block;
vertical-align: top;
text-align: center;
color: #bbb;
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.team-item .soc a .icon {
font-size: 14px;
color: #bbb;
}
.team-item .soc a:hover {
color: #FFF;
opacity: 1;
}
.team-item .soc a:hover .icon {
color: #FFF;
} @media (max-width: 720px) {
.team-items .team-col {
margin-bottom: 40px;
width: 100%;
}
.team-items .team-col:last-child {
margin-bottom: 0;
}
} .reviews-carousel .content-box {
margin-right: 0;
}
.reviews-carousel .swiper-nav .swiper-button-prev,
.reviews-carousel .swiper-nav .swiper-button-next {
margin-left: 15px;
margin-top: 0;
position: relative;
top: 0;
left: 0;
right: auto;
width: 20px;
height: 20px;
background: none;
font-size: 22px;
color: #FFF;
text-decoration: none;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.reviews-carousel {
position: relative;
width: calc(100% + 1px);
}
.team-carousel {
position: relative;
width: 100%;
}
.reviews-carousel .swiper-nav,
.team-carousel .swiper-nav {
position: absolute;
left: auto;
right: 35px;
top: -58px;
height: 24px;
font-size: 0;
z-index: 3;
display: flex;
}
.reviews-carousel .swiper-nav .swiper-button-prev,
.reviews-carousel .swiper-nav .swiper-button-next,
.team-carousel .swiper-nav .swiper-button-prev,
.team-carousel .swiper-nav .swiper-button-next {
margin-right: 8px;
margin-top: 0;
position: relative;
top: 0;
left: 0;
right: auto;
width: 20px;
height: 24px;
background: none;
font-size: 22px;
line-height: 24px;
text-decoration: none;
text-align: center;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.reviews-carousel .swiper-nav .swiper-button-prev:after,
.reviews-carousel .swiper-nav .swiper-button-next:after,
.team-carousel .swiper-nav .swiper-button-prev:after,
.team-carousel .swiper-nav .swiper-button-next:after {
display: none;
}
.reviews-carousel .swiper-nav .swiper-button-next,
.team-carousel .swiper-nav .swiper-button-next {
margin-left: 8px;
margin-right: 0;
}
.reviews-carousel .swiper-nav .swiper-pagination,
.team-carousel .swiper-nav .swiper-pagination {
position: relative;
top: 9px;
display: inline-block;
vertical-align: top;
}
.swiper-nav .swiper-pagination .swiper-pagination-bullet,
.swiper-nav .swiper-pagination .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.15);
opacity: 1;
}
.reviews-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet,
.team-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet {
margin: 0 4px;
width: 6px;
height: 6px;
}
.reviews-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.team-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #4bffa5;
}
.reviews-item {
position: relative;
}
.reviews-item .image {
float: left;
margin-bottom: 15px;
margin-right: 15px;
width: 70px;
font-size: 0;
}
.reviews-item .image img {
width: 100%;
height: auto;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
}
.reviews-item .info {
margin-top: 10px;
margin-left: 85px;
}
.reviews-item .name {
margin: 0 0 5px 0;
color: #eee;
font-weight: 500;
}
.reviews-item .company {
font-size: 14px;
color: #999;
}
.reviews-item .text {
clear: both;
} @media (max-width: 720px) {
.reviews-carousel .swiper-nav {
right: 0;
}
} .started-content .date {
margin: 0 0 10px;
display: inline-block;
padding: 0 5px;
height: 20px;
line-height: 18px;
font-weight: 500;
font-size: 11px;
color: #4bffa5;
border: 1px solid #4bffa5;
}
.single-post-text,
.comment-text {
word-wrap: break-word;
}
.comment-text {
display: flex;
flex-direction: column;
}
.single-post-text > *:first-child,
.comment-text > *:first-child {
margin-top: 0;
}
.single-post-text > *:last-child,
.comment-text > *:last-child {
margin-bottom: 0;
}
.single-post-text:after {
content: '';
position: relative;
clear: both;
display: block;
}
.single-post-text .content-box *,
.comment-text .content-box * {
margin-top: 0;
}
.single-post-text img,
.comment-text img {
max-width: 100%;
height: auto;
} .single-post-text p a,
.comment-text p a {
color: #4bffa5;
}
.single-post-text p a:hover,
.comment-text p a:hover {
text-decoration: underline;
}
blockquote {
margin: 25px 0;
padding: 0 0 0 20px;
font-size: 14px;
line-height: 24px;
color: #aaa;
font-style: italic;
font-weight: 400;
border-left: 2px solid #4bffa5;
}
blockquote code {
padding: 2px;
display: inline;
}
iframe,
object {
max-width: 100%;
}
.single-post-text ul,
.comment-text ul {
list-style: none;
}
.single-post-text ol,
.comment-text ol {
list-style-position: inside;
}
.single-post-text ul>li,
.single-post-text ol>li,
.comment-text ul>li,
.comment-text ol>li {
margin: 5px 0;
padding: 0 0 0 14px;
position: relative;
font-weight: 400;
}
.single-post-text ol>li,
.comment-text ol>li {
margin: 5px 0;
padding: 0;
position: relative;
font-size: 14px;
font-weight: 400;
}
.single-post-text ul>li:before,
.comment-text ul>li:before {
margin: 0;
content: '';
position: absolute;
left: 0;
top: 11px;
width: 4px;
height: 4px;
background: #4bffa5;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
padding: 0;
}
.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
display: none;
}
.single-post-text figure,
.comment-text figure {
margin: 0 0 20px 0;
max-width: 100%;
overflow: auto;
}
.single-post-text figure .wp-caption-text,
.comment-text figure .wp-caption-text,
.gallery-caption,
.bypostauthor {
font-style: italic;
}
.gallery {
margin: 30px -10px;
}
.single-post-text .gallery {
margin-bottom: 0;
}
.gallery .gallery-item {
margin: 0;
padding: 10px;
display: inline-block;
vertical-align: top;
width: 100%;
text-align: center;
}
.gallery .gallery-item img {
max-width: 100%;
height: auto;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33.333%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.666%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
width: 11.111%;
}
.post-comments {
margin-top: 60px;
}
.post-comments .comments,
.post-comments .children {
margin: 0;
padding: 0;
list-style: none;
}
.post-comments .post-comment {
padding: 20px 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.post-comments .post-comment:first-child {
padding-top: 0;
border-top: none;
}
.post-comments .post-comment .image {
float: left;
width: 80px;
height: 80px;
}
.post-comments .post-comment .image img {
width: 100%;
height: 100%;
}
.post-comments .post-comment .desc {
margin-left: 100px;
position: relative;
}
.post-comments .post-comment .desc .name {
padding: 0;
margin: 0 0 15px 0;
color: #eee;
font-weight: 600;
}
.post-comments .post-comment .desc p:first-child {
margin-top: 0;
}
.post-comments .post-comment .desc p:last-child {
margin-top: 0;
}
.post-comment.trackback .image,
.post-comment.pingback .image {
display: none!important;
}
.post-comment.trackback .desc,
.post-comment.pingback .desc {
margin-left: 0!important;
}
.post-text-bottom {
margin: 35px 0 0 0;
}
.post-text-bottom .share-btn {
position: relative;
display: inline-block;
top: 1px;
margin-left: 7px;
margin-right: 7px;
font-size: 16px;
}
.social-share a {
margin-right: 15px;
display: inline-block;
vertical-align: top;
text-align: center;
color: #bbb;
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.social-share a:last-child {
margin-right: 0;
}
.social-share a .icon {
font-size: 16px;
color: #bbb;
}
.social-share a:hover {
color: #FFF;
opacity: 1;
}
.social-share a:hover .icon {
color: #FFF;
}
.post-text-bottom span.cat-links a {
color: #4bffa5;
}
.post-text-bottom span.cat-links a:hover {
text-decoration: none;
}
.post-text-bottom .tags-links {
margin: 15px 0;
display: block;
}
.post-text-bottom .tags-links *:nth-child(1) {
margin-left: 5px;
}
.post-text-bottom .tags-links a,
.post-text-bottom .tags-links span,
.content-sidebar .tagcloud a {
margin: 0 10px 8px 0;
display: inline-block;
padding: 0 7px;
height: 22px;
line-height: 19px;
font-weight: 500;
font-size: 14px;
color: #4bffa5;
text-decoration: none;
border: 1px solid #4bffa5;
}
.content-sidebar .tagcloud a {
margin: 0 5px 5px 0;
font-size: 14px!important;
}
.post-comments ul.children {
padding: 20px 20px 0 100px;
border-top: none;
}
.post-comments ul.children ul.children {
padding: 20px 0 0 40px;
border-top: none;
}
.comment-info {
padding: 15px 0 0 0;
}
.comment-info span.comment-time {
font-size: 14px;
opacity: 0.65;
}
.comment-info span.comment-date {
font-size: 14px;
opacity: 0.65;
}
.comment-info span.comment-reply {
position: absolute;
top: 0;
right: 0;
}
a.comment-reply-link {
font-size: 14px;
text-decoration: none;
}
.comment-reply-link:after {
content: '';
margin-left: 8px;
content: '\f3e5';
display: inline-block;
vertical-align: middle;
font-family: 'Font Awesome 5 Free';
font-size: 12px;
line-height: 14px;
opacity: 0.5;
font-weight: 900;
}
.form-comment {
margin-top: 70px;
}
.form-comment .comment-respond {
margin-top: 0;
}
.comment-respond {
position: relative;
margin-top: 40px;
}
.comment-respond .title_inner small {
position: absolute;
top: 10px;
left: auto;
right: 0;
display: block;
font-size: 14px;
white-space: nowrap;
}
.comment-respond .title_inner small a {
text-decoration: none;
opacity: 0.65;
}
.comment-respond .title_inner small a:hover {
opacity: 1;
}
@media (max-width: 480px) {
.comment-respond .title_inner small {
position: relative;
top: 0;
left: 0;
}
.section .content .description-col .details-list li {
width: 100%;
}
}
.section .pager,
.page-links,
.nav-links {
position: relative;
clear: both;
padding: 0;
text-align: center;
}
.section.works .pager {
padding-bottom: 70px;
}
.nav-links {
margin-top: 70px;
min-height: 24px;
}
.page-links {
margin-top: 30px;
min-height: 24px;
}
.page-numbers,
.nav-links a,
.page-links a {
margin: 0 5px;
display: inline-block;
vertical-align: top;
min-height: 24px;
text-decoration: none;
font-weight: 500;
}
.page-numbers.current,
.page-links a.current {
opacity: 0.5;
}
.page-numbers.prev,
.nav-links .nav-previous {
position: absolute;
top: 0;
left: 32px;
}
.page-numbers.next,
.nav-links .nav-next {
position: absolute;
top: 0;
right: 32px;
}
.page-numbers.prev:before,
.page-numbers.next:after,
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
content: '';
margin-left: 15px;
content: '\f30b';
display: inline-block;
vertical-align: middle;
font-family: 'Font Awesome 5 Free';
font-size: 20px;
line-height: 14px;
font-weight: 900;
}
.page-numbers.prev:before,
.nav-links .nav-previous a:before {
margin-left: 0;
margin-right: 15px;
transform: scaleX(-1);
-webkit-transform: scaleX(-1);
}
@media (max-width: 1160px) {
.post-comments .post-comment .image {
width: 60px;
height: 60px;
}
.post-comments .post-comment .desc {
margin-left: 80px;
}
.post-comments .post-comment.pingback .desc {
margin-left: 0;
}
.post-comments ul.children {
padding: 20px 20px 0 80px;
}
.post-comments ul.children ul.children {
padding: 20px 0 0 20px;
}
.post-comments ul.children ul.children ul.children ul.children {
padding: 20px 0 0 10px;
}
}
@media (max-width: 840px) {
.post-comments ul.children {
padding: 20px 20px 0 20px;
}
.post-comments ul.children ul.children {
padding: 20px 0 0 20px;
}
.post-comments ul.children ul.children ul.children {
padding: 20px 0 0 20px;
}
.post-comments ul.children ul.children ul.children ul.children {
padding: 20px 0 0 10px;
}
}
@media (max-width: 480px) {
.section .content .comment-respond .title.comment-reply-title {
text-align: left;
}
.post-comments ul.children {
padding: 15px 15px 15px 15px;
}
.post-comments ul.children ul.children {
padding: 15px 0 0 10px;
}
.post-comments ul.children ul.children ul.children {
padding: 15px 0 0 5px;
}
.post-comments ul.children ul.children ul.children ul.children {
padding: 15px 0 0 5px;
}
.post-comments .post-comment .image {
width: 40px;
height: 40px;
}
.post-comments .post-comment .desc {
margin-left: 55px;
}
.post-comments .post-comment.pingback .desc {
margin-left: 0;
}
.gallery .gallery-item {
width: 100%;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-9 .gallery-item {
width: 100%;
}
} .footer {
padding: 0;
position: fixed;
bottom: 50px;
left: 50px;
right: 50px;
width: auto;
height: 1px;
z-index: 99;
}
.footer .copy {
position: absolute;
left: 0;
bottom: 0;
}
.footer p,
.footer .copy {
margin: 2px 0 0 0;
font-size: 14px;
line-height: 2;
}
.footer .soc-box {
position: absolute;
right: 0;
bottom: 0;
float: right;
width: 24px;
}
.footer .soc a {
display: block;
margin-bottom: 20px;
text-align: center;
color: #bbb;
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.footer .soc a:last-child {
margin-bottom: 0;
}
.footer .soc a .ion {
color: #bbb;
}
.footer .soc a:hover .ion {
color: #4bffa5;
opacity: 1;
}
.follow-label {
padding-right: 75px;
position: absolute;
bottom: 100%;
right: 0;
color: #bbb;
font-size: 14px;
line-height: 24px;
height: 24px;
white-space: nowrap;
transform-origin: 100% 0;
text-align: right;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.follow-label:after {
content: '';
position: absolute;
top: 50%;
right: 0;
width: 50px;
height: 1px;
background: #FFF;
} @media (max-width: 1199px) {
.footer .copy {
display: none;
}
.footer .follow-label {
display: none;
}
.footer {
padding: 50px 0;
position: relative;
top: 0;
bottom: auto;
left: 0;
right: auto;
height: auto;
}
.footer .copy {
margin-bottom: 10px;
display: block;
position: relative;
text-align: center;
}
.footer .soc-box {
position: relative;
right: auto;
left: 0;
top: 0;
bottom: auto;
float: none;
width: auto;
text-align: center;
}
.footer .soc a {
margin: 0 10px;
display: inline-block;
}
.home .footer {
padding: 0;
position: fixed;
bottom: 50px;
top: auto;
left: 50px;
right: 50px;
height: 1px;
}
.home .footer .copy {
display: none;
}
.home .footer .soc-box {
position: absolute;
right: 0;
left: auto;
top: auto;
bottom: 0;
float: right;
width: 20px;
}
.home .footer .soc a {
margin: 10px 0 0 0;
display: block;
}
.home .footer .soc a .icon {
font-size: 17px;
}
} @media (max-width: 720px) {
.home .footer {
bottom: 30px;
top: auto;
left: 30px;
right: 30px;
}
} .content-sidebar {
padding: 0 30px 0 60px;
position: relative;
float: right;
width: 33.333%;
}
.content-sidebar .widget {
margin-bottom: 50px;
}
.content-sidebar .search-form {
position: relative;
}
.content-sidebar .search-form label {
display: block;
}
.screen-reader-text {
clip: rect(1px,1px,1px,1px);
-webkit-clip: rect(1px,1px,1px,1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.comment-form-cookies-consent label {display: inline;}
.content-sidebar .search-form input[type=text],
.content-sidebar .search-form input[type=email],
.content-sidebar .search-form input[type=password],
.content-sidebar .search-form input[type=datetime],
.content-sidebar .search-form input[type=date],
.content-sidebar .search-form input[type=month],
.content-sidebar .search-form input[type=time],
.content-sidebar .search-form input[type=week],
.content-sidebar .search-form input[type=search],
.content-sidebar .search-form textarea,
.content-sidebar .search-form textarea.form-control {
margin-bottom: 0;
padding: 0;
width: 100%;
border: none;
background: 0 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 0!important;
-webkit-border-radius: 0!important;
}
.content-sidebar .search-form .btn_search,
.search-submit {
position: absolute;
right: 0;
top: 50%;
margin-top: -20px;
margin-bottom: 0;
background-color: transparent;
border: 0;
z-index: 2;
}
.search-submit {
width: 14px;
height: 31px;
background: url(//lars-eckernkemper.de/wp-content/themes/cvio/assets/images/search.svg) no-repeat center center;
background-size: contain;
font-size: 0;
opacity: .7;
filter: brightness(0) invert(1);
}
.content-sidebar .widget-title {
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 15px;
position: relative;
font-size: 20px;
line-height: normal;
color: #fff;
}
.content-sidebar .widget-title:before {
content: '';
background: rgba(255, 255, 255, 0.1);
height: 1px;
position: absolute;
left: 0;
bottom: 0;
width: 40px;
}
.content-sidebar ul {
padding-left: 0;
margin-top: 10px;
margin-bottom: 10px;
list-style: none;
}
.content-sidebar ul ul {
margin-left: 0;
}
.content-sidebar ul li {
margin-bottom: 10px;
position: relative;
font-size: 14px;
}
.wp-block-categories-list li ul,
.wp-block-archives-list li ul {
margin-left: 0;
}
.wp-block-categories-list li,
.wp-block-archives-list li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li,
.widget_categories ul li {
margin-bottom: 10px;
padding-left: 9px;
position: relative;
font-size: 14px;
}
.wp-block-categories-list li ul li:before,
.wp-block-archives-list li ul li:before,
.widget.widget_nav_menu ul li ul li:before,
.widget.widget_pages ul li ul li:before,
.widget_categories ul li ul li:before {
content: '';
position: absolute;
top: 10px;
left: 0;
width: 5px;
height: 1px;
background: #999;
opacity: 0.8;
}
a.rsswidget {
margin-right: 3px;
display: inline-block;
font-size: 16px;
font-weight: 700;
text-decoration: none;
}
.rss-date, .widget_rss cite {
margin: 5px 0 10px 0;
display: block;
font-size: 14px;
font-weight: 400;
opacity: 0.7;
}
.widget_rss cite {
margin: 5px 0 20px 0;
font-style: normal;
}
.post-edit-link {
text-decoration: underline;
}
.post-edit-link:hover {
text-decoration: none;
}
.edit-link {
margin-top: 30px;
display: block;
}
.sticky {
position: relative;
}
.sticky:before {
content: '';
position: absolute;
left: -36px;
top: -36px;
bottom: -36px;
width: 6px;
background: #4bffa5;
}
.title.comment-reply-title {
margin-left: 0;
}
.elementor-element.elementor-widget-cvio-started-section .section:first-child {
padding-top: 0;
} @media (max-width: 1199px) {
.content-sidebar {
padding: 0 35px;
width: 31.5%;
}
.sticky:before {
left: -26px;
top: -26px;
bottom: -26px;
}
} @media (max-width: 720px) {
.content-sidebar {
margin-top: 70px;
padding: 0;
float: none;
width: 100%;
}
.page-numbers.next, .nav-links .nav-next {
right: -5px;
}
.page-numbers.prev, .nav-links .nav-previous {
left: -5px;
}
} .popup-box {
margin: 30px auto;
width: 520px;
background: #101010;
position: relative;
padding: 0;
}
@media (max-width: 720px) {
.popup-box {
width: 440px;
}
}
@media (max-width: 480px) {
.popup-box {
width: 320px;
}
}
.popup-box .image {
position: relative;
overflow: hidden;
font-size: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.popup-box .image img {
width: 100%;
height: auto;
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-o-transform: none !important;
}
.popup-box .desc {
padding: 35px;
}
.popup-box .category {
margin: 0 0 5px 0;
display: block;
font-size: 14px;
color: #bbb;
}
.popup-box .desc h4 {
margin: 0 0 15px 0;
display: block;
font-size: 24px;
font-weight: 600;
color: #FFF;
}
.mfp-fade.mfp-bg {
opacity: 0;
transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-webkit-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-webkit-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-close-btn-in .mfp-close {
top: 40px !important;
right: 0 !important;
padding-right: 0 !important;
width: 54px !important;
height: 54px !important;
line-height: 54px !important;
opacity: 1 !important;
font-weight: 300;
color: #FFF;
font-size: 24px;
text-align: center !important;
font-family: 'Verdana' !important;
}
.mfp-close-btn-in .mfp-close {
color: #FFF !important;
}
.mfp-close-btn-in .popup-box .mfp-close,
.mfp-close-btn-in .mfp-iframe-holder .mfp-close {
top: 0 !important;
} .video-bg {
margin-left: -50vw;
position: absolute !important;
top: 0;
left: 50%;
width: 100vw;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.jarallax .jarallax-img {
max-width: 100%;
}
.background-enabled .header .top-menu ul li a,
.background-enabled .sidebar_btn,
.background-enabled .footer .soc a .ion,
.background-enabled .footer .copy,
.background-enabled-footer .footer .soc a .ion,
.background-enabled-footer .footer .copy,
.background-enabled .section.started .started-content .h-subtitle,
.background-enabled .section.started .started-content .typed-bread,
.background-enabled .section.started .started-content .typed-bread a,
.background-enabled .section.started .started-content .typed-subtitle,
.background-enabled .section.started .started-content .typed-cursor,
.background-enabled .section.started .mouse_btn {
color: #FFF;
}
.background-enabled .header .logo img {
filter: brightness(0) invert(1);
}
.background-enabled .header .logo {
color: rgba(255, 255, 255, 0.5);
}
.background-enabled .header .logo strong {
color: #FFF;
}
.background-enabled .header .top-menu ul li a:hover {
color: #FFF;
}
.section.started.background-enabled .started-content .h-title {
color: #FFF;
}
.background-enabled .header .top-menu-nav .sub-menu li a {
color: #FFF;
}
.background-enabled .header .top-menu-nav .sub-menu li a:hover {
color: #FFF;
}
.background-enabled .header,
.background-enabled .footer,
.background-enabled-footer .footer,
.background-enabled .glitch-effect:before,
.background-enabled .glitch-effect:after,
.background-enabled .section.started {
background: transparent;
border-bottom-color: transparent;
}
@media (max-width: 480px) {
.video-bg {
margin-left: 0;
left: 0;
width: 100%;
height: 100%;
}
}
.video-bg-mask {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.25;
z-index: 2;
}
.video-bg-texture {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 2;
}
.grained-off .video-bg-texture {
display: none;
}
.grained-on .video-bg-texture {
display: block;
}
.disable-default-mask:before {
display: none;
}
.embed-container {
position: relative;
margin-bottom: 30px;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .woocommerce-js .cart-btn {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
}
.woocommerce-js .cart-btn .cart-icon {
display: block;
cursor: pointer;
}
.woocommerce-js .cart-btn .cart-icon .ion:before {
content: '\f07a';
font-family: 'Font Awesome 5 Free';
font-size: 20px;
font-weight: 900;
display: block;
height: 40px;
line-height: 40px;
text-align: center;
}
.woocommerce-js .cart-btn .cart-count {
position: absolute;
top: 0;
right: 0;
width: 18px;
height: 18px;
line-height: 18px;
font-size: 12px;
border-radius: 18px;
background: #fff;
color: #000;
text-align: center;
}
.woocommerce-js .cart-btn .cart-widget {
padding: 20px;
position: absolute;
top: 40px;
right: -10px;
width: 280px;
background: #222222;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: all 0.3s ease 0s;
}
.woocommerce-js .cart-btn .cart-widget:before {
content: '';
position: absolute;
top: -14px;
right: 22px;
border: 8px solid transparent;
border-bottom: 8px solid #222;
}
.woocommerce-js .cart-btn .cart-widget p {
margin: 0;
}
.woocommerce-js .header .top-menu {
padding-right: 80px;
}
.woocommerce-js .woocommerce-breadcrumb {
margin: 0 0 35px 35px;
}
.woocommerce-js .woocommerce-breadcrumb a {
color: #eeee;
}
.woocommerce-js nav.woocommerce-pagination {
clear: both;
position: relative;
}
.woocommerce-js .woocommerce-result-count {
margin-left: 35px;
}
.woocommerce-js .products ul,
.woocommerce-js ul.products {
margin-right: -36px;
}
.woocommerce-js .shop-page select {
background: transparent;
width: 150px;
font-size: 16px;
}
.woocommerce-js ul.products li.product .woocommerce-loop-category__title,
.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-js ul.products li.product h3 {
padding: 0 0 5px 0;
margin: 0;
font-size: 24px;
font-weight: 600;
}
.woocommerce-js ul.products li.product .price,
.woocommerce-js div.product p.price,
.woocommerce-js div.product span.price {
display: block;
font-weight: 400;
margin-bottom: 0;
font-size: 1em;
color: #fff;
}
.woocommerce-js ul.products li.product .button,
.woocommerce-js #respond input#submit.alt,
.woocommerce-js a.button.alt,
.woocommerce-js button.button.alt,
.woocommerce-js input.button.alt,
.woocommerce-js #review_form #respond .form-submit input,
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
margin-top: 1em;
background: #4bffa5;
color: #000;
border-radius: 0;
transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
margin-top: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: 6px 12px;
margin: 0 10px 0 0;
width: 140px;
}
.woocommerce-js ul.products li.product .button:before,
.woocommerce-js #respond input#submit.alt:before,
.woocommerce-js a.button.alt:before,
.woocommerce-js button.button.alt:before,
.woocommerce-js input.button.alt:before {
margin-right: 10px;
content: '';
content: '\f07a';
position: relative;
top: -2px;
display: inline-block;
vertical-align: middle;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
.woocommerce-js ul.products li.product .onsale,
.woocommerce-js span.onsale {
top: 15px;
right: 15px;
left: auto;
margin: 0;
border-radius: 0;
min-height: auto;
height: auto;
padding: 0 10px;
line-height: 30px;
}
.woocommerce-js span.onsale {
right: auto;
left: 15px;
}
.woocommerce-js nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce-js nav.woocommerce-pagination ul {
border: none;
}
.woocommerce-js nav.woocommerce-pagination ul li a:focus,
.woocommerce-js nav.woocommerce-pagination ul li a:hover,
.woocommerce-js nav.woocommerce-pagination ul li span.current {
background: transparent;
color: #4bffa5;
opacity: 1;
}
.shop-page .page-numbers.next, .shop-page .nav-links .nav-next {
position: absolute;
top: 0;
right: 0;
}
.shop-page .page-numbers.prev, .shop-page .nav-links .nav-prev {
position: absolute;
top: 0;
right: auto;
left: 0;
}
.woocommerce-js nav.woocommerce-pagination {
margin-left: 35px;
}
.woocommerce-js .related ul.products li.product, .woocommerce-page .related ul.products li.product {
width: 29.5%;
margin-left: 0;
}
.woocommerce-js .quantity .qty {
margin: 0;
vertical-align: top;
}
.woocommerce-js div.product form.cart .button {
margin: 0;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs {
text-align: center;
margin: 0;
padding: 50px 0 0 0;
clear: both;
}
.woocommerce-js div.product .woocommerce-tabs .panel {
margin: 35px 0 100px 0;
padding: 0 35px 35px 35px;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs::before {
display: none;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
display: none;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
font-weight: 600;
color: #999;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
border: none;
color: #fff;
}
.related.products h2 {
margin-left: 35px;
margin-bottom: 35px;
}
.woocommerce-js table.shop_attributes {
border: 0;
border-top: 1px solid rgba(255,255,255,.1);
width: 100%;
}
.woocommerce-js table.shop_attributes th {
font-weight: 700;
padding: 10px 0;
border-top: 0;
border-bottom: 1px solid rgba(255,255,255,.1);
margin: 0;
text-align: left;
}
.woocommerce-js table.shop_attributes td {
font-style: normal;
padding: 0;
border-top: 0;
border-bottom: 1px solid rgba(255,255,255,.1);
margin: 0;
line-height: 1.5;
}
.woocommerce-js div.product div.images .flex-control-thumbs {
margin-top: 10px;
}
.woocommerce-js div.product div.images .flex-control-thumbs li {
padding: 0 0 0 10px;
margin-top: 10px;
}
.woocommerce-js div.product div.images .flex-control-thumbs {
margin-left: -10px;
}
.woocommerce-js ul.woocommerce-mini-cart.cart_list.product_list_widget {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-js li.woocommerce-mini-cart-item.mini_cart_item {
position: relative;
padding-bottom: 20px;
padding: 10px 0;
border-bottom: 1px solid #444;
}
.woocommerce-js li.woocommerce-mini-cart-item.mini_cart_item .remove {
display: block;
position: absolute;
top: 15px;
right: 5px;
width: 20px;
height: 20px;
line-height: 20px;
background: #fff;
color: #000!important;
border-radius: 20px;
text-decoration: none;
text-align: center;
}
.woocommerce-js li.woocommerce-mini-cart-item.mini_cart_item a {
text-decoration: none;
font-size: 18px;
font-weight: 600;
}
.woocommerce-js ul.cart_list li img,
.woocommerce-js ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
float: right;
height: auto;
width: 80px;
margin-right: 0;
}
li.woocommerce-mini-cart-item.mini_cart_item .quantity {
display: block;
font-size: 14px;
}
.woocommerce-js .cart-btn .cart-widget .total {
margin: 15px 0;
}
.woocommerce-js .cart-btn .cart-widget .buttons {
display: flex;
}
.woocommerce-js .cart-btn .cart-widget .button {
display: block;
width: 100%;
margin: 0 5px;
}
.woocommerce-js .cart-btn .button, .woocommerce-js .edit {
margin-bottom: 10px;
padding: 0 20px;
position: relative;
overflow: hidden;
display: inline-block;
vertical-align: middle;
height: 44px;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #4bffa5;
font-weight: 500;
text-decoration: none;
background: none;
border: 2px solid #4bffa5;
cursor: pointer;
transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-moz-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-webkit-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
-o-transition: 1s all cubic-bezier(0.165, 0.85, 0.45, 1) 0s;
}
.woocommerce-js .cart-btn .button:hover, .woocommerce-js .edit:hover {
color: #000;
background-color: #4bffa5;
}
.woocommerce-js table.shop_table,
.woocommerce-js table.shop_table th,
.woocommerce-js table.shop_table td {
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce-js table.shop_table th,
.woocommerce-js table.shop_table td {
padding: 20px 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.product .added_to_cart.wc-forward {
display: none;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
font-size: 0;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 70px;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
color: #4bffa5;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: rgba(255, 255, 255, 0.1);
border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
padding: 0;
border-bottom: none;
margin: 0;
list-style: none;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
margin: 0;
padding: 20px;
background: rgba(255, 255, 255, 0.1);
color: #fff;
border: none;
}
#add_payment_method #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:before, .woocommerce-error li:before, .woocommerce-info li:before, .woocommerce-message li:before, .woocommerce-order-overview__order.order:before {
display: none!important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 1px solid rgba(255, 255, 255, 0.1);
padding: 20px;
margin: 2em 0;
border-radius: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
position: relative;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
.select2-dropdown {
background-color: #222;
border: none;
border-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #444;
margin: 0;
}
.select2-container--default .select2-selection--single {
background-color: rgba(255, 255, 255, 0.1);
border: none;
border-radius: 0;
color: #fff;
height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff;
line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.woocommerce form .form-row {
padding: 0;
margin: 0 0 30px 0;
}
.woocommerce form .form-row label {
padding-bottom: 0;
line-height: 2;
font-size: 16px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
margin-top: -10px;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
background-color: #444;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float: none;
width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float: none;
width: 100%;
}
header.woocommerce-Address-title.title {
margin-left: 0;
margin-bottom: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float: none;
width: 100%;
margin-bottom: 30px;
}
.woocommerce-account .addresses .title h3 {
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
max-width: 200px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
padding: 0;
margin: 0 0 10px 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
display: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
padding: 10px 20px;
text-decoration: none;
display: block;
border: 2px solid #71f6a5;
color: #71f6a5;
font-weight: 600;
text-align: center;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
color: #000;
background: #71f6a5;
}
.woocommerce .star-rating {
color: #4bffa5;
}
.woocommerce ul.products li.product .star-rating {
margin: 5px 0 0 0;
color: #4bffa5;
float: right;
}
.woocommerce #reviews #comments ol.commentlist li {
position: relative;
background: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
padding: 0;
width: 50px;
border: none;
box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 70px;
border: none;
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 1em;
color: #fff;
margin: 10px 0;
}
.woocommerce #reviews #comments ol.commentlist {
margin-bottom: 30px;
}
.woocommerce-js .cart-btn .cart-widget.is-active {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 120px;
border-right: 0;
border-top: 0;
border-left: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1200px) {
.woocommerce-js .cart-btn {
right: 60px;
}
.woocommerce-js .header .top-menu {
padding-right: 0;
}
.woocommerce-js .products ul, .woocommerce-js ul.products {
margin-right: 0;
}
}
@media (min-width: 1200px) {
.woocommerce-js .cart-btn:hover .cart-widget {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
}
@media (max-width: 767px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}
.woocommerce-js .woocommerce-breadcrumb {
margin: 0 0 20px 0;
}
.woocommerce-js .woocommerce-result-count {
margin-left: 0;
font-size: 14px;
float: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: none;
}
} .header .logo {
padding-right: 50px;
display: inline-block;
}
.btn-next-visible {
border-bottom-left-radius: 0px!important;
border-bottom-right-radius: 0px!important;
-webkit-border-bottom-left-radius: 0px!important;
-webkit-border-bottom-right-radius: 0px!important;
}
.mode-switch-btn {
position: absolute;
right: 0;
top: 0;
display: flex;
width: 40px;
height: 40px;
text-align: center;
align-items: center;
z-index: 2;
}
.menu-btn+.mode-switch-btn {
margin-top: -22px;
border-top-left-radius: 0px!important;
border-top-right-radius: 0px!important;
-webkit-border-top-left-radius: 0px!important;
-webkit-border-top-right-radius: 0px!important;
}
.mode-switch-btn .tgl {
display: none;
}
.mode-switch-btn .mode-swich-label {
margin: 0 auto;
padding: 0;
width: 100%;
height: 20px;
position: relative;
cursor: pointer;
}
.mode-switch-btn .mode-swich-label .sw-before,
.mode-switch-btn .mode-swich-label .sw-after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.mode-switch-btn .mode-swich-label .sw-before {
opacity: 0;
}
.mode-switch-btn .mode-swich-label svg {
max-width: 100%;
max-height: 20px;
}
.mode-switch-btn .tgl:checked+.mode-swich-label .sw-before {
opacity: 1;
}
.mode-switch-btn .tgl:checked+.mode-swich-label .sw-after {
opacity: 0;
}
.mode-switch-btn .mode-swich-label svg path {
fill: #ffffff;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
.mode-switch-btn .mode-swich-label:hover svg path,
.mode-switch-btn .tgl:checked+.mode-swich-label:hover svg path {
fill: #4bffa5;
opacity: 1;
}
.mode-switch-btn .tgl:checked+.mode-swich-label svg path {
fill: #000;
opacity: 0.85;
}